@charset "Shift_JIS";
/*
///////////////////////////////////////////////////////////////////////////////
//
//	スタイルシートシート for 「高萩建設」 ( 2021.01.07版 )
//
//	[ カテゴリ：サイト共通 ]
//
//
////////////////////////////////////////////////////////////////////////////////
*/

/* -------------------------- */
/* HTMLパーツ				 */
/* -------------------------- */

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic";
	font-size: 14px;
	color: #222222;
	background-color:#f8f4e6;
}

h1 {
	width:100%;
	text-align:center;
	height:20px;
	background-color:#330d0c;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	margin-top:0;
}

a:link, a:visited {
	text-decoration: underline;
	color:#6d3c32;
}

a:active, a:hover {
	text-decoration: none;
	color:#a76e49;
}

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

img {
	margin: 0px;
	padding: 0px;
	border: none;
	max-width:100%;
	height:100%;
}

hr {
	border:none;
	height:30px;
	background:url(../images/common/line.gif) repeat-x;
	margin: 5px 0px 20px 0px;
}

input, textarea {
	padding:3px;
	border:1px solid #361413;
}

input[type="radio"] {
	padding:2px;
	border:0;
	width:15px;
	height:15px;
}

input.button {
	background:#361413 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0 5px 5px 0;
	padding:10px 40px;
	text-decoration:none;
}



/* -------------------------- */
/* ページ・レイアウト・パーツ */
/* -------------------------- */

/* -------------------- Footer -------------------------	*/ 

#takahagilogo {
	margin-top:40px;
	font-size:18px;
}

#takahagilogo img {
	vertical-align:middle;
	margin-right:5px;
}

#footer_copy {
	height: 28px;
	padding-top:12px;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	font-size:12px;
	line-height:normal;
}

#footer_copy span {
	margin-left:50px;
	color:#ffffe0;
	font-size:16px;
}




/* -------------------- Drop menu -------------------------	*/

#dropmenu_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height:40px;
	background-color:#330d0c;
}

#dropmenubase {
	width: 100%;
	height: 40px;
	margin:0 auto;
}

#dropmenu {
	margin-top:0px;
	position: absolute;
	list-style-type: none;
	width: 100%;
	height: 40px;
	padding: 0;
	background: #330d0c;
	border-radius: 3px 3px 0 0;
	z-index:999;
}

#dropmenu li {
	position: relative;
	width: 16%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul {
	left: -100%;
	width: 100%
}
#dropmenu li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a {
	padding: 13px 15px;
	background: #3f312b;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#dropmenu li:hover > a {
	background: #3f312b;
	color: #eff7b1;
}

#dropmenu > li:hover > a {
	border-radius: 3px 3px 0 0;
}

#dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #302a28;
	border-bottom: 1px solid #57453f;
}

#dropmenu li:hover ul li:first-child {
	border-top: 0;
}

#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

#dropmenu {
  display: none;
}




/* -------------------------- */
/* トップページ				 */
/* -------------------------- */

#topnews {
	margin-top:10px;
	border:1px solid #a0a0a0;
	padding-left:10px;
	padding-right:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.toptelcall {
	margin-top:40px;
	font-style:italic;
	font-size:28px;
	font-weight:bold;
	color:#361413;
}

.toptelcall img {
	vertical-align:middle;
	margin-right:20px;
}



/* -------------------------- */
/* セカンドページ			 */
/* -------------------------- */

h2 {
	width:auto;
	height:95px;
	padding-top:15px;
	padding-left:65px;
	background:url(../images/common/pagetitle2020.png) no-repeat;
	color:#330d0c;
	font-size:36px;
	margin:30px 0 30px 0;
}

/*h3 {
	margin-top:-25px;
	margin-left:65px;
	margin-bottom:60px;
	font-weight:normal;
	font-size:16px;
	color:#888888;
}*/
h3 {
	display:none;
}

/* Bread Crumb */
ul#breadcrumb {
	margin-top:0px;
	height: 30px;
	padding:0;
	list-style-type: none;
	color:#808080;
	font-size:11px;
	text-align:left;
	margin-bottom:20px;
	list-style:none;
}

