@charset "UTF-8";
/* $base-font-family: "dnp-shuei-mgothic-std", sans-serif;
$sub-font-family: "Sawarabi Gothic", serif; */
:root {
  --ff-graphical: "Sawarabi Gothic";
  --ff-default: "Noto Sans JP";
  --ff-message: "dnp-shuei-mgothic-std";
  /* font-family: var( --ff-graphical ), var( --ff-default ),var( --ff-message ),  sans-serif; */
}

@media (prefea-color-scheme: derk) {
  body {
    color: #fff;
    background-color: #24292e;
  }
}
:root {
  --baseColor: #1b1b1b;
  --mainColor: #f3f2ed;
  --primaryColor: #f6ab00;
  --secondaryColor: #004190;
  --tertiaryColor: #ff6363;
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 800ms;
}

.fadein.left {
  transform: translate(-80px, 0);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 縦表示 */
/* 横表示 */
/* 商品とアコーディオン */
/* メッセージ */
.l-header {
  max-width: 960px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1rem;
  height: 170px;
}

.l-inner {
  max-width: 960px;
  margin: 0 auto;
}

.l-globalMain {
  overflow: hidden;
}

.l-footer {
  font-family: var(--ff-graphical), sans-serif;
  position: relative;
  width: 100%;
  padding: 3rem 2rem;
  background-color: #1b1b1b;
}
.l-footer__box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__box {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
  }
}
.l-footer__boxR {
  vertical-align: bottom;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 250px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: var(--baseColor);
  border-radius: 9999px;
  padding: 1.5rem 3.5rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 1.25rem;
    padding: 1rem 3.5rem;
  }
}
.c-button:hover {
  opacity: 0.8;
}
.c-button:hover::after {
  right: 1.4rem;
}
.c-button:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.c-button-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* max-width: 250px; */
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  color: var(--primaryColor);
  background-color: white;
  border-radius: 9999px;
  padding: 1.5rem 3.5rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-button-form {
    font-size: 1.25rem;
    padding: 1rem 3.5rem;
  }
}
.c-button-form:hover {
  opacity: 0.8;
}
.c-button-form:hover::after {
  right: 1.4rem;
}
.c-button-form:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 5px solid var(--primaryColor);
  border-right: 5px solid var(--primaryColor);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.c-button__contBtn {
  position: relative;
  max-width: 150px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  /* 	font-weight: bold; */
  text-decoration: none;
  color: var(--primaryColor);
  background-color: white;
  border: 3px solid var(--primaryColor);
  /* border-radius: 9999px; */
  padding: 1rem 2.5rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-button__contBtn {
    font-size: 1.25rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 635px) {
  .c-button__contBtn {
    font-size: 0.85rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.c-button__contBtn:hover {
  opacity: 0.8;
}
.c-button__contBtn:hover::after {
  right: 1.4rem;
}
.c-button__contBtn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 4px solid var(--primaryColor);
  border-right: 4px solid var(--primaryColor);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.c-copyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: white;
}
@media screen and (max-width: 768px) {
  .c-copyright {
    font-size: 0.8125rem;
    text-align: center;
  }
}

.c-svg-f {
  width: 1.1em;
  height: 1.1em;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-svg-f {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    min-height: 30px;
  }
}

.c-svg-f-icon {
  fill: currentColor;
}

.c-svg-f:hover {
  /* background-color: #cfdddd; */
  color: var(--baseColor);
}

#c-pageTop {
  font-family: var(--ff-graphical), sans-serif;
  position: fixed;
  bottom: 85px;
  right: 20px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #c-pageTop {
    bottom: 0;
    right: 0;
  }
}

.c-pageTop__link {
  position: relative;
  background: var(--secondaryColor);
  color: white;
  border: 3px solid var(--baseColor);
  border-radius: 50%;
  text-decoration: none;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pageTop__link {
    border: none;
    border-radius: 0;
    padding-top: 13px;
    width: 70px;
    height: 70px;
  }
}

