
/*WEBfont*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
 :title "common stylesheet";
 :shortdesc "Common stylesheet for HTML pages of this site";
*/

/* ------------------------------------------------------------------------- */
/* clear
/* ------------------------------------------------------------------------- */


/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
border-collapse:collapse;
border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
vertical-align:middle;
}

/*clearfix*/
.floatcontainer:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.floatcontainer{display: inline-block;}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
 
.clearfix {
  overflow: hidden;
  zoom: 1;
}


/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */
*{
	padding: 0px;
	margin: 0px;
}

body{ 
	width: 100%; 
	min-width: 1000px; 
	text-align: center; 
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 15px;
	font-weight: 300; 
	 -webkit-text-size-adjust: 100%; 
}

#all{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

section{
	margin-bottom: 80px;
}

section:first-child{
	margin-top: 50px;
}


.text_jump{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*テキスト
/* ---------------------------------------------- */
p{
	line-height: 1.8em;
}

.big{
	font-size: 150%;
	font-weight: bold;
	color: #CB194C;
}

.pink{
	font-weight: bold;
	color: #CB194C;
}

.kome{
	margin-left: 15px;
	text-indent: -1em;
	padding-left: 0.5em;
}

.align_center{
	text-align: center !important;
	margin-bottom: 20px;
}
.align_left{
	text-align: left !important;
	margin-bottom: 20px;
}
.align_right{
	text-align: right !important;
	margin-bottom: 20px;
}




/*リンク
/* ---------------------------------------------- */
a{
	color: #000;
	text-decoration: none;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration:0.3s;
}

a:hover{
	opacity: 0.8;
}

a.btn_link_big{
	display: inline-block;
	margin: 5px 0px;
	padding: 0 80px 0 0;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: url(image/btn_link_big.png) no-repeat;
	background-position: 98% center;
}

a.btn_link_small{
	display: inline-block;
	margin: 5px 0px;
	padding: 5px 45px 5px 25px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: url(image/btn_link_small.png) no-repeat;
	background-position: 95% center;
}

a.btn_link img,
a.btn_link_gaibu img,
a.btn_link_pdf img{
	vertical-align: middle;
	padding-left: 10px;
}

a.btn_link:hover,
a.btn_link_gaibu:hover,
a.btn_link_pdf:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.outbtn{
	width: 270px;
	text-align: center;
	margin: 0 auto;
	background: #CB194C;
}


.outbtn:hover{
	cursor: pointer;
}

.outbtn a.btn_link_big{
	display: inline-block;
	margin: 5px 0px;
	padding: 0 80px 0 60px;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: url(image/btn_link_big.png) no-repeat;
	background-position: 98% center;
}


/*見出し
/* ---------------------------------------------- */
h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 30px;
}

#all h2:first-child{
	margin-top: 80px;
}

h3{
	font-size: 18px;
	text-align: left;
	width: auto;
	margin: 30px auto 20px;
	border-left: 20px solid #C4A178;
	padding-left: 10px;
}

h4{
	font-size: 16px;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #353535;
}


/*リスト
/* ---------------------------------------------- */
ol{
	text-align: left;
	margin-left: 20px;
}
ul{
	text-align: left;
	margin-left: 20px;
}
.basic_ul{
	margin: 10px 0;
	margin-left: 0;
	text-align: left;
	list-style: disc;	
}
.basic_ul li{
	margin: 3px 0;
}
.basic_ol{
	margin: 10px 0;
	margin-left: 1.5em;
	text-align:left;
}
.basic_ol li{
	margin: 3px 0;
}




/*table
/* ---------------------------------------------- */
table{
	max-width: 100%;
	font-size: 100%;
	margin: 10px 0;
	line-height: 1.8em;
}
table th,td{
	padding: 10px;
	text-align: left;
}
table th{
	text-align: left;
}


.basic_table{
	width: 100%;
	margin: 10px 0;
}
.basic_table th, .basic_table td{
	border: 1px solid #C4A178;
	padding: 10px;
}
.basic_table th{
	background-color: #555648;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.basic_table td{
	vertical-align: middle;
	text-align: left;
}
.basic_table td.center{
	text-align: center;
}
.basic_table td.right{
	text-align: right;
}
.basic_table td.left{
	text-align: left;
}

.basic_table caption{
	text-align:left;
	font-weight:bold;
}
.basic_table caption.date,
.basic_table caption.table_exp{
	font-weight: normal;
	text-align: right;
}