ul#breadcrumb li {
	display: inline;
}

ul#breadcrumb li ul {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#breadcrumb em {
	font-style: normal;
}

ul#breadcrumb a {
	text-decoration: none;
	color:#c95361;
}

ul#breadcrumb a:hover {
	text-decoration: none;
	color:#db7093;
}

ul#breadcrumb a#homeposition {
	background:url(../images/common/home03-02.png) no-repeat;
	padding-left:18px;
}

.sidemenu {
	margin-bottom:5px;
}

a.sidemenulink {
	display:block;
	width:284px;
	height:40px;
	padding-top:5px;
	padding-left:52px;
	background:url(../images/common/sidemenu_off.png) no-repeat;
	color:#330d0c;
	font-size:16px;
	text-decoration:none;
}

a.sidemenulink:hover {
	background:url(../images/common/sidemenu_over.png) no-repeat;
}

/* メッセージ */
.messagebox {
	margin-top:30px;
	width:100%;
}

.messagebox2 {
	margin-top:30px;
	width:300px;
}

.messagebox3 {
	margin-left:30px;
	border-top:1px dotted #a0a0a0;
	padding-top:5px;
}

.half_right span {
	color:#96514d;
}

.half_right strong {
	font-weight:bold;
	font-size:16px;
	color:#96514d;
}

.catchcopy {
	margin-bottom:20px;
	font-size:28px;
	color:#007779;
}

.catchcopy img {
	vertical-align:middle;
	margin-right:20px;
}


/* -------------------------- */
/* いい家をつくるって		 */
/* -------------------------- */

#iiietowa {
	margin-top:10px;
	text-align:center;
	background-color:#20641f;
	border:20px solid #20641f;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}



/* -------------------------- */
/* 共通パーツ				 */
/* -------------------------- */

