@charset "utf-8";

/* ---------------------------------------------------
   File: eat.css
   Version: 1.0.0
   Update: 2024-05-02
   Author: https://flowlab.co.jp

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



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

   WIDE DESKTOP LAYOUT

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

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


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




/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Thumbnail
------------------------------- */
/* Photo */
#lNavi.thumbnailList li .photo::before {
  border: 6px solid #f9db5b;
}

/* Text */
#lNavi.thumbnailList li .text span {
  color: #fc941c;
}




/* ====================================================
		Main Contents / Experience - Play
==================================================== */
/* -------------------------------
		Title
------------------------------- */
.illustTitleLayout.mainContents h2 {
  padding: 0 0 100px;
}




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









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

   TABLET

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

  
  
  
}













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

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Thumbnail
  ------------------------------- */
  /* Photo */
  #lNavi.thumbnailList li .photo::before {
    border: 3px solid #f9db5b;
  }
  
  
  
  
  
}