@charset "UTF-8";
@media screen and (min-width: 768px) {
#header_area {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sp_header {
	display: none;
}
#sb-site {
	padding-top: 150px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#header_area {
	display: none;
}
#sp_header {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1.0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sb-site {
	padding-top: 50px;
	background: #FFF;
}
}






/*///////////////////////////////////////
新築 maman
///////////////////////////////////////*/
@media screen and (min-width: 768px) {
#maman_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
#maman_area2 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
#section_maman_sp {
	display: none;
}
.maman_style {
	position: relative;
	width: 26%;
	margin: 0 3.5% 0 3.5%;
}
.maman_new_icon {
	position: absolute;
	width: 25%;
	top: 0;
	left: -40px;
}
.maman_logo {
	position: relative;
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.maman_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.maman_logo a,
.maman_img a {
	transition : all 0.5s ease 0s;
}
.maman_logo a:hover,
.maman_img a:hover {
	opacity: 0.7;
}
.maman_title {
	position: relative;
	margin-bottom: 5px;
}
.maman_title a {
	display: inline-block;
	font-size: 1.2rem;
	color: #FFF;
	background:#c0bfbe;
	border: 1px solid #c0bfbe;
	padding: 3px 5px;
	transition : all 0.5s ease 0s;
	text-decoration: none;
}
.maman_title a:hover {
	color: #c0bfbe;
	background:#FFF;
}
.maman_word {
	position: relative;
	font-size: 1.6rem;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#section_maman {
	display: none;
}
#section_maman_sp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
#maman_title_sp {
	position: relative;
	width: 100%;
	border: 2px solid #333;
	color: #333;
}
#maman_title_sp::before {
	content: "";
	display: block;
	padding-top: 114%;
}
.maman_style_sp {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.new_cons_title {
	position: relative;
	width: 50%;
}
.new_cons_title2 {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.maman_img_sp {
	position: relative;
	width: 50%;
}
.maman_logo_sp {
	position: relative;
	width: 63%;
	margin-left: auto;
	margin-right: auto;
}
.maman_logo_sp a,
.maman_img_sp a {
	transition : all 0.5s ease 0s;
}
.maman_logo_sp a:hover,
.maman_img_sp a:hover {
	opacity: 0.7;
}


}
/*///////////////////////////////////////
新築 Dayfield
///////////////////////////////////////*/
@media screen and (min-width: 768px) {
#dayfield_movie {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#dayfield_movie video {
	width: 100%;
}
#section_dayfield_sp {
	display: none;
}
#dayfield_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
.dayfield_style {
	position: relative;
	width: 26%;
	margin: 0 3.5% 0 3.5%;
}
.dayfield_logo {
	position: relative;
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.dayfield_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.dayfield_logo a,
.dayfield_img a {
	transition : all 0.5s ease 0s;
}
.dayfield_logo a:hover,
.dayfield_img a:hover {
	opacity: 0.7;
}
.dayfield_title {
	position: relative;
	margin-bottom: 5px;
}
.dayfield_title a {
	display: inline-block;
	font-size: 1.2rem;
	color: #FFF;
	background:#c0bfbe;
	border: 1px solid #c0bfbe;
	padding: 3px 5px;
	transition : all 0.5s ease 0s;
	text-decoration: none;
}
.dayfield_title a:hover {
	color: #c0bfbe;
	background:#FFF;
}
.dayfield_word {
	position: relative;
	font-size: 1.6rem;
}
.dayfield_cap1,
.dayfield_cap2,
.dayfield_cap3 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}
.dayfield_cap1 {
	color: #005CFF;
}
.dayfield_cap2 {
	color: #08F0FE;
}
.dayfield_cap3 {
	color: #999;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#dayfield_movie {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#dayfield_movie video {
	width: 100%;
}
#section_dayfield {
	display: none;
}
#section_dayfield_sp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
#dayfield_title_sp {
	position: relative;
	width: 100%;
	border: 2px solid #333;
	color: #333;
}
#dayfield_title_sp::before {
	content: "";
	display: block;
	padding-top: 110%;
}
.dayfield_style_sp {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.dayfield_img_sp {
	position: relative;
	width: 50%;
}
.dayfield_logo_sp a,
.dayfield_img_sp a {
	transition : all 0.5s ease 0s;
}
.dayfield_logo_sp a:hover,
.dayfield_img_sp a:hover {
	opacity: 0.7;
}
}