@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, figure, figcaption, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, table, caption, tbody, tfoot, thead,  {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
	text-align: left;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}

body {
	padding: 0px;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
}

a {
	color: #3399cc;
	text-decoration: none;
}
a:hover {
	color: #3399cc;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.3;
}

ol , ul {
	margin: auto auto auto auto;
	    list-style-type: none;
}

li {
		margin: 0px;
		padding: 0px;
}

img {
		margin: 0px;
		padding: 0px;
		border: medium none;
		max-width:100%;
		vertical-align:bottom;
}

a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

p {
		margin: 0px;
		padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
		margin: 0px;
		padding: 0px;
		font-style:normal;
}

blockquote{
background-color:#efefef;
padding:2.6em 1em 1.1em;
position:relative;
margin: 20px 0;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:10px;
top:10px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.pc_hidden {
	display:none!important;
}

#loading{
    position: absolute;
    left: 50%;
    top: 50%;
}
 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1;
}
 

.wrap {
	border-top:10px solid #E9AB17;
	color:#333;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    line-height: 1;
    z-index: 999;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
	text-align:center;
	clear:both;
}
#top-head .inner {
	padding:15px 0 0 0;
}
#global-nav ul {
    list-style: none;
    font-size: 14px;
	height:45px;
	padding:0 0 5px 0;
}
#global-nav ul li {
    float: left;
	width:171px;
	height:45px;
	line-height:45px;
	font-weight:normal;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}
#global-nav ul li:last-child {
	border-right:none;
}
#global-nav ul li a {
	display:block;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
#global-nav ul li a:hover {
	color:#aaa;
}
.gnav_02 {
	line-height:16px!important;
	padding:6px 0 0 0;
}

/* Fixed */
/*
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.header_right {
	float:right;
}

.header_right_inner {
	float:right;
}

.global-nav-sub {
	list-style:none;
	font-size:14px;
	margin:0 0 0 10px;
	padding:0;
/*
	padding:10px 0 0 0;
*/
}

.global-nav-sub li {
	float:left;
	margin:10px 0 0 15px;
}

.global-nav-sub li a {
	color:#333;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.global-nav-sub li a:hover {
	opacity:0.7;
	text-decoration:none;
}

.slick-slider {
	width:1200px;
	margin:0 auto;
}

#ooi_btn {
    top: 200px;
    right: 0;
	width:150px;
    position: fixed;
    z-index: 100;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#line_btn {
	top: 390px;
	right: 0;
	width: 110px;
	position: fixed;
	z-index: 100;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}

#line_btn_sp {
	top: 390px;
	right: 0;
	width: 110px;
	position: fixed;
	z-index: 100;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}


#header {
	width:1200px;
	margin:20px auto 0;
}

#header h1 {
	float:left;
}

#header h1 span {
	display:none;
}

#header h1 img {
	width:400px;
}

.tell_contact {
	float:right;
}

.tell_contact p {
	clear:both;
	text-align:center;
	background:#EAAB19;
	color:#fff;
	border-radius:100px;
	padding:3px;
	letter-spacing:3px;
	font-size:14px;
}

.tell_contact_topleft {
	font-size:12px;
	float:left;
}

.tell_contact_topright {
	font-size:13px;
	float:right;
}

.tell_contact_inner {
	clear:both;
}

.tell_contact_inner img {
	width:45px;
	float:left;
}

.tell_contact_inner address {
	float:left;
	font-size:26px;
	font-weight:bold;
	margin:-5px 0 0 7px;
}

.header_contact_btn {
/*
	float:right;
*/
	display:block;
	width:290px;
	height:48px;
	line-height:46px;
	border-radius:5px;
	margin:0 0 0 20px;
	text-align:center;
	border:1px solid #74d941;
	background-color:#74d941;
	box-sizing:border-box;
	color:#fff;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.header_contact_btn:hover {
	color:#74d941;
	background-color:#fff;
	text-decoration:none;
}

.header_contact_btn .fa-angle-right {
	padding:0 0 0 8px;
	font-size:20px;
}

.content {
	width:1200px;
	margin:25px auto;
}

.unit_outer {
	background:#faf6f0;
	padding:25px;
	float:left;
}

.large_unit {
	width:48%;
	background:#fff;
	float:left;
	margin-right:4%;
	padding-bottom:25px;
	box-shadow:0px 0px 15px 5px #efefef;
	-moz-box-shadow:0px 0px 15px 5px #efefef;
	-webkit-box-shadow:0px 0px 15px 5px rgba(0,0,0,0.05);
}

.large_unit_right {
	margin-right:0;
}

.sub_copy {
	font-size:1rem;
	font-weight:normal;
	text-align:center;
	padding:20px 0 5px;
	letter-spacing:1px;
}

.main_copy {
	font-size:1.6rem;
	text-align:center;
	color:#e9ab17;
	letter-spacing:1px;
	padding:0 0 20px 0;
}

.unit_staff {
	width:33.31%;
	float:left;
}

