@charset "UTF-8";

/*---------------------------------------

■トップページ用CSS 目次

1.メイン画像スライダー

2.場所別コンテンツ
 2-1.基本設定
 2-2.画像キャプション

3.カテゴリリスト

4.メニューナビ

5.新着情報

6.メディア・クエリ


最終修正日／2018.12.14 KB
-----------------------------------------*/


/*---------------------------------------
      1. メイン画像スライダー
-----------------------------------------*/

.main-slider {
  margin: 5px 0 0;
}


/*---------------------------------------
      2.場所別コンテンツ
-----------------------------------------*/

/* 2-1.基本設定 */
.main_bouon {
  margin-bottom: 100px;
}

.main_bouon > h2 {
  font-size:1.5rem;
  text-align: center;
  letter-spacing:2px;
  margin:0 0 40px;
}

.main_bouon > h2 span {
  border-bottom:4px solid rgba(250,190,0,0.5);
  padding:0 30px 5px;
}

.main_bouon > p {
  margin:0 10px 20px;
  line-height: 1.8;
	font-size: 1.0rem;
}

.main_item {
  margin-top:10px;
	padding:10px;
}

.main_item > [class*='col-'] {
  padding-bottom:30px;
}

.btn-more {
  display: block;
  background:#434343;
  color:#fff;
  border:2px solid #434343;
  padding:15px 0;
  letter-spacing:2px;
  font-size:0.9rem;
  font-weight:400;
  width: 90%;
  margin:0 auto;
  border-radius: 5px;
}

.btn-more:active {
  background:#fff;
  color:#434343;
  border:2px solid #434343;
}

.btn-more:hover {
  background:#fff;
  color:#434343;
  border:2px solid #434343;
  transition: 0.3s;
}
@media only screen and (min-width : 768px) {
	.btn-more {
		padding:15px 0;
		width: 100%;
		font-size: 1.0rem;
	}

}


/* 2-2.画像キャプション */
.main_item figure {
  display: inline-block;
}

.main_item figcaption {
  color: #2b2b2b;
}

.main_item figcaption:hover {
  opacity:0.6;
}

.main_item figure h3 {
  margin:10px 0 5px;
  text-align: left;
  color: #2b2b2b;
  font-size: 0.85rem;
  line-height:1.5;
}

.main_item figcaption p {
  font-size:0.8rem;
  margin:0;
  text-align: left;
  font-weight: 300;
  line-height:1.5;
}


/*---------------------------------------
      3.カテゴリーリスト一覧
-----------------------------------------*/

.categoryList {
  margin-bottom: 80px;
  padding:0 15px;
}

.categoryList > h4 {
  font-size:1.2rem;
  text-align: center;
  letter-spacing:2px;
  margin:0 0 40px;
}

.categoryList > h4 span {
  border-bottom:4px solid rgba(170,205,6,0.5);
  padding:0 30px 5px;
}

.categoryBox {
  display:-webkit-box;
  display:-moz-box;
  display:box;
  display:-webkit-flex;
  display:flex;
  background: #f3f3f3;
  border-bottom:1px solid #fff;
  padding:0;
  background-image: url(../img/top/arrow-01.png);
  background-size:15px auto;
  background-repeat: no-repeat;
  background-position: center right 8px;
  align-items: center;
}

.categoryBox:hover {
  background:#dcdcdc;
  background-image: url(../img/top/arrow-01-hover.png);
  background-size:15px auto;
  background-repeat: no-repeat;
  background-position: center right 8px;
  transition: 0.3s;
}

.categoryBox > h5 {
  font-size:0.9rem;
  margin:23px 15px;
  color:#2b2b2b;
}

.categoryList img {
  margin-left:10px;
  width: 40px;
  height:40px;
  vertical-align: middle;
}

/*---------------------------------------
      4.メニューナビ
-----------------------------------------*/

.mainNavi {
  margin: 20px 0 20px;
  padding:0 10px;
}

