@charset "utf-8";
main * {
  box-sizing: border-box;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  main.main {
    padding: 0 20px 0;
    margin: 57px auto 0;
    max-width: 100%;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
  }
  main.main {
    margin: 20px auto 0;
    width: auto;
    padding: 0 0 50px;
    box-sizing: border-box;
  }
  main.main.error {
    padding: 0 0 20px;
  }
  main.error .not-found-wrapper {
    width: 1080px;
    margin: 0 auto;
  }
}
.header .header-nav-upper .rent-header {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-nav-upper {
    width: 100%;
    justify-content: space-between;
  }
  .header-finish {
    display: flex;
    justify-content: center;
    margin: 16px 0;
  }
  .header-finish p {
    margin: 0;
    padding: 2px 12px;
    background: linear-gradient(90deg, #3ba0b8, #6bc5d6);
    color: #fff;
    border-radius: 999px; /* カプセル型 */
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0px;
  }
  /* 「1分」だけ強調 */
  .header-finish p span {
    font-weight: bold;
    font-size: 1.6rem;
  }
}
/*エラーテキスト*/
.error-txt {
  display: none;
}
.error-txt p::before {
  content: "\24D8";
  margin-right: 0.25em;
}
.error-txt p {
  width: 100%;
  color: #bb0000;
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block;
  margin-top: 5px;
}
header .header-nav-upper {
  gap: 80px;
}
header .header-nav-upper-kuramore {
  gap: 20px;
}
header .header-nav-upper .logo_kuramore {
  width: 180px;
}
.header .header-nav-upper .logo_classeum {
  width: 250px;
}
@media screen and (max-width: 768px) {
  header .header-nav-upper .logo_kuramore {
    width: 120px;
  }
  .header .header-nav-upper .logo_classeum {
    width: 170px;
  }
  header .header-nav-upper {
    gap: 50px;
  }
  .top-inquiry {
    background-color: #eee;
    padding: 2px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .top-inquiry p {
    padding-left: 20px;
  }
}
.ttile-wapper > div {
  display: flex;
}
@media screen and (min-width: 768px) {
  .ttile-wapper .ttl-txt {
    width: 100%;
    margin: -20px auto 10px;
  }
  .ttile-wapper {
    width: 900px;
    margin: 0 auto 5px;
  }
  .ttile-wapper > div {
    width: 900px;
  }
  .ttile-wapper .shop-img {
    width: 150px;
    height: auto;
  }
}
.ttile-inner {
  padding: 20px;
  font-family: sans-serif;
}
.pc-shop-info {
  display: flex;
  align-items: flex-start;
}
.shop-img {
  margin: 0;
  margin-right: 20px;
}
.shop-img img {
  width: 105px;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}
.rent-wrapper {
  display: flex;
  flex-direction: column;
}
/* 物件名 */
.room-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}
/* 住所 */
.room-name-detail {
  font-size: 14px;
  color: #555;
  margin: 0 0 10px;
}
/* 店舗名 */
.shop-info span {
  color: #0073aa;
  font-weight: bold;
  font-size: 1.6rem;
}
/* 右エリア */
.ttile-inner > div:last-child {
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 20px;
}
/* 見出し（担当店舗） */
.ttile-inner > div:last-child p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
/* テキスト調整 */
.ttile-inner p {
  margin: 2px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttile-inner > div:last-child {
    border-left: inherit;
    margin-left: 30px;
    padding-left: 0px;
  }
  .ttile-wapper .shop-img {
    width: 20vw;
    height: auto;
  }
  .rent-wrapper .shop-info .room-name {
    font-size: 1.6rem;
    padding: 0 0;
    margin-left: 5px;
    line-height: 1.5rem;
  }
  .rent-wrapper .shop-info p {
    font-size: 1.2rem;
    padding: 0 0;
    margin-left: 5px;
    line-height: 1.5rem;
  }
  .rent-wrapper .shop-info p span {
    color: #0073aa;
    font-size: 1.2rem;
  }
  .ttile-inner {
    padding: 6px 0 3px;
  }
  .ttile-wapper > div {
    justify-content: flex-start;
  }
  /** スクロール固定表示 */
  .ttile-wapper {
    position: sticky;
    top: 56px;
    z-index: 100;
    background: #fff;
  }
  /** 上部隙間の補正 */
  .ttile-wapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 0px;
    background: #fff;
  }
}
.ttile-wapper .kantan {
  position: relative;
  background-color: #4eb1cf;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #fff;
}
.ttile-wapper .kantan span {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}
.ttile-wapper .kantan.pconly::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 下に出す位置 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 15px 0 15px;
  border-style: solid;
  border-color: #57aecd transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .ttile-wapper .kantan span {
    color: #2490b2;
    font-size: 1.2rem;
  }
  .ttile-wapper .kantan {
    width: 100%;
    margin: 0 auto 16px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .kantan.sponly {
    background: #eff7fe;
    font-weight: bold;
  }
  /*％表示のバーとか*/
  .step-box.sponly {
    display: block !important;
    padding: 0 0 10px;
    background: #fff;
  }
  .step-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }
  .step-current {
    color: #2490b2;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .step-message {
    color: #999;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .step-progress {
    width: 100%;
    height: 8px;
    background: #e5e5e5;
    border-radius: 999px;
    overflow: hidden;
  }
  .step-progress-bar {
    height: 100%;
    background: #2490b2;
    transition: width 0.3s ease;
  }
  .step-progress-bar.step1 {
    width: 33.3%;
  }
  .step-progress-bar.step2 {
    width: 66.6%;
  }
  .step-progress-bar.step3 {
    width: 100%;
  }
}
/*フォームボタン*/
.form-btn-inner {
  display: flex;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form-btn-inner {
    width: 420px;
    margin: auto;
    justify-content: center;
  }
}
.form-btn-inner .form-btn {
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-bottom: 4px;
  cursor: pointer;
}
.form-btn-inner .form-btn * {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form-btn-inner .form-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .form-btn-inner .form-btn {
    width: 100%;
    min-height: 55px;
  }
}
.form-btn-inner .form-btn.submit-btn {
  box-shadow: 0 3px #1a7592;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(90deg, #2490b2, #2490b2);
}
.form-btn-inner .form-btn.disabled-btn {
  background: linear-gradient(90deg, #969696, #969696);
  box-shadow: 0 3px #5d5d5d;
  border-radius: 10px;
}
.form-btn-inner .form-btn button {
  width: 100%;
  height: 100%;
  padding: 10px 10px 14px 10px;
}

@media screen and (min-width: 768px) {
  .form-btn-inner .form-btn:not(.disabled-btn):hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
}
.form-btn-inner .form-btn p {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form-btn-inner .form-btn p {
    font-size: 2.4rem;
  }
}
.form-btn-inner .form-btn.submit-btn p {
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
}
.form-btn-inner .form-btn.submit-btn p span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-btn-inner .form-btn p {
    font-size: 1.9rem;
  }
  .form-btn-inner .form-btn.submit-btn p span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .main.form div.section {
    width: 1080px;
    margin: 0 auto;
  }
}
.main.form .section:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main.form .section:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .main.form .section:not(:first-of-type) {
    margin-top: 30px;
  }
}
.main.form .section:last-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main.form .section:last-of-type {
    margin-top: 10px;
  }
  /* SPページFV時 問い合わせ内容のみ表示 */
  .step-section {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .inquiry-wrapper {
    width: 900px;
    margin: 0 auto;
  }
}
.section .inquiry-wrapper:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section .inquiry-wrapper:not(:first-of-type) {
    margin-top: 30px;
  }
}
.inquiry-wrapper .information {
  height: 50px;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 34px 0 10px;
  border-radius: 6px;
  cursor: auto;
  text-transform: none;
  user-select: none;
  appearance: none;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #707070;
}
.inquiry-wrapper .information-box.input-completed .information {
  background-color: #fff;
  border: solid 1px #707070;
}
.inquiry-wrapper
  .information-box.input-uncompleted:not(.comment-txt)
  .information {
  background: #eee;
  border: solid 1px #ddd;
}
.inquiry-wrapper .information-box.error .information {
  background: #fdf6f5;
  border: solid 1px #e05334;
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper .information {
    font-size: 1.6rem;
  }
}
.inquiry-wrapper .information::placeholder {
  color: #969696;
  font-weight: normal;
}
.inquiry-wrapper .information-box.comment-txt {
  vertical-align: top;
}
.inquiry-wrapper .information-box.comment-txt textarea {
  font-weight: normal;
  padding-top: 20px;
  min-height: 200px;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper .information-box.comment-txt textarea {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 80px;
    padding-top: 10px;
  }
}
.inquiry-wrapper .information-box.comment-txt textarea:focus {
  outline: none;
}
.inquiry-wrapper .information.error {
  background: #e9d0d0;
  border: solid 1px #bb0000;
  font-weight: 400;
  padding: 0 10px;
}
.inquiry-wrapper .information.disabled {
  background-color: #f5f5f5;
  border: solid 1px #707070;
  padding: 0 10px;
}
.inquiry-wrapper .information.error::placeholder {
  color: #707070;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.inquiry-wrapper .information-box {
  position: relative;
}
.inquiry-wrapper .information-box.input-completed:not(.comment-txt)::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #2490b2;
  background-size: 18px 18px;
  border-radius: 50vh;
  right: 10px;
  top: calc(50% - 9px);
}
.inquiry-wrapper .information-box.input-completed:not(.comment-txt)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 14px;
  top: calc(50% - 5px);
}
.inquiry-wrapper .information-box.error::before,
.inquiry-wrapper .information-box.disabled::before,
.inquiry-wrapper .information-box.error::after,
.inquiry-wrapper .information-box.disabled::after {
  display: none;
}
.inquiry-step .select-btn.error::before,
.inquiry-step .select-btn.disabled-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% + 2px);
  border-color: transparent transparent #707070 #707070;
  transform: rotate(-45deg);
}
.inquiry-step .select-btn.error::after,
.inquiry-step .select-btn.disabled-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% - 7px);
  border-color: #707070 #707070 transparent transparent;
  transform: rotate(-45deg);
}
.inquiry-step .select-btn.disabled-btn p {
  color: #707070;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .inquiry-step .select-btn.disabled-btn p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .contact-mail-wrap {
    margin-top: 8px;
  }
}
.section .inquiry-wrapper .inquiry-inner:not(:first-of-type) {
  margin-top: 12px;
}
.inquiry-wrapper .inquiry-step {
  margin-top: 8px;
}
.inquiry-wrapper.inquiry-information .inquiry-step {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .inquiry-wrapper.inquiry-information .inquiry-step {
    margin-top: 8px;
  }
}
.inquiry-wrapper .inquiry-step:first-of-type {
  margin-top: 0;
}
.inquiry-wrapper .inquiry-step.input-title-wrapper:not(:first-of-type) {
  margin-top: 7px;
}
.inquiry-wrapper .input-title-wrapper .input-title {
  font-size: 1.5rem;
  color: #333;
}
.inquiry-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .inquiry-title {
    margin: 16px 0 0;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .inquiry-title {
    width: 900px;
    margin: 5px auto 0 auto;
  }
}
.inquiry-wrapper .inquiry-step .inquiry-title {
  margin-bottom: 5px;
}
.inquiry-title p {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.inquiry-title p span {
  font-size: 1.2rem;
}
.inquiry-title .sub-txt {
  display: flex;
  align-items: center;
  padding: 2px 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .inquiry-title .sub-txt {
    padding: 2px 10px 0 0;
  }
}
.inquiry-title .sub-txt p {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .inquiry-title .sub-txt p {
    font-size: 1.4rem;
  }
}
.inquiry-title .sub-txt p.confirmation {
  border-radius: 3px;
  padding: 2px 9px;
  color: #828282;
  border: solid 1px #828282;
  background-color: #ffffff;
  border-radius: 3px;
}
.inquiry-title .sub-txt p.confirmation.required {
  border: solid 1px #2f95b4;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #2f95b4;
  padding: 4px 5px;
}
@media screen and (max-width: 768px) {
  .inquiry-title .sub-txt p.confirmation.required {
    padding: 4px 0;
    background-color: #e8694c;
  }
  .inquiry-title .sub-txt p.confirmation.required {
    color: #fff;
    border: none;
  }
  .kibou-explain {
    color: #999;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .inquiry-title .sub-txt p.confirmation {
    width: 50px;
    text-align: center;
  }
}
.inquiry-title .sub-txt p:not(:first-of-type) {
  margin-left: 7px;
}
.send-btn-inner {
  width: auto;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-sonota {
    margin-bottom: 160px;
  }
  .send-btn-inner p.policy-txt {
    font-size: 1rem;
    line-height: 1.4;
    margin: 8px auto;
  }
  /* 送信ボタンを下に固定 */
  .form-btn-inner {
    margin-top: 0;
  }
  .send-btn-inner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 5px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
  .main {
    padding-bottom: 140px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/*個人情報の取り扱いについて*/
.policy-txt-wrapper {
  margin: 42px -100px 52px;
  border: solid 1px #707070;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .policy-txt-wrapper {
    width: 900px;
    margin: 34px auto 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .policy-txt-wrapper {
    margin: 15px 0 5px;
  }
  .send-btn-inner .policy-txt a {
    color: #1a7592;
    text-decoration: underline;
    font-size: 1.1rem;
  }
  /** リキャプチャアイコン非表示、テキストで明記 */
  .grecaptcha-badge {
    visibility: hidden;
  }
  .send-btn-inner p.grecaptcha-txt {
    font-size: 1rem;
    line-height: 1.4;
    margin: 4px 8px;
    color: #333;
  }
  .send-btn-inner p.grecaptcha-txt a {
    color: #333;
    text-decoration: underline;
  }
}
.policy-txt-wrapper .policy-inner {
  display: block;
}
.policy-txt-wrapper .Ttl-txt {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  padding: 6px 15px 6px 10px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy-txt-wrapper .Ttl-txt {
    font-size: 1.4rem;
    padding: 6px 15px 6px 10px;
  }
}
.policy-txt-wrapper .Ttl-txt::before,
.policy-txt-wrapper .Ttl-txt::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 1px);
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #727272;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
  transition: 0.2s all;
}
.policy-txt-wrapper.active .Ttl-txt::after {
  top: calc(50% - 6px);
  right: 18px;
  transform: rotate(90deg);
  opacity: 1;
}
.policy-txt-wrapper .Ttl-txt::after {
  top: calc(50% + 1px);
  right: 13px;
  width: 10px;
  transform: rotate(0);
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .policy-txt-wrapper .Ttl-txt::before,
  .policy-txt-wrapper .Ttl-txt::after {
    border-top: 2px solid #727272;
    right: 15px;
    width: 15px;
  }
  .policy-txt-wrapper.active .Ttl-txt::after,
  .policy-txt-wrapper .Ttl-txt::after {
    right: 27px;
  }
}
.policy-txt-wrapper iframe {
  border: solid 1px #e5e5e5;
  width: 780px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .policy-txt-wrapper iframe {
    width: calc(100% - 20px);
    height: 150px;
  }
}
.policy-txt-wrapper .policy-none-btn {
  margin: 10px 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy-txt-wrapper .policy-none-btn {
    margin: 8px 0;
  }
}
.policy-txt-wrapper .policy-none-btn a {
  font-size: 1.2rem;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.policy-txt-wrapper .policy-none-btn a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*コピーライト*/
.copyright {
  padding: 15px 0;
}
.copyright p {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 0 0 40px;
  }
}
.thanks-box {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
}
.thanks-box h2 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.thanks-box > p {
  margin: 30px 0;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-box {
    width: 100%;
    margin: 30px 0;
    padding: 40px 0;
  }
  .thanks-box h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .thanks-box > p {
    font-size: 1.6rem;
    margin: 20px 0 30px 0;
  }
}
.domain-list-inner {
  position: relative;
}
.domain-list-inner .domain-list {
  position: absolute;
  display: none;
  max-width: 330px;
  box-shadow: 0 0 6px rgb(0 0 0 / 0.8);
  background-color: #ffffff;
  z-index: 10;
}
.domain-list-inner .domain-list.is-active {
  display: flex;
  flex-wrap: wrap;
}
.domain-list-inner .domain-list li {
  transition: 0.2s linear;
  width: calc((100% - 1px) / 2);
  border-top: solid 1px #949494;
}
.domain-list-inner .domain-list li:nth-of-type(2n) {
  width: calc((100% - 1px) / 2 + 1px);
  border-left: solid 1px #949494;
}
.domain-list-inner .domain-list li:nth-of-type(-n + 2) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .domain-list-inner .domain-list li:hover {
    background-color: #f1f1f1;
  }
}
.domain-list-inner .domain-list li p {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  padding: 8px 9px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .domain-list-inner .domain-list li p {
    font-size: 1.3rem;
    padding: 9px 10px;
  }
}
/* お問合せ内容 */
.inquiry-step {
  position: relative;
}
.shop-wrapper {
  background: #f8f8f8;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px 15px;
}
@media screen and (min-width: 601px) {
  .shop-wrapper {
    display: inline-block;
    margin-left: 76px;
    padding: 15px 24px 14px;
  }
  .shop-center .shop-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin: auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .shop-center .shop-inner {
    display: inline-block;
    padding: 15px 24px 14px;
    background: #f8f8f8;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
    border-radius: 6px;
  }
}
.shop-bottom-inq {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  padding-top: 10px;
}
.shop-wrapper .shop-name {
  font-size: 1.5rem;
  line-height: 1.5;
}
.shop-wrapper .gray-txt {
  color: #707070;
  font-weight: 400;
}
.shop-wrapper .tel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (min-width: 601px) {
  .shop-wrapper .tel {
    margin-bottom: 4px;
  }
}
.shop-wrapper .tel a,
.shop-wrapper .tel .txt {
  font-size: 2.7rem;
  text-decoration: underline;
  color: #ce4508;
  position: relative;
  line-height: 1.5;
}
.shop-wrapper .table-txt {
  margin-top: 3px;
}
.shop-wrapper .table-txt td {
  font-size: 1.3rem;
  display: block;
}
.shop-wrapper .table-txt td:first-of-type {
  width: 70px;
}
.shop-wrapper .table-txt tr {
  display: flex;
}
.explain-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 7px;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .explain-txt {
    width: 640px;
    margin: 0 auto;
  }
  .shop-center .explain-txt {
    margin: 0 auto 10px;
    text-align: center;
  }
  .explain-txt.left {
    width: auto;
    margin-left: 76px;
  }
}
.explain-txt.under {
  margin-bottom: 0;
  margin-top: 7px;
}
.small-txt {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (min-width: 601px) {
  .small-txt {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .button-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.button-box label div.check-box {
  position: relative;
}
.button-box label div {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
/* PC外円 */
.button-box label div.check-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #348cb0;
  background-color: #fff;
  background-size: 20px 20px;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}
/* PC内円 */
.inputbutton[type="radio"]:checked + label div.check-box::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #2290b1;
}
@media screen and (min-width: 768px) {
  .button-box label {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
  }
  .button-box.col4 label {
    width: calc((100% - 30px) / 3);
    margin: 0 0 0 15px;
  }
  .button-box.col4 label:first-of-type {
    margin-left: 0;
  }
  .button-box label.input-uncompleted div {
    background: #e8e8e8;
  }
  .button-box label.input-completed div {
    background: #fff;
    border: solid 1px #707070;
  }
  .button-box label div.check-box p {
    padding: 0 5px 0 22px;
    font-size: 1.6rem;
  }
  .inputbutton[type="radio"]:checked + label div.check-box {
    background-color: #fff;
  }
  /* 外円 */
  .button-box label div.check-box::before {
    border-radius: 50px;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* 内円 */
  .inputbutton[type="radio"]:checked + label div.check-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #2290b1;
  }
}
/* ラジオボタンを非表示 */
.inputbutton {
  display: none;
}
/* 全体のラベルボタン */
.button-box label {
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
}
/* ボタンの見た目 */
.button-box label .check-box {
  padding: 16px;
  background: #f3f3f3;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
/* テキスト */
.button-box label .check-box p {
  margin: 0;
}
/* ホバー（SPなら無くてもOK） */
.button-box label:hover .check-box {
  background: #e8e8e8;
}
/* チェックされた時（ここが重要） */
.inputbutton:checked + label .check-box {
  background: linear-gradient(90deg, #2290b1, #6ec6d8);
  border-color: #4fa9c6;
}
.inputbutton:checked + label .check-box p {
  color: #fff;
}
.footer-logo {
  border-top: 1px solid #eee;
  width: 100%;
  margin: 20px 0 auto;
  text-align: center;
  padding: 20px 0 10px;
}
.footer-logo img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .button-box label div:first-of-type {
    margin-top: 15px;
    background-color: #eee;
    padding: 15px 7px;
  }
  .button-box label div {
    margin-bottom: 15px;
  }
  .button-box label div.check-box p {
    padding: 0 5px 3px 30px;
  }
  .button-box label:not(.col1) div.check-box p {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 3px;
  }
  /* 外円 */
  .button-box label div.check-box::before {
    border-radius: 50px;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #bbbbbb;
  }
  /* 内円 */
  .inputbutton[type="radio"]:checked + label div.check-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #2290b1;
  }
}
.comment {
  display: none;
}
.comment-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-tel-wrap {
    margin-bottom: 120px;
  }
  /* 入力内容を確認するとこ */
  .confirm-box {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
  }
  .confirm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    width: 100%;
  }
  .confirm-row:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .confirm-label {
    color: #999;
  }
  .confirm-value {
    color: #444;
  }
  .confirm-box {
    padding: 5px 10px;
  }
  .confirm-label {
    width: 21%;
  }
  .confirm-label,
  .confirm-value {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