.unit_staff a {
	display:block;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.unit_staff a:hover {
	text-decoration:none;
	opacity:0.7;
}

.unit_staff p {
	text-align:center;
	background:#74d941;
	color:#fff;
	padding:5%;
	letter-spacing:1px;
	font-size:1rem;
	width:89%;
	margin:0 auto;
	font-weight:bold;
}

.unit_staff .fa-angle-right {
	padding-left:7px;
	font-size:1.2rem;
}

.unit_event_box {
	width:45.5%;
	margin-left:3%;
	margin-bottom:7px;
	float:left;
	overflow:hidden;
}

.unit_event_box a {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	display:block;
}

.unit_event_box a:hover {
	text-decoration:none;
	opacity:0.7;
}

.unit_event_box_photo {
	height:160px;
	overflow:hidden;
}

.unit_event_box img {
}

.unit_event_box p {
	clear:both;
	color:#333;
	font-size:0.75rem;
	margin-top:3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_more_btn {
	clear:both;
	display:block;
	text-align:center;
	background:#74d941;
	color:#fff;
	border:2px solid #74d941;
	box-sizing:border-box;
	padding:2% 5%;
	letter-spacing:2px;
	font-size:1.25rem;
	width:90%;
	margin:0 auto;
	font-weight:bold;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.event_more_btn:hover {
	background:#fff;
	color:#74d941;
	text-decoration:none;
}

.event_more_btn .fa-angle-right {
	padding-left:5px;
	font-size:1.5rem;
}

.unit {
	width:29%;
	background:#fff;
	float:left;
	margin:5% 5% 0 0;
	padding:0.5%;
	box-shadow:0px 0px 15px 5px #efefef;
	-moz-box-shadow:0px 0px 15px 5px #efefef;
	-webkit-box-shadow:0px 0px 15px 5px rgba(0,0,0,0.05);
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.unit:hover {
	background:#FFFAEE;
}

.unit a {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.unit_third {
	margin-right:0;
}

.unit .photo_box {
	overflow:hidden;
	height:205px;
}

.unit .photo_box img {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.unit .sub_copy {
	color:#333;
}

.unit .main_copy {
	padding:0 0 10px 0;
}

.unit a:hover .photo_box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.unit:hover a {
	text-decoration:none;
}

.contact_btn {
	clear:both;
	padding:25px 0 0 0;
}

.contact_btn a {
	display:block;
	text-align:center;
	font-size:2rem;
	background:#74d941;
	border:2px solid #74d941;
/*	
	background:#ed1c24;
	border:2px solid #c1272d;
*/
	box-sizing:border-box;
	border-radius:5px;
	color:#fff;
	padding:1.5%;
	margin:0 auto;
	letter-spacing:2px;
	font-weight:bold;
	width:60%;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.contact_btn a:hover {
	text-decoration:none;
	background:#fff;
	border:2px solid #74d941;
	color:#74d941;
/*
	border:2px solid #ed1c24;
	color:#ed1c24;
*/
}

.contact_btn .fa-angle-right {
	font-size:1.2em;
	padding-left:2%;
}

.footer_top_nav {
	border-top:1px solid #333;
	margin:100px 0 0 0;
	clear:both;
}

.footer_top_nav ul {
	width:1200px;
	margin:0 auto;
	padding:15px 0 60px 0;
	list-style:none;
}

.footer_top_nav ul li {
	float:left;
	border-right:1px solid #333;
	padding:0 10px 0;
	margin:0 0 10px;
	font-size:12px;
	width:129px;
	text-align:center;
	background: #fff;
}
/*
.footer_top_nav ul li:last-child {
	border-right:none;
}
*/
.footer_top_nav ul li a {
	display:block;
	color:#333;
}

#footer {
	clear:both;
	width:100%;
	border-top:1px solid #333;
	margin:0;
}

.footer_box {
	padding:25px;
	height:90px;
    width: 1200px;
    margin: 0 auto;
}

.footer_box_left {
	float:left;
	width:700px;
	height:90px;
	margin:0 80px 0 0;
}

#footer_logo {
	width:300px;
	float:left;
	display:block;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	border-right:1px solid #333;
}

.harada_address {
	font-style:normal;
	color:#333;
	font-size:12px;
	margin:10px 0 0 0;
}

.harada_address span {
	display:block;
	font-weight:bold;
	font-size:20px;
}

.footer_box_right {
	float: right;
	width: 390px;
	height: 60px;
}

.footer_nav {
    overflow: hidden;
	list-style:none;
}

.footer_nav_item {
    float: right;
    margin-left: 10px;
	padding:5px;
}

.footer_nav_item a {
	display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #333;
    color: #333;
    border-radius: 3px;
    text-align: center;
	font-size:12px;
    letter-spacing: 1px;
	font-weight:normal;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.footer_nav_item a:hover {
	text-decoration:none;
	background-color:#333;
	color:#fff;
}

.copyright {
    display: block;
	font-weight:normal;
    margin: 20px 0 0 0;
    color: #333;
    font-size: 10px;
    text-align: right;
}

.pagetop {
    width: 60px;
    height: 60px;
	line-height:57px;
    color: #333;
    background: #fff;
    border-radius: 40px;
    display: block;
    font-size: 1.5rem;
    text-align: center;
	box-sizing:border-box;
    position: fixed;
    bottom: 20px;
    right: 50%;
    margin: 0 -700px 0 0;
    -webkit-transition: background-color 0.35s, color 0.35s;
    transition: background-color 0.35s, color 0.35s;
	border:1px solid #333;
}

.pagetop:hover {
	background:#fff;
	color:#fff;
	border:1px solid #333;
	background-color:#333;
}

.pagetop:hover .fa {
	color:#fff;
}

.pagetop span {
	display:none;
}

.breadcrumbs {
	border-bottom:1px solid #ccc;
	margin:-10px 0 0 0;
    background-color: #fafafa;
}

.breadcrumbs_inner {
	width:1200px;
	margin:0 auto;
}

.breadcrumbs ul {
    font-size: 14px;
    color: #999;
    line-height: 1em;
    overflow: hidden;
}

.breadcrumbs ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
    padding: 7px 0 7px 6px;
}

.breadcrumbs ul .fa-angle-right {
	display: block;
    float: left;
    padding: 3px 7px 0 0;
	font-size:20px;
}

.breadcrumbs ul li a {
	color:#999;
}

.headline01_outer {
    border-top: 1px solid #ccc;
	clear:both;
	margin:0;
}

.headline01 {
    padding: 60px 0 10px;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
	letter-spacing:3px;
}

.english_title_outher {
    border-bottom: 1px solid #ccc;
}

.english_title {
	width:1200px;
    margin: 0 auto;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #333;
    padding: 0 0 60px 0;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.br_box20 {
	height:20px;
}

.br_box50 {
	height:50px;
}

#performance {
    background-color:#5E492F;
    background-repeat: repeat;
    height: 175px;
    width: 1070px;
	margin:30px auto 0;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 40px;
	border-radius:8px;
}

#performance_finding {
    height: auto;
    width: 120px;
    float: left;
    padding-right: 42px;
}

#performance_finding img {
	width:120px;
}

#performance_rss_wrap {
    float: left;
    height: auto;
    width: 890px;
}

.performance_rss_box {
    float: left;
    height: 180px;
    width: 200px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 25px;
}

.performance_rss_photo {
    height: 140px;
    width: 200px;
    overflow: hidden;
	border-radius:8px;
}

.performance_rss_photo img {
	border-radius:8px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.performance_rss_photo:hover .performance_rss_photo img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.rss_per_text {
    font-size: 14px;
    color: #FFF;
    text-align: left;
}

.link_button2 {
    display: inline-block;
    width: 100%;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    outline: none;
    background-color: #64a727;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 1px;
	margin:15px 0 0 0;
	border:1px solid #64a727;
	box-sizing:border-box;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.link_button2:hover {
	text-decoration:none;
	color:#fff;
	background-color:#5E492F;
	border:1px solid #fff;
	box-sizing:border-box;
}

/* ビリーブの家の想い */

.member_believe {
}

.member_photo {
}

.member_text {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 50px;
    padding: 0 0 50px;
}

.member_text .fa-external-link {
	padding:0 5px;
}

.member_text h1 {
	width:800px;
	margin:25px auto 30px;
	padding:30px 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:32px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.member_text p {
	font-size: 17px;
    line-height: 2.1;
    width: 800px;
    margin: 0 auto;
}

.member_text p strong {
	color:#E9AB17;
	font-size:24px;
}
	
/*
.member_believe .member_information {
    float: right;
}
.member_information {
    width: 310px;
    padding: 46px 0 0;
}
.member_believe .member_photo {
    float: left;
}

.member_information .member_header {
    margin-bottom: 68px;
}

.member_header_jp {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.member_header_en {
    font-size: 18px;
    letter-spacing: 1px;
}

.member_joined_apartment {
	list-style:none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.member_joined_job {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
	list-style:none;
}

.member_joined_etc {
	padding:30px 0 0;
    overflow: hidden;
	list-style:none;
    border-top: 1px dashed #333;
}

.member_information .member_joined {
    margin-bottom: 40px;
	list-style:none;
}

.member_photo {
    width: 800px;
}

.member_photo_image {
    width: 800px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 32px;
}

.member_joined_license {
	line-height:2.1;
	font-size:16px;
}

.member_photo_text {
	margin:30px 0 0 0;
    font-size: 16px;
    line-height: 2.1;
    color: #000;
}
*/

/* ビリーブの家の想い */


/*  家づくりの流れ */

.flow_list {
	border-top:1px solid #ccc;
	padding:40px 0;
	clear:both;
	width:950px;
	height:220px;
	margin:0 auto;
}

.flow_list_last {
	border-bottom:1px solid #ccc;
}

.flow_list_text_last {
	color:#ED1C24;
}

.flow_list_text {
	float:left;
	width:610px;
	padding:0 40px 0 0;
}

.flow_list_text h2 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:2rem;
	margin:0 0 10px 0;
}

.flow_list_text h2 span {
	background:linear-gradient(transparent 50%, #ff0 0%);
	padding:0 5px;
}

.flow_list_text p {
	line-height:1.8;
	color:#666
}

.flow_list_photo {
	float:right;
	width:300px;
	overflow:hidden;
}

/* 家づくりの流れ */


/* ビリーブの家のコンセプト */

.concept_photo_s {
	float:left;
	width:33.3333%;
}

.concept_text {
	clear:both;
	padding:30px 0 30px;
	text-align:center;
}

.concept_main {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:40px;
	margin:0 0 5px 0;
}

.concept_main_inner {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:30px;
	margin:0 0 20px 0;
	text-align:center;
}

.concept_main_inner span {
	font-size:50px;
	font-weight:normal;
	font-style:italic;
	margin:0 5px 0 0;
}

.cost_wrap .concept_main_inner {
	text-align:center;
	margin:0 0 20px 0;
	clear:both;
}

.cost_author {
	padding:50px 0;
	background:#fff;
}

.cost_author_bg {
	padding:50px 0;
	background:#faf6f0;
}

.cost_inner01 {
	width:1000px;
	margin:0 auto;
}

.cost_inner01_left {
	float:left;
	width:350px;
	margin:0 50px 0 0;
}

.cost_inner01_left img {
}

.cost_inner01_right {
	float:left;
	width:600px;
	margin:15px 0 0 0;
}

.cost_inner01_right h3 {
	font-size:24px;
	margin:0 0 10px 0;
}

.cost_inner01_right p {
	line-height:1.8;
}

.cost_inner01_photo {
	margin:20px 0 0 0;
	float:left;
	width:500px;
}

.cost_inner03 {
	width:1200px;
	margin:0 auto;
}

.cost_inner03_left {
	float:left;
	margin:0 50px 0 0;
	width:600px;
}

.cost_inner03_right {
	float:left;
	width:550px;
}

.cost_inner03_right p {
	line-height:1.8;
}

.cost_inner04 {
	width:1000px;
	margin:0 auto;
	clear:both;
}

.cost_inner04_left {
	float:left;
	width:350px;
	margin:0 50px 0 0;
}

.concept_inner04_subtitle {
	font-size:24px;
	color:#EEA63B;
	margin:0 0 30px 0;
	text-align:center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.cost_inner04_left h3 {
	margin:0 0 10px 0;
}

.cost_inner04_left h3 span {
	color:#92C24A;
	margin:0 3px 0 0;
}

.cost_inner04_left p {
}

.cost_inner04_right {
	float:left;
	width:600px;
	padding:30px 0;
}

.cost_inner04_unit_author {
	width:1000px;
	margin:0 auto;
}

.cost_inner04_unit {
	float:left;
	width:190px;
	height:300px;
	margin:0 10px 0 0;
	border:1px solid #ccc;
	box-sizing:border-box;
	background:#fff;
	overflow:hidden;
	border-radius:3px;
}

.cost_inner04_unit img {
	max-width:100%;
}

.cost_inner04_unit h3 {
	padding:10px;
	font-size:14px;
	color:#90C145;
}

.cost_inner04_unit p {
	font-size:12px;
	padding:0 10px 10px 10px;
}

.clear_box {
	clear:both;
}

.concept_main_01 {
	color:#EEA639;
}

.concept_main_02 {
	color:#90C145;
}

.concept_main span {
	font-size:80px;
	font-weight:normal;
	font-style:italic;
	margin:0 10px 0 0;
}

.concept_sub {
	line-height:2.15;
	text-align:left;
	width:800px;
	margin:0 auto;
}

.cost_hr {
	border-bottom:1px dotted #333;
	width:1000px;
	margin:0 auto 30px;
	clear:both;
}

/*
.concept_sub_left {
	width:550px;
	margin:0 50px 50px 50px;
	float:left;
	line-height:2.15;
	text-align:left;
}

.concept_sub_right {
	width:550px;
	float:left;
	line-height:2.15;
	text-align:left;
}
*/

.concept_more {
	clear:both;
	display:block;
	border:1px solid #E17B53;
	color:#E17B53;
	padding:20px;
	width:400px;
	margin:20px auto;
	border-radius:100px;
	letter-spacing:3px;
	text-align:center;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.concept_more:hover {
	text-decoration:none;
	color:#fff;
	background:#E17B53;
}

.concept_more .fa-angle-right {
	padding:0 0 0 20px;
	font-size:20px;
}

.hr {
	border-bottom:1px dotted #333;
	margin:0 0 30px 0;
}

.dropdown dt {
    display:block;
    cursor:pointer;
}	

.dropdown dd {
    display:none;
}

.dropdown dt.active{
}

/* ビリーブの家のコンセプト */



/* アフターサービス */

.flow_list_text_full h3 {
	border-left:7px solid #EEA63B;
	padding:2px 0 2px 10px;
	margin:25px 0 10px 0;
}

.flow_list_text_full p {
}

.flow_list_text_full {
	width:950px;
	padding:0 0 40px 0;
}

/* アフターサービス */


/* 大事なお金の話 */

.price_text {
	padding:30px;
	width:890px;
	border:1px solid #ccc;
	background:#FFFBF5;
}

/* 大事なお金の話 */


/* スタッフ紹介 */

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid a {
    z-index: 100;
}

.ch-grid li {
    width: 160px;
    height: 160px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
    margin-left: 10px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: 1px solid #f1f1f1;
	box-sizing:border-box;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.ch-item:hover {
	border:10px solid #E6AA3C;
}

.ch-grid:after, .ch-item:before {
    content: '';
    display: table;
}

.profile_name1 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding-left: 15px;
}

.profile_name2 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #F66;
    padding-left: 15px;
}

/* スタッフ紹介 */


/* 耐震と省エネ */

.energy_author {
	width:950px;
	height:370px;
	margin:0 auto;
	padding:40px 0;
	clear:both;
}

.energy_author h2 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:2rem;
	margin:0 0 30px 0;
}

.energy_author h2 span {
	background:linear-gradient(transparent 50%, #ff0 0%);
	padding:0 5px;
}

.energy_photo {
	float:right;
	margin:0 0 0 50px;
	width:450px;
}

.energy_photo {
	width:450px;
}

.energy_text {
	float:left;
	width:450px;
	line-height:1.8;
}

.eq_list_second {
	height:190px;
}

.marker_title {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2rem;
    margin: 0 0 10px 0;
}

.marker_title span {
    background: linear-gradient(transparent 50%, #ff0 0%);
    padding: 0 5px;
}

.eco_box {
	border-bottom:1px dashed #ccc;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
}

.eco_box_title {
	border-left: 7px solid #EEA63B;
    padding: 2px 0 2px 10px;
    margin: 25px 0 10px 0;
}

.eco_box_title span {
	font-size:12px;	
}

.eco_box_text {
	line-height: 1.8;
    color: #666;
	width:700px;
	margin:0 50px 0 0;
	float:left;
}

.eco_box_text_full {
	width:950px;
}

.eco_box_photo {
    float: right;
    width: 200px;
    overflow: hidden;
}


/* 耐震と省エネ */


/* 選べるデザイン */

.products_step_list {
	width:950px;
	margin:40px auto 0;
	list-style:none;
}

.products_step_list li {
	float:left;
	width:180px;
	height:100px;
	text-align:center;
	background:#4B3530;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
 margin:0 10px 0 0;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:3px;
}

.products_step_list li:hover {
	background:#756460;
}

.products_step_list a {
	color:#fff;
	display:block;
}

.products_step_list a:hover {
	text-decoration:none;
}


.products_main {
    margin: 50px 0 30px 0;
}

.products_inner_unit_author {
	text-align:left;
}

.products_inner_unit {
	float:left;
	width:250px;
	margin:0 25px;
	box-sizing:border-box;
}

.products_inner_unit img {
}

.products_inner_unit h3 {
	padding:20px 0 10px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:18px;
}

.products_inner_unit p {
	padding:0 0 15px;
	font-size:14px;
	line-height:1.8;
}

.products_wrap {
	clear:both;
	padding:50px 0;
	margin:50px 0;
	background: #faf6f0;
}

.products_wrap_inner {
	width:1200px;
	margin:0 auto;
}

#step1, #step2, #step3, #step4, #step5 {
	text-align:center;
    margin: 0 0 15px 0;
}

.products_text {
	text-align:center;
	line-height:1.8;
}

.top {
	width:730px;
	margin:40px auto 30px;
	list-style:none;
}

.top li {
    overflow: hidden;
    *zoom: 1;
    float: left;
    width: 163px;
    margin-left: 18px;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 173px;
	font-size:14px;
}
.top li.top1 { background-image: url("../../products/images/top_wall1.png") }
.top li.top2 { background-image: url("../../products/images/top_wall2.png") }
.top li.top3 { background-image: url("../../products/images/top_wall3.png") }
.top li.top4 { background-image: url("../../products/images/top_wall4.png") }
.top li .name {
	background-image: url("../../products/images/green_point.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin: 173px auto 0 auto;
	text-align: left;
	display: inline;
	padding-left: 12px;
	line-height: 14px;
}

.walls_inner {
	text-align:center;
	font-size:12px;
	line-height:1.2;
	margin:10px 0 0 0;
}

.walls_inner p {
	margin:5px 0;
	color:#777;
}

.swiper-container {
	margin:20px 0 0 0;
}

.plus {
    text-align: center;
    font-size: 30px;
    background: #EFAA42;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    color: #fff;
	margin:20px auto;
}

.products_inner_subtitle {
	color:#EFAA42;
	margin:10px 0;
}

.flooring_inner {
	margin:0 0 10px 0;
}

.flooring_inner strong {
	display:block;
	padding:5px 0;
	line-height:1.2;
	color:#333;
}

.flooring_inner p {
	font-size:12px;
	width:155px;
	color:#777;
}

.products_taste_door h3 {
	width:670px;
	margin:30px auto 10px;
}

.products_taste_door h4 {
	color:#75A62D;
	width:670px;
	margin:0 auto;
}

.products_taste_door ul {
    overflow: hidden;
    *zoom: 1;
	list-style:none;
    width: 670px;
    margin: 0 auto 20px;
}
.products_taste_door ul li {
    float: left;
    width: 111px;
    height: 320px;
}
.products_taste_door ul li.wood {
    width: 180px;
    font-size: 0.9em;
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin-right: 20px;
}
.products_taste_door ul li.wood .description {
	margin-top: 133px;
	line-height: 150%;
	font-size: 14px;
}
.products_taste_door ul li.door {
    background-repeat: no-repeat;
    text-align: center;
    color: #75a62d;
    font-weight: bold;
    font-size: 0.8em;
    margin-right: 10px;
}
.products_taste_door ul li.door .name { margin-top: 300px }
.products_taste_door ul li.narrow { width: 94px; }
.products_taste_door ul.apple .wood { background-image: url("../../products/images/door1_material.png") }
.products_taste_door ul.apple .door1 { background-image: url("../../products/images/door1_1.png") }
.products_taste_door ul.apple .door2 { background-image: url("../../products/images/door1_2.png") }
.products_taste_door ul.apple .door3 { background-image: url("../../products/images/door1_3.png") }
.products_taste_door ul.apple .door4 { background-image: url("../../products/images/door1_4.png") }
.products_taste_door ul.ork .wood { background-image: url("../../products/images/door2_material.png") }
.products_taste_door ul.ork .door1 { background-image: url("../../products/images/door2_1.png") }
.products_taste_door ul.ork .door2 { background-image: url("../../products/images/door2_2.png") }
.products_taste_door ul.ork .door3 { background-image: url("../../products/images/door2_3.png") }
.products_taste_door ul.ork .door4 { background-image: url("../../products/images/door2_4.png") }
.products_taste_door ul.pine .wood { background-image: url("../../products/images/door3_material.png") }
.products_taste_door ul.pine .door1 { background-image: url("../../products/images/door3_1.png") }
.products_taste_door ul.pine .door2 { background-image: url("../../products/images/door3_2.png") }
.products_taste_door ul.pine .door3 { background-image: url("../../products/images/door3_3.png") }
.products_taste_door ul.pine .door4 { background-image: url("../../products/images/door3_4.png") }
.products_taste_door ul.maple .wood { background-image: url("../../products/images/door4_material.png") }
.products_taste_door ul.maple .door1 { background-image: url("../../products/images/door4_1.png") }
.products_taste_door ul.maple .door2 { background-image: url("../../products/images/door4_2.png") }
.products_taste_door ul.maple .door3 { background-image: url("../../products/images/door4_3.png") }
.products_taste_door ul.maple .door4 { background-image: url("../../products/images/door4_4.png") }

.products_plan {
	width:715px;
	margin:0 auto;
}

.products_plan p {
	margin:15px 0 5px;
	font-size:14px;
}

.products_plan .products_text {
    margin: 20px 0 0 0;
	font-size:16px;
}

.products_plan .products_text strong {
	color:#F0B459;
}

.products_unit_author {
	margin:20px auto;
}

.products_unit_author .cost_inner04_unit {
	margin:0 10px 10px 0;
}

.walls_inner {
	width:100px!important;
}
.flooring_inner {
	width:160px!important;
}

/* 選べるデザイン */



/* 明確なお引渡し価格 */

.price_comparison {
    padding: 50px 0;
    background: #faf6f0;
}

.price_text_full {
	width:950px;
	margin:40px auto;
	line-height:1.8;
}

.price_box {
	width:950px;
	margin: 0 auto;
	padding:30px 0;
}

.price_box h2 {
	text-align:center;
}

.price_sub {
    line-height: 2.15;
    text-align: left;
    width: 950px;
    margin: 0 auto;
}

.price_corp_author {
	width:950px;
	margin:70px auto 10px;
}

.price_corp_inner {
}

.price_corp_inner_name {
	display:inline-block;
	text-align:center;
	width:470px;
}

.price_corp_inner_name h3 {
	font-size:26px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.price_believe {
	color:#90C145;
}

.price_table {
	width:950px;
	margin:20px auto 0;
	vertical-align:top;
	font-size:20px;
}

.price_table th {
	display:table-cell;
	border-bottom:2px solid #333;
	text-align:left;
	padding:10px;
}

.price_table td {
	display:table-cell;
	text-align:right;
	width:20%;
    border-bottom: 1px solid #999;
	padding:10px;
}

.price_table_name {
	width:60%!important;
	text-align:left!important;
	border-right:1px solid #999;
}

.border-right {
	border-right:1px solid #999;
}

.price_table span {
	font-size:12px;
	display:block;
}

.price_crop_row {
	text-align:center!important;
	background:#39b54a;
	color:#fff;
	letter-spacing:1px;
}

.price_crop_believe {
	text-align:center!important;
	background:#EEA639;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
}

/*
.price_table {
	width:950px;
	margin:0 auto;
	border-top:1px solid #ccc;
}


.price_table tr {
    text-align: left;
}

.price_table th {
	border-right:1px solid #ccc;
	padding:30px 30px 10px;
	font-size:14px;
}

.price_table td {
	border-right:1px solid #ccc;
	padding:0 30px;
}

.price_small {
	font-size:12px;
}

.price_breakdown {
	font-weight:normal;
	text-align:left;
	width:930px;
	margin:60px auto 0;
	padding:0 0 10px 20px;
	font-size:20px;
}

.total_price {
	font-size:26px;
	font-weight:bold;
}

.border_none {
	border:none!important;
}

.price_width50 {
	width:50%;
}

.price_annotation {
	text-align:left;
	width:950px;
	margin:20px auto;
	font-size:14px;
	color:#666;
}
*/

.red {
	color:#ff1d25;
	font-weight:bold;
}

.price_list {
	width:870px;
	margin:0 auto;
}

.price_list h3 {
	margin:50px 0 0 0;
}

.price_list_cards {
	float:left;
	margin:20px;
}

.price_list_text {
	float:left;
	margin:15px 0 0 30px;
	width:260px;
}

.price_list li {
	margin:5px 0;
}

.price_contact_btn a {
	background:#ff1d25;
	border:2px solid #ff1d25;
}

.price_contact_btn a:hover {
	border:2px solid #ff1d25;
	color:#ff1d25;
}


/* 明確なお引渡し価格 */


/* 会社概要 */

.company_table {
	margin:40px 0;
    width: 100%;
    text-align: left;
	border:1px solid #ddd;
	border-top:none;
	font-size:14px;
}
.company_table th {
    width: 25em;
    text-align: left;
	color:#8FB554;
	vertical-align:top;
}
.company_table th, .company_table td {
    padding: 15px;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
}
.company_table td ul {
	margin:0 0 0 20px;
}
.company_table td ul li{
	margin:5px 0;
}
.company_table td ul li:first-child {
	margin:0 0 5px;
}

.google_map {
	margin:15px 0 0 0;
}

/* 会社概要 */



/* プライバシーポリシー */

.privacy_author {
	width:950px;
	margin:40px auto;
	line-height:1.8;
	font-size:14px;
}
 
.privacy_inner {
}

.privacy_text_small {
}

.privacy_inner h2 {
    border-left: 5px solid #EEA63B;
    padding: 1px 0 1px 10px;
    margin: 25px 0 10px 0;
}

.privacy_text {
}

.privacy_inner ul {
	margin:0 0 0 20px;
}

.privacy_inner ul li {
}

/* プライバシーポリシー */


/* お問い合わせ・資料請求 */

.brochure_pic {
	width:700px;
	margin:0 auto;
}

.list_flow {
  width: 1115px;
  letter-spacing: -0.4em;
  margin:50px auto; }
  .list_flow.-column2 .list_flow--item {
    width: 370px; }
  .list_flow.-column2 .list_flow--item {
    height: 70px;
    line-height: 70px; }
    .list_flow.-column2 .list_flow--item:first-child {
      margin-right: 20px; }
      .list_flow.-column2 .list_flow--item:first-child .list_flow--text {
        padding-right: 38px; }
    .list_flow.-column2 .list_flow--item:last-child .list_flow--text {
      padding-right: 31px; }
    .list_flow.-column2 .list_flow--item:after {
      border-top-width: 35px;
      border-right-width: 0;
      border-bottom-width: 35px;
      border-left-width: 24px;
      right: 0; }
  .list_flow.-column2 .list_flow--step {
    top: -1px; }
  .list_flow.-column2 .list_flow--num {
    top: -2px; }
  .list_flow.-column2 .list_flow--text {
    top: -1px;
    padding: 0 50px 0 0; }
  .list_flow--item {
    display: inline-block;
    width: 355px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    background-color: #f3f3f3;
    color: #000;
    position: relative;
    letter-spacing: normal;
    margin-right: 25px;
    /* state */ }
    .list_flow--item:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -8px;
      width: 0;
      height: 0;
      border-top: 45px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 46px solid transparent;
      border-left: 30px solid #f3f3f3;
      background-color: #fff; }
    .list_flow--item:last-child {
      width: 355px;
      margin-right: 0; }
      .list_flow--item:last-child:after {
        content: none; }
      .list_flow--item:last-child .list_flow--text {
        padding-right: 30px; }
    .list_flow--item.is_current {
      background-color: #295890;
      position: relative; }
      .list_flow--item.is_current .list_flow--step, .list_flow--item.is_current .list_flow--num, .list_flow--item.is_current .list_flow--text {
        color: #fff; }
      .list_flow--item.is_current:after {
        border-left-color: #295890; }
  .list_flow--step {
    float: left;
    padding: 0 10px 0 30px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
	margin:0;
 }
  .list_flow--num {
    float: left;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
	margin:0;}
  .list_flow--text {
    float: right;
    padding: 0 44px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
	margin:0;
}

.notes {
	font-size:14px;
	color:red;
}

.tag_imperative {
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #f44522;
    padding: 2px 8px;
    margin-right: 10px;
}

.form_author {
	width:100%;
	margin:30px 0;
}

.form_author table {
	width:100%;
	font-size:14px;
}

.form_author table tr {
}

.form_author table th,
.form_author table td {
	border-bottom:1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.form_author table th {
	padding:0 2%;
    text-align: left;
	width:26%;
}

.form_author table td {
	width:70%;
}

.form_author input, .form_author button, .form_author textarea, .form_author select {
padding:12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 7px -6px rgba(0,0,0,0.5);
font-size:16px;
}

input[type="checkbox"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
	padding:0;
	margin:0 5px 0 0;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #333;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

input[type="text"],
input[type="password"], textarea {
    /*width: 100%;*/
    border: 1px solid rgb(204, 204, 204);
    margin: 0px;
    margin-bottom: 3px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    box-shadow: 2px 2px 2px rgb(238, 238, 238) inset;
    -moz-box-sizing: border-box;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	display:block;
}
input[type="text"]:active, textarea:active {
    background-color: #FFFBDD;
}
input[type="text"]:focus, textarea:focus {
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
outline:none;
}

.input_err {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.txt_label, .txt_add {
	margin:10px 0 3px;
}

.width10 {
	width:10%;
}
.width20 {
	width:20%;
}
.width30 {
	width:30%;
}
.width40 {
	width:40%;
}
.width50 {
	width:50%;
}
.width60 {
	width:60%;
}
.width70 {
	width:70%;
}
.width80 {
	width:80%;
}
.width90 {
	width:90%;
}
.width100 {
	width:100%;
}

input[type=submit] {
	margin:20px auto;
	display:block;
    padding: 20px 30px;
    font-size: 20px;
	font-weight:bold;
    border-radius: 5px;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border: 1px solid #74D941;
    box-sizing: border-box;
    background-color: #74D941;
    color: #fff;
    letter-spacing: 2px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
   outline: none;
}
input[type=submit]:hover {
	background-color:#fff;
	color:#74D941;
}

#btInput {
	width:415px;
	margin:0 auto;
}

.back {
	float:left;
	margin:20px!important;
    border: 1px solid #666!important;
	background:#fff!important;
	color:#666!important;
}

.back:hover {
    border: 1px solid #fff!important;
	background:#666!important;
	color:#fff!important;
}

.next {
	float:left;
	margin:20px!important;
	padding:20px 80px!important;
}


/* お問い合わせ・資料請求 */


/* Footer */
footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #502800;
  text-align: center;
  color: white;
  font-weight: normal;
	clear: both;
}

.box-footer {
  border-bottom: 1px solid;
}

.box-footer p {
  font-size: 15px;
  padding: 10px 0 20px;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}

.box-footer .logo-foot {
  width: 150px;
}
.text-foot {
  padding-top: 15px;
}

.box-footer .text-foot img {
  width: 400px;
}

.menu-footer {
}

.menu-footer ul {
  padding: 15px 0 10px;
  text-align: center;
  margin: auto;
  display: inline-block;
}

.menu-footer li {
    /* width: 19%;
    */
  height: 25px;
  border-right: 1px solid;
  float: left;
  text-align: center;
  font-size: 12px;
  padding: 0 23px;
	line-height: 25px;
}

.menu-footer li a {
  text-decoration: none;
  color: white;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.menu-footer li a:hover {
	opacity: 0.7;
}
.menu-footer li:last-child {
  border-right: unset;
}

.copyright {
    /* border-top: 1px solid #000; */
    box-sizing: border-box;
    width: 100%;
    /* height: 40px; */
	margin: 0;
    background-color: #381b00;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    font-weight: normal;
    letter-spacing: 0;
}

.copyright span {
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
}
/*
.copyright span:hover {
  text-decoration: underline;
}
*/
.container {
	padding: 0px 30px 0!important;
	width: 100%!important;
	box-sizing: border-box;
}

/*natsu add 181220*/

.price_pics{
  width: 570px;
  height:380px;
  float:left;
  box-sizing:border-box;
}

.price_pics_d01{
  margin:50px 5px 0px 0px;
  float:left;
}

.price_pics_d02{
  margin:50px 5px 0 0;
  float:left;
}



/* Footer */

@media screen and (max-width:769px) {

.pc_hidden {
	display:block!important;
}

.sp_hidden {
	display:none!important;
}

#ooi_btn {
	display:none;
}

#loading {
	left:45%;
}

#feeling01, #feeling02, #feeling03 {
	padding-top:56px;
}

.unit_event_box_photo {
	height:220px;
}

#logo_img {
	width:230px;
	float:left;
}

.tell_btn {
	width:92%;
	margin:5% auto 0;
}

.top-contact {
	background:#74d941;
	clear:none!important;
	float:left;
	color:#fff!important;
	padding:10px 12px;
	border-radius:3px;
	position:absolute;
	right:65px;
	top:9px;
	font-weight:bold;
	letter-spacing:1px;
}

.top-contact .fa-angle-right {
	padding-left:5px;
	font-size:1.2rem;
}

.gnav_02 {
	line-height:50px!important;
}

.slick-initialized {
    width: 100%;
    margin: 52px 0 0 0;
}

.content {
	width:100%;
	margin:0;
}

.unit_outer {
	padding:6% 2% 0 2%;
	float:left;
}

.large_unit {
	width:100%;
	float:left;
	margin-right:0;
	padding-bottom:5%;
	margin-bottom:5%;
}

.unit {
	width:47%;
	background:#fff;
	float:left;
	margin:0 2% 5% 0;
	padding:1%;
}

.unit_second {
	margin-right:0;
}

.unit .photo_box {
	overflow:hidden;
	height:50%;
}

.unit .sub_copy {
	color:#333;
	font-size:0.8rem;
}

.unit .main_copy {
	padding:0 0 10px 0;
	font-size:1.5rem;
}

.unit_staff {
	width:33.33%;
}

.unit_staff a {
	text-align:center;
}

.unit_staff p {
	font-size:0.9rem;
}

.unit_event_box p {
	font-size:0.65rem;
}

.contact_btn a {
	width:93%;
	margin:0 auto;
	font-size:1.5rem;
}

.footer_menu {
	background:#e9ab17;
	margin:60px 0 0 0;
	color:#fff;
	padding:3%;
	clear:both;
}

.footer_top_nav {
	margin:0;
	border-top:none;
}

.footer_top_nav ul {
	width:100%;
	padding:0;
}

.footer_top_nav ul li {
	font-size:0.8rem;
    width: 50%;
	border-right:none;
    border-bottom: 1px dotted #333;
    box-sizing: border-box;
    padding: 3%;
	margin:0;
	text-align:left;
}

.border-right {
    border-right: 1px dotted #333!important;
}

.border-bottom-none {
	border-bottom:none!important;
}

#footer {
	margin-top:75px;
}

.footer_box {
	padding:7% 5%;
	height:90px;
    width: 90%;
}

.footer_box_left {
	float:none;
	width:100%;
	height:100%;
	margin:0;
}

#footer_logo {
	width:94%;
	height:auto;
	float:none;
	display:block;
	padding:0;
	margin:0 auto;
	border-right:none;
}

.harada_address {
	font-size:1rem;
	margin:3% 3% 0;
}

.harada_address span {
}

.footer_box_right {
	float: none;
	width: 100%;
	margin:120px 0 0 0;
	height:20px;
}

.footer_nav {
    overflow: hidden;
	list-style:none;
}

.footer_nav_item {
    float: none;
    margin-left: 10px;
	padding:5px;
}

.footer_nav_item a {
	display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    text-align: left;
	font-size:1rem;
	position:relative;
}

.footer_nav_item a .fa-angle-right {
	font-size:1.5rem;
	position:absolute;
	top:10px;
	right:15px
}

.footer_nav_item a:hover {
	text-decoration:none;
	background-color:#333;
	color:#fff;
}

.copyright {
    /*margin: 5%;*/
    font-size: 0.85rem;
    text-align: center;
}

    #top-head .inner {
        width: 100%;
        padding: 0;
		border-top:5px solid #e9ab17;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
	
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255, 255, 255, 0.92);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        color: #333;
        font-size: 26px;
		float:left;
		margin:7px 0 0 10px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 1rem;
    }
    #global-nav ul li {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #333;
        border-bottom: 1px solid #555;
        letter-spacing: 1px;
		padding:0;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 1.2rem;
        /* padding: 18px 0; */
    }
    #nav-toggle {
        display: block;
    }
	
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


.headline01 {
    padding: 100px 0 10px;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
	letter-spacing:3px;
}

.english_title_outher {
    border-bottom: 1px solid #ccc;
}

.english_title {
	width:100%;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    padding: 0 0 50px 0;
}

#performance {
    background-color: #5E492F;
    width: 94%;
    float: left;
    margin: 5% 0;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
	height:auto;
}

#performance_finding {
    float: left;
    padding-right: 3%;
    width: 35%;
	height:auto;
}

#performance_finding img {
    width: 100%;
}

