@charset "UTF-8";
/* 株式会社 東北労金サービス スタイル2

last edit: 2025.9.17
*/
/*フォント設定*/
html {
  font-size: 10px;
  /* initial 10px */
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  /* default font-size 16px */
  font-weight: 400;
  line-height: 1.6;
  /* 文章処理 */
  overflow-wrap: anywhere;
  /* 収まらない場合は折り返し */
  word-break: normal;
  /* 単語の分割はデフォルト */
  line-break: strict;
  /* 禁則処理厳格 */
}

/*----------------------------------------------------------
/* 制作・デバッグ用
-----------------------------------------------------------*/
/*** 制作用 仕切りアタリ
#wrapper{
  border:solid 2px #12abd1;
}
#wrapper article{
  border:solid 2px #12d1a1;
}
footer{
  border:dashed 2px #aed112;
  border-top:dashed 4px #aed112;
}
 ***/
/*----------------------------------------------------------
/* define
-----------------------------------------------------------*/
/* key color */
/*** デバッグ用 テンプレート名表示 ***/
.debug-comment {
  /* 2025.8.27～制作期間表示ON */
  /*  display: none !important;*/
  margin: 0 auto 0;
  padding: 6px 15px 6px 15px;
  text-align: center;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: #0c44bd;
}

/*----------------------------------------------------------
/* リセット・基本定義
-----------------------------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 400;
}

/* 段落 */
p {
  margin: 0.4em 0 1.2em 0;
}

/* 自動整形で発生した空のpタグを消す */
p:empty {
  display: none;
}

/* アンカー */
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #404040;
}

a:active,
a:hover {
  text-decoration: underline;
}

a.no-udline {
  text-decoration: none !important;
}

/*** 詳細以外のページリストスタイルリセット ***/
ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* テーブルのセル内の文字自動折り返し */
table tr th,
table tr td {
  overflow-wrap: anywhere;
}

/*** イメージ ***/
img {
  max-width: 100%;
  height: auto;
}

/*** 汎用クラス ***/
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ▲付ボタン */
.sankakuicon-btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  margin: 0 0 0 0;
  line-height: 40px;
  text-align: center;
  border: solid 1px #e4e4e4;
  border-radius: 90px;
}

.sankakuicon-btn::before {
  display: inline-block;
  content: "▲";
  margin-right: 4px;
  color: #8965c9;
  transform: rotateZ(90deg);
}

/* スモールデバイスでボタンタップ時の枠線OFF */
*:focus {
  outline: none;
}

/* ホバーエフェクト */
a.hoveffect {
  transition: all 0.2s ease-out;
}

a.hoveffect:hover {
  opacity: 0.7;
}

/* 汎用ボタン ___＞ 付き */
.cmn-arrow-btn {
  position: relative;
  text-decoration: none !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
}

.cmn-arrow-btn.footer {
  width: 200px;
  height: 30px;
  font-size: 1.6rem;
  border-radius: 15px;
}

.cmn-arrow-btn img {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}

.cmn-arrow-btn.bg-blue {
  color: #fff !important;
  background-color: #2680E9;
}

.cmn-arrow-btn.bg-white {
  color: #2B2B2B !important;
  background-color: #fff;
  border: solid 1px #2b2b2b;
}

/*----------------------------------------------------------
/* 内田記載↓↓↓↓↓
-----------------------------------------------------------*/
/*----------------------------------------------------------
/* 下層ページ共通
-----------------------------------------------------------*/
/*レイアウト*/
.common-container > div,
.common-container > section,
.common-container .common-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.common-container > div:last-child,
.common-container > section:last-child,
.common-container .common-section:last-child {
  padding-bottom: 140px;
}
.common-container > div.page-title {
  padding-top: 80px;
  padding-bottom: 10px;
}
.common-container figure.wp-block-image {
  text-align: center;
}

.common-inner {
  max-width: 1394px;
  margin: 0 auto;
  padding: 0 15px;
}

.common-inner-narrow {
  max-width: 1256px;
}

.sub-page-inner {
  max-width: 1110px;
}

@media print, screen and (min-width: 782px) {
  .common-container > div,
  .common-container > section,
  .common-container .common-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .common-container > div:last-child,
  .common-container > section:last-child,
  .common-container .common-section:last-child {
    padding-bottom: 160px;
  }
}
/*見出し*/
.page-title p {
  margin: 0 0 8px 0;
  color: #016CB5;
}
.page-title h1 {
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
}