.c-pageTop__link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.c-pageTop__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px; /* 文字より上に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-pageTop__link::before {
    top: 12px;
  }
}

/* アコーディオンのタイトル・内容共通 */
.p-accd_header,
.p-accd_content {
  font-family: var(--ff-default), sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: center; */
  width: 100%;
  font-weight: bold;
}

/* アコーディオンのタイトル */
.p-accd_header {
  display: flex; /* Flexboxを適用 */
  align-items: stretch; /* 子要素の高さを統一 */
  position: relative;
  width: 100%;
  padding-right: 88px;
  background-color: var(--primaryColor);
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 3px solid var(--primaryColor);
}
@media screen and (max-width: 768px) {
  .p-accd_header {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    row-gap: 0;
    padding-right: 0;
  }
}
.p-accd_header__Catg {
  flex: 0 0 25%;
  align-self: stretch;
  min-width: 150px;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  padding: 2.4rem;
  background-color: white;
  color: var(--primaryColor);
}
@media screen and (max-width: 1024px) {
  .p-accd_header__Catg {
    padding: 2.8rem 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-accd_header__Catg {
    font-size: 1.25rem;
    flex: 0;
    max-width: 100%;
    padding: 1rem 2rem;
  }
}
.p-accd_header__Prod {
  display: flex;
  align-items: center;
  flex: 1;
  word-wrap: break-word;
  font-size: 1.25rem;
  line-height: 2.25rem;
  background-color: var(--primaryColor);
  color: white;
  width: calc(100% - 40px);
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-accd_header__Prod {
    width: 100%;
    padding: 1rem 2rem;
    justify-content: center;
    text-align: center;
  }
}

.p-accd_header.open .p-accd_header__Catg {
  background-color: var(--primaryColor);
  color: white;
  width: 35%;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-accd_header.open .p-accd_header__Catg {
    padding: 2.8rem 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-accd_header.open .p-accd_header__Catg {
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
  }
}

.p-accd_header.open .p-accd_header__Prod {
  background-color: white;
  color: var(--primaryColor);
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-accd_header.open .p-accd_header__Prod {
    padding: 1rem 2rem;
  }
}

/* アコーディオンの内容 */
.p-accd_content {
  display: none;
  background-color: white;
  color: #333;
  /* padding: 2rem; */
  border-left: 3px solid var(--primaryColor);
  border-right: 3px solid var(--primaryColor);
}
.p-accd_content__inn {
  border-bottom: 1px solid #c8c8c8;
  padding: 2rem;
}
.p-accd_content__inn--ttl {
  display: flex;
  justify-content: left;
  font-size: 1.25rem;
  color: var(--primaryColor);
}
@media screen and (max-width: 768px) {
  .p-accd_content__inn--ttl {
    justify-content: center;
    font-size: 1rem;
  }
}
@media screen and (max-width: 635px) {
  .p-accd_content__inn--ttl {
    justify-content: center;
    font-size: 0.85rem;
  }
}
.p-accd_content__inn--body {
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-accd_content__inn--body {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 635px) {
  .p-accd_content__inn--body {
    font-size: 1.25rem;
  }
}
.p-accd_content__inn--other {
  font-size: 1.25rem;
  /* font-weight: bold; */
}
@media screen and (max-width: 635px) {
  .p-accd_content__inn--other {
    font-size: 1rem;
  }
}
.p-accd_content__inn--other--list {
  list-style: none;
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-accd_content__inn--other--list {
    grid-template-columns: 1fr;
  }
}
.p-accd_content__BoxB {
  text-align: right;
  padding: 2.5rem 0 1.5rem;
}
@media screen and (max-width: 635px) {
  .p-accd_content__BoxB {
    text-align: center;
    padding: 1.5rem 0 0.5rem;
  }
}

/* .p-accd_header:nth-child(n + 1) {
  margin-top: 20px;
} */
/* タイトル横のプラスマーク縦線 */
.p-accd_header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-accd_header::before {
    top: 30px;
    background-color: var(--primaryColor);
  }
}

/* タイトル横のプラスマーク横線 */
.p-accd_header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-accd_header::after {
    top: 30px;
    background-color: var(--primaryColor);
  }
}

/* アコーディオンが開いたとき縦線の変化 */
.p-accd_header.open::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-accd_header.open::before {
    background-color: white;
  }
}

