@charset "utf-8";
/* CSS Document */
#top_image {
	width: 100%;
	height: 30vh;
	max-height: 374px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/02.png);
	display: flex;
	align-items: flex-end;
}
#top_image::before {	
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: url(../images/sub_head_img03.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
}
.head_info {
	margin: 0;
	padding: 0 0.8rem;
	color: #FFF;
	box-sizing: border-box;
}
.main_chach {
	font-size: clamp(20px,13vw,60px);
	font-weight:900;
	line-height: 1em;
}
.chach_note {
	font-size: clamp(13px,3vw,18px);
	font-weight:700;	
	line-height: 1.4em;
}
/********************** 各コンテンツ **************************/
#main_container {
	width: 100%;
	padding: 1rem 0;
	background-color: #EEE;
}
#top_wrapper {
	width: 96%;
	margin: 0 auto;
	background-color: #FFF;
}
#main_wrapper {
	width: 96%;
	margin: 0 auto;
	background-color: #FFF;
}
#under_container {	
	width: 100%;
	padding: 1rem 0;
	background-color: #EEE;
}
#under_wrapper {
	width: 96%;
	margin: 0 auto;
	background-color: #FFF;
}
/**********************************/
/* ABOUT
/**********************************/
#about {
	width: 98%;
	margin: 0 auto;
	padding-top: 12vh;	
}
.c_title {
	font-size: clamp(20px,13vw,60px);
	font-weight:900;
	line-height: 1em;
	color: #ccc;
}
.about_title {	
	font-size: clamp(14px,4vw,20px);
	font-weight:900;
	line-height: 1.8em;
	margin-bottom: 0.5em;
}
.about_info {	
	font-size: 14px;
	line-height: 1.8em;
	padding: 0 1rem;
}
/**********************************/
/* BUSINESS
/**********************************/
#business {
	padding-top: 36px; 
}
#business .title_wrapp {
	width: 96%;
	margin: 0 auto;
}
.about_info {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 3rem;
}
.business_wrapper {
	display: flex;
}
.business_box {
	display: block;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.business_wrapper .business01 {
	background-image: url('../images/business03.jpg');
}
.business_wrapper .business02 {
	background-image: url('../images/business05.png');
	background-position: center right 10%;
}
.business_wrapper .business03 {
	background-image: url('../images/business02.png');
}
.business_wrapper .business04 {
	background-image: url('../images/business01.jpg');
}
.business_box h3 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 1rem;
	font-weight: 900;
	color: #FFF;
}
/**********************************/
/* SHOP bunner
/**********************************/
#banner_link {
	padding: 5vh 0;
	display: block;
}
#banner_link .online_shop_banner {
	width: 90%;
	height: 16.5vw;
	max-width: 500px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 0.5rem;
	background-image: url(../images/wagyunogami_banner.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
}
/***********************************/
/*  不動産情報
/**********************************/
#real_e_wrapper {
	width: 98%;
	box-sizing: border-box;
}
#information {	
	padding: 1rem;
}
.main_title_wrap {
	margin-bottom: 1rem;
}
.title_headtag {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.7rem;
	padding-bottom: 0.5em;
	border-bottom: solid 2px #CCC;
}
.title_subtxt {
	font-size: 0.8rem;
	line-height: 1.7em;
	padding: 0.5em 0;
}
/******************/
/* ul */
.blog_wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/**/
.post_boxs .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.txt_area .es_name {
	font-size: 1rem;
	padding-bottom: 0.5rem;
	text-indent: 4px;
	line-height: 2em;
}
.txt_area .note_box {
	display: flex;
	margin-bottom: 0.5rem;
} 
.txt_area .note_box .note_th{
	font-size: 0.6rem;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
	padding: 0.5em;
	box-sizing: border-box;
	letter-spacing: 0.25em;
	background-color: #CCC;
	border-radius: 0.5em;
	width: 4em;
	height: 2em;
} 
.txt_area .note_box .note_td {
	font-size: 12px;
	border-bottom: dotted 1px #CCC;
	margin-left: 1em;
} 
/***********************************/
/*  Googlemap
/**********************************/

.map_container {
	box-sizing: border-box;
	padding: 60px 10px;
	width: 100%;
}
/***********************************/
/*  会社概要
/**********************************/
.corpo_info_wrapp {
	box-sizing: border-box;
	width: 96%;
	margin: 0 auto;
	max-width: 500px;
}
.corpo_info_wrapp h3 {
	font-size: 1.1rem;
	font-weight: 900;
	margin-bottom: 1rem;
	padding-bottom:0.5rem;
	border-bottom : solid 2px #CCC;
}
.corpo_info_wrapp table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.corpo_info_wrapp table th, .corpo_info_wrapp table td {
  padding: 1.5em;
}
.corpo_info_wrapp table th {
	font-size: 0.9rem;
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 25%;
  min-width: 7em;
  position: relative;
	
}
.corpo_info_wrapp table th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
}
.corpo_info_wrapp table tr {
	border-bottom: dotted 1px #CCC;
	padding-top: 2rem;
}
.corpo_info_wrapp table td {
	font-size: 0.9rem;
	text-align: left;	
}



/***********************************************************************************/
@media screen and (max-width: 724px) {
/***********************************************************************************/
	.about_wrapper {
		padding-bottom: 42vh;
		background-image: url('../images/test_img03.jpg');
		background-repeat: no-repeat;
		background-size: auto 40vh;
		background-position: center bottom;
		margin-bottom: 3rem;
	}
	.business_wrapper {
		flex-direction: column;
	}
	.business_box {
		width: 100%;
		height: 20vh;
		margin-bottom: 0.5rem;
	}
	.blog_wrapper .box {
		margin: 0 1% 2em 1%;
	}
	.post_boxs {
		display:flex;
	}
	.post_boxs .img_area {
		width: 35%;
		min-width: 98px;
		box-sizing: border-box;
	}
	.post_boxs .img_area a{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.post_boxs .img_area a img {
		object-fit: contain;
		object-position: top;
	}
	.txt_area {
		width: 65%;
		padding: 0 0 0 1rem;
		box-sizing: border-box;
	}
	.txt_area .es_note{
		display: flex;
		flex-wrap: wrap;
	} 
	.note_box {		
		padding-right: 1rem;
	}
	
}
/**********************タブレット***************************************************/
@media screen and (min-width: 725px) {
/************************************************************************************/
	.about_wrapper {
		padding-left: 40%;
		padding-right: 5%;
		padding-bottom: 30px;
		background-image: url('../images/test_img03.jpg');
		background-repeat: no-repeat;
		background-size: 38% auto;
		background-position: left top;
	}
	.business_box {
		width: 25%;
		height: 40vh;
	}
	/* li */
	.blog_wrapper .box {
		width: 31%;
		margin: 0 1% 2em 1%;
		max-width: 350px !important;
	}
	.post_boxs {	
		box-shadow: 2px 2px 4px #aaa;
		border-radius: 8px;
	}
	.post_boxs .img_area a{
		height: 12vw;
		width: 100%;
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: rgba(0,0,0,0.1);
	}
	.noimage {
		width: 90px !important;
		height: auto !important;
	}
	.txt_area {
		padding: 0.5rem;
		background-color: #f9f9fa;
		box-sizing: border-box;
		min-height: 165px;
		border-radius: 0 0 8px 8px;
	}
	.txt_area .es_note{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	} 
}