.common-container h2 {
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: bold;
}

@media print, screen and (min-width: 782px) {
  .page-title h1 {
    font-size: 4rem;
  }
  .common-container h2 {
    font-size: 2.4rem;
  }
}
.common-list {
  margin: 20px 0;
}
.common-list li {
  position: relative;
  padding: 0 0 0 1.2em;
}
.common-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.common-list li:nth-child(n+2) {
  margin: 20px 0 0 0;
}

/*----------------------------------------------------------
/* 会社案内
-----------------------------------------------------------*/
/*経営理念*/
.philosophy {
  color: #016CB5;
}
.philosophy p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.philosophy p:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 781px) {
  .philosophy > div:first-child {
    padding: 0 0 2em 0;
    border-bottom: 1px solid #016CB5;
  }
}
@media print, screen and (min-width: 782px) {
  .philosophy p {
    font-size: 2rem;
  }
  .philosophy > div:first-child {
    position: relative;
    padding: 0 2em 0 0;
  }
  .philosophy > div:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1em;
    background: #016CB5;
  }
  .philosophy > div:last-child {
    padding: 0 0 0 2em;
  }
}
/*会社概要*/
.outline-table table th,
.outline-table table td {
  border: none;
  border-bottom: 1px solid #8CD629;
}
.outline-table table tr td:first-child {
  width: 20%;
  font-weight: bold;
}
.outline-table table tr td strong {
  display: block;
  margin: 8px 0 0 0;
  padding: 0 0 0 1em;
  max-width: 630px;
  font-weight: normal;
}

