@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.p-splash img {
  max-width: 100%;
}

.p-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 10px;
  line-height: 1.4;
  font-size: 16px;
}

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

.p-hero-header__nav-item a[href=""],
.p-hero-header__slider-item a[href=""] {
  cursor: default;
}

.p-hero-header__nav-item a[href=""]:active,
.p-hero-header__slider-item a[href=""]:active {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-widget-area {
    padding: 20px 0;
  }
  .p-widget-area .p-footer-widget .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .p-widget-area .widget_nav_menu li {
    margin: 5px 0;
    font-size: 14px;
  }
  .p-widget-area .widget_nav_menu li:not(:first-child) {
    margin-left: 28px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
  }
}

.p-page-header__title {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 200px;
  width: auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .p-page-header__title {
    min-width: 110px;
    padding: 0 15px;
    font-size: 22px !important;
  }
}

.page-template-page-no-side .p-breadcrumb, .page-template-page-full .p-breadcrumb,
.plan-template-default.single-plan .p-breadcrumb {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page-template-page-no-side .p-breadcrumb, .page-template-page-full .p-breadcrumb,
  .plan-template-default.single-plan .p-breadcrumb {
    margin-bottom: 50px;
  }
}

.c-share--official {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .c-share--official {
    margin-top: 30px;
  }
}

.news-template-default.single-news .l-contents {
  background: #fff;
  padding-inline: 10px;
}

.news-template-default.single-news .l-contents .share-btm {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .news-template-default.single-news .l-contents .share-btm {
    margin-top: 50px;
  }
}

.news-template-default.single-news .l-secondary {
  display: none;
}

@media (min-width: 768px) {
  .news-template-default.single-news .l-primary {
    width: 100%;
    padding-right: 0;
  }
}

.post-template-default .l-contents {
  background: #fff;
  padding-inline: 10px;
}

.post-template-default .l-contents .share-btm {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .post-template-default .l-contents .share-btm {
    margin-top: 50px;
  }
}

.post-template-default .l-secondary {
  display: none;
}

@media (min-width: 768px) {
  .post-template-default .l-primary {
    width: 100%;
    padding-right: 0;
  }
}

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

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

@media (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 5%;
  }
}

.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 (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%;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (min-width: 1201px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .tablet-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: 2;
}

@media (max-width: 767px) {
  .p-entry__body p, .p-entry__body ul, .p-entry__body ol {
    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: 2;
}

@media (max-width: 767px) {
  .p-entry__body li {
    line-height: 1.8;
  }
}

.p-entry__body figure {
  text-align: center;
  margin: 0 auto;
}

.p-entry__body figure + h3, .p-entry__body figure + h4, .p-entry__body figure + p {
  margin-top: .8em;
}

.p-entry__body figure figcaption {
  margin-top: .8em;
}

.p-entry__body .highlight {
  padding: 25px 25px;
  background-color: rgba(121, 0, 0, 0.1);
}

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

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

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

.page-template-page-full .p-entry__body .sec_basic {
  padding-left: 20px;
  padding-right: 20px;
}

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

.p-entry__body .title_h2 {
  font-family: "Noto Serif JP", serif;
  color: #790000;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 20px;
    margin-bottom: .8em;
  }
}

.p-entry__body .title_h2 span {
  display: block;
}

.p-entry__body .title_h2 .en {
  display: block;
  font-size: 18px;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 .en {
    margin-bottom: .4em;
  }
}

@media (min-width: 1151px) {
  .p-entry__body .title_h2.large {
    font-size: 40px;
  }
}

.p-entry__body .title_h3 {
  font-family: "Noto Serif JP", serif;
  color: #790000;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #790000;
  padding: 0;
  padding-left: .5em;
  margin: 0;
  margin-bottom: .8em;
  line-height: 1.6;
}

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

.p-entry__body .title_h3.no_line {
  border: 0;
  padding: 0;
  text-align: center;
}

.p-entry__body .title_h4 {
  font-family: "Noto Serif JP", serif;
  position: relative;
  color: #790000;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  padding-left: 1em;
  margin: 0;
  margin-bottom: .6em;
  line-height: 1.6;
}

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

.p-entry__body .title_h4::after {
  content: "";
  position: absolute;
  display: block;
  background: #790000;
  width: 7px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-entry__body .p-button {
  background: #790000;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-button:hover {
  background: #9D1E1E;
}

.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;
    box-sizing: border-box;
    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 .s_table {
  white-space: normal;
  margin-bottom: 0;
}

.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: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.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: 40px;
    padding-top: 40px;
  }
}