.clean {
	clear: both;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

.itemtitletop, .itemtitle {
	font-size:20px;
	font-weight:bold;
	color:#583822;
	padding-left:25px;
	background: url(../images/common/point01.png) no-repeat;
}

.secondcell .itemtitletop, .secondcell .itemtitle {
	font-size:16px;
}

.itemtitle a {
	color:#583822;
}

.itemtitletop a:hover, .itemtitle a:hover {
	color:#a76e49;
}

.itemtitle {
	margin-top:30px;
}

.itemnumber {
	margin-top:30px;
	color:#583822;
	font-size:20px;
	font-weight:bold;
}

.itemnumber img {
	vertical-align:top;
	margin-right:20px;
}

.line-hor {
	background:url(../images/common/line-hor.gif) 0 0 repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0;
}

.messageblock, .messageblocktop {
	border:1px solid #98887c;
	padding:30px 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.messageblock span, .messageblocktop span {
	color:#96514d;
}

.messageblock strong, .messageblocktop strong {
	font-weight:bold;
	font-size:16px;
	color:#96514d;
}

.messageblock2 {
	margin-top:10px;
	border:1px solid #98887c;
	padding:10px 25px 10px 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.message {
	margin-top:30px;
	width:100%;
}

.message p span {
	border-bottom:1px dotted #c95361;
}

.messagephoto {
	margin-top:20px;
	margin-bottom:30px;
}

.messagephoto span {
	margin-left:48px;
}

a.detail {
	display:block;
	width:300px;
	height:300px;
	background: url(../images/common/detail.gif) no-repeat;
}

a.detail:hover {
	background: url(../images/common/detail_over.gif) no-repeat;
}

.vmargin1 {
	margin-top:10px;
}

.vmargin3 {
	margin-top:30px;
}

.vmargin5 {
	margin-top:50px;
}

.smallfont {
	font-size:12px;
}

.round {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.fcr {
	color:#cc0000;
}

.catchtitle {
	font-size:1.2em;
	color:#cc0000;
}

.catchstring {
	font-weight:bold;
	font-size:1.1em;
	color:#ff0000;
}

table.tablestyle3 {
	border-collapse: collapse;
}

table.tablestyle3 th.t_top {
	border-top: #654141 4px solid;
}

table.tablestyle3 th {
	border-bottom: #96514d 1px dotted;
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
	font-size:14px;
	background: #e1dbcf;
}

table.tablestyle3 td.t_top {
	border-top: #96514d 4px solid;
}

table.tablestyle3 td {
	border-bottom: #96514d 1px dotted;
	text-align: left;
	padding: 5px 10px;
	font-size:14px;
}

table.tablestyle3 td p {
	font-weight:bold;
}

table.tablestyle3 td ol {
	margin-top:5px;
	margin-bottom:10px;
	margin-left:50px;
	list-style-type:lower-roman;
}

table.tablestyle4 {
	margin-top:20px;
	border-collapse:separate;
	border-spacing:10px 1px;
}

table.tablestyle4 th {
	border-bottom:3px solid #361413;
	padding:2px 10px;
	font-size:14px;
}

table.tablestyle4 td {
	border-bottom:1px solid #361413;
	padding:2px 10px;
	font-size:14px;
}

table.tablestyle4 td.tablestyle41, table.tablestyle4 td.tablestyle42 {
	font-weight:bold;
}

table.tablestyle4 td.tablestyle41b {
	font-weight:bold;
}





/* ======================================= */
/* ▼横幅600px以下の場合に適用されるCSS */
/* ======================================= */
@media (max-width: 600px) {

	body {
		font-size: 80%;
	}

	#content {
		margin-top: 40px;
		position: relative;
	}

	h1 {
		display:none;
	}

	input, textarea {
		width:95%;
	}

	#head_left img#head_left1 {
		width:90px;
	}

	#head_left img#head_left2 {
		width:280px;
	}

	#head_left span {
		margin-left:-10px;
	}

	#head_right {
		text-align:center;
		color:#765c47;
	}

	#head_right #headtel {
		margin-top:20px;
		margin-left:-95px;
	}

	.two_layout .secondcell {
		display: none;
	}

	#footer {
		margin-top:40px;
		border-top:6px solid #330d0c;
		background-color:#ccc3b0;
	}

	#int_footer #int_footer_sitemap {
		display: none;
	}


	#innercontact {
		padding-left:20px;
	}

	#footer_copy {
		background-color:#330d0c;
		font-size:0.8em;
	}

	#footer_copy span {
		display: none;
	}

	#dropmenu li a, #dropmenu li ul li a {
		font-size:0.8em;
	}

	h2 {
		width:auto;
		background-size:contain;
		font-size:1.4em;
		padding-top:0px;
		padding-left:30px;
		margin-top:0px;
	}

	h3 {
		font-size:1.2em;
		margin-top:-20px;
		margin-left:30px;
	}

	ul#breadcrumb {
		display:none;
	}

	table.tablestyle3 th.t_top {
		width:auto;
	}

	table.tablestyle3 table td {
		font-size: 80%;
		width:auto;
	}

	table.tablestyle4 th, table.tablestyle4 td {
		display:block;
		width:95%;
	}


	/* メッセージ */
	.messageblocktop {
		margin-top:180px;
	}

	.three_layout .firstcell, .three_layout .nextlayout, .three_layout .nextlayout .thirdcell {
		text-align:center;
	}

	.three_layout .firstcell .itemtitle, .three_layout .nextlayout .itemtitle, .three_layout .nextlayout .thirdcell .itemtitle {
		text-align:left;
	}

	#wowslider-container1 {
		top:-164px;
		width:auto;
		width:auto;
		margin-left:10px;
		margin-right:10px;
	}

	.catchcopy {
		font-size:16px;
	}

	.messagephoto {
		text-align:left;
	}

	.messagephoto span {
		margin-left:0;
	}

	img.modelnew {
		width:75%;
		margin-left:40px;
	}

	img#pagetopimg {
		width:80px;
	}
}