@media screen and (max-width: 781px) {
  .outline-table table tr td:first-child {
    width: 110px;
  }
  .outline-table table tr td:last-child {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 782px) {
  .outline-table table th,
  .outline-table table td {
    padding: 0.7em 1.5em;
    font-size: 2rem;
  }
}
/*ロゴコンセプト*/
.logo-concept {
  margin: 80px 0 0 0;
}
.logo-concept figure img {
  max-width: 200px;
}
.logo-concept h3 {
  margin: 0 0 30px 0;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 782px) {
  .logo-concept {
    margin: 100px 0 0 0;
  }
  .logo-concept h3 {
    font-size: 2.4rem;
  }
  .logo-concept > div:first-of-type {
    width: 35%;
    flex-basis: unset !important;
  }
  .logo-concept > div:last-of-type {
    width: 60%;
    flex-basis: unset !important;
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .logo-concept > div:last-of-type {
    padding: 0 80px 0 40px;
  }
}
/*所在地*/
.location-list {
  padding: 1em 0 0 0;
  border-top: 1px solid #8E8E8E;
}
.location-list .wp-block-column {
  position: relative;
}
.location-list .wp-block-column::before {
  content: "";
  display: block;
  position: absolute;
  background: #8E8E8E;
}
.location-list .wp-block-column h3 {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 2rem;
}
.location-list .wp-block-column figure img {
  max-width: 180px;
}
.location-list .wp-block-column > p {
  margin: 15px 0 0 0;
}
.location-list .wp-block-column > p.location-tel-num {
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
.location-list .wp-block-column > p.gmap-button {
  margin: 20px 0 0 0;
}
.location-list .wp-block-column > p.gmap-button a {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 240px;
  color: #fff;
  background: #016CB5;
  border-radius: 100vh;
  font-weight: 500;
}
.location-list .wp-block-column > p.gmap-button a:hover {
  text-decoration: none;
}
.location-list .wp-block-column > p.gmap-button a::before {
  content: url(./images/common/arrow_w.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.location-list .wp-block-column > p.gmap-button a:hover::before {
  right: 10px;
}

@media screen and (max-width: 781px) {
  .location-list .wp-block-column {
    padding: 1em 0;
  }
  .location-list .wp-block-column::before {
    width: 100%;
    height: 1px;
    bottom: -1em;
    left: 0;
  }
  .location-list .wp-block-column.no-location {
    display: none;
  }
}
@media print, screen and (min-width: 782px) {
  .location-list {
    padding: 2em 0 0 0;
  }
  .location-list .wp-block-group__inner-container > div:nth-of-type(n+2) {
    margin: 60px 0 0 0;
  }
  .location-list .wp-block-column {
    padding: 0 2em;
  }
  .location-list .wp-block-column::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: -1em;
  }
  .location-list .wp-block-column:nth-of-type(3n):before {
    content: none;
  }
  .location-list .wp-block-column h3 {
    font-size: 2.4rem;
  }
}
/*----------------------------------------------------------
/* 業務案内
-----------------------------------------------------------*/
.service {
  padding: 40px 0;
  border-top: 1px solid #8CD629;
  border-bottom: 1px solid #8CD629;
}
.service h2 {
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  color: #016CB5;
  border-bottom: 1px solid #8CD629;
}
.service h2 strong {
  font-weight: bold;
  font-size: 84%;
}
.service .wp-block-column > div:nth-child(n+2) {
  margin-top: 2em;
}
.service li {
  font-size: 1.8rem;
  font-weight: 500;
}
.service li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

@media print, screen and (min-width: 782px) {
  .service {
    padding: 60px 0;
    gap: 4em;
  }
  .service .wp-block-column > div:nth-child(n+2) {
    margin-top: 60px;
  }
  .service li {
    font-size: 2rem;
  }
}
.service ol {
  counter-reset: number;
}
.service ol li {
  position: relative;
  padding-left: 1.4em;
}
.service ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #2B2B2B;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media print, screen and (min-width: 782px) {
  .service ol li::before {
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 1.2;
  }
}
/*----------------------------------------------------------
/* よくあるご質問
-----------------------------------------------------------*/
.common-container .common-section.faq-nav-section {
  padding-bottom: 30px;
}
.common-container .common-section.faq-nav-section .faq-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.common-container .common-section.faq-nav-section .faq-nav-list::before, .common-container .common-section.faq-nav-section .faq-nav-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.common-container .common-section.faq-nav-section .faq-nav-list::before {
  order: 1;
}
.common-container .common-section.faq-nav-section p {
  margin: 0;
}
.common-container .common-section.faq-nav-section p a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.4;
  background: #2B2B2B;
  border-radius: 100vh;
  transition: all 0.2s ease-out;
}
.common-container .common-section.faq-nav-section p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.common-container .common-section.faq-nav-section p a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 781px) {
  .common-container .common-section.faq-nav-section .faq-nav-list p {
    width: 100%;
  }
  .common-container .common-section.faq-nav-section .faq-nav-list p:nth-of-type(n+2) {
    margin: 10px 0 0 0;
  }
}
@media print, screen and (min-width: 782px) {
  .common-container .common-section.faq-nav-section .faq-nav-list::before, .common-container .common-section.faq-nav-section .faq-nav-list::after {
    width: 24%;
  }
  .common-container .common-section.faq-nav-section .faq-nav-list p {
    width: 24%;
  }
  .common-container .common-section.faq-nav-section .faq-nav-list p:nth-of-type(n+5) {
    margin: 10px 0 0 0;
  }
  .common-container .common-section.faq-nav-section .faq-nav-list p a {
    padding: 10px 20px;
  }
  .common-container .common-section.faq-nav-section .faq-nav-list p a::before {
    right: 20px;
  }
}
.faq-section > div:nth-child(n+2) {
  margin: 80px 0 0 0;
}

.rp-faq-heading {
  position: relative;
}
.rp-faq-heading button.group-toggle {
  padding: 2px 15px;
  border: 1px solid #2B2B2B;
  border-radius: 100vh;
  background: none;
  cursor: pointer;
}

.rp-faq-list {
  border-top: 1px solid #8CD629;
}
.rp-faq-list .rp-faq-item {
  padding: 20px 10px;
  border-bottom: 1px solid #8CD629;
}

.rp-faq-q {
  position: relative;
  padding: 4px 30px 4px 50px;
  cursor: pointer;
}
.rp-faq-q span.rp-faq-label {
  background: #2B2B2B;
}
.rp-faq-q button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
}
.rp-faq-q button:not(.open) {
  transform: translateY(-50%) rotate(180deg);
}

.rp-faq-a {
  position: relative;
  max-height: 0;
  padding-left: 50px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-sizing: content-box;
  visibility: hidden;
}
.rp-faq-a.open {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  visibility: visible;
}
.rp-faq-a span.rp-faq-label {
  background: #8CD629;
}

