@charset "UTF-8";
/* foundation */
:root {
  --space-5: 5px;
  --space-10: 10px;
  --space-15: 15px;
  --space-20: 20px;
  --space-25: 25px;
  --space-40: 40px;
  --space-50: 50px;
  --space-70: 70px;
  --space-80: 80px;
}

/*Regular*/
@font-face {
  font-family: "SansitaOne";
  src: url("../font/SansitaOne/SansitaOne.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  color: #222222;
  background: url(../img/bg/bg-base.webp) repeat, #FFFEFB;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #222222;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 8% 0 0 !important;
}

/* layout */
.l_header_inner {
  padding: 15px 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.c_header_copy {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  font-weight: normal;
  padding-top: 15px;
  padding-left: 30px;
}

.c_header_logo {
  display: block;
  max-width: 180px;
}
.c_header_logo img {
  aspect-ratio: 180/60;
  display: block;
}

/*===========================
wrap
===========================*/
@media screen and (max-width: 1000px) {
  .l_header_inner {
    padding: 0 15px 25px;
  }
  .c_header_copy {
    margin-bottom: var(--space-10);
    letter-spacing: 0;
    padding-top: var(--space-5);
    padding-left: 15px;
  }
  .c_header_logo {
    max-width: 135px;
  }
}
.l_footer::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 256/33;
  background-image: url(../img//bg/bg-footer.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.l_footer_inner {
  background-color: #67A06B;
  padding: 50px 0 30px;
}
.l_footer_inner .l_wrapper {
  width: min(100%, 1060px);
}

.l_footer_contact {
  padding: 0 30px;
  margin-bottom: 50px;
}

.c_footer_contact_text {
  color: #FFFFFF;
}

.c_footer_contact_text--lg {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  font-weight: 600;
  margin-bottom: clamp(10px, 4vw, 20px);
}

.l_footer .c_btn_contact {
  flex: 1;
}

.l_footer_container {
  padding: clamp(30px, 4vw, 50px);
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 30px;
}

.l_footer_iframe {
  min-height: 300px;
  margin-bottom: 40px;
}
.l_footer_iframe iframe {
  height: 100%;
  width: 100%;
}

.l_footer_shop {
  justify-content: space-between;
}

.l_footer_contents {
  width: 50%;
}

.c_footer_shopInfo {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 10px;
  gap: 20px;
  align-items: center;
}

.c_footer_logo {
  max-width: 180px;
}

.c_footer_address {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  line-height: 1.4;
}

.c_sns_list {
  display: flex;
  gap: 10px;
}

.c_sns_item {
  max-width: 30px;
}

.c_footer_number {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  line-height: 1.5;
}

copy {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}

.l_bnrList {
  margin-bottom: clamp(80px, 4vw, 100px);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .l_footer::before {
    aspect-ratio: 75/16;
    background-image: url(../img//bg/bg-footer_sp.webp);
  }
  .l_footer_inner {
    padding: 50px 0 30px;
  }
  .l_footer_contact {
    padding: 0;
    margin-bottom: 30px;
  }
  .c_footer_contact_text {
    margin-bottom: 20px;
  }
  .l_footer_container {
    border-radius: 10px;
  }
  .l_footer_iframe {
    gap: 20px;
    min-height: initial;
  }
  .l_footer_iframe iframe {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .l_footer_contents {
    width: 100%;
    margin-bottom: 20px;
  }
  .c_sns_list {
    justify-content: center;
  }
  .l_bnrList {
    gap: 30px;
  }
}
.l_sidebar {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}
.l_sidebar ul:first-of-type {
  margin-bottom: var(--space-40);
}
.l_sidebar ul li a {
  display: block;
  border-bottom: 1px dashed #A8A796;
  padding: var(--space-10) var(--space-15);
  font-weight: 500;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}

.c_sidebar-title {
  color: #FFFFFF;
  font-weight: 600;
  padding: var(--space-5) var(--space-15);
}

.c_sidebar-title--red {
  background-color: #AA0012;
}

.c_sidebar-title--gold {
  background-color: #AC966D;
}

.l_section {
  padding-top: clamp(50px, 4vw, 100px);
  padding-bottom: clamp(80px, 4vw, 120px);
}

.l_wrapper {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/*===========================
sp
===========================*/
/* component */
.c_heading--lv3 {
  font-size: clamp(1.25rem, 0.8rem + 1.92vw, 2rem);
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 16px;
  text-align: center;
}
.c_heading--lv3::before, .c_heading--lv3::after {
  content: "";
  display: block;
  width: 15px;
  border-top: 3px solid #222222;
  border-bottom: 3px solid #222222;
}
.c_heading--lv3::before {
  border-left: 3px solid #222222;
}
.c_heading--lv3::after {
  border-right: 3px solid #222222;
}

.c_heading--lv4 {
  font-size: clamp(1.25rem, 0.8rem + 1.92vw, 2rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.c_heading--lv4::before, .c_heading--lv4::after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #222222;
}
.c_heading--lv4::before {
  transform: rotate(-30deg);
}
.c_heading--lv4::after {
  transform: rotate(30deg);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_heading--lv3 {
    justify-content: space-around;
    gap: 0;
  }
  .c_heading--lv3::before, .c_heading--lv3::after {
    width: 10px;
  }
  .c_heading--lv4 {
    align-items: flex-end;
  }
}
.c_navList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 500;
}
.c_navList a {
  color: #222222;
}

.l_header .c_navList {
  gap: 2em;
}

.l_footer .l_navContainer {
  max-width: 400px;
}
.l_footer .c_navList {
  gap: 4%;
}
.l_footer .c_navItem {
  width: 48%;
  display: flex;
  align-items: center;
  border-top: 1px dashed #cccccc;
}
.l_footer .c_navItem:nth-last-of-type(1), .l_footer .c_navItem:nth-last-of-type(2) {
  border-bottom: 1px dashed #cccccc;
}
.l_footer .c_navItem::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url(../img//icon/icon-arrow-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l_footer .c_navItem a {
  padding: 8px 10px;
}

#toggle {
  display: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 1000px) {
  .l_header .c_navList {
    flex-direction: column;
  }
  /*バーガーメニュー時背景固定用*/
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .l_header .l_navContainer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    padding-top: 40%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #AC966D;
    transition: all 0.3s;
  }
  .l_header .l_navContainer.sp_open {
    visibility: inherit;
    opacity: 1;
    transition: all 0.3s;
    height: 100vh;
    z-index: 1;
  }
  /*spのメニュークリックしたら非表示にするクラス*/
  .none {
    opacity: 0;
  }
  #toggle {
    font-family: "SansitaOne", sans-serif;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    bottom: 25px;
    height: 45px;
    padding: 0 15px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background: transparent;
    background-color: #AA0012;
    border-radius: 5px;
    z-index: 2;
  }
  .icon-menu {
    position: relative;
    width: 18px;
    height: 16px;
  }
  /*ボタン内側*/
  #toggle span {
    display: block;
    transition: all 0.4s;
    position: absolute;
    height: 2px;
    background: #FFFFFF;
    width: 100%;
  }
  #toggle span:nth-of-type(1) {
    top: 0;
  }
  #toggle span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #toggle span:nth-of-type(3) {
    bottom: 0;
  }
  /*activeクラスが付与されると線が回転して×に*/
  #toggle.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #toggle.active span:nth-of-type(3) {
    bottom: 2px;
    transform: translateY(-4px) rotate(45deg);
  }
  .l_footer .c_navItem {
    width: 100%;
  }
  .l_footer .c_navItem:nth-last-of-type(2) {
    border-bottom: none;
  }
}
.c_secTitle .c_ttl--ja {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}
.c_secTitle .c_ttl--en {
  font-family: "SansitaOne", sans-serif;
  font-size: clamp(2.5rem, 2.2rem + 1.28vw, 3rem);
  line-height: 1;
}
.c_secTitle .c_ttl--en span {
  color: #AA0012;
}
.c_secTitle--center {
  text-align: center;
}