#performance_rss_wrap {
    float: left;
    width: 60%;
    overflow: hidden;
    height: auto;
    margin-left: 2%;
}

.performance_rss_box {
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    width: 46%;
	height:auto;
    margin-right: 2%;
    margin-left: 2%;
}

.performance_rss_photo {
    width: 100%;
	height:auto;
    overflow: hidden;
}

.performance_rss_photo img {
    width: 100%;
}

.rss_per_text {
    font-size: 10px;
    color: #FFF;
    line-height: 1.2em;
    height: 25px;
    overflow: hidden;
}

/* ビリーブの家の想い */

.member_believe {
	margin:20px 0 0 0;
}

.member_photo {
}

.member_text {
    margin: 0 0 30px;
    padding: 0 5% 30px;
}

.member_text .fa-external-link {
	padding:0 5px;
}

.member_text h1 {
	width:100%;
	margin:30px auto 30px;
	padding:20px 0;
	font-size:1.5rem;
}

.member_text p {
	font-size: 0.9rem;
    line-height: 2;
    width: 100%;
    margin: 0 auto;
}

.member_text p strong {
	color:#E9AB17;
	font-size:1.2rem;
}
	
/* ビリーブの家の想い */


/* 	家づくりの流れ */

.flow_list {
	padding: 30px 5%;
    width: 90%;
    height: 100%;
    margin: 0;
	border-top:none;
}