/* ======================================= */
/* ▼横幅600px〜1119pxの場合に適用されるCSS */
/* ======================================= */
@media (min-width: 600px) and (max-width: 1119px) {

	h1 {
		font-size:0.8em;
	}

	h2 {
		width:auto;
		background-size:contain;
		font-size:1.4em;
		padding-top:0px;
		margin-top:0px;
	}

	#head_right {
		text-align:center;
		color:#765c47;
	}

	#head_right #headtel {
		margin-top:20px;
		margin-left:-95px;
	}

	.two_layout .secondcell {
		display: none;
	}

	#footer {
		margin-top:40px;
		border-top:6px solid #330d0c;
		background-color:#ccc3b0;
	}

	#int_footer #int_footer_sitemap {
		display: none;
	}

	#footer_copy {
		background-color:#330d0c;
	}



	#dropmenu {
		display: block;
	}

	.slicknav_menu {
		display: none;
	}

	#dropmenu li a, #dropmenu li ul li a {
		font-size:0.9em;
	}


	/* メッセージ */
	.messageblocktop {
		margin-top:280px;
	}

	.three_layout .firstcell, .three_layout .nextlayout, .three_layout .nextlayout .thirdcell {
		text-align:center;
	}

	.three_layout .firstcell .itemtitle, .three_layout .nextlayout .itemtitle, .three_layout .nextlayout .thirdcell .itemtitle {
		text-align:left;
	}

	#wowslider-container1 {
		top:324px;
		width:auto;
		margin-left:20px;
		margin-right:20px;
	}
}


/* ==================================== */
/* ▼横幅1120px以上の場合に適用されるCSS */
/* ==================================== */
@media only screen and (min-width: 1120px) {
/* content */

	#content_wrapper {
		clear: both;
		width: 100%;
		margin: 0 auto;
	}

	#content, #contenthead {
		width: 1100px;
		margin: 0 auto;
		padding: 2px 0 18px 0;
	}

	#content p {
		margin-bottom: 10px;
	}

	#head_left {
		width:640px;
		height:120px;
		float:left;
	}

	#head_right {
		width:460px;
		height:120px;
		float:right;
		text-align:right;
		color:#765c47;
	}

	#head_right #headtel {
		margin-top:20px;
	}

	#footer_wrapper {
		clear: both;
		width: 100%;
		margin: 0 auto;
		background: url(../images/common/footer_bg.png) repeat-x;
	}

	#footer {
		clear: both;
		overflow:auto;
		height:887px;
		padding: 0px;
		overflow:auto;
		margin: 0;
		background: url(../images/common/footer_house.png) no-repeat bottom right;
	}


	#int_footer {
		width:1100px;
		height:827px;
		color: #53291b;
		font-size: 14px;
		line-height: 22px;
		overflow:auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top:60px;
	}

	#int_footer #int_footer_sitemap {
		float:left;
		width:712px;
		height:785px;
	}

	#int_footer #int_footer_sitemap div {
		width:440px;
		border-bottom:1px dotted #53291b;
	}

	#int_footer #int_footer_sitemap ul {
		margin-top:5px;
		font-size:13px;
	}

	#int_footer #int_footer_contact {
		float:right;
		width:336px;
		height:745px;
	}

	#int_footer #int_footer_contact #innercontact {
		border:1px solid #765c47;
		padding:30px 20px;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}

	#int_footer #int_footer_contact #innercontact p {
		margin-top:20px;
		margin-bottom:0;
	}

	#dropmenubase {
		width: 1100px;
	}

	#dropmenu {
		width: 1100px;
	}



	#dropmenu {
		display: block;
	}

	.slicknav_menu {
		display: none;
	}

	h2 {
		width:655px;
	}


	/* メッセージ */
	.messageblocktop {
		margin-top:380px;
	}

	.messagebox {
		width:720px;
	}

	.half_left {
		float:left;
		width:360px;
	}

	.half_right {
		float:right;
		width:360px;
	}

	.message {
		width:640px;
	}


	/* 2段レイアウト */
	.two_layout {
		margin-bottom:40px;
		display: table;
		width: 100%;
	}

	.two_layout .firstcell {
		display: table-cell;
		padding-right:44px;
	}

	.two_layout .secondcell {
		display: table-cell;
		width: 30%;
	}

	/* 3段レイアウト */
	.three_layout {
		clear:both;
		width:1100px;
		margin-top:5px;
	}

	.three_layout .firstcell {
		float:left;
		width:366px;
	}

	.three_layout .nextlayout {
		float:right;
		width:734px;
	}

	.three_layout .nextlayout .secondcell {
		float:left;
		margin-left:20px;
		width:337px;
	}

	.three_layout .nextlayout .thirdcell {
		float:right;
		margin-left:20px;
		width:337px;
	}

	.three_layout .firstcell span, .three_layout .nextlayout .secondcell span, .three_layout .nextlayout .thirdcell span {
		margin-left:30px;
	}

	#wowslider-container1 {
		width:1100px;
	}

	table.tablestyle4 th.tablestyle40 {
		width:150px;
	}

	table.tablestyle4 td.tablestyle40b {
		width:450px;
	}

	table.tablestyle4 td.tablestyle41 {
		width:382px;
	}

	table.tablestyle4 td.tablestyle41b {
		width:222px;
	}

	table.tablestyle4 td.tablestyle42 {
		width:222px;
	}
}