/* アコーディオンが開いたとき横線の変化 */
.p-accd_header.open::after {
  opacity: 0;
}

.p-cta {
  font-family: var(--ff-default), sans-serif;
  width: 100%;
  margin: 0 auto;
  /* padding: 2rem; */
  display: flex;
  flex-direction: column;
}
.p-cta__BoxT {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  justify-content: space-between;
  column-gap: 0;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxT {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    justify-content: center;
    row-gap: 0;
    background-color: #f1f1f1;
  }
}
.p-cta__BoxT--L {
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxT--L {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f1f1f1; */
  }
}
.p-cta__BoxT--L .p-ctaImg {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
.p-cta__BoxT--L .p-ctaImg__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-cta__BoxT--L .p-ctaImg__desc--text {
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxT--L .p-ctaImg__desc--text {
    font-size: 0.7rem;
    padding: 0.5rem 0 0 0;
  }
}
.p-cta__BoxT--R {
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-align: right;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxT--R {
    font-size: 1rem;
    text-align: center;
    padding: 2rem 0 0 0;
  }
}
.p-cta__BoxT--R--pric {
  /* font-family: var( --ff-graphical ), sans-serif; */
  font-size: 2.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxT--R--pric {
    font-size: 2.8125rem;
    letter-spacing: 0;
  }
}
.p-cta__BoxT--R--pricSub {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-cta__BoxB {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  background-color: var(--primaryColor);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  /* justify-content: center; */
}
@media screen and (max-width: 768px) {
  .p-cta__BoxB {
    padding: 1rem;
    row-gap: 1rem;
  }
}
.p-cta__BoxB--notice {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxB--notice {
    font-size: 0.7rem;
  }
}
.p-cta__BoxB--pass {
  font-size: 1.875rem;
  color: red;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-cta__BoxB--pass {
    font-size: 1.25rem;
  }
}

.p-hero {
  position: relative;
  width: 100%; /* 親要素に対して可変 */
  max-width: 100vw; /* ビューポートいっぱいに ウィンドウ幅を超えない */
  height: 94vh;
  /* height: auto */
  background: url("./images/1440_900_pc.jpg") no-repeat top center;
  /* background-size: 100% auto; */
  background-size: cover;
  overflow: hidden;
  /* padding-top: calc(900 / 1440 * 100%); */
}
@media screen and (max-width: 635px) {
  .p-hero {
    padding-top: 184.6153846154%;
    background: url("./images/390_720_sp_@2x.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}
.p-hero__ttl {
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-height: 100%; /* 高さのはみ出し防止 */
  /* 635px～501px */
  /* 500px～350pxの範囲では背景が切れないように調整 */
}
@media screen and (min-width: 1440px) and (max-width: 1919.98px) {
  .p-hero__ttl {
    width: 60%;
    max-width: 650px;
  }
}
@media screen and (max-width: 1440px) {
  .p-hero__ttl {
    width: 60%;
    max-width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .p-hero__ttl {
    top: 72%;
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__ttl {
    top: 72%;
    left: 42%;
    width: 70%;
  }
}
@media screen and (max-width: 635px) {
  .p-hero__ttl {
    top: 70%;
    left: 39%;
    width: 66%;
  }
}
@media (max-width: 500px) and (min-width: 350px) {
  .p-hero__ttl {
    top: 63%;
    left: 43%;
    width: 70%;
  }
}
.p-hero img {
  /* width: 100%; */
  height: auto;
  /* max-width: 100%;
    max-height: 100%; */
}

.p-info {
  font-family: var(--ff-graphical), sans-serif;
  position: relative;
  width: 100%;
  padding: 3rem 2rem;
  background-color: var(--primaryColor);
}
.p-info__box {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  color: white;
  letter-spacing: 0.1em;
}
.p-info__boxL {
  /* width: calc( 100% / 40% ); */
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-info__boxL {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
}
.p-info__boxL--name {
  font-size: 2.5rem;
  line-height: 3.375rem;
}
@media screen and (max-width: 1024px) {
  .p-info__boxL--name {
    text-align: center;
  }
}
.p-info__boxL--add {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-info__boxL--add {
    margin: 0 auto;
  }
}
.p-info__boxR {
  font-size: 1.875rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-info__boxR {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    justify-content: center;
  }
}
.p-info__boxR--innL {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-info__boxR--innL {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    line-height: 1.8rem;
  }
}
.p-info__boxR--innR {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-info__boxR--innR {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-info__boxR--innR {
    align-items: flex-start;
  }
}
.p-info__boxR--innR--tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#p-map {
  position: relative;
  height: 450px;
  /* aspect-ratio: 16/9; */
}

.p-mapArea {
  width: 100%;
  height: 100%;
}
.p-mapArea__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mapArea__wrap {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Safari用 */
}

.p-mtrl {
  font-family: var(--ff-default), sans-serif;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  background-color: var(--mainColor);
  border-radius: 50px;
  border: 50px solid #f3f2ed;
}
@media screen and (max-width: 768px) {
  .p-mtrl {
    border: 20px solid #f3f2ed;
  }
}
.p-mtrl__ttl {
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: var(--primaryColor);
}
@media screen and (max-width: 768px) {
  .p-mtrl__ttl {
    font-size: 1.875rem;
  }
}
.p-mtrl__box {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  /* border: $bdBox; */
  margin: 2rem 0;
}

.p-message {
  font-family: var(--ff-message), sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 3rem 1.5rem;
    align-items: flex-start;
  }
}
.p-message__desc {
  font-size: 1rem;
  line-height: 1.8rem;
  width: 100%;
  max-width: 786px;
  padding: 0 2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-message__desc {
    padding: 0;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.p-message__headding {
  font-size: 1.875rem;
  text-align: left;
  word-wrap: break-word;
  /* max-width: 786px; */
}
@media screen and (max-width: 768px) {
  .p-message__headding {
    text-align: justify;
  }
}

.u-tC-y {
  color: var(--primaryColor);
}

.u-tC-b {
  color: var(--baseColor);
}

.u-tStrk-r {
  text-decoration: line-through;
  text-decoration-color: red;
}

.u-bB {
  border-bottom: 1px solid #c8c8c8;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-tIndent {
  text-indent: 1em;
  /* padding-left: 1em;	 */
}
@media screen and (max-width: 768px) {
  .u-tIndent {
    text-indent: 0;
  }
}

.u-txtDesc {
  font-size: 1rem;
  list-style: 1.8rem;
}

/* TEL */
.u-txtTel {
  user-select: text;
  text-decoration: none;
  color: white;
}

/* Mail */
.u-txtMail {
  text-decoration: none;
  color: white;
}

/* 注釈 */
.u-tNotes-C {
  /* text-align: center; */
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
}
@media screen and (max-width: 635px) {
  .u-tNotes-C {
    padding-top: 1rem;
    font-size: 0.5rem;
  }
}

.u-tNotes-L {
  text-align: left;
  font-size: 0.7rem;
}

.u-tNotes-R {
  text-align: right;
  font-size: 0.7rem;
}
@media screen and (max-width: 635px) {
  .u-tNotes-R {
    display: flex;
    justify-content: center;
    font-size: 0.5rem;
  }
}

.u-list {
  border-bottom: 1px dashed #c8c8c8;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}/*# sourceMappingURL=style.css.map */




/*--------------------------
スマホ、PC出し分け
--------------------------*/

.pcNone {
	display:none !important;
}
.smNone {
	display:block !important;
}


@media screen and (max-width:767px) {
	.smNone {
		display:none !important;
	}
	.pcNone {
	display:block !important;
	}
}


/*--------------------------
youtube追記
--------------------------*/
.youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;   /* 必要なら指定。不要なら消してOK */
  aspect-ratio: 16 / 9;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





