@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.thumb-nature {
  background: url('images/popup-thumb01.jpg') no-repeat center center/cover;
}

.text-box {
  border: 1px solid #000;
  display: inline-block;
  padding: 10px;
  font-size: 1.2rem;
  margin-top: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.point_time {
  margin-bottom: 30px;
  text-indent: 1em;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
  .point_time {
    text-indent: 0.5em;
  }
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}
