@charset "UTF-8";
/**
* 広告など
**/
* + .banner {
  margin-top: 1.5rem;
}
.banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.banner a {
  display: block;
}
/**
* 内側囲い一般
**/
.parts_wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
/**
* リスト一般
**/
.parts_list {
  list-style: none;
  margin: 2rem 0 2rem 3.2rem;
}
.parts_list li {
  margin-bottom: 1.5rem;
}
.parts_list li:last-child {
  margin-bottom: 1.5rem;
}
.parts_list li span {
  width: 25px;
  margin-left: -25px;
  font-weight: 700;
  display: inline-block;
}
.parts_list ol li span {
  width: 35px;
  margin-left: -35px;
}
.parts_wrap .right_parts {
  text-align: right;
}
.parts_wrap .last_parts {
  margin-bottom: 28px;
}
/**
* タイトル一般
**/
.parts_title {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
}
.parts_title--center {
  margin-bottom: 4rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .parts_title {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.parts_title:only-child {
  margin: 0;
}
.parts_title_note {
  margin-top: -3rem;
  margin-bottom: 2rem;
  color: var(--main_c);
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center
}
@media (max-width: 767px) {
  .parts_title_note {
    font-size: 1.8rem
  }
}
.parts_title img {
  margin: 0 8px 0 0;
}
.parts_subtitle, .parts_title + h3, .parts_title + h4 {
  font-weight: 500;
}
.parts_subtitle--center, .parts_title + h3, .parts_title + h4 {
  margin-bottom: 2rem;
  text-align: center
}
/* タイトルアイコン width */
.parts_title .faq_img {
  width: 36px;
}
.parts_title .login_img {
  width: 36px;
}
.parts_title .support_img {
  width: 36px;
}
.parts_title .company_img {
  width: 36px;
}
.parts_title .sitemap_img {
  width: 36px;
}
.parts_title .tos_img {
  width: 36px;
}
.parts_title .policy_img {
  width: 36px;
}
.parts_title .notice_img {
  width: 36px;
}
/**
* リード
**/
.parts_lead {
  padding: 4rem;
  background: #f6f4f3;
  border-radius: 10px;
  max-width: 980px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .parts_lead {
    margin: 0 auto 24px;
    padding: 24px;
  }
}
* + .parts_lead {
  margin: 40px auto;
}
.parts_lead > p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .parts_lead > p {
    font-size: 1.4rem;
  }
}
.parts_lead > p + p {
  margin-top: 1.5rem;
}
/**
* 注釈
**/
.parts_notes {
  color: #666;
}
/**
* ショートカットリンク
**/
.parts_link_shortcut {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-feature-settings: "palt";
}
* + .parts_link_shortcut {
  margin-top: 1.5rem;
}
.parts_link_shortcut > li {
  position: relative;
}
/**
* 警告やお知らせなど
**/
.parts_alert {
  max-width: 920px;
  margin: 0 auto 1rem;
  padding: 2rem;
  border: 1px solid var(--red);
  background: #fff;
  color: var(--red);
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .parts_alert {
    font-size: 1.2rem;
  }
}
.parts_alert .er {
  width: 100%;
  margin-top: 5px;
}
.parts_alert .er span {
  display: inline-block;
  color: var(--red);
  font-size: 1.4rem;
  margin-left: 5px;
}
.parts_alert em {
  display: inline-block;
  width: 16px;
}
/**
* アンカーリンク
**/
.page-anchor__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.page-anchor__link {
  height: 50px;
}
.page-anchor__link a {
  height: 100%;
  padding: 0 2rem 0 2.5rem;
  background: #f6f4f3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}
.page-anchor__link a::after {
  width: 10px;
  height: 14px;
  content: '';
  background-image: url(/common/images/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .8rem
}
.page-anchor__link a:hover {
  color: var(--sub_c);
  opacity: 1
}
@media (max-width: 767px) {
  .page-anchor__link {
    height: 40px;
    font-size: 1.2rem;
  }
  .page-anchor__link a {
    padding: 0 1rem 0 1.5rem;
  }
}
/**
* カタログ
**/
.catalog {
  padding: 40px 0
}
@media (max-width: 767px) {
  .catalog {
    padding: 1.5rem 0 6rem
  }
}
* + .catalog__wrap {
  margin-top: 4rem;
}
.page-anchor__list + .catalog__wrap {
  margin-top: 4rem;
}
@media (max-width: 959px) {
  * + .catalog__wrap {
    margin-top: 60px;
  }
  .page-anchor__list + .catalog__wrap {
    margin-top: 40px;
  }
}
.catalog__head-ttl {
  margin-top: 4rem;
  padding: .5rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  background: #f6f4f3;
  border-left: 4px solid var(--sub_c)
}
.catalog__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px
}
@media (min-width: 959.1px) {
.catalog__list.col3 {
  grid-template-columns: 1fr 1fr 1fr;}
}
.catalog__list:has(.catalog__item--no_item) {
  display: block;
}
.catalog__item {
  padding: 1.5rem;
  background: #f6f4f3;
  border-radius: 10px;
  border: 1px solid #efeae0;
  position: relative;
}
.catalog__item.border-non {
  border: none
}
.catalog__item a {
  display: block;
}
.catalog__img {
  position: relative;
}
.catalog__img > .catalog__lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: .8;
  width: 100%;
  height: auto;
  padding: 25px;
}
.catalog .catalog__img img {
  width: 100%;
  height: auto;
  max-height: none;
}
@media (max-width: 959px) {
  .catalog__head-ttl {
    font-size: 2rem;
  }
  .catalog__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog__item {}
}
@media (max-width: 767px) {
  .catalog__head-ttl {}
  .catalog__list {
    margin-top: 1.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .catalog__item {
    padding: 1rem
  }
  .catalog__item a {}
}
.catalog__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(246, 244, 243, 0.4);
}
.catalog__desc {
  margin-top: 1rem;
}
.catalog__company {
  font-size: 1rem;
  color: #a09a93;
}
.catalog__ttl {
  color: var(--font_c);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 5px;
}
.catalog__tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}
.catalog__tag {
  height: 27px;
  padding: 0 8px;
  background: #f6f4f3;
  border: 1px solid #efeae0;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.1;
}
.catalog__btn-block {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.catalog__btn a {
  width: 100%;
  height: 38px;
  border-radius: 30px;
  border: 2px solid var(--main_c);
  background: #fff8e7;
  color: var(--main_c);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: ease.2s;
}
.catalog__btn a.catalog__btn-other {
  background: #fff
}
/* catalog page side */
/* catalog page side (maker) */
.catalog_maker {}
@media (max-width: 767px) {
  .catalog_maker, .catalog_maker.search_item {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
  }
}
.catalog_maker__index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 15px;
}
.catalog_maker__index > li {
  padding: 5px 0;
  font-size: 1.4rem;
  width: 100%;
}
@media (min-width: 960px) {
  .catalog_maker__index > li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .catalog_maker__index > li {
    width: 100%;
  }
}
.catalog_maker__index > li ul {
  padding: 0 0 0 16px;
}
@media (max-width: 767px) {
  .catalog_maker__index {
    padding: 14px 14px;
  }
  .catalog_maker__index > li {
    margin-bottom: 8px;
  }
  .catalog_maker__index > li ul {
    padding: 0 0 8px 20px;
  }
}
/* option (カーソルのヒットテスト領域、searchを踏襲) */
.catalog_maker .option {
  display: block;
  color: var(--main_c);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.615em;
  padding: 0 0 0 1em;
  position: relative;
  cursor: pointer;
}
.catalog_maker .option.active, .catalog_maker .option:has(:checked) {
  color: var(--sub_c);
}
/* option_status (疑似チェックボックス、searchを踏襲) */
.catalog_maker .option.option_checkbox .option_status, .catalog_maker .option_status {
  border-radius: 50%;
  border: 1px solid var(--sub_c);
  width: 0.66em;
  height: 0.66em;
  position: absolute;
  left: 0;
  top: 0.5em;
  z-index: 1;
  transform: translate(0, 0);
  overflow: hidden;
}
.catalog_maker .option.option_checkbox.active .option_status, .catalog_maker .option.active .option_status, .catalog_maker .option.option_checkbox :checked ~ .option_status, .catalog_maker :checked ~ .option_status {
  border-color: var(--main_c);
  background-color: var(--main_c);
}
.catalog_maker__list {
  /* NOTE: ここでは、displayプロパティにblock以外は設定できません */
  padding-top: 6px;
  padding-left: 1em;
}
.catalog_maker__list[data-catalog-maker-list] {
  display: none;
}
.catalog_maker__list a {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  width: fit-content;
  /* NOTE: ここにはmarginを設定しないでください */
}
.catalog_maker__list > * + * {
  margin-top: 6px;
  /* NOTE: 項目同士の余白の設定はここでお願いします */
}
/**
* ログイン画面
**/
.login_wrap {
  max-width: 375px;
  margin: 0 auto 64px;
  padding: 48px 32px;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media (max-width: 767px) {
  .login_wrap {
    padding: 64px 16px 32px;
  }
}
.login_wrap::before {
  content: "";
  display: block;
  height: 32px;
  background-image: url("../images/logo_mark.svg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 32px;
  opacity: 0.8;
}
.login_wrap > * {
  text-align: center;
}
.login_wrap > * + * {
  margin-top: 1.5rem;
}
.login_wrap > div > label {
  margin-bottom: .5rem;
  display: block;
  color: #a09a93;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.login_wrap > div > input {
  font-size: inherit;
  width: 100%;
  height: 44px;
}
.login_wrap > div > .btn {
  font-size: 1.4rem;
  width: 100%;
  height: 44px;
  border-radius: 6px;
}
/**
* 会社情報
**/
@media (min-width: 768px) {
  .company_wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 6rem;
    border: 1px solid #efeae0;
    background-color: #fff;
    border-radius: 8px;
  }
}
.company_wrap table {
  font-size: 1.5rem;
}
@media (max-width: 767px) {}
/**
* サイトマップ
**/
.sitemap_wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 6rem;
  border: 1px solid #efeae0;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .sitemap_wrap {
    padding: 4rem
  }
}
.sitemap__list {
  width: calc(33.333333% - (80px / 3))
}
@media (max-width: 767px) {
  .sitemap__list {
    width: 100%
  }
}
.sitemap__ttl::before {
  content: "●";
  margin-right: .5rem;
  color: var(--main_c);
  font-size: 1.5rem;
  display: inline-block;
}
.sitemap_wrap > a {
  flex-basis: 100%;
  font-size: 1.8rem;
  color: var(--sub_c);
  text-decoration: underline;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .sitemap_wrap > a {
    flex-basis: 85%;
    text-align: left;
    margin: 0 0 16px;
  }
}
.sitemap_wrap ul {
  margin-left: .7rem;
  padding-left: 1.2rem;
  padding-top: 1rem;
  border-left: 1px solid var(--main_c);
}
@media (max-width: 767px) {
  .sitemap_wrap ul {
    flex-basis: 85%;
    text-align: left;
  }
}
.sitemap_wrap ul > li > a {
  padding: .4rem;
  font-size: 1.4rem;
  display: block;
}
.sitemap_wrap ul > li a::before {
  content: "\f125";
  color: var(--main_c);
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  transform: scale(0.75);
  transform-origin: left center;
}
/**
* 利用規約・プライバシーポリシー 共通
**/
.tos_wrap, .policy_wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 6rem;
  border: 1px solid #efeae0;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .tos_wrap, .policy_wrap {
    padding: 4rem 2rem;
    font-size: 1.3rem
  }
}
.tos_wrap h4, .policy_wrap h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 8rem;
  margin-bottom: 2rem;
  position: relative;
}
.tos_wrap h4:first-child, .policy_wrap h4:first-child {
  margin-top: 0
}
.tos_wrap h4::before, .policy_wrap h4::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, var(--main_c) 0%, var(--main_c) 12%, #efeae0 12%, #efeae0 100%);
  width: 100%;
  height: 3px;
  margin-bottom: 3rem;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .tos_wrap h4, .policy_wrap h4 {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
.tos_wrap p, .policy_wrap p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 8px 20px;
}
@media (max-width: 767px) {
  .tos_wrap p, .policy_wrap p {
    margin: 0 8px 16px;
  }
}
.tos_wrap ul, .policy_wrap ul {
  margin: 0 8px 20px;
}
@media (max-width: 767px) {
  .tos_wrap ul, .policy_wrap ul {
    margin: 0 8px;
  }
}
.tos_wrap ul > li p, .policy_wrap ul > li p {
  margin: 0;
}
/**
* プライバシーポリシーのみのスタイル
**/
.policy_wrap h5 {
  border-left: solid 6px var(--main_c);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 4rem 0 1.5rem;
  padding-left: 1.5rem;
}
.policy_wrap h6 {
  border-radius: 4px;
  background: #f6f4f3;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 12px;
}
@media (max-width: 767px) {
  .policy_wrap h6 {
    margin: 0 8px 16px;
  }
}
@media (max-width: 767px) {
  .notice_wrap {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .notice_wrap > div {
    flex-wrap: wrap;
    margin: 0 0 16px;
    text-align: left;
  }
}
/**
* 現在地ページ
**/
.n_wrap {
  background-color: #fff;
  margin: 0 0 28px 0;
  padding: 31.25px 31.25px;
  border: 1px solid #e7e6e6;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .n_wrap {
    padding: 20px;
  }
}
.n_wrap .gmap_form {
  width: 100%;
  max-width: 400px;
  margin: 28px auto 0;
}
.n_wrap .box_search01_yoyaku {
  text-align: center;
}
.n_wrap .box_btn {
  margin-top: 20px;
}
.n_loading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
  widows: 100vw;
  height: 100vh;
}
.txt_link {
  border: solid 1px #ccced3;
  padding: .8rem 2rem;
  border-radius: 5px;
  background-color: #fff;
}
.txt_link::after {
  content: "＞＞";
  margin-left: .3em;
  font-size: 1.4rem;
  letter-spacing: -.3rem;
  font-weight: bold;
  display: inline-block;
  transform: scale(.6, 1);
}
/************お気に入りボタン************/
.like_box {
  position: relative;
}
.content_btn_like, .content_btn_unlike {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.content_btn_like a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: var(--main_c);
  cursor: pointer;
}
.content_btn_unlike a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #808080;
  cursor: pointer;
}
.content_btn_unlike a:hover {
  background: var(--main_c);
  opacity: 1
}
.content_btn_like a::before, .content_btn_unlike a::before {
  content: "\f141";
  color: #fff;
  font-family: "Ionicons";
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .content_btn_like a, .content_btn_unlike a {
    width: 40px;
    height: 40px;
  }
  .content_btn_like a::before, .content_btn_unlike a::before {
    font-size: 1.8rem;
  }
}