.basic_table thead+tbody tr th{
	background-color:#ffd8d3;
}
.basic_table thead th{
	background:#ffd8d3;
	text-align: center;
}

.basic_table sup{
	font-size: 80%;
	padding-left: 2px;
}


/*画像配置
/* ---------------------------------------------- */
img{
	max-width: 100%;
	height: auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.left{
	float: left;
	margin-right: 20px;
}
.right{
	float:right; 
	margin-left: 20px;
}

.margin_top{
	margin-top: 50px;	
}

/*pagetop
/* ---------------------------------------------- */
.pagetop_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

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

/*PCのみ　SPのみ
/* ---------------------------------------------- */
.pc{
	display:inline-block;
}

.sp{
	display: none;
}



/* sp
/* ------------------------------------------------------------------------- */
@media all and (max-width: 740px) {

body{
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust : 100%;
}
	
#all{
	clear: both;
	width: 95%;
	min-width: 320px;
}

section:first-child{
	margin-top: 30px;
	margin-bottom: 50px
}

	
	
p{
	font-size: 90%;
	line-height: 1.5;
}	

	
/*リンク
/* ---------------------------------------------- */
a.btn_link{
	display: block;
}

a.btn_link_big{
	padding: 0 50px 0 0;
	background: url(image/btn_link_small.png) no-repeat;
	background-position: 98% center;
}

a.btn_link_small{
	display: inline-block;
	padding: 5px;
	margin: 5px 0px;
}	

/*見出し
/* ---------------------------------------------- */
h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}

#all h2:first-child{
	margin-top: 20px;
}

h3{
	font-size: 90%;
	text-align: left;
	width: auto;
	margin: 20px auto 10px;
	border-left: 20px solid #C4A178;
}

h4{
	font-size: 90%;
}


/*table
/* ---------------------------------------------- */
table{
	line-height: 1.5;
}
	
	
.basic_table{
	width: 100%;
	margin: 10px 0;
}
.basic_table th, 
.basic_table td{
	display: block;
}
.basic_table{
	border-top: 1px solid #C4A178;
}
.basic_table th{
	border-top: none;
	border-bottom: none;
}	

	

/*画像配置
/* ---------------------------------------------- */
.left{
	float: none;
	margin: 0;
}
.right{
	float:none;
	margin: 0;
}

.margin_top{
	margin-top: 20px;	
}
	
/*pagetop
/* ---------------------------------------------- */
.pagetop_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.pagetop_btn img {
   
}
.pagetop_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}
	
/*PCのみ　SPのみ
/* ---------------------------------------------- */
.pc{
	display:none;
}

.sp{
	display: block;
}

}




/* ------------------------------------------------------------------------- */
/* header
/* ------------------------------------------------------------------------- */
#header{
	width: 100%;
	min-width: 1000px;
	height: 90px;
	background: #000;
	vertical-align: bottom;
	padding: 10px 0;
	position: fixed;
	z-index: 999999;
	clear: both;
}

.header_in{
	width: 1000px;
	margin: 0 auto;
	vertical-align: bottom;
}

.header_in h1{
	float: left;
	vertical-align: middle;
}
.header_in h1 a{
	width: 100%;
}

.header_in h1 a img{
	max-width: 100%;
}

.header_in .header_tel{
	float: right;
}


/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {

#header{
	width: 100%;
	min-width: 320px;
	height: auto;
	padding: 0;
}

.header_in{
	width: 100%;
	height: 50px;
	position: relative;
}

.header_in h1{
	float: none;
	height: auto;
	text-align: left;
}
	
.header_in h1 a{
	max-width: 100%;
}

.header_in h1 a img{
	max-width: 100%;
	margin: 15px 0;
}

.header_in .header_tel_sp{
	position: absolute;
	display: inline-block;
	top: 0;
	right: 50px;
	max-width: 100%;
}
.header_in .header_tel_sp img{
	min-height: 50px;
	height: 100%;
}

	
}

/*global_menu
/* ------------------------------------------------------------------------- */
nav{
	margin:0;
}
nav ul{
	margin: 0;
	overflow: hidden
}
nav ul li{
	float: left;
	margin-right: 40px;
}


nav#global_menu{
	width: 100%;
	max-width: 700px;
	margin: 0 0 0 150px;
}

#global_menu ul li a{
	background-repeat: no-repeat;
	width: auto;
	height: 75px;
	display: inline-block;
	text-indent: -9999px;
}

