@charset 'utf-8';

/*photo-movie.css*/

#page-title {
  opacity: .3;
  position: relative;
  background-image: url(../img/photo-movie/photo-movie-title-bg.webp);
}


#page-title h1 {
  color: #62912d;
}


#contents-grid {
  margin-block: 50px;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  #contents-grid {
    display: grid;

    grid-template-areas: 'text-1 text-1'
    'douga-1 douga-1'
    'ex ex';
    grid-template-columns: 1fr 1fr;
    margin-block: 90px;
  }
}

/*料金例*/
.price-ex {
  display: grid;

  grid-area: ex;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .price-ex {
    justify-content: center;
  }
}

.ex-contents {
  margin-top: 230px;
  padding: 42px;
  text-align: center;
  background-color: var(--text-color2);
  border-radius: 20px;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .ex-contents {
    display: grid;
    margin-top: 250px;
    padding: 50px 100px;

    gap: 50px;
    grid-template-areas: 'title-1  price-1'
    'title-1  menu-1';
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }
}

.ex-contents .ex1 {
  padding: 30px;
  color: var(--base-color6);
  font-size: 1.5rem;
  border: double 3px var(--base-color6);
  border-radius: 20px;

  margin-inline: auto;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .ex-contents .ex1 {
    display: grid;
    align-items: center;
    width: 240px;
    height: 126px;
    font-size: 1.9rem;

    grid-area: title-1;
    margin-block: auto;
  }
}

.ex-contents .ex2 {
  color: var(--base-color6);
  font-size: 3rem;

  margin-block: 30px;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .ex-contents .ex2 {
    display: grid;
    margin: 0;
    font-size: 4rem;

    grid-area: price-1;
    place-items: center;
  }
}

.ex-contents .ex3 {
  padding: 20px 0 0;
  border-top: dotted 2px var(--base-color6);
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .ex-contents .ex3 {
    display: grid;

    grid-area: menu-1;
    place-items: center;
  }
}


/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .ex-contents ul {
    display: grid;

    grid-area: douga-1;
    margin-inline: auto;
  }
}

.ex-contents li {
  line-height: 2;
}

.ex-contents span {
  color: var(--base-color5);
  font-weight: 700;
  font-size: 1.6rem;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .ex-contents span {
    font-size: 2rem;
  }
}


/*動画sample*/

.heading-31 {
  position: relative;
  margin-top: 30px;
  padding: .3em 0 .2em 1.5em;
  width: fit-content;
  color: #f0a370;
  border-bottom: 3px solid #96d67a;

  margin-inline: auto;
}

.heading-31::before {
  content: '';
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  width: 12px;
  height: 11px;
  background: #96d67a;
}

.heading-31::after {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  transform: rotate(15deg);
  width: 8px;
  height: 8px;
  background: #96d67a;
}

.movie-contents {
  display: block;
  padding: 20px;
  width: 90%;

  margin-inline: auto;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .movie-contents {
    display: flex;
    padding: 30px;
    width: min(1200px, 100%);

    gap: 20px;
    margin-inline: auto;
  }
}

.movie-box {
  background-color: var(--base-color3);

  margin-block: 30px 20px;
  margin-inline: auto;
  padding-block: 25px 50px;
  padding-inline: 50px;
}

.text-box {
  padding-block: 20px;
}

.text-box span {
  margin-bottom: 25px;
  padding-top: 15px;
  width: 100%;
  color: var(--base-color6);
  font-size: 1.6rem;
  text-align: center;

  margin-inline: auto;
}

ul.text-box {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}

.text-box li {
  line-height: 2;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .text-box {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.3;
  }
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .pict {
    margin: 0;
  }
}

.pict iframe {
  display: block;
  width: 100%;

  margin-inline: auto;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .pict iframe {
    width: 80%;
    height: auto;
  }
}


/*料金案内*/

.section-title h1 {
  margin-top: 50px;
  color: var(--base-color6);
}

.kirikae-tab input:checked + .tab-style {
  color: var(--text-color2);
  background-color: var(--base-color6);
}

.instance-box .number {
  padding: 5px;
  color: var(--base-color6);
  font-size: 2.3rem;
}

.instance-box ul {
  border: dotted 1px var(--base-color6);
}


/*流れるテキスト色指定*/

.text-loop {
  background-color: var(--base-color);
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .text-loop {
    margin-bottom: 56px;
  }
}

.text-loop div:nth-child(odd),
.text-loop div:nth-child(even) {
  color: var(--base-color6);
}

.photo-img img {
  display: block;
  width: min(500px, 90%);

  margin-inline: auto;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .photo-img img {
    width: min(600px, 100%);
  }
}

/* 960px～（パソコン）
  -------------------------------------------- */
@media (min-width: 960px) {
  .photo-img img {
    width: min(700px, 100%);

    margin-block: 50px 100px;
  }
}

.kirikae-tab {
  margin: 40px auto 0;
}


/*iframeサイズ調整*/

.pict.normal iframe {
  margin-bottom: 20px;

  aspect-ratio: 16 / 9;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .pict.normal iframe {
    width: 100%;
    height: 100%;

    aspect-ratio: 1;
  }
}

.pict.short iframe {
  width: 100%;
  height: 100%;

  aspect-ratio: 1;
}

.btn-you-tube {
  margin-bottom: 100px;
  color: var(--text-color2);
  font-size: 1.8rem;
}

/* 768px～（タブレット）
  -------------------------------------------- */
@media (min-width: 768px) {
  .btn-you-tube {
    margin-bottom: 150px;
  }
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .btn-you-tube {
    margin-bottom: 250px;
  }
}

.btn-you-tube a {
  display: block;
  padding: 20px;
  width: 300px;
  text-align: center;
  background-color: var(--base-color6);
  border-radius: 10px;

  margin-inline: auto;
}

/* 768px～（パソコン）
  -------------------------------------------- */
@media (min-width: 768px) {
  .btn-you-tube a {
    padding: 40px 30px;
    width: 400px;
    font-size: 2.2rem;
  }
}

/* 960px～（パソコン）
  -------------------------------------------- */
@media (min-width: 960px) {
  .btn-you-tube a {
    padding: 40px 30px;
    width: 600px;
    font-size: 2.5rem;
  }
}