.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.youtube {
  background-image: url(./img/youtube.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: 40px;
  height: 40px;
  font-size: 40px;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  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_bk.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.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: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .p-social-nav .p-social-nav__item--facebook a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--twitter a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--instagram a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

body, .p-entry__body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
}

/* ================================
header
================================ */
@media (min-width: 1025px) {
  .l-header {
    line-height: 80px;
    height: 80px;
  }
}

@media (max-width: 1024px) {
  .l-header .l-header__logo img {
    max-height: 40px;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1025px) {
  .l-header .p-global-nav > li > a {
    padding-inline: 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .l-header .p-global-nav > li > a {
    padding-inline: 6px;
    font-size: 15px;
  }
}

/* ================================
TOP
================================ */
.home {
  background: url(/wp-content/uploads/pat01.webp);
}

.p-content01__catch,
.p-main-image__title,
.p-content03__blog-catch,
.p-content03__news-catch,
.p-content04__catch {
  margin-bottom: 28px;
}

@media (max-width: 1150px) and (min-width: 768px) {
  .p-content01__catch,
  .p-main-image__title,
  .p-content03__blog-catch,
  .p-content03__news-catch,
  .p-content04__catch {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  .p-content01__catch,
  .p-main-image__title,
  .p-content03__blog-catch,
  .p-content03__news-catch,
  .p-content04__catch {
    font-size: 22px !important;
    margin-bottom: 12px;
  }
}

/* ================================
メインビジュアル
================================ */
#js-hero-header {
  position: relative;
}

#js-hero-header::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/main_copy.webp) no-repeat left 50% top 50%;
  background-size: auto min(90%, 672px);
  width: 100%;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  #js-hero-header::before {
    background-size: auto min(90%, 350px);
    height: 100%;
    top: 0;
  }
}

#js-hero-header .p-hero-header__link {
  background: #790000;
}

#js-hero-header .p-hero-header__link:hover {
  background: #9D1E1E;
}