#global_menu .vision a{
	background-image: url(./image/global_vision.png);
	width: 122px;
}
#global_menu .project a{
	background-image: url(./image/global_project.png);
	width: 93px;
}
#global_menu .villa a{
	background-image: url(./image/global_villa.png);
	width: 62px;
}
#global_menu .karuizawa a{
	background-image: url(./image/global_karuizawa.png);
	width: 126px;
}
#global_menu .company a{
	background-image: url(./image/global_company.png);
	width: 107px;
}


#global_menu ul li.vision a:hover,
#global_menu ul li[class="vision current"] a{
	background-image: url(./image/global_vision01.png);
}
#global_menu ul li.project a:hover,
#global_menu ul li[class="project current"] a{
	background-image: url(./image/global_project01.png);
}
#global_menu ul li.villa a:hover,
#global_menu ul li[class="villa current"] a{
	background-image: url(./image/global_villa01.png);
}
#global_menu ul li.karuizawa a:hover,
#global_menu ul li[class="karuizawa current"] a{
	background-image: url(./image/global_karuizawa01.png);
}
#global_menu ul li.company a:hover,
#global_menu ul li[class="company current"] a{
	background-image: url(./image/global_company01.png);
}


/*

202003トップページ改修

*/

/*header*/
body {
	background-color: #F0F0F0;
}

.header_in {
/*	width: 1200px;*/
	max-width: 100%;
	min-width: 1200px;
}

.header_in h1 a{
	width: 220px;
}

.header_tel {
	width: 234px;
	margin-top: 24px;
}
nav ul li{
	margin-top: 4px;
}


nav#global_menu{
	width: 660px;
	max-width: 100%;
	margin: 0 0 0 310px;
}

#global_menu .vision a{
	background-image: url(./image/global_vision.png);
	width: 120px;
}
#global_menu .project a{
	background-image: url(./image/global_project.png);
	width: 92px;
}
#global_menu .villa a{
	background-image: url(./image/global_property.png);
	width: 108px;
}
#global_menu .karuizawa a{
	background-image: url(./image/global_karuizawa.png);
	width: 124px;
}
#global_menu .company a{
	background-image: url(./image/global_company.png);
	width: 104px;
}
#global_menu ul li.villa a:hover,
#global_menu ul li[class="villa current"] a{
	background-image: url(./image/global_property01.png);
}


#global_menu li[class] a {
	height: 65px;
	display: block;
	background-size: 100% 100%;
}
@media screen and (max-width: 740px) {
	.header_in {
		min-width: inherit;
	}
	.header_in h1 a{
		width: 120px;
	}
	.header_in h1 a img {
		margin: 5px 0 3px 10px;
	}
	nav ul {
		overflow: hidden;
	}
	nav#global_menu{
		width: 100%;
		
		width: 100%;
		max-width: 700px;
		margin: 0 0 0 310px;
	}
	#global_menu li[class] a {
		display: inline-block;
	}
}


/* サイドメニュー
---------------------------------------------------------- */
#side_menu{
	position: fixed;
	right: 0;
	top: 450px;
	display: block;
	width: 70px;
	height: 600px;
}

#side_menu a{
	display: block;
	width: auto;
	height: auto;
	text-indent: -9999px;
}
#side_menu a.ascendhome{
	background: url(image/side_ascendhome.png) no-repeat center center;
	height: 151px;
}

#side_menu a.contact{
	background: url(image/side_contact.png) no-repeat center center;
	height: 69px;
}

#side_menu a.pagetop{
	background: url(image/side_pagetop.png) no-repeat center center;
	height: 133px;	
}

#side_menu a{
	transition: opacity 0.3s;
}

#side_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}







/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {	
nav ul{
	overflow-y: scroll;
}
	
nav#global_menu{
	/*display: none;*/
	background-color: transparent;
	color: #000;
	width:100%;
	max-width: 100%;
	height: auto;
	top: 50px !important;
	margin: 0;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}
		
#global_menu ul{
		max-height: calc(100vh - 65px);
	max-height: -webkit-calc(100vh - 65px) ;
	}

#global_menu ul li{
	float: none;
	width: 100%;
	height: 50px;
	line-height: auto;
	padding:0;
	margin: 0;
	background-color: rgba( 196,161,120 ,0.90);
	border-top:0px;
	border-bottom: 1px solid #000;
	text-align: center;
}


#global_menu ul li a{
	background-image: none !important;
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	height: auto !important;
	padding: 15px 0;
	line-height: normal;
	text-indent: inherit;
}

#global_menu ul li a:hover{
	color: #fff;
}