.rp-faq-q span.rp-faq-label,
.rp-faq-a span.rp-faq-label {
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

.group-toggle[data-action=close] {
  display: none;
  /* デフォルトは閉じるボタン非表示 */
}

@media print, screen and (min-width: 782px) {
  .faq-section > div:nth-child(n+2) {
    margin: 120px 0 0 0;
  }
  .rp-faq-q,
  .rp-faq-a {
    padding-left: 62px;
    padding-right: 50px;
  }
  .rp-faq-q span.rp-faq-label,
  .rp-faq-a span.rp-faq-label {
    width: 42px;
    height: 32px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1199px) {
  .rp-faq-heading {
    margin-bottom: 30px;
  }
  .rp-faq-heading h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .faq-section > div:nth-child(n+2) {
    margin: 120px 0 0 0;
  }
  .rp-faq-heading button.group-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
  .rp-faq-list .rp-faq-item {
    padding: 30px;
  }
}
/*----------------------------------------------------------
/* 決算公告
-----------------------------------------------------------*/
.financial-results {
  padding-top: 60px;
  border-top: 1px solid #8CD629;
}
.financial-results ul.fr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.financial-results ul.fr-list::before, .financial-results ul.fr-list::after {
  content: "";
  display: block;
  height: 0;
}
.financial-results ul.fr-list::before {
  order: 1;
}
.financial-results ul.fr-list li:not([class]) > a {
  display: block;
  padding: 20px;
  background: #016CB5;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
.financial-results ul.fr-list li:not([class]) > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.financial-results ul.fr-list li:not([class]) > a p {
  margin: 0;
}
.financial-results ul.fr-list li:not([class]) > a p.fr-title {
  font-size: 2rem;
}
.financial-results ul.fr-list li:not([class]) > a p.fr-outline {
  font-size: 1.2rem;
}
.financial-results ul.fr-list li.no-fr-item {
  width: 100%;
}

@media screen and (max-width: 781px) {
  .financial-results ul.fr-list::before, .financial-results ul.fr-list::after {
    width: 100%;
  }
  .financial-results ul.fr-list li:not([class]) {
    width: 100%;
  }
  .financial-results ul.fr-list li:not([class]):nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 782px) {
  .financial-results ul.fr-list::before, .financial-results ul.fr-list::after {
    width: 31.5%;
  }
  .financial-results ul.fr-list li:not([class]) {
    width: 31.5%;
  }
  .financial-results ul.fr-list li:not([class]):nth-child(n+4) {
    margin: 40px 0 0 0;
  }
  .financial-results ul.fr-list li:not([class]) > a {
    padding: 30px;
  }
  .financial-results ul.fr-list li:not([class]) > a p.fr-title {
    font-size: 2.4rem;
  }
}
/*----------------------------------------------------------
/* プライバシーポリシーなど
-----------------------------------------------------------*/
.sub-page-inner > div > p,
.sub-page-inner > div > div,
.sub-page-inner > div > ul,
.sub-page-inner > div > ol {
  margin: 20px 0;
}
.sub-page-inner > div > p:first-child,
.sub-page-inner > div > div:first-child,
.sub-page-inner > div > ul:first-child,
.sub-page-inner > div > ol:first-child {
  margin-top: 0;
}
.sub-page-inner > div > p:last-child,
.sub-page-inner > div > div:last-child,
.sub-page-inner > div > ul:last-child,
.sub-page-inner > div > ol:last-child {
  margin-bottom: 0;
}

.sub-page-title h1 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #016CB5;
  font-size: 2rem;
  font-weight: bold;
}

@media print, screen and (min-width: 782px) {
  .sub-page-inner > div > p,
  .sub-page-inner > div > div,
  .sub-page-inner > div > ul,
  .sub-page-inner > div > ol {
    margin: 30px 0;
  }
  .sub-page-title h1 {
    text-align: center;
    font-size: 3rem;
  }
}
ol.privacy-policy-list {
  counter-reset: number;
  padding: 0 0 0 1.2em;
}
ol.privacy-policy-list > li {
  position: relative;
  list-style-type: decimal;
  padding: 0 0 0 0.8em;
}
ol.privacy-policy-list > li:nth-child(n+2) {
  margin: 20px 0 0 0;
}
ol.privacy-policy-list > li > ul {
  padding: 0 0 0 1.8em;
}
ol.privacy-policy-list > li > ol {
  counter-reset: number;
}
ol.privacy-policy-list > li > ol > li {
  position: relative;
  padding: 0 0 0 1.8em;
}
ol.privacy-policy-list > li > ol > li::before {
  counter-increment: number;
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}

/*----------------------------------------------------------
/* お問い合わせ
-----------------------------------------------------------*/
/*冒頭部分*/
.contact-intro {
  margin: 30px 0 0 0;
  padding: 20px 15px;
  background: #F5F0E1;
  border-radius: 10px;
}
.contact-intro .to-faq a {
  display: flex;
  align-items: center;
  margin: 30px 0 20px 0;
  font-size: 2rem;
  font-weight: bold;
}
.contact-intro .to-faq a > span:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  margin: 0 0 0 20px;
  background: #fff;
  border-radius: 100vh;
  transition: all 0.2s ease;
}
.contact-intro .to-faq a:hover {
  text-decoration: none;
}
.contact-intro .to-faq a:hover > span:has(img) {
  padding: 8px 8px 8px 24px;
}

@media print, screen and (min-width: 782px) {
  .contact-intro-section p {
    font-size: 2rem;
  }
  .contact-intro {
    padding: 20px 40px;
    font-size: 2rem;
  }
  .contact-intro .to-faq a {
    font-size: 2.4rem;
  }
}
/*フォーム本体*/
#form-wrap dl {
  border-top: 1px solid #8E8E8E;
}
#form-wrap dl dt {
  position: relative;
  padding: 10px;
  font-weight: normal;
  background: #f7f7f7;
}
#form-wrap dl dt span {
  position: absolute;
  right: 10px;
}
#form-wrap dl dt span.requierd {
  color: #ff0000;
}
#form-wrap dl dd {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #8E8E8E;
}
#form-wrap dl dd input.wpcf7-text {
  width: 100%;
}
#form-wrap dl dd span.wpcf7-list-item {
  display: block;
  margin: 0;
}
#form-wrap dl dd select.wpcf7-select {
  padding-left: 8px;
  padding-right: 8px;
}
#form-wrap dl dd.time-zone > div {
  margin: 8px 0 0 1em;
}
#form-wrap dl dd.time-zone > div span:first-of-type {
  display: block;
  margin: 0 0 6px 0;
}
#form-wrap dl dt p,
#form-wrap dl dd p {
  margin: 0;
}

