@charset "utf-8";
/* CSS Document */
#top_image {
	width: 100%;
	height: 50vh;
	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 {
	width: 90%;
	height; 100%;
	margin: 0 auto;
	max-width: 1480px;
	min-width: 1024px;
	color: #FFF;
	padding-bottom: 4em;
	box-sizing: border-box;
}
.main_chach {
	font-size: 100px;
	font-weight:900;
	line-height: 1em;
}
.chach_note {
	font-size: 18px;
	font-weight:700;
	line-height: 1.4em;
}
/*
.top_chach {
	width: 90%;
	margin: 0 auto;
	max-width: 1480px;
	min-width: 1024px;
	display: flex;
	align-items: flex-end;
	background-color: #FFF;
}*/

/********************** 各コンテンツ **************************/
#main_container {
	width: 100%;
	background-color: #EEE;
}
#top_wrapper {
	width: 90%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
}
#main_wrapper {
	width: 90%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
	display: flex;
	flex-direction: row-reverse;
}
#under_container {	
	width: 100%;
	background-color: #EEE;
}
#under_wrapper {
	width: 90%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
	display: flex;
	justify-content: center;
}
/**********************************/
/* ABOUT
/**********************************/
#about {
	padding-left: 40%;
	padding-right: 5%;
	padding-bottom: 100px;
	background-image: url('../images/test_img03.jpg');
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: left center;
}
.about_wrapper {
	padding: 100px 36px 36px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.c_title {
	font-size: 80px;
	font-weight:900;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #ccc;
}
.about_title {	
	font-size: 36px;
	font-weight:900;
	line-height: 1em;
	margin-bottom: 0.5em;
}
.about_info {	
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 3rem;
}
/**********************************/
/* BUSINESS
/**********************************/
#business {
	padding-top: 36px; 
}
#business .title_wrapp {
	padding-left: 36px; 
}
.about_info {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 3rem;
}
.business_wrapper {
	display: flex;
}
.business_box {
	width: 33%;
	height: 40vh;
	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: bottom right;
}
.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: 4rem 0;
	display: block;
}
#banner_link .online_shop_banner {
	width: 720px;
	height: 180px;
	display: block;
	cursor: pointer;
	background-color: #ccc;
	margin: 0 auto;
	border-radius: 1.6rem;
	background-image: url(../images/wagyunogami_banner.png);
	background-size: cover;
}

/**********************************/
/* LINK
/********************************
.side_link_wrapper {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
}
/**************************************************************/
/***********************************/
/*  不動産情報
/**********************************/
#real_e_wrapper {	
	margin: 60px 0;
	width: 70%;
	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;
}
/* 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);
}
.post_boxs .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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_name {
	font-size: 1rem;
	padding-bottom: 0.5rem;
	text-indent: 4px;
	line-height: 2em;
}
.txt_area .es_note{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} 
.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;
	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: 600px;
}
/***********************************/
/*  会社概要
/**********************************/
.corpo_info_wrapp {
	box-sizing: border-box;
	padding: 60px 0px;
}
.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;	
}