#global_menu .vision a{
	width: 100%;
}
#global_menu .project a{
	width: 100%;
}
#global_menu .villa a{
	width: 100%;
}
#global_menu .karuizawa a{
	width: 100%;
}
#global_menu .company a{
	width: 100%;
}


	
/*spメニューボタン*/
#bgr_btn{
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}
	
#bgr_btn span{
	display:block;
	background:url(image/header_open_sp.png) center center;
	/*margin:6px auto 0;*/
	position: absolute;
	right: 0;
	top: 0;
	height:50px;
	width:50px;
}

	
/*サイドメニュー*/
	#side_menu{
		position: relative;
		top: 0;
		display: block;
		width: 100%;
		height: 45px;
		margin-top:0;
	}
	#side_menu a.contact{
		display: none;
	}
	#side_menu a.pagetop{
		background: #CB194C url(./image/btn_pagetop_sp.png) no-repeat center center;
		background-size: 150px;
		display: block;
		width: 100%;
		height: 45px;
		text-indent: -9999px;
}

	
}


/* ------------------------------------------------------------------------- */
/* footer
/* ------------------------------------------------------------------------- */
#footer{
	width: 100%;
	min-width: 1000px;
	height: auto;
	padding-bottom: 70px;
	background: #333333;
	border-top: 3px solid #C4A178;
	color: #C4A178;
}

#footer .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top:40px;
}

#footer .inner p span{
	font-weight: bold;
	font-size: 110%;
}

#footer .inner a{
	text-decoration: none;
	color: #C4A178 !important;
}


#footer .inner .footer_left{
	width: 400px;
	height: auto;
	text-align: left;
}

#footer .inner .footer_right{
	float: right;
	text-align: left;
}

.footer_right .attention{
	width: 500px;
	height: auto;
	border: 1px solid #C4A178;
	padding: 20px;
	position: relative;
	text-align: center;
}

.footer_right .attention:before{
	background: #333333;
	content: "資料請求・お問い合わせ";
	font-size: 20px;
	font-weight: bold;
	left: 25%;
	padding: 0 15px;
	position: absolute;
	top: -10px;
}

.footer_right .attention img{
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
}

.footer_copy{
	display: block;
	margin-top: 10px;
	float: right;
	clear: both;
}


/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#footer{
	min-width: 320px;
	padding-bottom: 20px;
}

#footer .inner{
	width: 90%;
	
}

#footer .inner .footer_left{
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#footer .inner .footer_right{
	float: none;
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.footer_right .attention{
	max-width: 90%;
	margin: 0 auto;
	padding: 10px;
}
.footer_right .attention:before{
	font-size: 18px;
	font-weight: bold;
	left: 20px;
	padding: 0 15px;
	margin: 5px 0;
	position: absolute;
	top: -20px;
}

.footer_copy{
	margin-top: 20px;
	float: none;
}
}


/* ------------------------------------------------------------------------- */
/* TOPページ
/* ------------------------------------------------------------------------- */

/* main image
/* ------------------------------------------------------------------------- */
#main_box{
	min-width: 1000px;
	max-height: 650px;
	display: block;
	padding-top: 110px;
	overflow: hidden;
	position: relative;
}

#main_box .main_img_pc{
	display: block;
	max-height: 650px;
	overflow: hidden;
}

#main_box .main_img_pc ul li img{
	min-width: 1000px;
	margin: 0 auto;
}

#main_box ul{
	margin-left: 0;
}

#main_box ul li{
	list-style: none;
	text-align: center;
}

#main_box .catchcopy{
	position: absolute;
	text-align: left;
	min-width: 1000px;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media all and (max-width: 1000px) {

#main_box .catchcopy{
	position: absolute;
	text-align: left;
	min-width: 1000px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
}

/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#main_box{
	min-width: 320px;
	padding-top: 45px;
	height: auto;
}

#main_box .main_img_pc {
    height: auto;
}
	
#main_box .main_img_pc ul li img{
	min-height: 187px;
	min-width: 320px;
	margin: 0 auto;
}

#main_box .catchcopy{
	position: absolute;
	text-align: left;
	min-width: 320px;
	bottom: 0;
	left: 0;
	max-width: 100%;
}

}

/* メイン画像下（キャッチコピ―・企業理念・建築家）
/* ------------------------------------------------------------------------- */
#top_under{
	width: 100%;
	min-width: 1000px;
	/*height: 1200px;*/
	height: 600px;
	background: url(image/main_background.png) no-repeat;
	background-position: 20% 0;
}