.mainNavi-Box {
	background: #ededed;
	border-bottom: 1px solid #ededed;
	width: 100%;
	border-radius: 2px;
	padding:10px;
	margin: 0 0 20px;
	background: #ededed;
	box-shadow:0px 2px 2px -1px #dcdcdc;
-moz-box-shadow:0px 2px 2px -1px #dcdcdc;
-webkit-box-shadow:0px 2px 2px -1px #dcdcdc;
}

.mainNavi-Box:hover {
  transition: 0.3s;
	border-bottom: 1px solid #fabe00;
}


.mainNavi-Box > h5 {
  font-size:0.9rem;
  margin:0;
  color:#2b2b2b;
	line-height: 1.2;
	text-align: center;
}

.mainNavi-Box > h5 span {
	margin: 5px 0 0;
	display: block;
	color:#fabe00;
}

/*---------------------------------------
     　ピアリビング紹介
-----------------------------------------*/

.overview {
	border: 2px solid #7d7d7d;
	padding: 15px;
	margin: 0 10px 60px;
	background-color: #f3f3f3;
}

.overview p {
	font-size: 0.8rem;
	line-height: 1.7;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width : 768px) {
	.overview {
	border: 2px solid #7d7d7d;
	padding: 25px;
	margin: 0 0 80px;
	background-color: #f3f3f3;
}
	.overview p {
	font-size: 0.95rem;
	line-height: 1.8;
}
}

/*---------------------------------------
      5.新着情報
-----------------------------------------*/
.pc{
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.sp{
  display: none;
}
.whatsNew {
  background: #fdede4;
  padding: 20px 20px 20px;
  margin-bottom: 60px;
}

.whatsNew a {
	color: #2b2b2b;
}

.whatsNew a:hover, a:active {
	text-decoration: underline;
}

.whatsNew > p {
  font-weight: 600;
  color: #2b2b2b;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 0 0 15px;
	text-align: center;
}

.whatsNew > dl {

  line-height: 1.6em;
  margin: 0;
}

.whatsNew > dl dt {
  font-weight: 500;
	margin: 20px 0 5px;
	font-size: 0.9rem;
}

.whatsNew > dl dd {
	font-size: 0.8rem;
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 5px;
}

.newlabel {
  color: #ffffff;
  background: #fabe00;
  padding: 2px 8px;
  font-size:0.6rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.infolabel {
  color: #fff;
  background: #cc0000;
  padding: 2px 8px;
  font-size:0.6rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.medialabel {
  color: #fff;
  background: #2ca9e1;
  padding: 2px 8px;
  font-size:0.6rem;
  letter-spacing: 1px;
  font-weight: normal;
}

/*-------------------------------------------------
      5.メディア・クエリ（モバイル・ファースト）
----------------------------------------------------*/
/* スマートフォンレスポンシブ表示　*/
@media screen and (max-width: 767px){
  .pc{
    display: none;
    width: 100%;
  }
  .sp{
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width : 320px) {

}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.main-slider {
  margin: 20px 0 40px 0;
}

.main-area {
	margin-top: 40px;
}

.main_bouon > h2 {
  font-size:1.8rem;
  letter-spacing:4px;
}

.main_bouon > h2 span {
  padding:0 50px 5px;
}

.main_item {
	margin-top:40px;
	padding:0;
}

.categoryList > h4 {
  font-size:1.4rem;
  letter-spacing:3px;
}

.categoryBox {
  border-right:1px solid #fff;
}



/* 4.メニューナビ */

.mainNavi {
  margin: 0 0 40px;
  padding:0;
}

.mainNavi-Box {
	padding:15px;
	margin: 0 0 30px;
}

.mainNavi-Box h5:hover {
	color: #fabe00;
	transition: 0.3s;
}


.mainNavi-Box br {
	display: none;
}

.mainNavi-Box > h5 {
  font-size:1.1rem;
}

.mainNavi-Box > h5 span {
	margin-top: 8px;
}

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