.flow_list_last {
	border-bottom:none;
}

.flow_list_text {
	float:none;
	width:100%;
	padding:0;
}

.flow_list_text h2 {
	font-size: 1.3rem;
	letter-spacing:1px;
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
}

.flow_list_text p {
	font-size:0.9rem;
}

.flow_list_photo {
	float:none;
	width:300px;
	overflow:hidden;
	margin:15px 0 0;
    max-width: 100%;
}

/* 	家づくりの流れ */


/* ビリーブの家のコンセプト */

.concept_photo_s {
}

.concept_text {
	clear:both;
	padding:10px 4%;
	text-align:left;
}

.concept_main {
	font-size:2rem;
	margin:0;
}

.concept_main_inner {
	font-size:1.5rem;
	text-align:left;
	margin:20px 0;
}

.concept_main span {
	font-size:4rem;
	margin:0 10px 0 0;
}

.concept_sub {
	line-height:1.85;
	width:100%;
}

.concept_more {
	padding:3% 4%;
	width:92%;
	margin:30px auto 80px;
	text-align:center;
	letter-spacing:0px;
}

.concept_more .fa-angle-right {
	padding:0 0 0 15px;
	font-size:1.2rem;
}

.hr {
	margin:0;
}

.br_box20 {
	display:none;
}