#top_under .top_under{
	background: url(image/top_under.gif) repeat-x;
	width: 100%;
	height: 100px;
}

#top_under .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}


/*企業理念*/
.rinen{
	padding: 50px 0 100px;
	text-align: left;
	display: block;
}

.rinen .absolute{
	position: absolute;
}


.rinen .rinen_box{
	width: 90%;
	height: 450px;
	color: #fff;
	background: #3A2F25;
	margin: 90px auto 0 auto;
}

.rinen .rinen_text{
	width: 450px;
	margin: 10px 30px 0 0;
	text-align: center;
	float: right;
}

.rinen .rinen_text img{
	margin: 30px auto;
}


/*建築家*/
.architect{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	display: block;
}

.architect_img{
	display: inline-block;
	float: right;
}

.architect_box{
	width: 500px;
	height: 360px;
	background: #555647;
	display: inline-block;
	margin-top: 80px;
	float: right;
	color: #fff;
}

.architect_box img{
	margin: 50px auto 20px;
}

.architect_box .architect_text{
	width: 450px;
	margin: 0 auto;
}

/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {

#top_under{
	min-width: 320px;
	height: auto;
	background: none;
	padding-bottom: 50px;
}

#top_under .top_under{
	background: url(image/top_under_sp.gif) repeat-x;
	width: 100%;
	height: auto;
}
	
	
#top_under .inner{
	width: 100%;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
}

	
	
/*企業理念*/
.rinen{
	padding: 50px 0 50px;
	}


.rinen .absolute{
	position: relative;
	max-width: 100%;
}

.rinen .rinen_box{
	width: 100%;
	min-height: 300px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
}

.rinen .rinen_text{
	width: 90%;
	float: none;
	margin: 0 auto;
		
}

.rinen .rinen_text img{
	margin: 15px auto;
}


/*建築家*/
.architect{
	width: 100%;
	height: auto;
	display: block;
}

.architect_img{
	display: block;
	float: none;
}

.architect_box{
	width: 100%;
	height: auto;
	display:block;
	float: none;
	margin: 0;
	padding-bottom: 30px;
}

.architect_box img{
	max-width: 80%;
	margin: 50px auto 20px;
}

.architect_box .architect_text{
	width: 90%;
	margin: 0 auto;
}

}



/* TOP軽井沢について
/* ------------------------------------------------------------------------- */
#karuizawa{
	width: 100%;
	min-width: 1000px;
	background: #555647;
	max-height: 475px;
	overflow: hidden;
	line-height: 0;
}

#karuizawa ul{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#karuizawa ul li{
	float: left;
	width: calc(100% / 2);
	text-align: center;
	margin: 0;
	display: inline-block;

}

#karuizawa ul li img{
	margin: 0 auto;
}
#karuizawa ul li {
    overflow: hidden;

}
#karuizawa ul li .karuizawa_img img{
    min-height: 300px;	
}

#karuizawa ul li .karuizawa_text{
	width: 400px;
	text-align: center;
	margin-top: 10%;
	margin-left: 15px;
}

#karuizawa ul li a{
	margin: 30px 0;
}

/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#karuizawa{
	min-width: 320px;
	min-height: 200px;
}
#karuizawa ul{
	width: 100%;	
	min-width: 320px;
}
	
#karuizawa ul li {
    overflow: hidden;

}
#karuizawa ul li .karuizawa_img img{
	min-width: 400px;
    min-height: 200px;	
}

#karuizawa ul li .karuizawa_text{
	max-width: 90%;
	text-align: center;
	margin-top: 10%;
	margin-left: 5px;
}

#karuizawa ul li .karuizawa_text img{
	max-width: 60%;
	min-width: 140px;
	display: block;
}
	
#karuizawa ul li a{
	margin: 20px 0 0; 
	font-size: 80%;
	padding: 5px 30px 5px 15px;
}
}

/* ------------------------------------------------------------------------- */
/* 共通
/* ------------------------------------------------------------------------- */

/*写真付きリスト*/
.two_list ul,
.four_list ul{
	width: 100%;
	margin-left: 0;
}

.two_list ul li{
	margin: 15px;
	padding: 15px;
	width: 420px;
	min-height: 460px;
	display: inline-block;
	vertical-align:text-top;
	text-align: left;
}