/*===========================
sp
===========================*/
.c_btn {
  background-color: #222222;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: space-between;
  border-radius: 5px;
  padding: 15px 30px;
  min-width: 300px;
}
.c_btn::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img//icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c_btn--window::after {
  background-image: url(../img//icon/icon-window.svg);
}

.c_btn--border {
  border: 1px solid #222222;
  background-color: #FFFFFF;
  color: #222222;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_btn {
    max-width: 300px;
  }
}
.c_btn_contact {
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #222222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
}
.c_btn_contact::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-image: url(../img//icon/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c_btn_contact--sm {
  border: 3px solid #E5E3D2;
  font-size: 0.875rem;
  padding: 15px 25px;
}
.c_btn_contact--sm::before {
  width: 24px;
}

.c_btn_contact--lg {
  border: 6px solid #E3F4E4;
}
.c_btn_contact--lg::before {
  width: clamp(40px, 4vw, 50px);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_btn_contact--lg {
    border-width: 4px;
    padding: 10px 20px;
  }
}
.c_mv-container {
  position: relative;
  z-index: -1;
}
.c_mv-container::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 640/143;
  background-image: url(../img/mv-wave_pc.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.c_mv-container .l_inner {
  display: flex;
  justify-content: center;
  padding-left: var(--space-50);
  padding-right: var(--space-50);
  gap: 5%;
}

.c_mv-title {
  writing-mode: vertical-rl;
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  letter-spacing: 0.2em;
}

.c_mv-list {
  width: 80%;
  position: relative;
  height: 100vh; /* 画面いっぱいの高さ */
  overflow: hidden;
  max-height: 570px;
  margin-bottom: 140px;
}

.c_mv-item {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeAnimation 15s infinite;
}
.c_mv-item img {
  aspect-ratio: 800/570; /* PCの比率 */
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を縮小せず枠に合わせる */
}

/* アニメーションのタイミングずらし */
.c_mv-item:nth-child(1) {
  animation-delay: 0s;
}

.c_mv-item:nth-child(2) {
  animation-delay: 5s;
}

.c_mv-item:nth-child(3) {
  animation-delay: 10s;
}

.c_mv-item:nth-child(4) {
  animation-delay: 15s;
}

/* フェードイン・アウトの定義 */
@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  } /* フェードイン */
  30% {
    opacity: 1;
  } /* 表示維持 */
  40% {
    opacity: 0;
  } /* フェードアウト */
  100% {
    opacity: 0;
  }
}
/*===========================
wrap
===========================*/
@media screen and (max-width: 1000px) {
  .c_mv-list {
    margin-bottom: 40px;
  }
}
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_mv-container {
    padding-bottom: 0;
  }
  .c_mv-container .l_inner {
    flex-direction: column-reverse;
    padding: 0;
  }
  .c_mv-container::after {
    display: none;
  }
  .c_mv-title {
    writing-mode: initial;
    letter-spacing: 0.05em;
    padding-left: var(--space-20);
    padding-right: var(--space-20);
    background-color: #F7F6F0;
    padding-bottom: var(--space-50);
  }
  .c_mv-list {
    width: 100%;
    max-height: 420px;
    margin-bottom: 0;
  }
  .c_mv-list::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 125/46;
    background-image: url(../img/mv-wave_sp.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c_mv-item {
    left: 20px;
    width: calc(100% - 40px);
  }
  .c_mv-item img {
    aspect-ratio: 339/500; /* SPの比率 */
  }
}
.c_link {
  color: #222222;
  display: inline-flex;
  gap: 10px;
  font-weight: 500;
}
.c_link::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img//icon/icon-list.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c_card {
  background-color: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  padding: var(--space-10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_card p {
  font-weight: 600;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
}

.c_cardImage {
  width: 40%;
}

.c_card--shadow {
  box-shadow: 0 0 5px 0 rgba(98, 84, 37, 0.1);
}

/*===========================
sp
===========================*/
.c_grid {
  --cols: 2 ,1fr;
  --gap: var(--space-25);
  display: grid;
  gap: var(--gap);
  grid-template-columns: var(--cols);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_grid {
    grid-template-columns: 1fr;
  }
}
.c_flex {
  display: flex;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_flex {
    flex-direction: column;
  }
}
.c_media {
  --cols: 1fr 1fr;
  --gap: var(--space-25);
  display: grid;
  align-items: center;
  gap: var(--gap);
  grid-template-columns: var(--cols);
}

.c_media--space {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
}

.c_mediaImage--radius {
  position: relative;
}
.c_mediaImage--radius img {
  border-radius: 20px;
  overflow: hidden;
}

.c_mediaBody_text {
  line-height: 2;
}

.c_media--reverse .c_mediaImage--radius {
  order: 2;
}

.c_media--reverse .c_mediaBody {
  order: 1;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_media {
    grid-template-columns: 1fr;
  }
  .c_media--space {
    padding: var(--space-20);
  }
  .c_mediaImage--radius img {
    border-radius: 10px;
  }
  .c_media--reverse .c_mediaImage--radius {
    order: 1;
  }
  .c_media--reverse .c_mediaBody {
    order: 2;
  }
}
.c_menuItem_img {
  margin-bottom: 20px;
}

.c_menuItem_text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.c_menuItem_text span {
  font-size: 0.875rem;
  display: block;
}

.c_news_list {
  flex: 1;
}

.c_news_item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 4%;
  font-weight: 500;
}
.c_news_item .c_flex {
  align-items: center;
  margin-bottom: 5px;
}
.c_news_item:not(:last-child) {
  margin-bottom: 20px;
}

