@charset "UTF-8";
/*////////////// hahakotabi/melCSS Document //////////////*/

/* ===============================================
 mainArea 共通
=============================================== */
#mainArea h3 {
  color: #d44560;
  border-bottom: 4px double #d44560;
}
#mainArea p.lead {
  color: #f18d8e;
  margin: 25px 0 0;
}
/* ===============================================
 introArea（メルボルンが母娘旅行におすすめな4つの理由）
=============================================== */
#introArea { padding: 25px 3% 0; }
#introArea ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0 0.5em;
}
#introArea ol li {
  position: relative;
  color: #f18d8e;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 15px 30px;
}
#introArea ol li:last-child { padding-bottom: 0 !important; }
#introArea ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #f18d8e;
  color: white;
  font-size: 15px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#introArea ol p {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  margin: 6px 0 0 -30px;
}
/* ===============================================
 contentsArea（メルボルン案内エリア）　
=============================================== */
#contentsArea .conts {
  margin: 50px 0 0;
  padding: 0 3%;
}
#contentsArea .conts .photo { margin-bottom: 20px; }
#contentsArea .conts .txt { margin-bottom: 30px; }
/* ===============================================
 tourArea（おすすめツアーコンテンツ）　
=============================================== */
#tourArea { background: url("https://www.his-j.com/smp/kanto/special/hahakotabi/images/mel/bg_recommend.png") repeat 0 0; }
.tourListArea { border: 2px solid #f18d8e; }
.tourListArea .linkArea.btn {
  background-color: #d44560;
  box-shadow: 0 5px #b72641;
}