/* ================================
キャッチフレーズと説明文
================================ */
.p-content01 {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.p-content01::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.webp) no-repeat top 30% right, url(/wp-content/uploads/bg_img002.webp) no-repeat bottom 35% left 1.5%;
  background-size: min(28vw, 361px) auto, min(28vw, 347px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-content01 h2, .p-content01 .p-content01__desc {
  padding-inline: 10px;
}

.p-content01 h2 {
  color: #790000;
}

.p-content01 .p-content01__desc {
  line-height: 2;
}

@media (max-width: 1150px) {
  .p-content01 .p-content01__desc {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .p-content01 .p-content01__desc {
    line-height: 1.8;
  }
}

/* ================================
バナー
================================ */
.index_sec_01 .container {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}

.index_sec_01 .link_wrap {
  display: block;
  text-decoration: none;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .index_sec_01 .link_wrap {
    max-width: 750px;
  }
}

@media (min-width: 768px) {
  .index_sec_01 .link_wrap.wide {
    max-width: 960px;
  }
}

.index_sec_01 .link_wrap:hover figure img {
  transform: scale(1.08);
  opacity: .7;
}

.index_sec_01 .link_wrap figure {
  overflow: hidden;
}

.index_sec_01 .link_wrap figure img {
  transition: .5s;
}

.index_sec_01 .link_wrap .text_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .index_sec_01 .link_wrap .text_wrap {
    top: 50%;
    transform: translateY(-50%);
  }
}

.index_sec_01 .link_wrap .text_wrap h2 {
  color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  .index_sec_01 .link_wrap .text_wrap h2 {
    writing-mode: vertical-rl;
    text-align: left;
    margin-inline: 80px 0;
    margin-block: auto;
    letter-spacing: .2em;
    line-height: 1.3;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .index_sec_01 .link_wrap .text_wrap h2 {
    margin-inline: 30px 0;
  }
}

.index_sec_01 .link_wrap .text_wrap h2 .category {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .index_sec_01 .link_wrap .text_wrap h2 .category {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .index_sec_01 .link_wrap .text_wrap h2 .name {
    margin-top: .3em;
  }
}

@media (max-width: 767px) {
  .index_sec_01 .link_wrap .text_wrap h2 .name {
    font-size: 22px;
  }
}

/* ================================
メインイメージ 業務用お酒の卸業者をお探しの方へ
================================ */
@media (max-width: 767px) {
  .p-main-image.p-main-image--rev .p-main-image__img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
}

.p-main-image.p-main-image--rev .p-main-image__content {
  padding-inline: 10px;
}

@media (max-width: 767px) {
  .p-main-image.p-main-image--rev .p-main-image__content {
    position: relative;
  }
}

.p-main-image.p-main-image--rev .p-main-image__content .p-main-image__desc {
  max-width: 580px;
  margin-inline: auto;
}

.p-main-image.p-main-image--rev .p-main-image__content .p-button {
  color: #790000;
}

@media (max-width: 767px) {
  .p-main-image.p-main-image--rev .p-main-image__content .p-button {
    margin-top: 12px;
  }
}

/* ================================
豊富なラインナップから、最適な一本を。
================================ */
.index_sec_02 {
  background: url(/wp-content/uploads/bnr_img007.webp) no-repeat center/cover;
  padding-block: 80px;
}

@media (max-width: 767px) {
  .index_sec_02 {
    padding-block: 40px;
  }
}

.index_sec_02 .container {
  width: 801px;
  max-width: calc(100% - 20px);
  padding: 0;
}

.index_sec_02 .content_row {
  background: rgba(255, 255, 255, 0.8);
  outline: 1px solid #790000;
  outline-offset: -14px;
  padding: 80px 25px;
}

@media (max-width: 767px) {
  .index_sec_02 .content_row {
    padding: 40px 25px;
  }
}

.index_sec_02 .content_row h2 {
  margin-bottom: 20px;
}

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

.index_sec_02 .content_row ul {
  list-style: none;
}

@media (min-width: 768px) {
  .index_sec_02 .content_row ul {
    margin-left: 0;
    margin-block: 1.6em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .index_sec_02 .content_row ul {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

/* ================================
メインイメージ 配達エリア
================================ */
@media (max-width: 1150px) and (min-width: 768px) {
  .p-main-image:not(.p-main-image--rev) {
    height: 450px;
  }
}

.p-main-image:not(.p-main-image--rev) .p-main-image__content {
  background: url(/wp-content/uploads/bg_img005.webp) no-repeat center/cover !important;
  padding-inline: 10px;
}

.p-main-image:not(.p-main-image--rev) .p-main-image__content .p-main-image__desc {
  max-width: 496px;
  margin-inline: auto;
}

/* ================================
ブログ＆ニュース
================================ */
.p-content03 h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-content03 h2 {
    margin-bottom: 20px;
  }
}

.p-content03 .p-content03__blog .p-article04__date {
  color: #868686;
}

.p-content03 .p-content03__blog .p-content03__blog-archive-link {
  color: #868686;
}

.p-content03 .p-content03__blog .p-content03__blog-archive-link:hover {
  color: #790000;
}

.p-content03 .p-content03__news .p-article05__date {
  color: #F2CACA;
}

.p-content03 .p-content03__news .p-article05__title {
  font-size: 14px;
}

.p-content03 .p-content03__news .p-content03__news-archive-link {
  color: #F2CACA;
}

@media (max-width: 767px) {
  .p-content03 .p-content03__news .p-content03__news-archive-link {
    color: #868686;
  }
}

.p-content03 .p-content03__news .p-content03__news-archive-link:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .p-content03 .p-content03__news .p-content03__news-archive-link:hover {
    color: #790000;
  }
}

/* ================================
ギャラリーコンテンツ
================================ */
.p-content04 .p-content04__content {
  padding-inline: 10px;
}

.p-content04 .p-content04__content .p-content04__catch p {
  line-height: 1.5;
}

.p-content04 .p-content04__content .p-content04__desc {
  max-width: 480px;
  margin-inline: auto;
}

.p-content04 .p-content04__content .p-button {
  color: #790000;
}

@media (max-width: 767px) {
  .p-content04 .p-content04__content .p-button {
    margin-top: 12px;
  }
}

/* ================================
Instagram
================================ */
.index_sec_03 {
  padding-block: 80px;
}

@media (max-width: 767px) {
  .index_sec_03 {
    padding-block: 40px;
  }
}

/* ================================
footer
================================ */
.l-footer {
  position: relative;
  z-index: 0;
  background: url(/wp-content/uploads/pat01.webp) !important;
  padding-bottom: 114px;
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 100px;
  }
}

.l-footer::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.webp) no-repeat top 40% right, url(/wp-content/uploads/bg_img002.webp) no-repeat bottom 35% left 1.5%;
  background-size: min(28vw, 361px) auto, min(28vw, 347px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .l-footer::after {
    background-position: top 50% right, bottom 35% left 1.5%;
  }
}

.l-footer .p-pagetop {
  background: #D7BEBE;
}

.l-footer .p-pagetop a {
  border-bottom: 1px solid #790000;
}

.l-footer .p-pagetop a::after {
  color: #790000;
}

@media (max-width: 991px) {
  .l-footer .p-pagetop a::after {
    color: #fff;
  }
}

.l-footer .p-widget-area {
  padding-block: 10px;
}

@media (min-width: 768px) {
  .l-footer .p-widget-area {
    margin-bottom: 64px;
  }
}

.l-footer .p-widget-area .widget_nav_menu {
  width: 100%;
}

.l-footer .p-widget-area .menu a {
  font-size: 16px;
  color: #444444;
}

@media (max-width: 767px) {
  .l-footer .p-widget-area .menu a {
    text-align: center;
    border-bottom: 1px solid #444444;
  }
}

.l-footer .p-widget-area .menu a:hover {
  color: #790000;
}

.l-footer .p-address {
  font-size: 16px;
  color: #444444;
}

.l-footer .p-copyright {
  font-size: 14px;
  color: #444444;
}

@media (min-width: 768px) {
  .l-footer .p-request {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .l-footer .p-request .p-request__inner {
    padding-right: 50px;
  }
}

.l-footer .p-request .p-request__text {
  font-weight: 600;
}

@media (max-width: 1400px) {
  .l-footer .p-request .p-request__text {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .l-footer .p-request .p-request__btn {
    line-height: 50px;
  }
}

.l-footer .p-request .p-request__close {
  background: #790000;
}

@media (min-width: 768px) {
  .l-footer .p-request .p-request__close {
    width: 50px;
    height: 50px;
  }
}

/* ================================
下層
================================ */
.qa .question {
  position: relative;
  background: rgba(121, 0, 0, 0.08);
  margin-top: 0;
  padding: 1em 60px 1em 1em;
  cursor: pointer;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .qa .question {
    padding-right: 35px;
  }
}

.qa .question::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

@media (max-width: 767px) {
  .qa .question::before {
    width: 8px;
    height: 8px;
    right: 14px;
  }
}

.qa .question.open::before {
  transform: rotate(225deg);
}

.qa .answer {
  display: none;
  margin-bottom: 1.5em;
  padding: 0 1.5em;
}

@media (min-width: 768px) {
  .step > .row {
    align-items: center;
  }
}

.step .step_num {
  text-align: center;
}

.step .step_num p {
  font-size: 18px;
  font-weight: bold;
  color: #790000;
  line-height: 1;
}

@media (max-width: 767px) {
  .step .step_num p {
    font-size: 16px;
  }
}

.step .step_num p span {
  font-size: 40px;
  display: block;
  color: #790000;
}

@media (max-width: 767px) {
  .step .step_num p span {
    font-size: 30px;
  }
}

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