.cost_author {
	padding:20px 2%;
}

.cost_author_bg {
	padding:30px 2%;
}

.cost_inner01 {
	width:100%;
	margin:0 auto;
}

.cost_inner01_left {
	width:35%;
	margin:0 5% 0 0;
}

.cost_inner01_right {
	width:55%;
	margin:5px 5% 0 0;
}

.cost_inner01_right h3 {
	font-size:1.2rem;
}

.cost_inner01_right p {
	font-size:0.9rem;
	line-height:1.85;
}

.cost_inner01_photo {
	margin:20px 0 0 0;
	width:50%;
}

.cost_inner03 {
	width:100%;
}

.cost_inner03_left {
	margin:0;
	width:100%;
}

.cost_inner03_right {
	width:100%;
}

.cost_inner03_right p {
	font-size:0.9rem;
	line-height:1.8;
	margin:20px 0 0 0;
}

.cost_inner04 {
	width:100%;
	margin:0 auto;
}

.cost_inner04_left {
	float:left;
	width:100%;
	margin:0;
}

.cost_inner04_left p {
	font-size:0.9rem;
}

.concept_inner04_subtitle {
	font-size:1.2rem;
	color:#EEA63B;
	margin:-10px 0 20px 0;
	text-align:center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.cost_inner04_right {
	float:left;
	width:100%;
	padding:40px 0;
}

.cost_inner04_unit_author {
	width:100%;
}

.cost_inner04_unit {
	float:left;
	width:30%;
	height:320px;
	margin:0 3% 3% 0;
}

.cost_inner04_unit img {
	max-width:100%;
}

.cost_inner04_unit h3 {
	padding:8% 5% 5% 5%;
	font-size:0.9rem;
}

.cost_inner04_unit p {
	font-size:0.75rem;
	padding:0 5% 5% 5%;
}

.cost_hr {
	width:100%
}

/* ビリーブの家のコンセプト */


/* アフターサービス */


.flow_list_text_full {
	width:100%;
	padding:0;
}

/* アフターサービス */


/* スタッフ紹介 */

.ch-grid {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid li {
    width: 130px;
    height: 130px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 40px;
    margin-left: 5px;
    text-align: center;
}

.ch-item {
    width: 98%;
    height: 98%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: 5px solid rgba(255,255,255,0.5);
}

.ch-grid:after, .ch-item:before {
    content: '';
    display: table;
}

.profile_name1 {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    padding-left: 10px;
}

.profile_name2 {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    color: #F66;
    padding-left: 10px;
}

.staff_text {
	width: 90%;
    margin: 20px auto;
}

/* スタッフ紹介 */


/* 明確なお引渡し価格 */

.price_text_full {
	width:92%;
	margin:30px 4%;
}

.price_box h2 {
	text-align:center;
}

.price_box {
	width:100%;
}

.price_sub {
    line-height: 1.8;
    width: 92%;
	padding:0 4%;
	font-size:0.9rem;
}

.price_corp_author {
	width:100%;
	margin:30px auto 10px;
}

.price_corp_inner {
}

.price_table {
	width:100%;
	margin:20px auto 0;
	font-size:1rem;
}

.price_table th {
	text-align:left;
	padding:10px;
}

.price_table td {
	text-align:right;
	width:20%;
	padding:10px;
}

.price_table_name {
	width:60%!important;
	text-align:left!important;
}

.border-right {
}

.price_table span {
	font-size:0.85rem;
}

.price_crop_row {
	line-height:1.3;
	letter-spacing:0px;
	font-size:1rem;
}

.price_crop_believe {
	line-height:1.3;
	letter-spacing:0px;
	font-size:1rem;
}

/*
.price_corp_inner_name {
	display:inline-block;
	text-align:center;
	width:49%;
}

.price_corp_inner_name h3 {
	font-size:1.5rem;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.price_table {
	width:100%;
	margin:0 auto;
}

.price_believe {
}

.price_table tr {
}

.price_table th {
	padding:20px 20px 5px;
	font-size:0.9rem;
}

.price_table td {
	padding:0 20px;
	font-size:0.9rem;
}

.price_small {
	font-size:0.7rem;
}

.price_breakdown {
	width:100%;
	margin:60px auto 0;
	padding:0 0 10px 20px;
	font-size:1.2rem;
}

.total_price {
	font-size:1.5rem;
	font-weight:bold;
}
*/

.border_none {
	border:none!important;
}

.red {
	color:#ff1d25;
	font-weight:bold;
}

.price_width50 {
	width:50%;
}

.price_annotation {
	text-align:left;
	width:100%;
	margin:20px auto;
	font-size:0.8rem;
	color:#666;
}

.price_list {
	width:100%;
	margin:0 auto;
}

.price_list h3 {
	margin:30px 0 5px 0;
	font-size:1rem;
}

.price_list_cards {
	float:left;
	margin:2%;
	width:46%;
}

.price_list_text {
	font-size:0.8rem;
	float:left;
	margin:3% 7% 0 7%;
	width:36%;
	line-height:1.3;
}

.price_list_text_full {
	width:90%;
}

.price_list li {
	margin:5px 0;
}

/* 明確なお引渡し価格 */


/* 耐震と省エネ */

.energy_author {
	width:90%;
	height:100%;
	padding:30px 5%;
}

.energy_author h2 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:1.3rem;
	letter-spacing:1px;
	margin:0 0 20px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
}

.energy_author h2 span {
	background:linear-gradient(transparent 50%, #ff0 0%);
	padding:0 5px;
}

.energy_photo {
    float: none;
    width: 300px;
    overflow: hidden;
    margin: 15px 0 0;
    max-width: 100%;
}

.energy_text {
	float:none;
	width:100%;
	padding:15px 0 0;
	font-size:0.9rem;
}

.eq_list_second {
	height:100%;
}

.marker_title {
    font-size: 1.3rem;
	margin:0 0 20px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
}

.eco_box {
	border-bottom:1px dashed #ccc;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
}

.eco_box_title span {
	font-size:0.75rem;	
}

.eco_box_text {
	line-height: 1.8;
    color: #666;
	width:100%;
	margin:0;
	float:none;
}

.eco_box_text_full {
	width:100%;
}

.eco_box_photo {
    float: none;
    width: 200px;
    overflow: hidden;
	margin:10px 0 0;
}

.eco_text_last {
	clear:both;
}

/* 耐震と省エネ */


/* 選べるデザイン */

.products_step_list {
	width:94%;
	margin:30px auto 0;
}

.products_step_list li {
	float:left;
	width:18%;
	height:80px;
	margin:0 2% 0 0;
	font-size:0.75rem;
}

.products_main {
	font-size:1.5rem;
	margin:30px 0;
}

.products_main span {
	font-size:3rem;
}

#step1, #step2, #step3, #step4, #step5 {
    margin: 20px 0 20px 0;
}

.products_inner_unit_author {
    width: 100%;
    margin: 0 auto;
}

.products_inner_unit {
    float: left;
    width: 46%;
    margin: 0 2% 15px;
    box-sizing: border-box;
}

.products_inner_unit h3 {
	font-size:1.1rem;
}

.products_inner_unit p {
	font-size:0.85rem;
}

.products_wrap {
	padding: 20px 5%;
    margin: 30px 0;
}

.products_wrap_inner {
    width: 100%;
    margin: 0 auto;
}

.top {
	width:100%;
}

.top li {
    width: 22%;
    margin: 0 1.5%;
    background-size: 100%;
    padding-top: 25%;
    font-size: 0.7rem;
    line-height: 1.3;
}

.top li .name {
    margin: 0;
    padding-left: 0;
    line-height: 0.85rem;
}

.products_inner_subtitle {
	padding:0 2%;
}

.walls_inner p {
	font-size:0.7rem;
}

.flooring_inner p {
    width: 96%;
    margin: 0 2%;
	font-size:0.7rem;
	color:#777;
}

.products_taste_door h3 {
	width:96%;
}

.products_taste_door h4 {
	width:96%;
	margin:2%;
}

.products_taste_door ul {
    width: 96%;
    margin: 0 auto 20px;
}
.products_taste_door ul li {
    float: left;
    width: 13%;
    height: 100%;
}
.products_taste_door ul li.wood {
    width: 38%;
    font-size: 0.8rem;
    margin-right: 2%;
}
.products_taste_door ul li.wood .description {
	margin-top: 75%;
	font-size: 0.8rem;
}
.products_taste_door ul li.door {
    background-repeat: no-repeat;
    text-align: center;
    color: #75a62d;
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 2%;
}
.products_taste_door ul li.door .name { margin-top: 290%; font-size:0.6rem; }
.products_taste_door ul li.narrow { width: 12%; }
.products_taste_door ul.apple .wood { background-image: url("../../products/images/door1_material.png"); background-size:100%; }
.products_taste_door ul.apple .door1 { background-image: url("../../products/images/door1_1.png"); background-size:100%; }
.products_taste_door ul.apple .door2 { background-image: url("../../products/images/door1_2.png"); background-size:100%; }
.products_taste_door ul.apple .door3 { background-image: url("../../products/images/door1_3.png"); background-size:100%; }
.products_taste_door ul.apple .door4 { background-image: url("../../products/images/door1_4.png"); background-size:100%; }
.products_taste_door ul.ork .wood { background-image: url("../../products/images/door2_material.png"); background-size:100%; }
.products_taste_door ul.ork .door1 { background-image: url("../../products/images/door2_1.png"); background-size:100%; }
.products_taste_door ul.ork .door2 { background-image: url("../../products/images/door2_2.png"); background-size:100%; }
.products_taste_door ul.ork .door3 { background-image: url("../../products/images/door2_3.png"); background-size:100%; }
.products_taste_door ul.ork .door4 { background-image: url("../../products/images/door2_4.png"); background-size:100%; }
.products_taste_door ul.pine .wood { background-image: url("../../products/images/door3_material.png"); background-size:100%; }
.products_taste_door ul.pine .door1 { background-image: url("../../products/images/door3_1.png"); background-size:100%; }
.products_taste_door ul.pine .door2 { background-image: url("../../products/images/door3_2.png"); background-size:100%; }
.products_taste_door ul.pine .door3 { background-image: url("../../products/images/door3_3.png"); background-size:100%; }
.products_taste_door ul.pine .door4 { background-image: url("../../products/images/door3_4.png"); background-size:100%; }
.products_taste_door ul.maple .wood { background-image: url("../../products/images/door4_material.png"); background-size:100%; }
.products_taste_door ul.maple .door1 { background-image: url("../../products/images/door4_1.png"); background-size:100%; }
.products_taste_door ul.maple .door2 { background-image: url("../../products/images/door4_2.png"); background-size:100%; }
.products_taste_door ul.maple .door3 { background-image: url("../../products/images/door4_3.png"); background-size:100%; }
.products_taste_door ul.maple .door4 { background-image: url("../../products/images/door4_4.png"); background-size:100%; }

.products_text {
	font-size:0.9rem;
	padding:0 4%
}

.products_plan {
	width:100%;
}

.products_plan img {
	width:100%;
}

.products_plan .products_text {
    font-size: 0.9rem;
	margin:20px 0;
}

.products_unit_author {
    margin: 20px auto;
    width: 96%;
}

.products_unit_author .cost_inner04_unit {
    margin: 0 1% 2%;
    width: 31%;
}

/* 選べるデザイン */


/* 会社概要 */

.company_table {
	width:96%;
	margin:2% auto;
    font-size: 0.9rem;
}

.company_table th, .company_table td {
	width: 100%;
	display: block;
}
.company_table th {
	border-top: 3px solid #ddd;
	width: auto;
}

.google_map iframe {
	width:100%;
}

.company_table td ul li {
    margin: 3px 0;
}

/* 会社概要 */


/* プライバシーポリシー */

.privacy_author {
	width:92%;
	margin:4% auto;
	font-size:0.8rem;
}
 
.privacy_inner {
}

.privacy_text_small {
}

.privacy_inner h2 {
    border-left: 5px solid #EEA63B;
    padding: 1px 0 1px 10px;
    margin: 25px 0 10px 0;
}

.privacy_text {
}

.privacy_inner ul {
	margin:0 0 0 20px;
}

.privacy_inner ul li {
}

/* プライバシーポリシー */


/* お問い合わせ・資料請求 */

.notes {
	text-align:center;
}

.brochure_pic {
	width:96%;
	margin:0 auto;
}

.form_author {
	width:100%;
	margin:30px 0;
}

.form_author table {
	width:96%;
	margin:2%;
	font-size:0.9rem;
}

.form_author table tr {
	margin:0 0 20px 0;
	display:block;
	border-top:3px solid #ccc;
}

.form_author table th,
.form_author table td {
    padding-bottom: 15px;
    padding-top: 15px;
	display:block;
}

.form_author table th {
	padding:15px 0;
	width:100%;
}

.form_author table td {
	width:100%;
	border-bottom:none;
}

#btInput {
	width:100%;
	margin:0 auto;
}

