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


/* Default style clear----------------------------------------------------------- */
@import "reset.css";
/* -----------------------------------------------------------Default style clear */




/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.6;
	background-color: #080706;
	background: linear-gradient(to right,#000000, #AAAAAA 20%, #AAAAAA 80%, #000000);
}


.wrap{
	width:1100px;
	margin:auto;

}


#main {
	padding: 0 0 10px 0;
	color:#444444;
	background-color: #FFFFFF;

}


.box{
	padding:30px;
}

/*
.col-2{
	margin-bottom:40px;
}
*/

.col-3{
	margin: 0 20px 20px 20px;
}


.col-2,.col-3{
	display: flex;
	justify-content:space-between;

}


h1{
	font-size:100%;
	color: #FFFFFF;
	margin-left: 20px;
	position: absolute;
	top: 50px;
}


h2 {
	color: #353c3f;
	margin-bottom:20px;
	font-size:250%;
	padding:10px 0 5px 20px;
	letter-spacing:2px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


h3 {
	display: inline;
	margin-bottom:20px;
	font-size:180%;
	padding:0;
	clear:both;
	color: #353c3f;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.box h3 {
	border-left: 10px solid #7e6b5a;
	padding: 10px;
}

/* 画像テキスト横並び */
.flo-l{
	float:left;
	margin:0 20px 20px 0;
}


/* 配下ページタイトル */

.page-ttl{
	height:85px;
	background-color: #DCDCDC;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
}

.page-ttl h2{
	font-size: 210%;
	padding:17px 0 10px 20px;
	letter-spacing:3px;
	border:none;
	text-shadow:#FFF 2px 0px,  #FFF -2px 0px,
		#FFF 0px -2px, #FFF 0px 2px,
		#FFF 2px 2px , #FFF -2px 2px,
		#FFF 2px -2px, #FFF -2px -2px,
		#FFF 1px 2px,  #FFF -1px 2px,
		#FFF 1px -2px, #FFF -1px -2px,
		#FFF 2px 1px,  #FFF -2px 1px,
		#FFF 2px -1px, #FFF -2px -1px;
}

/* 配下ページタイトル英語表記用 */

div.page-ttl {
	position:relative;
}

div.page-ttl h2::before{
	position: absolute;
	top: 50px;
	right: 10px;
	font-weight: bold;
}


/* パンくずリスト */
ol.breadcrumb-list{
	list-style-type:none;
	font-size:75%;
	margin: 10px 0 10px 20px;
}

ol.breadcrumb-list li {
	padding-left: 5px;
	display: inline;
}

ol.breadcrumb-list li:after {
	padding-left: 5px;
 	content: '>';
}

ol.breadcrumb-list li:last-child:after {
 	content: '';
}


/*================================================
 *  ヘッダー
 ================================================*/
header{
	position:relative;
	height:120px;
	color: #353c3f;
	background-color: #FFFFFF;
	border-bottom: 5px solid #353c3f;
}


.sub header {
	border-bottom:none;
}


header div:last-child{
	text-align:right;
	position:absolute;
	bottom:5px;
	right:20px;

}


.catch {
	position: absolute;
	padding-left: 20px;
	top: 25px;
}

header h1 a {
	color: #353c3f;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-shadow:1px 1px 2px #AAAAAA;
	font-weight: normal;
	font-size:300%;
	text-decoration: none;

}

.comName_S {
	font-size: 60%;
	margin-right: 5px;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/

nav{
	width:100%;
	background:#353c3f;
	border-bottom: 5px solid #353c3f;
}

nav ul{
	display:flex;
	margin:0 auto 10px auto;
}


nav li {
	box-sizing: border-box;
	text-align:center;
	border-right:5px solid #FFFFFF;
	flex:1;
}

nav li:first-child {
	border-left:5px solid #FFFFFF;
}

nav li a span.eng {
	font-size: 80%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

nav ul li a {
	display: block;
	color: #DDDDDD;
	text-decoration:none;
	padding:12px 0 8px 0;
	border-bottom: 6px double #7e6b5a;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

nav ul li a:hover,nav ul li a.active {
	border-bottom: 6px double #FF8D3F;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/*================================================
 *  リンク、カウンター
 ================================================*/

aside ul{
	display:flex;
	justify-content:flex-end;
}

aside ul li{
	margin-right:20px;
	text-align:right;
	font-size:70%;
}


.counter{
	font-size:75%;
}


/*================================================
 *  フッター
 ================================================*/

footer ul{
	margin: 0 0 0px 20px;
	padding: 10px 0;

}


footer li a{
	float: left;
	margin-right: 20px;
	text-decoration:none;
	color:#FFFFFF;
}

footer li a:hover{
	text-decoration:underline;
}



footer {
	background-color:#7e6b5a;
	color: #FFFFFF;
}

/*
.f-text{
	width:830px;
}


.f-text p{
	margin-bottom:10px;
}

*/


footer address{
	width:400px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	padding-right: 20px;
}

footer address span{
	color: #FFFFFF;
	font-size: 150%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}



footer address a{
	text-decoration:none;
}


.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*
address .form{
	width:238px;
	height:58px;
	display:block;
	float:right;
	border:1px solid #898358;
	border-radius:5px;
	transition:background 1s ease-out;
}


address .form:hover{
	background:#fff;
	width:238px;
	height:58px;
	display:block;
	float:right;
}
*/

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}

.totop img:hover {
	position: relative;
	top: -2px;
}


/*================================================
 *  各ページ
 ================================================*/

/****** ホーム（index.html）******/

.slider li{
	margin:0px 5px 0px 10px !important;
}

.first{
	padding:35px 35px 20px 35px;
	margin:0 30px 40px 30px;
	line-height:170%;
}


.first p{
	margin-bottom:15px;
}


.first p:nth-child(1){
	font-size:150%;
	font-weight:bold;
}


section{
	padding:30px 0px;
}

/* 片岡工務店の家づくり */

.intro {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #DCDCDC;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;

}

.intro h2 {
	text-shadow:1px 1px 2px #AAAAAA;
	border-bottom: 1px solid #353c3f;
	width: 80%;
	margin: 0 auto;
	text-shadow:     #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
}

.intro p {
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* お知らせ・更新情報 */

.infobox h2{
	font-size:150%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: relative;
	padding: 0 0 0 15px;
	border-bottom: 3px double #756867;
	margin: 10px 30px 10px 30px;
}

h2::before{
	content: attr(title);
	position: absolute;
	right: 0;
	top: 0px;
	padding:10px 15px;
	font-size: 12px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.infobox dl{
	font-size:90%;
	height:100px;
	overflow:auto;
	padding: 10px 15px ;
	margin: 10px 30px 40px 20px;
}

.infobox dt{
	padding:0 5px;
	width:170px;
	line-height:180%;
	float:left;
	border-bottom:1px dotted #AAAAAA;
}

.infobox dt::before {
	content: "●";
}

.infobox dt img{
	margin-left:5px;
}

.infobox dd {
	padding-bottom:1em;
	border-bottom:1px dotted #AAAAAA;
	padding:0 5px;
	margin-bottom:10px;
	margin-left:180px;
	line-height:180%;
}

/* 特徴 */

section.point, section.point_R {
	border:1px solid #7e6b5a;
	padding: 10px;
	width: 320px;
}

.point h3, .point_R h3 {
	font-size: 140%;
	display: block;
	margin:0 0 10px 0;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	color: #7e6b5a;
	line-height: 1em;
	background-color: #7e6b5a;
	position:relative;
	top: -30px;
	box-shadow: 2px 2px 4px #CCCCCC;
	text-shadow:     #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
}

.point p, .point_R p {
	line-height: 1.6em;
	padding: 0 5px 15px 5px;
}

 /****** 会社案内（com.html）******/


section.com-prof_top {
	background-color: #EFEFEF;
}

section.com-prof_top p{
	width: 600px;
	float: left;
	padding: 0 20px 0 80px;
}


dl.com-prof{
	padding:20px;
}

dl.com-prof dt{
	width:160px;
	float:left;
	font-weight:bold;
	border-bottom: 3px solid #666666;
	line-height:200%;
	padding-top: 6px;
	text-indent:0.5em;

}

dl.com-prof dd{
	padding-left: 20px;
	margin-left:160px;
	border-bottom: 1px dashed #353c3f;
	line-height:250%;
}


/****** 施工事例（work.html） ******/

.workbox-s{
	display:flex;
}


.workbox-s div{
	border: 1px solid #353c3f;
	width:150px;
	height:190px;
	padding:15px 2px 10px 2px;
	text-align:center;
	margin:30px 10px 30px 20px;
}

/* (divlinker用) */
.workbox-s div:hover{
	box-shadow: 3px 3px 4px #CCCCCC;
	top: -2px;
	left: -1px;
}

.workbox-s p{
	font-size:75%;
	line-height:160%;
}


/****** g01.html / r01.html ******/


/* 作成中（Under Construction） */
p.uc_eg {
	font-size: 200%;
	font-weight: bold;
	margin-left: 20px;
	color: #AAAAAA;
}

p.uc_jp {
	font-size: 90%;
	margin-left: 25px;
	height: 300px;
}


/* （建築施工例へ戻る） */

/*
p.return-work{
	margin:30px 0;
	clear:both;
}

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

.return-work a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: 0.5s linear;
}



.workbox-top{
	width:900px;
	margin:0 auto 30px auto;
	display:flex;
	justify-content:space-between;
}


.workbox-top div{
	width:450px;
}

.workbox-top div:first-child{
	margin-right:50px;
}


.work-text{
	font-size:90%;
	margin:15px 0 20px 0;
	font-size:90%;
	line-height:160%;
}

.work-text ul{
	font-size:75%;
	text-align:right;
	margin-top:10px;
}


.workbox{
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.workbox div{
	width:450px;
	margin:0 20px 30px 20px;
}


.length{
	width:338px !important;
}


.workboxC{
	text-align:center;
	margin:0 0 40px 0;
}

*/


/****** 案内図（map.html） ******/

#gMap{
	margin: 0 auto;
	width:98%;
	height:500px;
}


/****** 個人情報の取り扱い（privacy.html） ******/

p.pri-text{
	border:1px solid #353c3f;
	line-height:140%;
	padding:15px;
	margin:35px 10px 30px 10px;
}

p.pri-text span {
	font-size: 130%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

dl.pri-list{
	margin:0 10px;
}

dl.pri-list dt{
	margin:25px 0 5px 0;
	font-size: 130%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	border-bottom:1px dashed #353c3f;
}

dl.pri-list dd{
	margin-left:20px;
}

dl.pri-list ul{
	margin:0 0 10px 20px;
}



.pri-com{
	width: 38%;
	font-size: 95%;
	line-height:150%;
	text-align: center;
	margin:30px auto 0;
	padding: 10px;
	border:1px solid #353c3f;
}

.pri-com span{
	font-size: 130%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	display: block;
	margin-bottom: 10px;
	line-height: 210%;
	border-bottom:1px dashed #353c3f;
}


/****** お問い合わせ（contact.html） ******/

dl.cont{
	margin: 0 auto;
	width: 80%;
}

dl.cont dt{
	width:150px;
	height: 40px;
	float:left;
	font-weight:bold;
	border-bottom:3px solid #353c3f;
	text-indent:0.5em;
	padding-top: 17px;

}

dl.cont dd{
	height: 50px;
	margin-left:150px;
	border-bottom:1px dashed #353c3f;
	padding-top:10px;

}

dl.cont dt:nth-last-child(2){
	height: 90px;
}

dl.cont dd:last-child {
	height: 100px;
}

dl.cont label{
	padding:0 10px;
}

.caution_txt{
	color:red;
	font-size:85%;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 15px;
}

.caution_txt02{
	font-size:75%;
	font-weight: bold;
}

.caution{
	color:red;
	font-weight: bold;
}

.inp-text input, textarea{
	font-size:100%;
	width:60%;
	padding: 5px;
	margin: 10px;
}


textarea{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:100%;
	height:70px;
}

p.cont-bot{
	margin:30px auto;
	width:150px;
}


/****** サンクス（thanks.html） ******/

.thx{
	font-size:110%;
	margin: 30px 0;
	padding: 30px 60px;
	box-sizing:border-box;
	background-image: url(../images/thanks_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 90% 0%;
}

.thx p{
	line-height: 180%;
	margin-bottom: 50px;
}


.thx address{
	font-size:160%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}



/*================================================
 *  clearfix
 ================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.box > h3 {
	height: auto;
}

.box > div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 13px 0 45px 0;
}
.box > div > a {
	font-size: 0;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.box > div > a:nth-child(5n) {
	margin: 0 0 10px 0;
}


.box img {
	border: 1px black solid;
	box-sizing: border-box;
	width: 200px;
	height: auto;
}
