@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



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

	レイアウト

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		/*position: relative;*/
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
		height:100vh;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
	#metaslider_506 img{
		height:60vh;
		object-fit:cover;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ================================================================================

ヘッダー

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

.header_content{
		
		background:rgba(0,0,0,0.6)!important;
}
#breadcrumb{
	background:none;
}


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

FV下ロゴ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#fv_logo{
	background-image: url('../../../uploads/2023/06/top_bg.jpg');
	background-size:cover;	
		background-repeat:no-repeat;
		padding:60px 0px;
	}
	#pick_up{
	padding:40px 0px 80px;	
		
	}
	.link_common a{
		padding:15px 80px;
		color:#fff;
		border:1px solid #fff;
		display;inline-box;
		position:relative;
	}
	.btn_black a{
	color:#000;	
	border:1px solid #000;
		
	}
	.center{
		display:flex;
		justify-content:center;
		
	}
	
	.link_common a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.btn_black a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
	.pickup-posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pickup-post {
    flex: 1 0 30%; /* カラムが3つになるように調整します */
    box-sizing: border-box;
    margin-bottom: 20px;
}
	
	
}

.pickup-posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pickup-post {
    flex: 0 30%; /* カラムが3つになるように調整します */
    box-sizing: border-box;
    margin-bottom: 20px;
}

.pickup-post-thumbnail img{
	 height:15vw;
	object-fit:cover;
}

.pickup-post-title {
  font-size:20px;
	font-weight:bold;
	color:#fff;
}

.pickup-post-price {
 color:#fff;
}

/* モバイルデバイス向けのスタイル */
@media screen and (max-width: 600px) {
    .pickup-post {
        flex: 1 0 100%; /* 全幅に広がるように調整 */
		
    }
	.pickup-posts-list {
   width:90%;
		margin:0 auto;
}
	.pickup-post-thumbnail img{
	 height:50vw;
	object-fit:cover;
}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.sp_center{
		display:flex;
		justify-content:center;
		
	}
	#fv_logo{
	background-image: url('../../../uploads/2023/06/top_bg.jpg');
	background-size:cover;	
		background-repeat:no-repeat;
		padding:30px 0px;
	}
	#pick_up{
	padding:20px 0px 40px;	
		
	}
	.link_common a{
		padding:15px 80px;
		color:#fff;
		border:1px solid #fff;
		display;inline-box;
		position:relative;
	}
	.btn_black a{
	color:#000;	
	border:1px solid #000;
		
	}
	.center{
		display:flex;
		justify-content:center;
		
	}
	
	.link_common a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.btn_black a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
	


	
}





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

ABOUT US

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#about_us{
	background-image: url('https://www.hd-shizuoka.com/wordpress2023/wp-content/uploads/2023/06/top_bg2.png');
	background-size:cover;	
		background-repeat:no-repeat;
		padding:60px 0px;
	}
	


}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





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

カスタム

================================================================================ */
.more_text{
	font-size:16px;
	color:#fff;
	position:relative;
	display:inline-block;
}
.more_text::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#custom{
	background-image: url('https://www.hd-shizuoka.com/wordpress2023/wp-content/uploads/2023/06/top_bg1.png');
	background-size:cover;	
		background-repeat:no-repeat;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





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

NEWS

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.post_wrap a,.post_wrap p,.post_date,.post_icon_box{
		color:#000;	
	}
	.post_date{
		color:#F46D26;
		font-size:14px;
	}
	.news_list .post_wrap p,.post_icon_box,.post_thumb{
		display:none;	
	}
	.news_list .post_title{
		font-size:18px;
	}
	.news_list .clearfix li{
		padding:0px 0px 16px;
		margin-bottom:16px;
		border-bottom:1px solid #AFAFAF;
	}
	.news_list .clearfix li:nth-child(n+6){
	display:none!important;	
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.post_wrap a,.post_wrap p,.post_date,.post_icon_box{
		color:#000;	
	}
	.post_date{
    color: #F46D26;
    font-size: 14px;
	}
	.news_list .post_wrap p,.post_icon_box,.post_thumb{
		display:none;	
	}
	.news_list .post_title{
		font-size:16px;
	}
	.news_list .clearfix li{
		padding:0px 0px 16px;
		margin-bottom:16px;
		border-bottom:1px solid #AFAFAF;
	}
	.news_list .clearfix li:nth-child(n+6){
	display:none!important;	
	}
}





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

	〇〇

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}
