@charset "utf-8";
/*　モバイル用 css  */

/*  ヘッダー m_common.css */
/*  カテゴリー・リンク m_common.css */


/*  メインコンテンツ */
/*  ページタイトルは m_coomon.css */

p.text_box{
  width: 90%;
  padding: 15px;
}
/* イラスト・マップは表示しない */
section.illust_map{
  display: none;
}
/* イラスト・マップの場所名リンク */
ul.illust_map{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 padding: 15px;
 background-color: gray;
}
ul.illust_map li{
 width: auto;
 background-color: #fff;
 padding: 10px;
 margin: 6px 10px;
 font-size: 16px;
 border: solid 1px #000;
 box-shadow: 10px 10px 15px -10px;
}



/* 写真＆説明 */
.yokonarabi{
  width: 99%;
  border: solid 2px #000;
}
.yokonarabi h4{
  background-color: green;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
}
.yokonarabi img{
  width: 100%;
}
.yokonarabi p{
  width: 90%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* イラスト・マップへもどる */
.return_to_illust-map p{
  background-color: gray;
  padding: 10px 0;
  text-align: center;
}
.return_to_illust-map a{
  color: #fff;
}


/* ---- 以下は　common.css ---*/

/* ページ先頭へ戻る　.return_to_top　*/
/* ホームページTOPへ戻る　.return_to_indexpage　*/
/* フッター　footer p　[copyright]*/