.back {
	float:none;
	padding:3% 5%!important;
	margin:0 auto!important;
    border: 1px solid #666!important;
	background:#fff!important;
	color:#666!important;
	width:50%;
	font-size:1rem;
}

.next {
	float:none;
	margin:20px auto!important;
	padding:4% 5%!important;
	width:80%;
	font-size:1rem;
}


/* お問い合わせ・資料請求 */


}

@media screen and (max-width:648px) {
	.price_pics{
	  width: 100%;
	  height:auto;
	  float:left;
	  box-sizing:border-box;
	}
	
	.price_pics_d01{
	  width: 47%;
	  margin:20px 5px 0 0px;
	  float:left;
	}
	
	.price_pics_d02{
	  width: 47%;
	  margin:20px 5px 0 0;
	  float:left;
	}
	
	.price_pics img{
	  width: 100%;
	}
}


@media screen and (max-width:600px) {
.unit .photo_box {
    height: 160px;
}
}

@media screen and (max-width:480px) {

.unit .photo_box {
    height: 130px;
}

.ooi_btn {
	display:none;
}

#line_btn {
	top : 200px;
}

#line_btn_sp {
	top: 330px;
}

#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    font-size: 0.85rem;
}


#top-head.fixed .logo, #top-head .logo {
    margin: 7px 0 0 5px;
}
/*
#logo_img {
	width:150px;
}
*/
.top-contact .fa-angle-right {
	display:none;
}