.four_list ul li{
	margin: 15px 0;
	padding: 10px;
	width: 220px;
	min-height: 300px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.two_list ul li img,
.four_list ul li img{
	width: 100%;
	margin-bottom: 5px;
}


.two_list ul li .list_title,
.four_list ul li .list_title{
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #3A2F25;
	display: block;
	position: relative;
	line-height: 130%;
}

.two_list ul li .list_date,
.four_list ul li .list_date{
	display: inline-block;
	color: #CB194C;
	float: right;
	font-size: 80%;
}

.two_list ul li .list_text,
.four_list ul li .list_text{
	width: 100%;
	display: block;
	border-bottom: 1px solid #3A2F25;
	font-size: 90%;
	line-height: 150%;
	padding: 5px 0;
}

.two_list ul li a.btn_link_small,
.four_list ul li a.btn_link_small{
	width: 150px;
	margin: 10px auto 0;
	background-color: #7F7F7F;
	display: block;
}


.two_list ul li:hover,
.four_list ul li:hover{
	background: #f7f7f7;
	opacity: 1.0;
}

.two_list ul li a.btn_link_small:hover,
.four_list ul li a.btn_link_small:hover{
	color: #fff;
	background-color: #CB194C;
	opacity: 1.0;
}


/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
	
.two_list ul li,
.four_list ul li{
	width: 47%;
	height: auto;
	min-height:220px; 
	font-size: 80%;
	margin: 1%;
	margin-bottom: 30px;
	padding: 0;
}

.two_list ul li .list_title,
.four_list ul li .list_title{
	padding: 3px 0;
}
	
.two_list ul li .list_date,
.four_list ul li .list_date{
	float: none;
	display: block;
}	

.two_list ul li .list_text,
.four_list ul li .list_text{
	display: none;
}
	
.two_list ul li a.btn_link_small,
.four_list ul li a.btn_link_small{
	max-width: 100%;
	width: auto;
}
	
}



/* ------------------------------------------------------------------------- */
/* Map
/* ------------------------------------------------------------------------- */
#map{
	width: 100%;
	min-width: 1000px;
	height: 230px;
	background: #999;
}

.villa_map iframe,
.company_map iframe{
	width: 100%;
	height: 400px;
}
/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#map{
	min-width: 320px;
	height: 200px;
}

.company_map iframe{
	height: 300px;
	}
}

/* ------------------------------------------------------------------------- */
/* お問い合わせ
/* ------------------------------------------------------------------------- */
.contact_page h2{
	font-size: 18px;
	text-align: left;
	width: auto;
	border-left: 20px solid #C4A178;
	margin: 30px auto 20px !important;
	padding-left: 10px;
}

.hissu {
background: url(./image/hissu.png) 0 center no-repeat;
width: 60px;
margin-left: 10px;
display: inline-block;
text-indent: -9999px;
}

#form{
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

#form img{
    max-width: 100%;
	margin-bottom: 20px;
	display: block;
}

#form table{
	margin: 20px auto;
}

#form th{
	width: 30%;
	text-align: left;
	padding-left: 20px;
}

#form input.input_width, #form textarea.input_width{
    width: 100%;
}


input[type="text"], textarea{
vertical-align:middle;
max-width:95%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-webkit-appearance: none;
border-radius:3px;
font-size:16px;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

.err_text{
	color: #CB194C;
}

.form_btn{
	text-align: center;
}

form{
	display: inline;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	padding:10px 50px;
	margin: 0 10px;
	background: #515151;
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-appearance: none;
	line-height:1.5;
	font-size:120%;
	color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

.homeback{
	max-width: 500px;
	padding:10px 50px;
	margin: 30px auto;
	background: #515151;
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-appearance: none;
	line-height:1.5;
	font-size:120%;
	color:#fff;
}



/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#form{
	text-align: left;
}
	
#form th{
	width: auto;
}
	
}


/* ------------------------------------------------------------------------- */
/* 2階層目以降
/* ------------------------------------------------------------------------- */
#second_img{
	min-width: 1000px;
	max-height: 320px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 110px;
}

#second_img img{
	width: 100%;
}

#second_img .second_img{
	position: absolute;
	max-width: 1000px;
	padding-top: 110px;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#second_img .second_img img{
	max-width: 100%;
}

#no_main_img{
		padding-top: 110px;
	}

#breadline{
	background: #555648;
}

#breadline ul{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}

#breadline ul li{
	display: inline-block;
	margin-right: 10px;
}

#breadline ul li a{
	margin-right: 15px;
	color: #fff;
}

#breadline ul li:first-child a{
	margin-left: 10px;
}

#breadline ul li:first-child:before{
	content: url(./image/bread_home.png);
}

