@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bebas+Neue&family=Noto+Serif+JP:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bebas+Neue&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap);

html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-weight: 300;
  font-style: normal;
}
body {
  background-color: #e8f2f9;
}

a {
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.container .left-column {
  width: 20%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.container .right-column {
  width: 80%;
  margin: 0;
  padding: 0;
  background-color: #eaf2f8;
}
.container .left-column .left-column-inner {
  position: sticky;
  top: 0;
  margin: 0;
  padding: 0.5em 0 0;
}
.container .left-column .left-column-inner .main-logo {
  width: 80%;
  margin: 1em auto 1.5em;
  padding: 0;
}
.main-logo img,
.left-column img {
  width: 100%;
  height: auto;
}
.pcLeftMenu {
  margin: 0;
  padding: 0;
}
.pcLeftMenuTitle {
  margin: 0;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  background-color: #0171ba;
}
.pcLeftMenu .pcLeftMenuContents {
  height: 25vh;
  overflow: auto;
}
.pcLeftMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pcLeftMenu ul li {
  margin: 0;
  padding: 0;
  border-bottom: dashed 1px #1d2085;
}
.pcLeftMenu ul li a {
  display: block;
  padding: 0.5em 2em;
  font-size: 0.85em;
  color: #696969;
  font-weight: 400;
  font-style: normal;
}
.pcLeftMenu ul li a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
}
.pcLeftMenu ul li a:visited {
  color: #696969;
}
.pcLeftMenu ul li a:hover {
  color: #0171ba;
  background-color: #bad6e8;
}
.pcLeftMenu ul li a.nonhover:hover {
  color: #696969;
  background: none;
  cursor: default;
}
.pcLeftMenu ul li > ul {
  padding-bottom: 0.5em;
}
.pcLeftMenu ul li > ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.pcLeftMenu ul li > ul li a {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 3.5em;
}
.sideSearchList {
  margin-bottom: 1.5em;
}
.searchSelectList {
  margin: 0.25em auto;
  margin-bottom: 0.5em;
  padding: 0;
  display: flex;
  list-style: none;
}
.searchSelectList li {
  width: calc(100% / 3);
  margin: 1em 0.5em;
  padding: 0;
}
.searchSelectList li a {
  width: 100%;
  display: block;
  padding: 0.25em 1em;
  text-align: center;
  font-size: 0.85em;
  font-weight: 600;
  color: #0171ba;
  background-color: #fff;
  border: solid 1px #0171ba;
  border-radius: 999999px;
  transition: all 0.5s 0s ease;
}
.searchSelectList li a:hover {
  color: #fff;
  background-color: #0171ba;
}
.pcLeftContact {
  margin: 0;
  padding: 2em 0;
}
.pcLeftContactTel {
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
}
.pcLeftContactTel a:link,
.pcLeftContactTel a:visited {
  color: #0171ba;
}
.pcLeftContact b {
  font-size: 0.9em;
}
.pcLeftContact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pcLeftContact ul li {
  font-size: 0.75em;
  color: #0171ba;
}
.pcLeftContact .pcLeftContactButton {
  width: 90%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pcLeftContact .pcLeftContactButton a {
  margin-top: 0.25em;
  padding: 0.25em;
  display: block;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  background-color: #0171ba;
}
.pcLeftContact hr {
  border-color: #0171ba;
}
.header-main-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.header-main-menu li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 2em;
  overflow: hidden;
  border-bottom: solid 1px #1d2085;
}
.header-main-menu li:nth-child(1) {
  border-top: solid 1px #1d2085;
}
.header-main-menu li a {
  position: relative;
  display: block;
  padding: 25px 0;
  font-size: 1.1em;
  font-family: "UD新ゴ コンデンス90 L";
  z-index: 1;
}
.header-main-menu li a::after {
  position: absolute;
}
.header-main-menu li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 20px;
  width: 125px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-main-menu li.header-main-menu-icon01::before {
  background-image: url(images/header-main-menu-icon01.svg);
}
.header-main-menu li.header-main-menu-icon02::before {
  background-image: url(images/header-main-menu-icon02.svg);
}
.header-main-menu li.header-main-menu-icon03::before {
  background-image: url(images/header-main-menu-icon03.svg);
}
.header-main-menu li.header-main-menu-icon04::before {
  background-image: url(images/header-main-menu-icon04.svg);
}
.footerContact {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #eaf2f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerContact1,
.footerContact2,
.footerContact3 {
  width: calc(100% / 2);
}
.footerContactTel {
  font-size: 2em;
  font-weight: 600;
}
.footerContactTel a:link,
.footerContactTel a:visited {
  color: #0171ba;
}
.footerContactTel span {
  font-size: 50%;
  color: #696969;
}
.footerContact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerContact ul li {
  color: #0171ba;
}
.footerContact .footerContactButton {
  width: 90%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footerContact .footerContactButton a {
  margin-top: 0.25em;
  padding: 0.25em;
  display: block;
  font-size: 1.15em;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  background-color: #0171ba;
}

/* ===========================================
    フッターお問い合わせ（リニューアル）
===========================================*/
.footerContact_r {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8em 0 3em 0;
  box-sizing: border-box;
  background-color: #eaf2f8; /* 背景色 */
}

.footerContact_r .footerContact1 {
  /* width: 45%; */
  width: 48%;
  display: flex;
  justify-content: center;
  justify-content: flex-end; /* center -> flex-end (電話ブロックを右寄せ) */
  padding-right: 1em;
  box-sizing: border-box;
}

.footerContact_r .footerContact1 .grid-x {
  /* コンテナ内のアイテムを左寄せにすることで、アイコンとテキストがくっつきます */
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .footerContact_r .footerContact1 .grid-x {
    /* コンテナ内のアイテムを左寄せにすることで、アイコンとテキストがくっつきます */
    justify-content: center;
  }
}

/* アイコンとテキスト、それぞれのセルの幅指定を解除し、コンテンツに応じた幅になるようにします */
.footerContact_r .footerContact1 .cell {
  width: auto;
  flex: none; /* アイテムの伸縮を無効にします */
}

/* アイコンセルの右側に余白を設けて、テキストとの間隔を調整します */
.footerContact_r .footerContact1 .large-2.cell {
  padding-right: 1em; /* お好みに応じて数値を調整してください */
  padding-left: 0;
}

/* テキストセルの左側の余白をなくし、テキストを左揃えに戻します */
.footerContact_r .footerContact1 .large-10.cell {
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .footerContact_r .footerContact1 .large-10.cell {
    text-align: center;
    padding-left: 0;
  }
}

.footerContact_r .footerContact2 {
  /* width: 45%; */
  width: 48%;
  display: flex;
  justify-content: flex-start;
  padding-left: 1em;
  box-sizing: border-box;
}

.footerContact_r .grid-x {
  justify-content: center;
  width: auto; /* 幅を自動にして中央寄せを効かせる */
}

.footerContact_r .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

/* 電話お問い合わせ */
.footerContact_r .footerContact1 .cell {
  color: #555;
  font-size: 3rem;
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footerContact_r .footerContact1 .cell {
    color: #555;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
  }
}

.footerContact_r .footerContact1 .footerContactTel {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .footerContact_r .footerContact1 .footerContactTel {
    font-size: 2em;
  }
}

.footerContact_r .footerContact1 .footerContactTel a {
  color: #0073c0;
}

.footerContact_r .footerContact1 .footerContactTel span {
  font-size: 40%;
  color: #555;
  font-weight: bold;
  padding-left: 0.5em;
}

.footerContact_r .footerContact1 ul {
  margin-top: 0.8em; /* 少し余白を調整 */
  list-style: none;
  padding: 0;
}

.footerContact_r .footerContact1 ul li {
  font-size: 1em; /* 受付時間の文字を大きく */
  color: #0073c0;
  line-height: 1.6;
}

/* メールお問い合わせ */
.footerContact_r .footerContact2 .cell {
  color: #555;
  font-size: 1.1em; /* 文字を少し大きく */
  font-weight: bold;
  text-align: left;
}

.footerContact_r .footerContact2 .font90 {
  font-size: 1.1em;
  display: block;
  margin-bottom: 0.5em;
}

.footerContact_r .footerContact2 .footerContactButton {
  width: auto;
  text-align: left;
}

.footerContact_r .footerContact2 .footerContactButton a {
  display: inline-block;
  background-color: #0073c0;
  color: #fff;
  padding: 0.3em 1.5em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footerContact_r .footerContact2 .footerContactButton a {
    font-size: 0.8em;
  }
}

.footerContact_r .footerContact2 .footerContactButton a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 64em) {
  .footerContact_r .grid-x > .large-2 {
    /* width: 10.66667%; */
    width: 12.66667%;
  }
}

@media print, screen and (min-width: 64em) {
  .footerContact_r .grid-x > .large-10 {
    width: 89.33333%;
  }
}

/* レスポンシブ対応 */
@media only screen and (max-width: 768px) {
  .footerContact_r {
    flex-direction: column;
  }
  .footerContact_r .footerContact1,
  .footerContact_r .footerContact2 {
    width: 100%;
    padding: 1.5em 0;
  }
  .footerContact_r .footerContact1 {
    border-bottom: 1px solid #ccc;
  }
}
/* ...既存コード... */

.footerEtcContact {
  /* margin: 0;
  padding: 0 0 1em 0; */
  margin: 3em 0 0;
  padding: 4em 0 0;
  text-align: center;
  background-color: #eaf2f8;
}
.footerEtcContact ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.footerEtcContact ul li {
  width: calc(100% / 3);
  margin: 0;
  padding: 0.5em 1em;
  background-color: #eaf2f8;
}

.footerEtcContact--4col ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.footerEtcContact--4col ul li {
  width: 25%;
  margin: 0;
  padding: 0.5em 1em;
  box-sizing: border-box;
}

a:link,
a:visited {
  color: #231815;
}
a[href^="tel:"] {
  cursor: default;
}
.red {
  color: #c00;
}
.blue {
  color: #0080ff;
}
.orange {
  color: #ff8c00;
}
.green {
  color: #369b50;
}
.brown {
  color: #6a3313;
}
.font60 {
  font-size: 60%;
}
.font65 {
  font-size: 65%;
}
.font70 {
  font-size: 70%;
}
.font75 {
  font-size: 75%;
}
.font80 {
  font-size: 80%;
}
.font85 {
  font-size: 85%;
}
.font90 {
  font-size: 90%;
}
.font100 {
  font-size: 100%;
}
.font110 {
  font-size: 110%;
}
.font120 {
  font-size: 120%;
}
.font130 {
  font-size: 130%;
}
.font140 {
  font-size: 140%;
}
.font150 {
  font-size: 150%;
}
.font160 {
  font-size: 160%;
}
.font170 {
  font-size: 170%;
}
.font180 {
  font-size: 180%;
}
.font190 {
  font-size: 190%;
}
.font200 {
  font-size: 200%;
}
.font-bold {
  font-weight: 700;
}
.font150,
.font160,
.font170,
.font180,
.font190,
.font200 {
  line-height: 130%;
}
.kaimin {
  font-family: "解ミン 宙 B", "Kaimin Sora Bold";
}
.ryumin-m {
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "Roboto Slab", Garamond,
    "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "MS P明朝", "MS PMincho", serif;
}
.all-border img {
  border: solid 1px #696969;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mt6 {
  margin-top: 6em !important;
}
.mt7 {
  margin-top: 7em !important;
}
.mt8 {
  margin-top: 8em !important;
}
.mt9 {
  margin-top: 9em !important;
}
.mt10 {
  margin-top: 10em !important;
}
.mr1 {
  margin-right: 1em !important;
}
.mr2 {
  margin-right: 2em !important;
}
.mr3 {
  margin-right: 3em !important;
}
.mr4 {
  margin-right: 4em !important;
}
.mr5 {
  margin-right: 5em !important;
}
.mr6 {
  margin-right: 6em !important;
}
.mr7 {
  margin-right: 7em !important;
}
.mr8 {
  margin-right: 8em !important;
}
.mr9 {
  margin-right: 9em !important;
}
.mr10 {
  margin-right: 10em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.mb6 {
  margin-bottom: 6em !important;
}
.mb7 {
  margin-bottom: 7em !important;
}
.mb8 {
  margin-bottom: 8em !important;
}
.mb9 {
  margin-bottom: 9em !important;
}
.mb10 {
  margin-bottom: 10em !important;
}
.ml1 {
  margin-left: 1em !important;
}
.ml2 {
  margin-left: 2em !important;
}
.ml3 {
  margin-left: 3em !important;
}
.ml4 {
  margin-left: 4em !important;
}
.ml5 {
  margin-left: 5em !important;
}
.ml6 {
  margin-left: 6em !important;
}
.ml7 {
  margin-left: 7em !important;
}
.ml8 {
  margin-left: 8em !important;
}
.ml9 {
  margin-left: 9em !important;
}
.ml10 {
  margin-left: 10em !important;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.inview_FIU {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 1s, opacity 3s;
}
.inview_FIU.show {
  transform: translateY(0);
  opacity: 1;
}
body {
  width: 100%;
  height: auto;
  color: #000;
}
.contents-body {
  margin: auto;
  padding-top: 5%;
  width: 1250px;
  background-color: #fff;
}
span.new {
  margin: 0 0.5em 0 0;
  padding: 0.35em 0.5em;
  font-size: 60%;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  background-color: #c00;
  border-radius: 6px;
}
@keyframes pulse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.blinking {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0s;
}
.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.youtube iframe,
.ggmapr object,
.youtube object,
.ggmap embed,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
  margin: 0;
}
h1 {
  margin: 0;
  padding: 0.25% 0;
  font-size: 0.75em;
  color: #000;
}
.header-nav-fix {
  margin: 0;
  background-color: #fff;
}
.header-nav-fix.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 99;
}
.headerInformation {
  padding: 1em 0;
  padding-right: 1.25em;
}
.header-top-button {
  margin: 0 0 0.75em auto;
  padding: 0;
  width: 425px;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
.header-top-button li {
  margin: 0;
  margin-left: 0.75em;
  padding: 0;
  width: calc(100% / 3);
  text-align: center;
}
.header-top-button li a {
  padding: 0.35em 0.5em;
  display: block;
  font-size: 0.8em;
  line-height: 1;
  border: solid 1px #c00;
}
.header-top-button li a:link,
.header-top-button li a:visited {
  color: #c00;
}
.header-top-button li a:hover {
  color: #fff;
  background-color: #c00;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  body {
    font-size: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .header-nav-fix.fixed,
  .header-top-button li a:hover,
  nav ul li a:hover {
    transition: all 0.6s;
  }
}
@media only screen and (min-width: 1024px) {
  .mobileHeader {
    display: none;
  }
}
.contentsHeader {
  margin: 0;
  margin-right: 1.5em;
  padding: 0;
  text-align: center;
  color: #000;
}
.contentsHeader p.contentsHeader__en {
  margin: 0;
  margin-bottom: 0.2em;
  padding: 0;
  font-size: clamp(28px, 3.125vw, 60px);
  letter-spacing: 1.5px;
  line-height: 135%;
  font-family: "Lora", serif;
  font-weight: 400;
}
.contentsHeader h3.contentsHeader__title {
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 0.8334vw, 16px);
  line-height: 1.75;
  font-weight: 400;
}
.contentsHeader h3.contentsHeader__title::before,
.contentsHeader h3.contentsHeader__title::after {
  border: none;
}
footer {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.footer-sitemap {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2em;
}
.footer-sitemapContents {
  margin: 0;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  font-weight: 400;
}
.footer-menu li {
  margin: auto;
  margin-bottom: 0.5em;
  color: #000;
}
.footer-menu li ul {
  margin-top: 0.5em;
  font-size: 80%;
  font-weight: 400;
}
.footer-menu li ul li {
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 640px) {
  .footer-menu li ul li {
    list-style: disc;
  }
}
.footer-menu li details summary {
  cursor: pointer;
}
.footer-menu li details ul {
  font-size: 90%;
}
.footer-menu li details summary:hover,
.footer-menu li a:hover {
  text-decoration: underline;
}
.details__footermenu_content ul {
  margin-bottom: 1em;
}
.details__footermenu_content ul li {
  font-size: 110%;
}
.footerInformation {
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
  background-color: #eaf2f8;
}
.footerInformationInner {
  width: 50%;
  margin: auto;
  padding: 0;
  font-size: 0.9em;
}
.footerInformationLogo {
  width: 35%;
  margin: auto;
  margin-bottom: 1.25em;
}
.footerInformationInner ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.footerInformation .footerSns {
  width: 30%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerInformation .footerSns li {
  width: calc(100% / 3);
  text-align: center;
}
.footerInformation .footerSns li img {
  width: 60%;
  height: auto;
}
.footer-copyrights {
  margin: 2.5% 0 0 0;
  padding: 0.5% 0 2.5%;
  text-align: center;
  font-size: 90%;
}
.pc-footer {
  margin: 0;
  padding: 0.5% 0;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  display: none;
}
.pc-footer-inner {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  right: 100px;
  bottom: 0;
}
.pc-footer-inner div {
  margin: 0 1%;
}
#page-footer .footerSpecList {
  width: 80%;
  margin: 0;
  margin-left: auto;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(236, 244, 250);
  border-radius: 0;
}
#page-footer .footerSpecList .footerSpecListInner ul {
  width: 150%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-footer .footerSpecList .footerSpecListInner ul li {
  padding: 0;
  border-right: dashed 1px rgba(121, 85, 71, 0.35);
}
#page-footer .footerSpecList .footerSpecListInner ul li:nth-last-child(1) {
  border-right: 0;
}
#page-footer .footerSpecList .footerSpecListInner ul li a {
  display: block;
  margin: 0;
  padding: 1em 0;
}
#page-footer .footerSpecList .footerSpecListInner ul li a img {
  width: 40%;
  height: auto;
}
#page-footer .footerSpecList .footerSpecListInner ul li a.current {
  margin-top: -1em;
  margin-bottom: -1em;
  padding: 1em 0;
  font-weight: 900;
  color: #fff;
  background-color: #0171ba;
  border-bottom: solid 2px #0171ba;
}
#page-footer .footerSpecList .footerSpecListInner ul li a.current img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%)
    hue-rotate(77deg) brightness(101%) contrast(101%);
}
#page-footer .footerSpecList .footerSpecListInner ul li:nth-child(1) a.current {
  border-radius: 10px 0 0 0;
}
#page-footer
  .footerSpecList
  .footerSpecListInner
  ul
  li:nth-last-child(1)
  a.current {
  border-radius: 0 10px 0 0;
}
.Arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Arrow.left {
  left: 20%;
}
.Arrow.right {
  right: 0;
}
.Hide {
  display: none;
}
.slideFrame {
  margin: 6.5em auto 3.5em;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  background: rgb(255, 255, 255);
}
.slideGuide {
  width: 150%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slideCell {
  display: block;
  float: left;
  width: 2280px;
  height: 100%;
}
.slideCell a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-aboutus h3 {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  font-size: 2.5em;
  line-height: 0.75em;
  font-family: "黎ミン M";
  font-weight: 900;
  color: #10124d;
}
.footer-aboutus h3 span {
  font-size: 0.5em;
  font-family: "新ゴ R";
}
#page-footer {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
#page-footer ul {
  width: 65%;
  margin: 0 auto;
  padding: 1em 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#page-footer ul li {
  width: calc(100% / 7);
  margin: 0;
  padding: 0 3em;
  font-size: 0.85em;
  text-align: center;
}
#page-footer ul li img {
  width: 35%;
  height: auto;
  margin-bottom: 0.5em;
}
#move-page-top {
  position: fixed;
  width: 65px;
  height: auto;
  right: 1em;
  bottom: 0.5em;
  z-index: 10;
}
.estateAreaLinkMapBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.estateAreaLinkMapBox a.estateAreaLink {
  position: absolute;
  margin: auto;
  padding: 0.5em 2em;
  font-size: 1.5em;
  font-weight: 600;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 6px;
  box-shadow: 2px 2px 5px #696969;
  transition: all 0.5s;
}
.estateAreaLinkMapBox a.estateAreaLink:hover {
  color: #fff;
  background-color: #0171ba;
}
.areaIbaraki {
  top: 16.5rem;
  left: 31rem;
}
.areaChiba {
  bottom: 6.5rem;
  left: 32rem;
}
.areaSaitama {
  bottom: 12rem;
  left: 13rem;
}
@media only screen and (max-width: 1441px) {
  #page-footer ul {
    width: 85%;
  }
  #page-footer ul li {
    font-size: 0.75em;
  }
  .footerContactTel {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 1220px) {
  .pcLeftContactTel {
    font-size: 120%;
  }
  .pcLeftContact ul li {
    font-size: 70%;
  }
  .footer-sitemap {
    width: 100%;
    font-size: 85%;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  .container .left-column,
  .container .right-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .container .left-column .left-column-inner {
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
  }
  .container .left-column .left-column-inner .main-logo {
    width: 80%;
    margin: 2.5em auto;
    padding: 0;
  }
  .container .right-column {
    overflow-x: hidden;
  }
  .container .left-column,
  .header-main-menu {
    display: none;
  }
  .header-nav-fix.fixed,
  .header-top-button li a:hover,
  nav ul li a:hover {
    transition: unset;
  }
  header {
    padding-top: 58px;
    background-color: #fff;
  }
  h1 {
    margin: 0;
    padding: 0.5% 0;
    font-size: 75%;
  }
  .header-top-button {
    margin-bottom: 0.5em;
    width: 90%;
  }
  .header-top-button li {
    margin-left: 0.75em;
  }
  .header-top-button li a {
    padding: 0.3em 0em;
    font-size: 0.85em;
  }
  nav ul li a {
    padding-left: 1.25em;
    font-size: 1em;
  }
  .store-list-info h3 {
    font-size: 135%;
  }
  .store-list-info-tel {
    font-size: 165%;
  }
  .store-list-info-address {
    font-size: 85%;
  }
  .reform-menu-list li a:hover img {
    border-radius: 6%;
  }
  .slideCell {
    width: 1050px;
    height: auto;
  }
  .footer-banner ul li {
    padding: 0.5em;
  }
  .footer-storeContents h4 {
    font-size: 1em;
  }
  .footer-storeContents .storeContentsAddress {
    margin-top: 0.25em;
    font-size: 0.75em;
  }
  .footer-storeContents .storeContentsTel {
    font-size: 1.1em;
  }
  .footer-storeContents .storeContentsMore {
    margin-top: 0.25em;
  }
  .footer-storeContents .storeContentsMore a {
    padding: 0.25em;
    width: 95%;
    font-size: 1em;
  }
  #page-footer .footerSpecList {
    width: 85%;
    margin-left: 0;
    background-color: rgba(245, 240, 234, 0.8);
  }
  #page-footer .footerSpecLis .footerSpecListInner {
    overflow-x: scroll;
  }
  #page-footer .footerSpecLis .footerSpecListInner ul {
    width: 150%;
  }
  #page-footer .footerSpecList .footerSpecListInner ul li {
    font-size: 0.6em;
  }
  #page-footer
    .footerSpecList
    .footerSpecListInner
    ul
    li:nth-child(1)
    a.current,
  #page-footer
    .footerSpecList
    .footerSpecListInner
    ul
    li:nth-last-child(1)
    a.current {
    border-radius: 0;
  }
  .footerContact {
    width: 100%;
    flex-wrap: wrap;
  }
  .footerContact1,
  .footerContact2,
  .footerContact3 {
    width: 50%;
  }
  .footerContactTel {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 1.8em;
    line-height: 0.7;
  }
  .footerContact ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footerContact ul li {
    font-size: 0.8em;
  }
  .footerContact .footerContactButton {
    width: 90%;
  }
  .footer-sitemap {
    width: 90%;
    margin: auto;
    padding: 1em 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-sitemapContents {
    width: calc(100% / 3);
  }
  .footer-menu {
    font-size: 0.9em;
  }
  .footer-menu li ul {
    margin-top: 0.5em;
    font-size: 0.75em;
  }
  #page-footer ul {
    width: 100%;
  }
  #page-footer ul li {
    font-size: 0.65em;
  }
}
@media only screen and (max-width: 640px) {
  header {
    padding-top: 58px;
  }
  .contentsHeader {
    margin-bottom: 0.5em;
  }
  .contentsHeader p.contentsHeader__en {
    margin-bottom: 0.25em;
    font-size: 2em;
    line-height: 1.1em;
  }
  .contentsHeader h3.contentsHeader__title {
    font-size: 1.2em;
  }
  .footerContact {
    display: block;
    padding: 0;
  }
  .footerContact1 {
    margin-bottom: 0;
  }
  .footerContact1,
  .footerContact2,
  .footerContact3 {
    width: 100%;
    padding: 1.25em 0;
  }
  .footerContact1,
  .footerContact2 {
    border-bottom: solid 1px #0171ba;
  }
  .footerContact1 img {
    width: 45%;
    height: auto;
  }
  .footerContact2 img {
    width: 60%;
    height: auto;
  }
  .footerEtcContact {
    margin-top: 0;
    padding: 3em 0 2em 0;
  }
  .footerEtcContact ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
  }
  .footerEtcContact ul li {
    width: 100%;
    margin: 0;
    padding: 0.5em 0;
  }

  .footerEtcContact--4col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .footerEtcContact--4col ul li {
    width: 50%;
    margin: 0;
    padding: 0.5em 0;
    box-sizing: border-box;
  }

  footer {
    padding: 2% 0 0;
  }
  .footer-sitemap {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 1em 0;
  }
  .footer-sitemapContents {
    width: calc(100% / 2);
  }
  .footer-menu {
    padding: 0;
    display: block;
    font-size: 0.85em;
  }
  .footer-menu li {
    margin: auto;
    padding: 0.25em 0 0.25em 2em;
    padding-right: 0;
  }
  .footer-menu li a {
    display: block;
  }
  .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-menu ul li {
    margin: 0.25em 1em;
    margin-right: 0;
    padding: 0;
    padding-right: 0;
  }
  .footer-menu ul li a {
    font-size: 95%;
    display: block;
  }
  .footer-menu li ul {
    font-size: 0.85em;
  }
  .footer-menu li ul li {
    padding-left: 0.5em;
  }
  .footer-menu li ul li a::before,
  .footer-menu li details summary::before {
    content: "- ";
    margin-right: 0.25em;
  }
  .footer-banner {
    padding: 0.5em;
  }
  .footer-banner ul li {
    padding: 0.25em 0.25em;
  }
  .footerInformationInner {
    width: 90%;
    font-size: 0.7em;
  }
  .footerInformationLogo {
    width: 65%;
  }
  .footerInformation .footerSns {
    width: 60%;
  }
  .footerInformation .footerSns li img {
    width: 60%;
  }
  #page-footer .footerSpecList {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    z-index: 9;
  }
  #page-footer .footerSpecList .footerSpecListInner {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #page-footer .footerSpecList .footerSpecListInner ul {
    width: 250%;
    margin: 0;
    padding: 0;
  }
  #page-footer .footerSpecList .footerSpecListInner ul li {
    padding: 0;
  }
  #page-footer .footerSpecList .footerSpecListInner li a {
    padding: 1em 0;
    font-size: 0.9em;
  }
  #page-footer .footerSpecList .footerSpecListInner ul li a.current {
    margin-top: -1em;
    margin-bottom: -1em;
    padding: 1em 0;
  }
  .Arrow.left {
    left: 0;
  }
  #page-footer {
    width: 100%;
    padding: 0;
  }
  #page-footer ul {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 1em;
    align-items: flex-start;
  }
  #page-footer ul li {
    width: calc(100% / 5);
    margin: 0;
    padding: 0;
    font-size: 0.7em;
  }
  #page-footer ul li img {
    /*        width:50%;
        height:auto;
        margin-bottom:.25em*/
  }
  #move-page-top {
    position: static;
    width: 100%;
    height: auto;
  }
  .estateAreaLinkMapBox a.estateAreaLink {
    padding: 0.5em 1em;
    font-size: 0.9em;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #696969;
  }
  .areaIbaraki {
    top: 6.5rem;
    left: 8.5rem;
  }
  .areaChiba {
    left: 9.5rem;
    bottom: 3rem;
  }
  .areaSaitama {
    left: 1rem;
    bottom: 5rem;
  }
}