.top-contact {
    padding: 10px 10px;
    border-radius: 3px;
    position: absolute;
    right: 60px;
    top:11px;
    font-weight: bold;
    letter-spacing: 0;
	font-size:0.85rem;
}

.unit_staff p {
	font-size:0.75rem;
	letter-spacing:0;
}

.unit_staff .fa-angle-right {
	display:none;
}

.unit .sub_copy {
	font-size:0.65rem;
	padding:10px 2% 5px;
	letter-spacing: 0;
}

.unit .main_copy {
	font-size:0.9rem;
	padding:0 0% 5%;
	line-height:1.1;
}

.large_unit .sub_copy {
	font-size:0.7rem;
}

.large_unit .main_copy {
	font-size:1rem;
	padding: 0 3% 3%;
}

.unit_event_box_photo {
	height:50%;
}

.event_more_btn {
	font-size:0.8rem;
	letter-spacing:1px;
	padding:3%;
}
.event_more_btn .fa-angle-right {
	font-size:1rem;
}

.contact_btn a {
	font-size:1rem;
	letter-spacing:0;
	line-height:1.2;
	padding: 5% 3%;
}

.harada_address {
	font-size:0.75rem;
	margin:5% 3% 0;
}

.footer_box_right {
	margin:80px 0 0 0;
}