#breadline ul li:after{
	content:'>';
}

#breadline ul li:last-child:after{
	content: '';
}


/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#second_img{
	min-width: 320px;
	min-height: 80px;
	padding-top: 50px;
	height: auto;
	display: block;
	overflow: hidden;
}

#second_img .second_img{
	padding-top: 50px;
}

	#no_main_img{
		padding-top: 50px;
	}

#breadline{
	font-size: 80%;
}

#breadline ul{
	padding: 5px 0;
}	
	
}


/* テキストレイアウト
/* ------------------------------------------------------------------------- */
.text_box{
	display: block;
	clear: both;
	margin: 0 0 40px;	
}

.text_box .text_inner{
	min-height: 250px;
	margin-bottom: 30px;
	display: block;
}

.text_box .text_inner:last-child{
	margin-bottom: 0;
}


.bgc_light{
	background: #F0F0F0;
	padding: 20px;
}

.bgc_dark{
	background: #353535;
	padding: 20px;
	color: #fff;
}



.text_box h3{
	margin-top: 0px;
	display: inline-block;
}

.text_box .tex_company{
	width: 820px;
	float: right;
}


.text_box li{
	margin-bottom: 10px;
}

.text_box li p span{
	font-size: 110%;
	font-weight: bold;
}

/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
.text_box{
	text-align: center;	
}
.text_box h3{
	margin-top: 15px;
	display: block;
	line-height: 1.5;
}
.text_box p{
	text-align: left;
}

.text_box .text_company{
	width: 100%;
	float: none;
}

	
.text_box li p span{
	font-size: 100%;
}

}
/* ------------------------------------------------------------------------- */
/* わたしたちの想い
/* ------------------------------------------------------------------------- */
/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
.vision_page .align_center{
	text-align: left !important;
}
}

/* ------------------------------------------------------------------------- */
/* 建設事例
/* ------------------------------------------------------------------------- */
#kensetu{
	text-align: center;
	margin: 0 auto;
	height: auto;
}
#kensetu .inner{
	max-width: 1100px;
	min-width: 1000px;
	height: auto;
	margin: 0 auto 100px;
	position: relative;
}

/*物件の詳細*/
.discriotion{
	width: 100%;
	padding: 50px 0;
	text-align: left;
	display: block;
}

.discriotion .absolute{
	position: absolute;
	margin: 0 100px;
}

.discriotion .discriotion_box{
	min-height: 260px;
	color: #fff;
	background: #353535;
	margin: 350px auto 0;
	padding: 100px 50px 50px;
	min-width: 1000px;
}

.discriotion .discriotion_text,
.discriotion .discriotion_table{
	display: inline-block;	
	text-align: left;
}

.discriotion .discriotion_text .title{
	font-size: 160%;
	color: #F7C36F;
	margin-bottom: 15px;
}

.discriotion .discriotion_table{
	margin-left: 25px;
	padding: 10px 25px;
	border: 1px solid #F7C36F;
	text-align: center;
	float: right;
}

.discriotion_table table{
	width: 350px;
}

.discriotion_table table tr{
	border-bottom: 1px dashed #fff;
}

.discriotion_table table th,
.discriotion_table table td{
	padding: 5px;
}

/*スライドショー*/
#slider{
	margin-bottom: 50px;
}

#slider a{
	cursor: default;
}

#slider a:hover{
	opacity: 1.0;
}

#thum_fullpage{
  margin-bottom: 50px;
	text-align: center;
}

#thum_fullpage .thum{
	cursor: pointer;
}

#thum_fullpage ul{
	
}


/*スライドショー2*/
#slider2{
	position: relative;
}

#displace_pager{
	width: 100%;
	position: absolute;
	top: 30%;
	z-index: 9999;
}

#slick_slider{
	margin: 0 auto 50px;
}

#slick_slider p{
	cursor: inherit;
	opacity: 1.0;
	font-weight: normal;
	color: #000;
}

#slick_slider .slide_visible .item_wrapper .item{
	padding: 0 20px;
}

/*performance 断熱*/
.dannetu{
	width: 100%;
}
.dannetu .dannetu_inner{
	margin-bottom: 30px;
	display: block;
}


@media all and (min-width: 741px) {
	#slick_slider{
		width: 800px;
		height: 320px;
	}
	
}




/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#kensetu{
	height: auto;
}
	
#kensetu .inner{
	max-width: 1000px;
	min-width: 320px;
}