@media print, screen and (min-width: 782px) {
  #form-wrap dl {
    display: flex;
    flex-wrap: wrap;
  }
  #form-wrap dl dt {
    width: 34%;
    padding: 30px 20px;
    border-bottom: 1px solid #8E8E8E;
  }
  #form-wrap dl dt span {
    right: 20px;
  }
  #form-wrap dl dd {
    width: 66%;
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #form-wrap dl {
    font-size: 2rem;
  }
  #form-wrap dl dt {
    padding: 30px 40px;
  }
  #form-wrap dl dt span {
    right: 40px;
  }
  #form-wrap dl dd {
    padding: 30px 40px 30px 60px;
  }
}
.robot-check-box {
  margin: 60px 0 0 0;
  padding: 30px 15px;
  background: #f7f7f7;
  font-size: 1.8rem;
  font-weight: bold;
}
.robot-check-box .wpcf7-list-item {
  margin: 0;
}
.robot-check-box p {
  margin: 0;
}

@media print, screen and (min-width: 782px) {
  .robot-check-box {
    margin: 80px 0 0 0;
    padding: 30px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 782px) {
  .robot-check-box {
    margin: 100px 0 0 0;
    padding: 40px 60px;
    font-size: 2.4rem;
  }
}
.form-button-box {
  margin: 60px 0 0 0;
}
.form-button-box input {
  padding: 15px 10px;
  text-align: center;
  background: #2680E9;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  font-size: 2rem;
  transition: all 0.2s ease-out;
}
.form-button-box input:hover {
  opacity: 0.7;
}

.form-button-box p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-button-box p input {
  margin: 0 20px;
}

@media screen and (max-width: 781px) {
  .form-button-box input {
    width: 100%;
    margin: 4px 20px;
  }
}
@media print, screen and (min-width: 782px) {
  .form-button-box input {
    padding: 20px 30px;
    width: 40%;
    max-width: 480px;
    font-size: 3rem;
  }
}
.turnstile-box {
  margin: 60px 0 0 0;
  text-align: right;
}

/*エラーメッセージ*/
#form-wrap .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0000;
  color: #ff0000;
  font-size: 1.8rem;
}
#form-wrap .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 1200px) {
  #form-wrap .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 2rem;
  }
}
/*確認・完了画面*/
.confirm-message {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 2rem;
  color: #016CB5;
}