.footer_nav_item a {
	display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    text-align: left;
	font-size:0.85rem;
	position:relative;
}

.footer_nav_item a .fa-angle-right {
	font-size:1.2rem;
	position:absolute;
	top:13px;
	right:10px
}

.copyright {
	font-size:0.75rem;
	padding: 10px 0!important;
}

.headline01 {
    padding: 80px 2% 5px;
    font-size: 1.3em;
	letter-spacing:2px;
}

.english_title_outher {
    border-bottom: 1px solid #ccc;
}

.english_title {
	width:100%;
    font-size: 0.6rem;
    padding: 0 0 30px 0;
}

.link_button2 {
	font-size:0.9rem;
}

/* ビリーブの家の想い */

.member_believe {
	margin:10px 0 -30px 0;
}

.member_photo {
}

.member_text {
    margin: 0 0 30px;
    padding: 0 5% 20px;
}

.member_text .fa-external-link {
	padding:0 5px;
}

.member_text h1 {
	width:100%;
	margin:20px auto 30px;
	padding:15px 0;
	font-size:1.2rem;
	line-height:1.5;
}

.member_text p {
	font-size: 0.9rem;
    line-height: 1.8;
}

.member_text p strong {
	font-size:1.2rem;
	line-height:1.2;
}
	
/* ビリーブの家の想い */


/* ビリーブの家のコンセプト */

.concept_photo_s {
}

.concept_text {
	clear:both;
	padding:10px 4%;
	text-align:left;
}

.concept_main {
	font-size:1.4rem;
	margin:0 0 5px 0;
	line-height:1.2;
}

.concept_main_inner {
	font-size:1.2rem;
	margin:10px 0;
}

.concept_main span {
	font-size:2.5rem;
	margin:0 5px 0 0;
}

.concept_sub {
	font-size:0.9rem;
}

.concept_more {
	margin:15px auto 30px;
	font-size:0.8rem;
	width:90%;
	padding:5%;
	box-sizing:border-box;
}

.concept_more .fa-angle-right {
	padding:0 0 0 10px;
	font-size:1rem;
}

.concept_inner04_subtitle {
	font-size:1.2rem;
	margin:-5px 0 20px 0;
}

.cost_inner04_right {
	padding:10px 0 20px;
}

.cost_inner04_unit {
	width:49%;
	height:310px;
	margin:0 2% 2% 0;
}

.cost_inner04_unit img {
	max-width:100%;
}

.cost_inner04_unit h3 {
	padding:6% 5% 5% 5%;
	font-size:0.9rem;
}

.cost_inner04_unit p {
	font-size:0.75rem;
	padding:0 5% 5% 5%;
}

.cost_wrap .concept_main_inner {
    text-align: left;
}

.unit_margin_none {
	margin:0;
}

.margin_-30 {
	margin:20px auto 20px;
}

.cost_hr {
	padding:0 0 20px 0;
}

.concept_main_inner span {
	font-size:40px;
}
	

/* ビリーブの家のコンセプト */


/* アフターサービス */

.flow_list_text_full h3 {
	border-left:5px solid #EEA63B;
	padding:1px 0 1px 10px;
}

.flow_list_text_full p {
}

.flow_list_text_full {
	width:100%;
	padding:0;
}

/* アフターサービス */


/* 明快なお引渡し価格 */

.price_corp_author {
    width: 100%;
    margin: 30px auto 5px;
}

.price_table {
	width:100%;
	margin:20px auto 0;
	font-size:0.65rem;
}

.price_table th {
	text-align:left;
	padding:5px;
}

.price_table td {
	text-align:right;
	width:22%;
	padding:2%;
	text-align:center;
}

.price_table_name {
	width:44%!important;
	text-align:left!important;
}

.border-right {
}

.price_table span {
	font-size:0.65rem;
}

.price_crop_row {
	line-height:1.3;
	letter-spacing:0px;
	font-size:0.65rem;
}

.price_crop_believe {
	line-height:1.3;
	letter-spacing:0px;
	font-size:0.7rem;
}

.price_section_text {
	padding:10px 0;
}

/*
.price_corp_inner_name h3 {
    font-size: 0.9rem;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.price_breakdown {
    margin: 40px auto 0;
    font-size: 1rem;
}

.price_list_text {
	font-size:0.9rem;
	float:left;
	margin:0 5% 0 5%;
	width:90%;
	line-height:1.3;
}

.price_table th {
	padding:15px 15px 5px;
	font-size:0.8rem;
}

.price_table td {
	padding:0 20px;
	font-size:0.8rem;
}

.total_price {
    font-size: 0.9rem;
    font-weight: bold;
}
*/

.price_list_text_full {
	width:90%;
}

.price_list li {
	margin:5px 0;
}


/* 明快なお引渡し価格 */



/* 耐震と省エネ */

.eco_box_text {
	font-size:0.9rem;
}

/* 耐震と省エネ */


/* 選べるデザイン */

.top li {
    width: 47%;
    margin: 0 1.5% 20px;
    padding-top: 49%;
}
.products_unit_author .cost_inner04_unit {
    margin: 0 1% 2%;
    width: 48%;
}

.products_taste_door ul li.wood .description {
	font-size:0.7rem;
}

.products_inner_unit h3 {
    font-size: 1rem;
    padding: 10px 0 5px;
}

.products_inner_unit {
    float: none;
    width: 96%;
    margin: 0 2% 20px;
}

.products_step_list {
    width: 100%;
    margin: 20px auto 0;
}

.products_step_list li {
    float: left;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 0.85rem;
}

/* 選べるデザイン */


/* 会社概要 */

.company_table th, .company_table td {
	padding:10px;
}

/* 会社概要 */


/* お問い合わせ・資料請求 */

.width60, .width80 {
    width: 90%;
}

.form_author input, .form_author button, .form_author textarea, .form_author select {
	font-size:0.9rem;
}

/* お問い合わせ・資料請求 */


@media screen and (max-width:414px) {
.unit .photo_box {
    height: 115px;
}
}
@media screen and (max-width:375px) {
.unit .photo_box {
    height: 100px;
}
}
@media screen and (max-width:330px) {
.unit .photo_box {
    height: 90px;
}
}