#kensetu h2{
	width: 95%;
}

	
/*物件の詳細*/
.discriotion{
	padding: 20px 0 ;
	text-align: left;
	display: block;
}

.discriotion .absolute{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.discriotion .discriotion_box{
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	min-width: 320px;
}

.discriotion .discriotion_text{
	max-width: 95%;
}
	
.discriotion .discriotion_text,
.discriotion .discriotion_table{
	text-align: left;
	margin: 20px 0;
}

.discriotion .discriotion_text .title{
	font-size: 110%;
	margin-bottom: 10px;
}

.discriotion .discriotion_table{
	margin-left: 0;
	max-width: 100%;
	padding: 10px;
	float: none;
	text-align: center;
}

.discriotion_table table{
	margin: 10px auto;
	width: auto;
}
	
/*スライドショー*/	
#slider{
	min-width:320px; 
	height: auto;
	margin-bottom: 10px;
}

#thum_fullpage{
	min-width:320px; 
	margin-bottom: 50px;
}	

/*スライドショー2*/
#slider2{
	position: relative;
}

#displace_pager{
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 9999;
}

/*性能紹介*/
.project_page .pink{
	margin: 15px 0 10px;
}


/*performance 断熱*/
.dannetu{
	width: 100%;
	float: none;
}

.dannetu .dannetu_inner{
	margin-bottom: 30px;
	display: block;
}

}

/* ------------------------------------------------------------------------- */
/* 別荘情報
/* ------------------------------------------------------------------------- */
#villa{
	text-align: center;
	margin: 0 auto;
	height: auto;
}

#villa .inner{
	width: 1000px;
	min-width: 320px;
	margin: 0 auto;
}

#villa .inner table th{
	width: 10%;
	font-weight: normal;
}
#villa .inner table td{
	width: 23%;
}


#villa h2{
	text-align: left;
	border-bottom: 1px solid #333;
	margin: 50px 0 20px;
	padding-bottom: 5px;
}

#villa #slider{
	margin: 50px 0;
}

/*スライド以下*/
.villa_page th{
	width: 15%;
	font-weight: normal;
}

.villa_page td{
	width: 35%;
}

.villa_page .outbtn{
	width: 515px;
}


/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
#villa .inner{
	width: 95%;
}

#villa .inner table th,
#villa .inner table td{
	width: auto;
}

#villa #slider{
	margin: 20px 0;
}	

.villa_page table th,
.villa_page table td{
	border-top: 1px solid #C4A178;
	font-size: 90%;
	width: auto;
}	
.villa_page .outbtn{
	width: 95%;
}
.villa_page .outbtn a.btn_link_big{
	padding: 10px 60px 10px 20px;
	line-height: 25px;
}
	
}

/* ------------------------------------------------------------------------- */
/* 軽井沢について
/* ------------------------------------------------------------------------- */
.karuizawa_page .text_box{
	margin-top: 15px;
}
.karuizawa_page .margin_top{
	margin-top: 0px;
}

.karuizawa_inner{
	width: 1000px;
	min-height: 600px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.karuizawa_img{
	display: inline-block;
	float: right;
}

.karuizawa_box{
	width: 500px;
	min-height: 360px;
	background: #555647;
	display: inline-block;
	margin-top: 80px;
	float: right;
	color: #fff;
}

.karuizawa_text{
	padding: 20px;
}

/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
.karuizawa_page .align_center{
	text-align: left !important;
}
	
.karuizawa_inner{
	width: 100%;
	display: block;
}

.karuizawa_img{
	display: block;
	float: none;
}

.karuizawa_box{
	width: 100%;
	height: auto;
	display:block;
	float: none;
	margin: 0;
	padding-bottom: 30px;
}

.karuizawa_box img{
	max-width: 80%;
	margin: 50px auto 20px;
}

.karuizawa_text{
	padding: 15px 0 0;	
	margin: 0 10px;
}
	
}


/* ------------------------------------------------------------------------- */
/* 会社概要
/* ------------------------------------------------------------------------- */

.company_page h2{
	font-size: 18px;
	text-align: left;
	width: auto;
	margin: 0px auto 20px !important;
	border-left: 20px solid #C4A178;
	padding-left: 10px;
}

.company_page .text_box h2{
    margin-top: 0px;
    display: inline-block;
}

/* SP
/* ---------------------------------------------- */
@media all and (max-width: 740px) {
.company_page h2{
	width: auto;
	font-size: 90%;
}	
	
.company_page .text_box h2{
    margin: 15px 0 10px !important;
	display: block;
}	
	
}