.common-container > .contact-confirm-section {
  padding-top: 0;
}

@media print, screen and (min-width: 782px) {
  .confirm-message {
    font-size: 2.4rem;
  }
}
/*----------------------------------------------------------
/* 部屋情報モーダル
-----------------------------------------------------------*/
.modal-cont .modal-body {
  padding: 15px;
}
.modal-cont .modal-dialog {
  max-width: 1080px;
}
.modal-cont .modal-header {
  padding: 20px 0;
  margin: 0 0 30px 0;
  border-color: #8E8E8E;
}
.modal-cont .modal-header p {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
.modal-cont .room-img-slider {
  display: none;
}
.modal-cont .room-img-slider.slick-initialized {
  display: block;
  animation: slide-fadein 0.5s ease-out 0s both;
}
.modal-cont .room-img-slider .slick-slide > figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 67.69%;
  background: #8E8E8E;
}
.modal-cont .room-img-slider .slick-slide > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-cont .room-img-slider .slick-slide > figure > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 10px;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(43, 43, 43, 0.8) 100%);
}
.modal-cont .room-img-slider .slide-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #F5F0E1;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal-cont .room-img-slider .slide-arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #2B2B2B;
  border-right: 2px solid #2B2B2B;
}
.modal-cont .room-img-slider .slide-arrow.prev-arrow {
  left: -20px;
  z-index: 1;
}
.modal-cont .room-img-slider .slide-arrow.prev-arrow::after {
  transform: translate(-40%, -50%) rotate(225deg);
}
.modal-cont .room-img-slider .slide-arrow.next-arrow {
  right: -20px;
}
.modal-cont .room-img-slider .slide-arrow.next-arrow::after {
  transform: translate(-60%, -50%) rotate(45deg);
}
.modal-cont .room-img-slider-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-cont .room-img-slider-nav::before, .modal-cont .room-img-slider-nav::after {
  content: "";
  display: block;
  width: 32%;
}
.modal-cont .room-img-slider-nav::before {
  order: 1;
}
.modal-cont .room-img-slider-nav > div.thumb {
  width: 32%;
  cursor: pointer;
}
.modal-cont .room-img-slider-nav > div.thumb:nth-of-type(n+4) {
  margin: 10px 0 0 0;
}
.modal-cont .room-detail > dl:nth-child(n+2) {
  margin: 20px 0 0 0;
}
.modal-cont .room-detail > dl dt {
  color: #016CB5;
  font-weight: normal;
}

@media screen and (max-width: 781px) {
  .room-detail {
    margin: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 782px) {
  .room-info-wrap {
    display: flex;
    justify-content: space-between;
  }
  .room-info-wrap::before {
    content: "";
    width: 60%;
  }
  .room-info-wrap:has(.slick-initialized)::before {
    position: absolute;
  }
  .room-info-wrap > div.room-img-slider {
    width: 60%;
  }
  .room-info-wrap > div.room-info-innner-r {
    margin-bottom: 50px;
    width: 36%;
    display: flex;
    flex-direction: column;
  }
  .room-info-wrap > div.room-info-innner-r .room-img-slider-nav {
    order: 1;
    margin: 30px 0 0 0;
  }
  .room-detail > dl {
    display: flex;
  }
  .room-detail > dl dt {
    width: 80px;
  }
  .room-detail > dl dd {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .modal-cont .modal-body {
    padding: 20px 40px 30px 40px;
  }
  .modal-cont .modal-header {
    margin: 0 0 60px 0;
  }
  .modal-cont .modal-header p {
    font-size: 3rem;
  }
}
/*-------------------------------------------------------------------
/*  
--------------------------------------------------------------------*//*# sourceMappingURL=style-sub.css.map */