/* object/project/cotori.css */
/* Cotoriページ固有のスタイル */

/* Cotori固有 ヘッダー/フッターカラー */
nav, .headerpc .kingkong-header { background-color: #f3eed1; }
.gr { background-color: #8a9a5b; }
.headermb { background-color: #f3eed1; }
.headermb__nav { background: linear-gradient(#f3eed1, #fff); }
.headermb_box { background-color: #8a9a5b; }
.headermb-contact button { background-color: #8a9a5b; }
.mb_tel { background-color: #f3eed1; }
.mb_tel a, .mb_tel svg { color: #8a9a5b; }
.hamburger span { background-color: #FFF; } /* ハンバーガー三本線を白色に変更 */

footer { background-color: #add8e6; }

/* Cotori固有 FVセクションのロゴ中央寄せ */
.FV .fv img {
  margin: 0 auto;
  display: block;
}

/* =========================================================
   ファーストビュー (FV)
   サイトを開いたときに一番最初に表示されるメイン画像エリアです。
========================================================= */
.FV {
  background-image: url(../../../images/cotori/FV.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 100px;
}

.FV .container {
  display: flex;
  justify-content: center;
  height: 840px;
}

.FV .row {
  display: flex;
  align-items: center;
}

.FV .fv {
  align-items: center;
  text-align: center;
}

.FV .col {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  min-width: 350px;
  height: 390px;
}

.FV img {
  width: 150px;
  padding-bottom: 30px;
}

.FV h2 {
  font-size: 30px;
  line-height: 1.5;
}

.fv {
  margin: 0 26px;
}

@media screen and (max-width: 1280px) {

  /*tab*/
  .FV {
    padding-top: 60px;
  }

  .FV .container {
    height: 600px;
  }

  .FV .col {
    min-width: 250px;
    height: 260px;
  }

  .FV h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }

  .FV img {
    width: 100px;
  }
}

@media screen and (max-width: 540px) {

  /*mb */
  .FV {
    background-image: url("../../../images/cotori/mb _FV.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 60px;
  }

  .FV .container {
    height: 100vh;
  }
}

/* =========================================================
   「Cotoriの想い」セクション
   サイトのメッセージやビジョンを伝えるエリアです。
========================================================= */
.vision {
  margin-bottom: 70px;
}

.vision h2 {
  text-align: left;
  margin-bottom: 60px;
}

.vision .row {
  display: flex;
  justify-content: center;
  margin: 0;
}

.vision .text {
  max-width: 573px;
  flex-direction: column;
  padding: 20px 0;
}

.vision .text p {
  line-height: 180%;
}

.vision .v_pc_img {
  display: flex;
  align-items: end;
  width: auto;
  height: 280px;
  margin-top: auto;
  margin-left: 60px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.vision .v_mb_img {
  display: none;
}

.vision span {
  border-bottom: solid 1px #696969;
}

@media screen and (max-width: 1280px) {

  /*mb */
  .vision h2 {
    text-align: center;
  }

  .vision .v_pc_img {
    display: none;
  }

  .vision .v_mb_img {
    display: block;
    margin-left: 0;
    height: 250px;
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
}

/* =========================================================
   「Cotoriとは」セクション
   サービスの特徴や概要について説明するエリアです。
========================================================= */
.about {
  margin-bottom: 0;
  padding-bottom: 8.5rem;
  background-image: url(../../../images/cotori/about_bg2.png), url(../../../images/cotori/about_bg1.png);
  background-repeat: no-repeat;
  background-size: 427px, 483px;
  background-position: left 0 top 0px, right 0 bottom 0;
}

.about h2 {
  margin-bottom: 50px;
  padding-top: 50px;
}

.about-circle-box {
  text-align: center;
  width: 380px;
  height: 380px;
  border: solid 1px #8a9a5b;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  flex-shrink: 0;
}

.about-circle-box img {
  width: 80px;
  margin-bottom: 20px;
}

.about-circle-box h4 {
  font-size: 26px;
  color: #8a9a5b;
  margin: 0;
  font-weight: 700;
}

.about-description {
  font-size: 16px;
  line-height: 2.2;
  color: #555;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .about-circle-box {
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
  }
  .about-circle-box img {
    width: 60px;
  }
  .about-circle-box h4 {
    font-size: 22px;
  }
  .about-description {
    padding-left: 0;
  }
}

@media screen and (max-width: 539px) {
  /*mb*/
  .about {
    background-image: url(../../../images/cotori/about_bg2.png), url(../../../images/cotori/about_bg1.png);
    background-repeat: no-repeat;
    background-size: 220px, 270px;
    background-position: left 0 top 100px, right 0 bottom 0;
  }

  .about-circle-box {
    width: 260px;
    height: 260px;
    border: solid 1px #8a9a5b;
    background-color: transparent;
  }
  .about-description {
    font-size: 14px;
    line-height: 2;
  }
}

/* =========================================================
   「Cotoriの特徴」セクション
   サービスの特徴や概要について説明するエリアです。
========================================================= */
.feature .row {
  margin: 0 6rem;
}

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

.feature h3 {
  font-size: 23px;
  display: inline-block;
  border-bottom: solid 1px #696969;
  margin-bottom: 0;
}

.feature h4 {
  display: block;
  font-size: 48px;
}

.feature .text-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 50px;
  margin-top: 50px;
  width: 100%;
  padding: 0;
}

.feature .text {
  padding-left: 52px;
  background-image: url(../../../images/cotori/feature_circle.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.feature p {
  margin-left: 26px;
}

@media screen and (max-width: 1280px) {

  /*mb*/
  .feature .container {
    padding: 0;
  }

  .feature .text {
    padding: 0;
  }

  .feature h3 {
    font-size: 16px;
    margin: 0 10px;
  }

  .feature .content {
    padding: 0 10px;
  }

  @media screen and (max-width: 539px) {
    .feature .row {
      margin: 0;
    }

    .feature p {
      font-size: 12px;
    }
  }
}

/* =========================================================
   「利用例」セクション
   具体的な使い方や場面などを紹介するエリアです。
========================================================= */
.example {
  background-image: url(../../../images/cotori/pc_example_bg1.png),
    url(../../../images/cotori/pc_example_bg2.png), url(../../../images/cotori/pc_example_bg3.png);
  background-repeat: no-repeat;
  background-size: 700px, 600px, 800px;
  background-position: right 0px top 0px, left 0px top 650px,
    right 0px bottom 350px;
}

.example .row {
  background-image: url(../../../images/cotori/example1.png), url(../../../images/cotori/example2.png),
    url(../../../images/cotori/example3.png);
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: left 130px top 0px, right 130px top 400px,
    left 130px bottom 150px;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 40px;
}

.example h2 {
  margin-bottom: 40px;
}

.example h3 {
  color: #8a9a5b;
  font-size: 36px;
}

.example h4 {
  color: #696969;
  text-align: start;
  font-weight: 400;
  margin-bottom: 15px;
}

.example .text {
  margin-bottom: 130px;
}

.example .text p {
  max-width: 530px;
  border-bottom: solid 3px #f3eed1;
  padding-bottom: 16px;
}

.text_right {
  display: flex;
  justify-content: end;
  padding-right: 15%;
}

.text_left {
  display: flex;
  justify-content: start;
  padding-left: 15%;
}

.example .box {
  display: flex;
  justify-content: center;
}

.example .cotori {
  margin: auto;
  width: 90px;
}

.end_text {
  background-color: rgba(138, 154, 91, 0.3);
  border-radius: 40px;
  max-width: 855px;
  padding: 55px 169px;
}

.example .mb_img {
  display: none;
}

@media screen and (max-width: 1390px) {
  .text_right {
    padding-right: 8%;
  }

  .text_left {
    padding-left: 8%;
  }
}

@media screen and (max-width: 1280px) {
  .example {
    background-image: url(../../../images/cotori/mb_example_bg1.png),
      url(../../../images/cotori/mb_example_bg2.png),
      url(../../../images/cotori/mb_example_bg4.png);
    background-repeat: no-repeat;
    background-size: 50%, 55%, 60%;
    background-position: right 0px top 4%, left 0px top 27%,
      left 0px bottom 25%;
  }

  .example h3,
  .example h4 {
    text-align: center;
  }

  .example .text {
    align-items: center;
    text-align: center;
  }

  .example .text p {
    max-width: 600px;
  }

  .example .row {
    background-image: none;
  }

  .example .mb_img {
    display: block;
    width: 250px;
    margin: auto;
  }

  .text_right {
    padding: 12px;
    justify-content: center;
  }

  .text_left {
    padding: 12px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .example {
    background-image: url(../../../images/cotori/mb_example_bg1.png),
      url(../../../images/cotori/mb_example_bg2.png),
      url(../../../images/cotori/mb_example_bg4.png);
    background-repeat: no-repeat;
    background-size: 50%, 55%, 60%;
    background-position: right 0px top 4%, left 0px top 27%,
      left 0px bottom 25%;
  }

  .example .cotori {
    width: 50px;
  }

  .end_text {
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0 40px;
  }

  .example h2 {
    margin-bottom: 0;
  }

  .example h4 {
    font-size: 20px;
  }

  .example .mb_img {
    width: 130px;
    margin: auto;
  }

  .example .text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .end_text {
    border-radius: 10px;
    padding: 20px 16px;
    margin: 0;
  }
}

/* =========================================================
   「プログラム」セクション
   提供しているメニューやコース内容を表示するエリアです。
========================================================= */
.program {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.program .container {
  height: 860px;
  display: flex;
  align-items: center;
  padding-top: 120px;
  margin-bottom: 200px;
}

.program .row {
  align-items: center;
  margin-left: 10%;
}

.program .box {
  width: auto;
  padding-top: 60px;
}

.program .text {
  margin-bottom: 20px;
  max-width: 530px;
}

.program h2 {
  text-align: left;
  margin-bottom: 40px;
}

.program h4 {
  text-align: left;
  margin-bottom: 30px;
}

.plans {
  position: absolute;
  left: 50%;
  width: auto;
  background-image: url(../../../images/cotori/pc_program_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 right -130%;
}

.plan {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.time {
  color: #fff;
  background-color: #8a9a5b;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}

.t1 .todo,
.t7 .todo {
  width: 180px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t2 .todo,
.t3 .todo,
.t4 .todo,
.t5 .todo,
.t6 .todo {
  max-width: 280px;
  min-width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t2,
.t6 {
  margin-left: 110px;
}

.t3,
.t5 {
  margin-left: 170px;
}

.t4 {
  margin-left: 190px;
}

.program img {
  position: absolute;
  z-index: 1;
  width: 60%;
}

.todo {
  position: relative;
  margin-left: 50px;
  color: #696969;
  font-size: 16px;
  background: #f3eed1;
  border-radius: 20px;
}

.todo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 20px solid #f3eed1;
}

.todo p {
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 1280px) {
  .program .container {
    margin-bottom: 0;
    padding-bottom: 50px;
    background-image: none;
  }

  .program h2,
  .program h4 {
    text-align: center;
  }

  .program .container {
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
  }

  .program .row {
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }

  .program .text {
    margin-bottom: 20px;
    max-width: 800px;
  }

  .program .box {
    position: static;
    padding-top: 0;
  }

  .plans {
    background-image: url(../../../images/cotori/pc_program_circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 0 left -340px;
    position: static;
    width: auto;
    padding-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  .program .container {
    padding: 0;
    margin-bottom: 5rem;
  }

  .program h4 {
    font-size: 20px;
    font-weight: 700;
  }

  .program span {
    display: none;
  }

  .program .container {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .program .text {
    margin-bottom: 30px;
  }

  .plans {
    margin-top: 20px;
    width: auto;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: none;
    background-position: bottom 0 left -340px;
    background: linear-gradient(90deg,
        transparent 60px,
        #f3eed1 60px,
        #f3eed1 62px,
        transparent 62px);
    padding: 0 32px;
  }

  .program .box {
    width: auto;
  }

  .program img {
    display: none;
  }

  .t1 .todo,
  .t7 .todo {
    width: 200px;
  }

  .todo {
    margin: 0;
    margin-left: 2rem;
  }

  .todo span {
    font-size: 12px;
  }

  .t1,
  .t2,
  .t3,
  .t4,
  .t5,
  .t6,
  .t7 {
    margin: 0px;
  }
}

/* =========================================================
   販売・リンク誘導エリア
   外部サイトや購入ページへのボタンなどを配置するエリアです。
========================================================= */

.market_pc {
  width: 500px;
  padding-top: 30px;
  position: absolute;
}

.market_mb {
  padding: 30px 0;
  margin: auto;
  display: none;
}

.market .box {
  display: flex;
  justify-content: end;
  padding-top: 70px;
}

.market h4 {
  color: #696969;
}

.market .text {
  text-align: end;
  padding: 45px 100px 30px 300px;
  background-color: rgba(138, 154, 91, 0.3);
  border-radius: 10px;
}

.market .text .p {
  line-height: 150%;
  max-width: 650px;
}

.market button {
  background-color: #f3eed1;
  border-radius: 50px;
  border: none;
  width: 250px;
  text-align: center;
}

.market button p {
  text-align: center;
  padding: 8px 48px;
}

@media screen and (min-width: 1281px) and (max-width: 1399px) {
  .market .text {
    padding: 45px 100px 30px 350px;
    margin-left: 200px;
  }

  .market button {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1280px) {
  .market_pc {
    display: none;
  }

  .market_mb {
    display: block;
  }

  .market .text {
    padding: 0 80px;
    text-align: center;
  }

  .market button {
    margin: 30px 0;
  }

  .market .box {
    justify-content: center;
  }
}

@media screen and (max-width: 540px) {
  .market .text {
    padding: 0 15px;
    text-align: center;
  }
}

/* =========================================================
   「利用までの流れ」セクション
   ステップ方式で手順を説明するエリアです。
========================================================= */
.use .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0;
}

.use .task {
  background-color: #f3eed1;
  border-radius: 98.5px;
  padding: 3rem 4rem;
  margin: 0 12px;
  width: 12rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.use h2 {
  margin: 0;
}

.use .task h3 {
  font-size: 24px;
  color: #8a9a5b;
  text-align: center;
}

.use .task h4 {
  font-size: 24px;
  color: #696969;
  white-space: nowrap;
  text-align: center;
}

.use p {
  margin-left: 104px;
}

.deta_box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .use .task h3 {
    font-weight: 300;
  }

  .use .task h4 {
    font-size: 20px;
  }

  .use p {
    margin-left: 0;
  }

  .use .task {
    margin: 10px auto;
  }

  .use .container .row {
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .use .task {
    width: 128px;
    height: 128px;
    margin: 0 5px;
  }

  .use .task h4 {
    font-size: 18px;
  }

  .use .task h3 {
    font-size: 18px;
  }

  .use p {
    margin-left: 0;
    text-align: center;
  }
}

/* =========================================================
   「お問い合わせ」セクション
   連絡先や問い合わせフォームへのリンクを配置するエリアです。
========================================================= */
.contact {
  margin-bottom: 0;
  padding-bottom: 120px;
  background-image: url(../../../images/cotori/pc_contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .row {
  justify-content: center;
}

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

.details {
  display: flex;
  justify-content: center;
}

.contact img {
  width: 164px;
  margin: auto;
  padding-bottom: 30px;
}

.contact h3 {
  font-weight: bold;
}

.contact button {
  background-color: #8a9a5b;
  border-radius: 10px;
  border: none;
  width: 280px;
  height: 60px;
  margin-left: 12px;
  margin-right: 12px;
}

.contact button p {
  padding: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.contact .deta p {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .contact h3 {
    font-size: 20px;
  }

  .details {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .text_box {
    justify-content: center;
    align-items: start;
  }
}

@media screen and (max-width: 540px) {
  .contact {
    background-image: url(../../../images/cotori/mb_contact_bg.png);
    padding-bottom: 60px;
  }

  .contact h3 {
    text-align: center;
  }

  .contact p {
    text-align: center;
  }

  .contact .row {
    flex-direction: column;
  }

  .contact .deta {
    margin: auto;
  }

  .contact img {
    width: 150px;
  }

  .contact button {
    margin: 8px 0;
  }

  .contact button p {
    font-size: 18px;
  }

  .text_box {
    margin-bottom: 50px;
    align-items: center;
  }

  .deta_box {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) { .fixed-contact-btn { display: none !important; } }

/* 追従お問い合わせボタンを常に緑色・ホバーなしに */
.fixed-contact-btn { background-color: #8a9a5b !important; }
.fixed-contact-btn:hover { background-color: #8a9a5b !important; opacity: 1 !important; cursor: pointer; }
/* =========================================================
   「生産活動」セクション
========================================================= */

.production { 
  margin-bottom: 0;
  padding-bottom: 120px; 
}

.production-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.production-images {
  position: relative;
  width: 50%;
  height: 500px;
}

.production-images .img-wrapper {
  position: absolute;
  width: 60%;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.production-images .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.production-images .img-top-left {
  top: 0;
  left: 5%;
  z-index: 2;
}

.production-images .img-bottom-right {
  top: 50%;
  left: 35%;
  z-index: 1;
}

.production-texts {
  width: 50%;
  padding-left: 40px;
}

.production-item {
  margin-bottom: 30px;
}

.production-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #8a9a5b;
}

.production-item p {
  font-size: 16px;
  line-height: 180%;
  color: var(--main-text-color);
}

@media screen and (max-width: 991px) {
  .production-row {
    margin: 0;
  }
  .production-images {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .production-images .img-wrapper {
    position: relative;
    width: 100%;
    max-width: 375px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .production-texts {
    width: 100%;
    max-width: 573px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

/* =========================================================
   午後プログラム詳細セクション
========================================================= */

.afternoon-program-box {
  background-color: #f3eed1;
  border-radius: 20px;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.afternoon-program-left {
  flex: 1;
}

.afternoon-program-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--main-text-color);
}

.afternoon-program-note {
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 0;
}

.afternoon-program-right {
  flex: 1;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.afternoon-schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.afternoon-schedule-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.afternoon-schedule-list li:last-child {
  margin-bottom: 0;
}

.day-label {
  font-weight: 700;
  width: 40px;
  display: inline-block;
  color: var(--main-text-color);
}

.program-name {
  color: var(--main-text-color);
}

/* レスポンシブ対応 */
@media screen and (max-width: 767.98px) {
  .afternoon-details {
    padding-bottom: 40px;
  }
  .afternoon-program-box {
    flex-direction: column;
    padding: 30px 20px;
    align-items: stretch;
    gap: 20px;
  }
  
  .afternoon-program-title {
    font-size: 1.15rem;
  }
  
  .afternoon-program-right {
    padding: 20px;
  }
}