/* 2020.11.27 Append */
ul.list2020 {
	padding: 0;
	position: relative;
}

ul.list2020 li {
	color: #fff;
	border-left: solid 8px #007779;/*左側の線*/
	background: #330d0c;/*背景色*/
	margin-bottom: 5px;/*下のバーとの余白*/
	line-height: 1.5;
	border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
	padding: 0.5em;
	list-style-type: none!important;
	font-weight:bold;
	font-size:150%;
}




/* 2020.12.26 Append */

#message_left {
	margin-top:5em;
	width:340px;
	height:auto;
	float:left;
}

#message_right {
	margin-top:4em;
	width:700px;
	height:auto;
	float:right;
}

#message_left img {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#topvoice_left {
	margin-top:4em;
	width:500px;
	height:auto;
	float:left;
}

#topvoice_right {
	margin-top:4em;
	width:500px;
	height:auto;
	float:right;
}

#topvoice_left p, #topvoice_right p {
	text-align:center;
	font-weight:bold;
	color:#0db7d6;
}

#topvoice_left img.photo, #topvoice_right img.photo {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#topvoice_left img, #topvoice_right img {
	vertical-align:middle;
	text-align:center;
}

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

.arrow_box {
	position:relative;
	width:auto;
	height:auto;
	background:#EC6D34;
	padding:20px 40px;
	text-align:left;
	color:#FFFFFF;
	font-size:16px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.arrow_box:after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(236, 109, 52, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:50px;
	border-right-width:50px;
	margin-top: -10px;
	border-right-color:#EC6D34;
	right:100%;
	top:50%;
}

.arrow_box p {
	text-decoration:underline dotted #ffd9a8;
	text-underline-position: under;
	line-height:180%;
	margin-bottom:2em;
}

.arrow_box p:first-letter {
	font-size:150%;
	background-color:#0db7d6;
	padding:0px 2px;
	text-decoration:none !important;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
}

.arrow_box p span {
	color:#f5ec00;
	font-size:140%;
	font-weight:bold;
}

#message_left .message_catch {
	text-align:center;
	font-weight:bold;
	font-size:130%;
}


@media (max-width: 600px) {
	#message_left {
		width:100%;
		clear:left;
		text-align:center !important;
	}
	#message_left img {
		width:200px;
	}
	#message_right {
		width:auto;
		clear:right;
	}
	#topvoice_left {
		width:100%;
		clear:left;
		text-align:center !important;
	}
	#topvoice_right {
		width:100%;
		clear:right;
		text-align:center !important;
	}

	.arrow_box {
		padding:10px;
		margin-bottom:2em;
	}
	.arrow_box:after {
		display:none;
	}
}
