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

@media screen and (min-width: 640px){

/* 共通 */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 180%;
}
.test {
	background-color: #365376;
	border-top: 3px solid #C1D0E2;
}
a:link {
	color: #836B50;
	text-decoration: none;	
}
a:visited {
	color: #836B50;
	text-decoration: none;	
}
a:hover {
	color: #B47E1A;
	text-decoration: underline;
}
#container {
	margin: auto;
	width: 980px;
	border-right: 10px solid #A08665;
	border-left: 10px solid #A08665;
}
.title {
	margin-top: 20px;
	margin-left: 10px;
}
.tel {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:10px;
	clear: both;
}
h1 {
	float: right;
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h2 {
	font-weight: normal;
	font-size: 22px;
	clear: both;
	padding-top: 20px;
	padding-bottom:5px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #C1A786;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom:5px;
	margin-bottom: 10px;
	display: block;
	border-left: 3px solid #C1A786;
}
ul.menu {
	display: flex;
	justify-content: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 3px solid #A08665;
	border-bottom: 3px solid #A08665;
	clear: both;
}

ul.menu li {
	font-size: 17px;
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	padding-left:25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 24px;
	position: relative;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
ul.menu li:after {
	content: "▼";
	position: absolute;
	top: 28px;
	left: 41%;
	color: #A08665;
	transform: scale(1, 0.6);
}
ul.menu li:last-child {
	border-right: 1px solid #FFFFFF;
}
ul.menu li:hover {
	text-shadow: 1px 1px 2px #FF9600;
}

.contents {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.footer {
	border-top: 10px solid #A08665;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear:both;
}
.line01 {
	border-bottom: 1px dashed #A08665;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.pc-none {
	display: none;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.text-wrap {
	margin-left: 20px;
	margin-right: 20px;
	}

/* トップページ */



.index-catch {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:20px;
	line-height:300%;
	padding-top:50px;
	margin-left:20px;
	
}
.index-catch-img {
	float: right;	
	margin-left : 20px;
	-webkit-box-shadow: 2px 2px 4px #CBCBCB;
	box-shadow: 2px 2px 4px #CBCBCB;
	border-radius: 3px;
}
.reform-thum-box {
	display:inline-block;
	vertical-align:top;
	width:215px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:14px;
	line-height: 160%;
}
.reform-thum-img {
	-webkit-box-shadow: 2px 2px 4px #CBCBCB;
	box-shadow: 2px 2px 4px #CBCBCB;
	border-radius: 3px;
}
.index-banner-wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	}

/* 会社概要・お問い合わせ */

.company-staff-img {
	float: left;	
	margin-right : 20px;
	-webkit-box-shadow: 2px 2px 4px #CBCBCB;
	box-shadow: 2px 2px 4px #CBCBCB;
	border-radius: 3px;
}
.company-staff-text {
	line-height: 250%;
}


dl.company {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dl.company dt {
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;
}
dl.company dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;

}
	
/* スライドショーはじまり */
 
.slide-img {
	object-fit: cover;
	margin-top: 0px;
}

.slide {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 300px;
    margin: auto;
    border-top: 1px solid #E1E1E1;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 10s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   25% { opacity: 1 }
  50% { opacity: 1 }
  75% { opacity: 0 }
 100% { opacity: 0 }
}

/* スライドショーおわり */

	
/* リフォームの流れ */	
.flowbox-01 {
	display: table-cell;
	width: 30px;
	
}
.flowbox-02 {
	display: table-cell;
	background-color: #cfcfc7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
}
.flowbox-03 {
	display: table-cell;
	background-color: #f2f2e8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 640px;
	vertical-align: middle;
}
}





































@media all and (max-width:640px){
	
	
/* 共通 */
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 15px;
	line-height:180%;
}
a:link {
	color: #836B50;
	text-decoration: none;	
}
a:visited {
	color: #836B50;
	text-decoration: none;	
}
a:hover {
	color: #B47E1A;
	text-decoration: underline;
}
#container {
	margin: auto;
	width: 100%;
	border-right: 5px solid #A08665;
	border-left: 5px solid #A08665;
}
.title {
	margin-top: 20px;
	margin-left: 10px;
}
.tel {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:10px;
	clear: both;
}
h1 {
	float: right;
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h2 {
	font-weight: normal;
	font-size: 22px;
	clear: both;
	padding-top: 20px;
	padding-bottom:5px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #C1A786;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom:5px;
	margin-bottom: 10px;
	display: block;
	border-left: 3px solid #C1A786;
}
#burger {
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 300;
}
#burger #nav-open {
  position: absolute;
  width: 100%;
  z-index: 200;
  background: #fff;
}
#burger #nav-open a {
  position: absolute;
}
#snav {
  width: 100%;
  position: absolute;
  top: -660px;
  z-index: 100;
  transition: top 1s;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  text-align: center;
  background:#fff;
}
#snav:target {
  top: 0px;
}
.burger-menu {
	display: block;
	margin-top: 30px;
	width: 90px;
	height: 50px;
	margin-left: auto;
}
ul.menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	clear: both;
}

ul.menu li {
	font-size: 20px;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
ul.menu li:after {
	content: " ▼";
	color: #DE817E;
}
ul.menu li:last-child {
	border-right: 1px solid #FFFEF6;
}
ul.menu li:hover {
	text-shadow: 1px 1px 2px #FF9600;
}
ul.menu a:link {
	color: #333;
	text-decoration: none;
}
ul.menu a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 0px;
}
.nav-close {
	font-size: 20px;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.contents {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.footer {
	border-top: 10px solid #A08665;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear:both;
}
.line01 {
	border-bottom: 1px dashed #A08665;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.text-wrap {
	margin-left: 15px;
	margin-right: 15px;
	}
/* トップページ */



.index-catch {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:20px;
	line-height:300%;
	padding-top:50px;
	margin-left:10px;
	
}
.index-catch-img {
	-webkit-box-shadow: 2px 2px 4px #CBCBCB;
	box-shadow: 2px 2px 4px #CBCBCB;
	border-radius: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.reform-thum-box {
	float: left;
	width:215px;
	text-align:center;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:14px;
	line-height: 160%;
}
.reform-thum-img {
	-webkit-box-shadow: 2px 2px 4px #CBCBCB;
	box-shadow: 2px 2px 4px #CBCBCB;
	border-radius: 3px;
}


/* 会社概要・お問い合わせ */

.company-staff-img {
	float: left;	
	margin-right : 20px;
	-webkit-box-shadow: 2px 2px 4px #CBCBCB;
	box-shadow: 2px 2px 4px #CBCBCB;
	border-radius: 3px;
}
.company-staff-text {
	line-height: 250%;
}


dl.company {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
dl.company dt {
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;
}
dl.company dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;

}
	
/* スライドショーはじまり */
 
.slide-img {
	object-fit: cover;
	margin-top: 0px;
}

.slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15vh;
  margin: auto;
  border-top: 1px solid #E1E1E1;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 10s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   25% { opacity: 1 }
  50% { opacity: 1 }
  75% { opacity: 0 }
 100% { opacity: 0 }
}	

/* スライドショーおわり */

/* リフォーム工事の流れ */	
.flowbox-01 {
	display: table-cell;
	width: 30px;
}
.flowbox-02 {
	display: table-cell;
	background-color: #cfcfc7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 160px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
}
.flowbox-03 {
	display: table-cell;
	background-color: #f2f2e8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 400px;
	vertical-align: middle;
}
}

	
	
	
