@charset "UTF-8";
.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (min-width: 768px) {
  .row.pc-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.pc-col2 > .col {
    flex: 0 49%;
  }
  .row.pc-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.pc-col3 > .col {
    flex: 0 32%;
  }
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

@media (-ms-high-contrast: none) and (min-width: 768px) {
  .row:not(.no-gap):not(.reverse) > .col:not(:first-child) {
    margin-left: 20px;
  }
  .row:not(.no-gap).reverse > .col:not(:first-child) {
    margin-right: 20px;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .highlight {
  padding: 25px 25px;
  background-color: #dddddd;
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .title_h2 {
  font-size: 46px;
  margin-bottom: 1em;
  text-align: center;
}

@media (max-width: 1000px) {
  .p-entry__body .title_h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 22px;
  }
}

.p-entry__body .title_h2.white {
  color: #fff;
}

.p-entry__body .p-btn {
  background: #5c453c;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.p-entry__body .p-btn:hover {
  background: #928262;
}

.p-entry__body .p-btn.white {
  background: #fff;
  color: #5c453c;
}

.p-entry__body .p-btn.white:hover {
  background: #ebe3e0;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 16px;
    margin: 16px auto;
    padding: 0 16px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 32px;
    padding-top: 32px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  content: "";
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 16px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 96px;
  }
}

@media (-ms-high-contrast: none) {
  .p-social-nav .p-social-nav__item:not(:first-child) {
    margin-left: 24px;
  }
}

@media (-ms-high-contrast: none) and (max-width: 767px) {
  .p-social-nav .p-social-nav__item:not(:first-child) {
    margin-left: 16px;
  }
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

@media (-ms-high-contrast: none) and (min-width: 768px) {
  .row .col:not(:first-child) {
    margin-left: 2%;
  }
  .row.reverse .col:not(:first-child) {
    margin-left: 0;
    margin-right: 2%;
  }
}

h4.title_h4 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  h4.title_h4 {
    font-size: 16px;
  }
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 420px;
}

@media (max-width: 767px) {
  .map_wide {
    padding-top: 100%;
  }
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}

table.table-default tr th {
  vertical-align: middle;
}

table.table-default tr th.right, table.table-default tr td.right {
  text-align: right;
}

table.table-menu tr td {
  background: none;
  border-left: none;
  border-right: none;
}

table.table-menu tr td:not(:first-child) {
  text-align: right;
}

@media (max-width: 767px) {
  table.table-menu.responsive-stack td:not(:first-child) {
    border-top-style: dashed;
  }
}

@media (max-width: 767px) {
  table.responsive-stack {
    border-bottom: 1px solid #ddd;
  }
  table.responsive-stack tr th, table.responsive-stack tr td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    border-bottom: none;
  }
}

figure figcaption {
  margin-top: 1em;
}

figure + p {
  margin-top: 1.5em !important;
}

.bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pc-text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .pc-text-right {
    text-align: right;
  }
}

.text-large {
  font-size: 20px;
}

@media (max-width: 767px) {
  .text-large {
    font-size: 16px;
  }
}

body:not(.home) .title_h2 {
  font-size: 36px;
}

@media (max-width: 767px) {
  body:not(.home) .title_h2 {
    font-size: 22px;
  }
}

body:not(.home) .title_h3 {
  position: relative;
  padding: 0;
  padding-left: 0.7em;
  margin-bottom: 0.8em;
}

body:not(.home) .title_h3:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}

body:not(.home) h4.title_h4 {
  position: relative;
  padding: 0;
  padding-left: 0.8em;
}

body:not(.home) h4.title_h4:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 6px;
  height: 3px;
  top: 0.6em;
  left: 0;
}

body:not(.home) dl dt, body:not(.home) dl dd {
  line-height: normal;
}

body:not(.home) .p-page-header__desc {
  font-weight: bold;
}

body:not(.home) .row:not(:last-child) {
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  body:not(.home) .row:not(:last-child) {
    margin-bottom: 7%;
  }
}

.l-primary {
  width: 100%;
}

.l-secondary {
  display: none;
}

.p-latest-news__list li {
  margin-top: 1em;
}

ul.c-share {
  margin-top: 2em;
}

.p-index-content01 {
  background: url(/wp-content/uploads/bg_img001.jpg);
}

@media (min-width: 768px) {
  .p-index-content01 .l-inner .p-index-content01__desc {
    font-size: 16px;
  }
}

.p-entry__body {
  margin-bottom: 0;
}

.tp_store_manager {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 0 120px;
}

@media (max-width: 767px) {
  .tp_store_manager {
    padding: 0 0 50px;
  }
}

.tp_store_manager:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/bg_img002.png) no-repeat right bottom;
  background-size: contain;
  width: 40%;
  max-width: 602px;
  min-width: 200px;
  height: 684px;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 70px;
  z-index: -1;
}

@media (max-width: 1600px) {
  .tp_store_manager:before {
    right: -5%;
    opacity: 0.5;
  }
}

.tp_store_manager .container {
  width: calc(100% - 40px);
}

.tp_store_manager h2.title_h2 {
  text-align: left;
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 0.4em;
}

.tp_store_manager h2.title_h2 span {
  font-size: 32px;
}

@media (max-width: 1350px) {
  .tp_store_manager h2.title_h2 {
    font-size: 40px;
  }
  .tp_store_manager h2.title_h2 span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .tp_store_manager h2.title_h2 {
    font-size: 30px;
    text-align: center;
  }
  .tp_store_manager h2.title_h2 span {
    font-size: 18px;
  }
}