.c_newsDate {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-weight: 400;
  margin-right: 1rem;
  line-height: 1;
}

.c_newsLabel {
  background-color: #AC966D;
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  padding: 0.15em 1em;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_news_item {
    border-radius: 10px;
    padding: 20px;
  }
  .c_news_item .c_flex {
    flex-direction: row;
  }
  .c_news_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c_planItem {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #AA0012;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px 30px;
}

.c_planItem_cat {
  background-color: #AA0012;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  min-width: 320px;
  padding: 10px;
  margin-top: -80px;
}

.c_planItem_ttl {
  font-size: 1.25rem;
  font-weight: 900;
  padding: 1em;
  text-align: center;
}

.c_planItem_desc {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.c_planItem_notice {
  color: #666666;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  width: 100%;
}

.c_priceContainer {
  width: 100%;
  min-height: 180px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c_priceItem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  gap: 20px;
}

.c_priceItem_label {
  width: 85px;
  text-align: center;
  font-weight: 500;
}
.c_priceItem_label dt {
  color: #FFFFFF;
  font-size: 0.625rem;
}
.c_priceItem_label dd {
  color: #AA0012;
  font-size: 0.75rem;
  border: 1px solid #AA0012;
  background-color: #FFFFFF;
}

.c_priceBody {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.c_priceBody_num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 2.1rem + 0.64vw, 2.5rem);
  line-height: 1;
  color: #AA0012;
}

.c_priceBody_unit {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  line-height: 1;
  padding-bottom: 5px;
}
.c_priceBody_unit span {
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  font-weight: 900;
}
.c_priceBody_unit small {
  font-weight: 600;
  transform: scale(0.5);
  transform-origin: left 12px;
}

.c_planItem--firstPlan {
  border-color: #AC966D;
}
.c_planItem--firstPlan .c_planItem_cat {
  background-color: #AC966D;
}

.c_priceItem--year {
  margin-bottom: 10px;
  background-color: #FDF4F4;
}
.c_priceItem--year .c_priceItem_label dt {
  background-color: #AA0012;
}

.c_priceItem--month {
  gap: 35px;
  background-color: #F5F5F5;
}
.c_priceItem--month dt {
  background-color: #666666;
}
.c_priceItem--month .c_priceBody_num {
  color: #666666;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_planItem {
    padding: 40px 15px 20px;
  }
  .c_planItem_cat {
    min-width: 250px;
    margin-top: -65px;
  }
  .c_planItem_ttl {
    padding: 0.75em;
  }
  .c_priceContainer {
    min-height: initial;
    padding: 0.5rem 0;
  }
  .c_priceItem {
    justify-content: space-between;
    padding: 10px;
    gap: 0;
  }
  .c_priceItem_label {
    width: 85px;
  }
  .c_priceBody {
    display: flex;
    align-items: flex-end;
  }
  .c_planItem--firstPlan {
    margin-bottom: 20px;
  }
  .c_planItem--firstPlan .c_priceItem {
    justify-content: center;
  }
  .c_priceItem--month {
    gap: 0;
  }
}
.c_subkv-container {
  background-image: url(../img/bg/bg-suvkv.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  max-height: 250px;
  padding: 6% 20px;
  position: relative;
}
.c_subkv-container::after {
  content: "";
  display: block;
  width: 7%;
  max-width: 100px;
  aspect-ratio: 5/4;
  background-image: url(../img/subkv/subkv_01.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  bottom: 20%;
  right: 10%;
}

.c_table-row {
  border-bottom: 1px dashed #A8A796;
  display: flex;
  gap: 1rem;
  padding: 0.75rem;
}

.c_table-head {
  color: #AC966D;
  font-weight: 600;
  width: 30%;
}

.c_table-cell {
  flex: 1;
  text-align: left;
}

.c_table--sm {
  padding: 8px 15px;
  background-color: #FAFAFA;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  border-radius: 5px;
}
.c_table--sm .c_table-row {
  padding: 0.5rem;
}
.c_table--sm .c_table-row:last-child {
  border-bottom: none;
}
.c_table--sm .c_table-head {
  width: 7em;
}

.c_table--flame {
  max-width: 400px;
  background-color: #FFFFFF;
  border: 1px solid #A8A796;
}

.c_table--colum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.c_table--colum .c_table-row:nth-child(1),
.c_table--colum .c_table-row:nth-child(2) {
  border-top: 1px dashed #A8A796;
}
.c_table--colum .c_table-row::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/icon/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_table-row {
    gap: 0.25rem;
    padding: 0.5rem 0;
  }
  .c_table--sm {
    padding: 0 10px;
  }
  .c_table--colum {
    grid-template-columns: 1fr;
  }
  .c_table--colum .c_table-row:nth-child(2) {
    border-top: none;
  }
  .c_table--colum .c_table-row::before {
    width: 24px;
    height: 24px;
  }
}
.c_introContainer {
  border: 8px solid #E5E3D2;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 80px;
}
.c_introContainer h2 {
  color: #AA0012;
  text-align: center;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c_introContainer h2::before {
  content: "";
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.c_introContainer p {
  text-align: center;
}

.p_about .c_introContainer h2::before {
  background-image: url(../img/common/logo-mark.png);
}

.p_service .c_introContainer h2::before {
  background-image: url(../img/icon/icon-bog-menu.svg);
}

.p_point .c_introContainer h2::before {
  background-image: url(../img/icon/icon-bog-point.svg);
}

.c_introContainer.p_contact--mail h2::before {
  background-image: url(../img/icon/icon-mail.svg);
  width: 32px !important;
  height: 32px !important;
}

.c_introContainer.p_contact--tel h2::before {
  background-image: url(../img/icon/icon-tel.svg);
  width: 32px !important;
  height: 32px !important;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_introContainer {
    border-width: 4px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .c_introContainer h2 {
    line-height: 1.5;
  }
  .c_introContainer h2::before {
    width: 40px;
    height: 40px;
  }
}
.c_label {
  display: inline-block;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 2px var(--space-15);
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}
.c_label.c_label--red {
  background-color: #AA0012;
}
.c_label.c_label--gray {
  background-color: #989784;
}

.c_bg-title {
  background-color: #AA0012;
  color: #FFFFFF;
  text-align: center;
  padding: var(--space-10);
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-10);
  margin-bottom: var(--space-25);
  font-weight: 600;
}
.c_bg-title span {
  border: 1px solid #FFFFFF;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-weight: 400;
  display: inline-block;
  padding: 0 4px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_bg-title {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
    margin-bottom: var(--space-15);
  }
}
.c_notes li {
  color: #666666;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  display: flex;
  line-height: 1.5;
}
.c_notes li::before {
  content: "※";
}

/*===========================
sp
===========================*/
.c_anker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 1.3333333333%;
  padding: 0 var(--space-20);
}

.c_anker-item {
  width: 32%;
  position: relative;
}
.c_anker-item a {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-5);
  border-radius: 10px;
  border: 2px solid #AA0012;
  background-color: #FFFFFF;
  color: #AA0012;
  font-weight: 600;
  padding: var(--space-25);
}
.c_anker-item a::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img//icon/icon-arrow-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.c_anker-item .c_balloon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.c_anker-item--sm {
  width: 25%;
}
.c_anker-item--sm a {
  padding: var(--space-15);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_anker-list {
    gap: 5px 2%;
    padding: 0;
  }
  .c_anker-item:nth-child(2), .c_anker-item:nth-child(3) {
    width: 49%;
  }
  .c_anker-item:nth-child(1) {
    width: 100%;
  }
  .c_anker-item a {
    padding: var(--space-10) var(--space-5);
    border-radius: 5px;
  }
  .c_anker-item a::after {
    width: 14px;
  }
  .c_anker-item--sm {
    width: 49%;
  }
}
.c_balloon {
  display: inline-block;
  background-color: #222222;
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  padding: 2px var(--space-15);
  border-radius: 30px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.c_balloon::after {
  content: "";
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 100%, 0% 0, 100% 0);
  background-color: #222222;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

input, select, textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 1rem;
}

