@charset "utf-8";

/* ---------------------------------------------------
   File: experience.css
   Version: 1.0.0
   Update: 2025-03-27
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
/* Main Menu */
#gNavi ul:first-child li:nth-child(2) a {
  color: #046c4c;
}


/* ====================================================
		Title
==================================================== */
/* -------------------------------
		Page Title
------------------------------- */
/* Animals */
main h1::after {
  background-image: url("../img/common/img_header_animal_cow-a.png");
}


/* ====================================================
		Main Contents / Experience - Play
==================================================== */
/* -------------------------------
		Layout - Illust Title
------------------------------- */
.illustTitleLayout.mainContents article:not(:last-child) {
  padding-bottom: 140px;
}

/* -------------------------------
		Title
------------------------------- */
/* Cloud Title */
.illustTitleLayout.mainContents:nth-child(2n) h3::before {
  background-image: url("../img/common/bg_title_yellow.png");
}

/* -------------------------------
    Beige Box
------------------------------- */
.illustTitleLayout.mainContents .beigeWhiteBox {
  margin-bottom: 140px;
}
.illustTitleLayout.mainContents .beigeWhiteBox .flex {
  font-weight: 600;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}

/* Title */
.illustTitleLayout.mainContents .beigeWhiteBox h3 {
  padding-right: 0;
}

/* List */
.illustTitleLayout.mainContents .beigeWhiteBox li {
  min-width: 340px;
  position: relative;
  padding-top: 80px;
}

/* Border */
.illustTitleLayout.mainContents .beigeWhiteBox li:not(:last-child) {
  border-right: 2px solid #ebdcd0;
}

/* Icon */
.illustTitleLayout.mainContents .beigeWhiteBox li::before {
  content: '';
  width: 62px;
  height: 62px;
  background: url("../img/common/icon_pointing.png") no-repeat 0 0 / 62px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.illustTitleLayout.mainContents .beigeWhiteBox strong {
  color: #f41454;
  font-weight: 600;
}

/* -------------------------------
    Beige Box - Schedule
------------------------------- */
/*.illustTitleLayout .beigeListBox dl dd h4 {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 10px;
}
.illustTitleLayout .beigeListBox dl dd h4::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #046c4c;
  border-radius: 10px;
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
}
.illustTitleLayout .beigeListBox dl dd div:not(:first-child) {
  padding-top: 10px;
}
.illustTitleLayout .beigeListBox dl dd div .period,
.illustTitleLayout .beigeListBox dl dd div .startTime {
  margin-left: 10px;
}
.illustTitleLayout .beigeListBox dl dd div .period {
  line-height: 1.5;
}
.illustTitleLayout .beigeListBox dl dd div .startTime {
  background: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 8px;
}
.illustTitleLayout .beigeListBox dl dd div small {
  padding-top: 0;
}*/

/* -------------------------------
    List - Preparation
------------------------------- */
.illustTitleLayout.mainContents .beigeListBox dl dd ul.list_preparation li {
  position: relative;
  padding-left: 0;
}
.illustTitleLayout.mainContents .beigeListBox dl dd ul.list_preparation li::before {
  content: '任意';
  width: auto;
  height: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background: #999;
  border-radius: 100px;
  position: relative;
  top: -0.1em;
  padding: 4px 8px;
  display: inline-block;
  margin-right: 6px;
}

/* Must */
.illustTitleLayout.mainContents .beigeListBox dl dd ul.list_preparation li.must::before {
  content: '必須';
  background: #046c4c;
}

/* -------------------------------
    Beige List Box
------------------------------- */
/* Stop Text */
.illustTitleLayout.mainContents .beigeListBox .stopText {
  margin-top: 10px;
}




/* ====================================================
		Tedukuri
==================================================== */
/* -------------------------------
		Layout - Illust Title
------------------------------- */
/* Lead */
#tedukuri.illustTitleLayout.mainContents .lead {
  margin: 0 auto 80px;
}

/* -------------------------------
		Beige Box
------------------------------- */
#tedukuri .beigeWhiteBox {
  margin-right: 10%;
}




/* ====================================================
		Harvest
==================================================== */
/* -------------------------------
    Beige Box
------------------------------- */
#harvest .beigeWhiteBox {
  margin-right: 10%;
}
#harvest.illustTitleLayout.mainContents .beigeWhiteBox li {
  min-width: auto;
  width: 33%;
}




/* ====================================================
		Other Page Link
==================================================== */
/* -------------------------------
		Circle Button
------------------------------- */
#otherPageLink .iconBnList li:nth-child(1) a::before {
  background: none;
}







/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {

  /* ====================================================
      Main Contents / Experience - Play
  ==================================================== */
  .illustTitleLayout.mainContents .beigeWhiteBox li {
    min-width: auto;
    width: 48%;
  }
  
  
}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Main Contents / Experience - Play
  ==================================================== */
  /* -------------------------------
      Layout - Illust Title
  ------------------------------- */
  .illustTitleLayout.mainContents article:not(:last-child) {
    padding-bottom: 60px;
  }
  
  /* -------------------------------
      Beige Box
  ------------------------------- */
  .illustTitleLayout.mainContents .beigeWhiteBox {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .illustTitleLayout.mainContents .beigeWhiteBox .flex {
    text-align: left;
    margin: 0;
  }
  
  /* List */
  .illustTitleLayout.mainContents .beigeWhiteBox li {
    min-width: auto;
    width: 100%;
    padding: 10px 0 10px 30px;
  }
  
  /* Border */
  .illustTitleLayout.mainContents .beigeWhiteBox li:not(:last-child) {
    border-bottom: 1px solid #ebdcd0;
    border-right: none;
  }

  /* Icon */
  .illustTitleLayout.mainContents .beigeWhiteBox li::before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 10px;
    left: 0;
    transform: none;
  }
  
  /* -------------------------------
      Beige Box - Schedule
  ------------------------------- */
  ./*illustTitleLayout .beigeListBox dl dd h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .illustTitleLayout .beigeListBox dl dd div .startTime {
    padding: 5px 15px;
  }*/
  
  
  
  /* ====================================================
      Tedukuri
  ==================================================== */
  /* -------------------------------
      Layout - Illust Title
  ------------------------------- */
  /* Lead */
  #tedukuri.illustTitleLayout.mainContents .lead {
    margin: 0 auto 30px;
  }

  /* -------------------------------
      Beige Box
  ------------------------------- */
  #tedukuri .beigeWhiteBox {
    margin-right: 0;
  }
  
  
  
  
  /* ====================================================
      Harvest
  ==================================================== */
  /* -------------------------------
      Layout - Illust Title
  ------------------------------- */
  /* Lead */
  #harvest.illustTitleLayout.mainContents .lead {
    margin: 0 auto 30px;
  }
  
  /* -------------------------------
      Beige Box
  ------------------------------- */
  #harvest .beigeWhiteBox {
    margin-right: 0;
  }
  #harvest.illustTitleLayout.mainContents .beigeWhiteBox li {
    width: 100%;
  }

  
}