.tp_store_manager h3 {
  margin-bottom: 0.5em;
}

.tp_store_manager figure {
  text-align: center;
}

.tp_store_manager dl {
  margin: auto;
  max-width: 400px;
}

@media (min-width: 401px) {
  .tp_store_manager dl dt {
    float: left;
  }
  .tp_store_manager dl dd {
    display: flex;
    padding-left: 1em;
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .tp_store_manager dl dt, .tp_store_manager dl dd {
    line-height: 1.75;
  }
  .tp_store_manager dl dd {
    margin-bottom: 0.4em;
  }
}

.tp_store_manager table tr th, .tp_store_manager table tr td {
  padding: 0;
  border: none;
  font-size: 16px;
}

.tp_store_manager table tr th {
  text-align: left;
  width: 80px;
  vertical-align: top;
  background: none;
}

@media (min-width: 768px) and (min-width: 1351px) {
  .tp_store_manager .row .col.fig figure {
    position: relative;
    height: 827px;
  }
  .tp_store_manager .row .col.fig figure img {
    position: absolute;
    max-width: 624px;
    right: 0;
  }
}

@media (min-width: 768px) and (min-width: 1351px) {
  .tp_store_manager .row .col.txt .wrap {
    max-width: 515px;
    margin-left: auto;
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  .tp_store_manager .row .col.txt .wrap {
    margin-left: 4%;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .tp_store_manager .row .col.txt .wrap {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .tp_store_manager .row .col.txt .wrap .inner {
    margin: 2em 0 3em;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .tp_store_manager .row .col.txt .wrap .inner {
    margin: 1em 0 2em;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .tp_store_manager .row {
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
  .tp_store_manager .row .col {
    flex: 100%;
  }
}

@media (max-width: 767px) {
  .tp_store_manager .row .col.fig figure img {
    max-width: 100%;
  }
}

.tp_community_work {
  padding: 110px 0 130px;
  background: url(/wp-content/uploads/bg_img002.jpg);
}

@media (max-width: 767px) {
  .tp_community_work {
    padding: 50px 0;
  }
}

.tp_community_work .container {
  width: calc(100% - 60px);
}

@media (max-width: 767px) {
  .tp_community_work .container {
    width: calc(100% - 30px);
  }
}

.tp_community_work .row {
  gap: 0;
  margin-bottom: 4em;
}

.tp_community_work .row .col {
  background: #fff;
  padding: 40px;
}

@media (min-width: 768px) {
  .tp_community_work .row .col {
    flex: 0 50%;
  }
  .tp_community_work .row .col:nth-child(2) {
    background: #f7f1db;
  }
  .tp_community_work .row .col:nth-child(3) {
    background: #f7f1db;
  }
}

@media (max-width: 767px) {
  .tp_community_work .row .col:nth-child(even) {
    background: #f7f1db;
  }
}

.tp_community_work .row .col figure {
  text-align: center;
}

.tp_community_work .row .col figure figcaption {
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  margin-top: 1em;
}

@media (max-width: 1000px) {
  .tp_community_work .row .col {
    padding: 30px;
  }
  .tp_community_work .row .col figure figcaption {
    font-size: 25px;
    margin-top: 0.8em;
  }
}

@media (max-width: 767px) {
  .tp_community_work .row {
    max-width: 560px;
    margin: 0 auto 2em;
  }
  .tp_community_work .row .col {
    padding: 6% 4%;
  }
  .tp_community_work .row .col figure figcaption {
    font-size: 20px;
  }
}

.tp_movie {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .tp_movie {
    padding: 50px 0;
  }
}

.tp_movie .container {
  width: calc(100% - 40px);
  max-width: 800px;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-index-content04 {
  background: url(/wp-content/uploads/bg_img001.jpg);
}

.p-article08__title {
  color: #000;
  padding-right: 70px;
}

.tp_online {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .tp_online {
    margin-bottom: 60px;
  }
}

.tp_online .container {
  overflow: hidden;
  width: calc(100% - 40px);
}

.tp_online figure a {
  position: relative;
  display: block;
}

.tp_online figure a:before {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 0px;
  bottom: 0;
  right: 0;
  border-width: 20px;
  border-color: transparent #5c453c #5c453c transparent;
  border-style: solid;
  transition: 0.2s;
  z-index: 1;
}

.tp_online figure a img {
  transition: 0.2s;
}

.tp_online figure a figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (max-width: 900px) {
  .tp_online figure a figcaption {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .tp_online figure a figcaption {
    font-size: 24px;
  }
}

.tp_online figure a:hover:before {
  border-color: transparent #928262 #928262 transparent;
}

.tp_online figure a:hover img {
  opacity: 0.8;
}

.p-footer-link__list .p-article07__title {
  font-weight: bold;
}

.p-info {
  border: none;
}

.p-page-header__title {
  font-weight: bold;
}

dl.profile {
  margin: auto;
  max-width: 400px;
}

dl.profile dt, dl.profile dd {
  line-height: 2.2 !important;
  font-size: 16px;
}

@media (min-width: 401px) {
  dl.profile dt {
    float: left;
  }
  dl.profile dd {
    display: flex;
    padding-left: 1em;
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  dl.profile dt, dl.profile dd {
    line-height: 1.75;
  }
  dl.profile dd {
    margin-bottom: 0.4em;
  }
}

.wpcf7 .wpcf7-list-item {
  display: inline-block;
}

/*# sourceMappingURL=custom.css.map */