button.c_btn {
  border: none;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
button.c_btn:hover {
  opacity: 0.7;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  input, select, textarea {
    transform: scale(0.875); /* 14px相当に見せる (14/16 = 0.875) */
    transform-origin: 0 0;
  }
}
.c_pager {
  display: flex;
  justify-content: center;
  gap: var(--space-10);
  border-top: 2px dashed #A8A796;
  padding-top: var(--space-25);
  margin-top: var(--space-40);
}

.c_pager-item span {
  display: block;
}
.c_pager-item span, .c_pager-item a {
  display: block;
  border: 1px solid #222222;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
}
.c_pager-item.is_active span {
  background-color: #222222;
  color: #FFFFFF;
}

.c_pager-item-btn a {
  background-color: #222222;
  color: #FFFFFF;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  padding: 10px 20px;
  min-width: 160px;
}
.c_pager-item-btn.c_pager-item-btn--pre a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(225deg);
  transform-origin: center;
}
.c_pager-item-btn.c_pager-item-btn--next a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transform-origin: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .c_pager-item a {
    width: 34px;
    height: 34px;
    line-height: 32px;
  }
  .c_pager-item-btn a {
    gap: 4px;
    min-width: initial;
  }
}
/* project */
.p_topAbout {
  background-color: #F7F6F0;
}
.p_topAbout .c_media {
  align-items: center;
}
.p_topAbout .c_media .c_mediaImage--radius::after {
  content: "";
  width: 40%;
  aspect-ratio: 17/22;
  background-image: url(../img//object/object-human01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: -50px;
}
.p_topAbout .c_media .c_secTitle {
  margin-bottom: var(--space-25);
}
.p_topAbout .c_media .c_mediaBody_text {
  margin-bottom: var(--space-50);
}

.p_topPoint {
  position: relative;
}
.p_topPoint::before {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background-image: url(../img//bg/bg-wave-blue.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  background-color: #F7F6F0;
}
.p_topPoint .c_secTitle,
.p_topPoint .c_heading--lv3,
.p_topPoint .c_heading--lv4 {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.p_topPoint .p_point-list {
  margin-bottom: 50px;
}

.p_topPoint--top {
  background-color: #D8EDEC;
  padding-top: var(--space-50);
  position: relative;
}

.p_topPoint--bottom {
  background-color: #C4E3B9;
  position: relative;
}
.p_topPoint--bottom::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/229;
  background-image: url(../img//bg/bg-worries_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #D8EDEC;
}
.p_topPoint--bottom::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 32/5;
  background-image: url(../img//bg/bg-point_pc.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.p_topPoint--bottom .l_wrapper {
  padding-bottom: 60px;
}
.p_topPoint--bottom > .l_wrapper > p {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.p_balloon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.p_balloon-item::after {
  content: "";
  display: block;
  width: 38px;
  height: 33px;
  background-image: url(../img//object/object-balloon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p_balloon-item:nth-child(3)::after, .p_balloon-item:nth-child(4)::after {
  transform: scale(-1, 1);
}
.p_balloon-item .c_card {
  font-weight: 500;
  border-radius: 10px;
  height: 5em;
  width: 95%;
}

.p_topMenu .c_secTitle {
  margin-bottom: clamp(30px, 4vw, 90px);
}
.p_topMenu .c_menuList {
  margin-bottom: clamp(60px, 7vw, 100px);
}
.p_topMenu .c_planList {
  margin-bottom: clamp(30px, 4vw, 50px);
}

.p_topNews {
  background-color: #EAE6D8;
}
.p_topNews::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 8/1;
  background-image: url(../img//bg/bg-news.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #FFFFFF;
}
.p_topNews::after {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background-image: url(../img//bg/bg-wave-white.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
}
.p_topNews .l_wrapper {
  padding-top: 50px;
  padding-bottom: 150px;
  gap: 14%;
}
.p_topNews .c_secTitle {
  margin-bottom: var(--space-50);
}

.p_instagram .c_secTitle {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.p_instagram .u_text--center {
  margin-top: 24px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .p_topAbout .c_media {
    gap: 30px;
  }
  .p_topAbout .c_media .c_mediaImage--radius::after {
    left: -10px;
  }
  .p_topAbout .c_media .c_mediaBody {
    display: contents;
  }
  .p_topAbout .c_media .c_secTitle {
    margin-bottom: 0;
    order: -1;
    text-align: center;
  }
  .p_topAbout .c_media .c_mediaBody_text {
    margin-bottom: 0;
  }
  .p_topPoint--top .l_wrapper {
    padding: 0;
  }
  .p_topPoint--bottom::before {
    aspect-ratio: 25/6;
    background-image: url(../img//bg/bg-worries_sp.webp);
  }
  .p_topPoint--bottom::after {
    aspect-ratio: 125/33;
    background-image: url(../img//bg/bg-point_sp.webp);
  }
  .p_topPoint--bottom .l_wrapper {
    padding-top: 30px;
  }
  .p_balloon-list {
    padding-bottom: 20px;
  }
  .p_balloon-item::after {
    margin-left: 40%;
    margin-top: 5px;
  }
  .p_balloon-item:nth-child(3)::after, .p_balloon-item:nth-child(4)::after {
    transform: initial;
  }
  .p_topMenu .l_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p_topMenu .c_menuList {
    gap: var(--space-50);
  }
  .p_topNews .l_wrapper {
    padding: 25px 30px 30px;
  }
  .p_topNews .p_topNews_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: var(--space-25);
  }
  .p_topNews .c_secTitle {
    margin-bottom: 0;
  }
}
.p_aboutIntro .c_media:not(:last-child) {
  margin-bottom: var(--space-80);
}

.p_aboutTrainerDog .c_secTitle {
  margin-bottom: var(--space-80);
}
.p_aboutTrainerDog::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 128/13;
  background-image: url(../img/bg/wave-beige-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.p_aboutTrainerDog::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 32/3;
  background-image: url(../img/bg/bg-wave-beige-bottom.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.p_aboutTrainerDog .l_inner-object {
  background: linear-gradient(180deg, #E9E8D0 0%, #F0EFDE 100%);
}

.p_aboutTrainer {
  margin-bottom: 40px;
}
.p_aboutTrainer .c_mediaBody_text {
  line-height: 2;
}

.p_about-trainerName {
  margin-bottom: 16px;
}
.p_about-trainerName dt {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}
.p_about-trainerName dd {
  font-weight: 600;
  font-size: 28px;
}

.p_aboutDog:not(:first-child) {
  margin-top: 40px;
}
.p_aboutDog p {
  margin-top: var(--space-25);
  line-height: 2;
}

.p_about-dogName {
  margin-bottom: 16px;
}
.p_about-dogName dt {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}
.p_about-dogName dd {
  font-weight: 700;
}
.p_about-dogName dd span {
  font-family: "SansitaOne", sans-serif;
  line-height: 1;
  font-size: 40px;
}
.p_about-dogName.p_about-dogName--girl dd span {
  color: #AA0012;
}
.p_about-dogName.p_about-dogName--boy dd span {
  color: #414C95;
}

.p_aboutCompany {
  padding-bottom: 150px;
}

.p_aboutCompany .c_media {
  align-items: flex-start;
}

.p_aboutCompany .c_table {
  border-top: 1px dashed #A8A796;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .p_aboutIntro .c_media {
    gap: var(--space-15);
  }
  .p_aboutIntro .c_media:not(:last-child) {
    margin-bottom: var(--space-40);
  }
  .p_aboutTrainerDog .c_secTitle {
    margin-bottom: var(--space-40);
  }
  .p_aboutTrainer {
    gap: var(--space-25);
    margin-bottom: var(--space-25);
  }
  .p_aboutDog:last-child {
    margin-top: var(--space-25);
  }
  .p_aboutDog .c_media {
    gap: var(--space-25);
  }
  .p_aboutDog .c_media .c_mediaImage--radius {
    order: 2;
  }
  .p_aboutDog .c_media .c_mediaBody {
    order: 1;
  }
  .p_about-dogName {
    margin-bottom: 16px;
  }
  .p_about-dogName dd span {
    font-size: 40px;
  }
  .p_aboutCompany {
    padding-bottom: var(--space-80);
  }
  .p_aboutCompany .c_media {
    gap: var(--space-25);
  }
}
.p_service .c_grid .c_media {
  padding: 0 var(--space-25);
}
.p_service .c_label {
  margin-bottom: var(--space-5);
}
.p_service .c_table--flame {
  position: relative;
}
.p_service .c_table--flame .c_balloon {
  position: absolute;
  top: -15px;
  right: -15px;
}

.p_service-item {
  margin-bottom: var(--space-70);
}
.p_service-item .c_media {
  align-items: flex-start;
}
.p_service-item .c_mediaBody {
  padding-top: var(--space-15);
}
.p_service-item .c_table {
  margin-bottom: var(--space-15);
}

.p_service-desc {
  font-weight: 500;
  margin-bottom: 1rem;
}

.p_service-item-field .c_media:first-of-type {
  margin-bottom: var(--space-40);
}

.p_service-item-field--bold {
  font-weight: 600;
  margin-top: 1em;
}
.p_service-item-field--bold span {
  display: block;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 400;
}

.p_service-item-field--sm {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.p_servicePrice {
  padding: 100px 0;
  background-color: #EAE6D8;
  margin-bottom: 100px;
}
.p_servicePrice .c_planList {
  margin-bottom: var(--space-50);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .p_serviceIntro {
    padding-bottom: 0;
  }
  .p_service-item {
    margin-bottom: var(--space-40);
  }
  .p_service-item .c_mediaImage--radius {
    padding: 0 var(--space-25);
  }
  .p_service-item .c_media {
    gap: 0;
  }
  .p_service .c_grid {
    gap: var(--space-15);
  }
  .p_service .c_grid .p_service-item {
    margin-bottom: var(--space-25);
  }
  .p_service .c_grid .p_service-item:last-child {
    margin-bottom: 0;
  }
  .p_service .c_grid .c_media {
    padding: 0;
  }
  .p_service .c_table--flame .c_balloon {
    right: 30%;
    top: -28px;
  }
  .p_servicePrice {
    padding: var(--space-50) 0;
    margin-bottom: var(--space-50);
  }
  .p_servicePrice .c_planList {
    margin-bottom: var(--space-25);
  }
}
.p_pointItem {
  margin-bottom: 100px;
}

.p_pointItem-ttl {
  margin-bottom: 40px;
}
.p_pointItem-ttl figure {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.p_pointItem-ttl h3 {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.p_pointItem-ttl h3::before, .p_pointItem-ttl h3::after {
  content: "";
  display: block;
  width: 8px;
  border-top: 2px solid #A8A796;
  border-bottom: 2px solid #A8A796;
}
.p_pointItem-ttl h3::before {
  border-left: 2px solid #A8A796;
}
.p_pointItem-ttl h3::after {
  border-right: 2px solid #A8A796;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .p_pointItem {
    margin-bottom: 40px;
  }
  .p_pointItem .c_media {
    grid-gap: 20px;
  }
  .p_pointItem-ttl {
    margin-bottom: 20px;
  }
  .p_pointItem-ttl figure {
    max-width: 60px;
  }
  .p_pointItem-ttl h3 {
    line-height: 1.5;
  }
}
.p_news_top h1 {
  border-bottom: 2px solid #AA0012;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  padding: var(--space-5);
  margin-bottom: var(--space-5);
}
.p_news_top .c_newsDate {
  display: block;
  text-align: right;
  line-height: initial;
}
.p_news_top {
  margin-bottom: var(--space-40);
}

.p_news_botttom a {
  text-decoration: underline;
  color: #1c9ecd;
}

.p_gallery .c_card {
  border-radius: 0;
  padding: var(--space-20);
}
.p_gallery .c_card a {
  width: 100%;
}
.p_gallery .c_card p {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  text-align: left;
  font-weight: 500;
}

.p_gallery-img {
  margin-bottom: var(--space-10);
  background-color: #f8f8f8;
}
.p_gallery-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_contact .l_wrapper {
  max-width: 900px;
}
.p_contact .c_introContainer:first-child {
  margin-bottom: var(--space-40);
}
.p_contact .c_introContainer h2 {
  flex-direction: row;
  justify-content: center;
  gap: var(--space-10);
}
.p_contact .c_table {
  border-top: 1px dashed #A8A796;
  margin-bottom: var(--space-50);
}
.p_contact .c_table-row {
  padding: 0.75rem;
}
.p_contact .c_table-head {
  color: #222222;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: var(--space-10);
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}
.p_contact .c_btn {
  max-width: 300px;
}

.p_contact-text {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  margin-bottom: var(--space-40);
}
.p_contact-text a {
  text-decoration: underline;
}

.p_contact-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p_contact-btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.p_contact-btn-flex .c_btn--border {
  min-width: initial;
  width: 20%;
}

.p_thanks {
  text-align: center;
}
.p_thanks h2 {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  margin-bottom: var(--space-20);
}
.p_thanks p {
  margin-bottom: var(--space-40);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .p_contact .c_table-row {
    flex-direction: column;
  }
  .p_contact .c_table-head {
    width: 100%;
    margin-bottom: 5px;
  }
  .u_text--center.p_contact-text {
    text-align: left;
  }
  .p_contact-btn {
    flex-direction: column;
  }
  .p_contact-btn .c_btn {
    order: 1;
  }
  .p_contact-btn .c_btn.c_btn--border {
    order: 2;
    width: 100%;
  }
  .p_contact-btn span.wpcf7-spinner {
    order: 3;
  }
}
/* utility */
.u_text--center {
  text-align: center;
}

.u_sp--block {
  display: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .u_sp--block {
    display: block;
  }
  .u_sp--none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */