@charset "UTF-8";
/*
Theme Name: yoshida
 */
/* =Reset default browser CSS.
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html{ font-size: 62.5% } /*初期値16pxの62.5%でルートが10px*/
body{
	line-height: 1.6;
	font-size:90%;
	font-family:"Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color:#fff;
	 -webkit-text-size-adjust: 100%;
	background:#441403;
}

body,html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}


/*全てをクリア*/
.clear {clear: both;} 

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.left{ float:left}
.right{ float:right; }
/* リンク設定
------------------------------------------------------------*/
a,a:visited{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
 color: #1d2088; }

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:rgba(194,9,12,1.00);}

 a:hover img{opacity:.7; }
/**** Clearfix ****/

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lato{font-family: 'Lato', sans-serif;}
.mincho{ font-family: YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

/* レイアウト
------------------------------------------------------------*/
.inner{margin:0 auto; max-width:1150px; width:98%;}
.wrapper{margin:0 auto 0px;font-size: 16px; font-size: 1.6rem;　padding:0 0 40px; background:#fff; color:#000; overflow: hidden; 
}
.alignleft{ float:left;}
.alignright{ float:right;}
.center{ text-align:center;}
section{ clear:both; }

/* header
----------------------------------*/
.glovalheader{  text-align: center; padding:10px; z-index: 1000; background: #fff;  
position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 65px; 
  transition: .3s;  }
.glovalheader h1 { display:block; vertical-align:middle; margin: 0px auto 0; font-size: 22px;font-size: 2.2rem; color:#000;   }
.glovalheader h1{float: left;padding: 30px 10px 0 0;}
.glovalheader h1 a{ color: #000;}
.glovalheader .glovalnav{float: right; text-align: right; padding: 0px 0; }
.glovalheader .glovalnav li{ display:inline-block; vertical-align:middle;  }

.glovalheader .glovalnav .basebtn li{ display:inline-block;  margin:0 15px; font-size: 15px;font-size:1.5rem;  }
.glovalheader .glovalnav .basebtn li:last-child{margin:0 0 0 15px;}
.glovalheader .glovalnav .basebtn li a{ color: #441403;position: relative;
  display: inline-block;
  text-decoration: none; }
.glovalheader .glovalnav .basebtn li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #441403;
  transform: scale(0.8, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.glovalheader .glovalnav .basebtn li a:hover { font-weight: bold; }
.glovalheader .glovalnav .basebtn li a:hover::after {
  transform: scale(1.2, 1); height:2px;
}
.glovalheader .glovalnav .blog li img{ width:110px; height: auto; }
.glovalheader .glovalnav .blog { margin: 0 0 8px;}
.glovalheader .headerbtn{ text-align: right; }

.page-template-page-compay .glovalheader .glovalnav .basebtn li.head-company a,.page-template-page-greeting .glovalheader .glovalnav .basebtn li.head-company a,.page-template-page-news .glovalheader .glovalnav .basebtn li.head-news a { font-weight: bold; }
.page-template-page-compay .glovalheader .glovalnav .basebtn li.head-company a::after,.page-template-page-greeting .glovalheader .glovalnav .basebtn li.head-company a::after,.page-template-page-news .glovalheader .glovalnav .basebtn li.head-news a::after {  transform: scale(1.2, 1); height:2px;}
.is-animation { background: rgba(255,255,255,1); border-bottom: 1px solid #ddd;
}
.subheader{margin:100px auto 0 ; }
.glovalnav li.sns {font-size: 18px;font-size: 1.8rem;  margin-left: 0.5em; border-radius: 50%; width:1.6em; text-align: center;  }
.glovalnav li.sns a{color:#fff; }
.glovalnav li.facebook{ margin-left: 2.5em; background: #3b5998;}
.glovalnav li.insta{ background:#E64552; }
.glovalnav li.sns:hover{ background:rgba(194,9,12,1.00) }

.glovalnav .sns li{ display: inline-block; vertical-align: middle; font-size: 18px;font-size: 1.8rem; }

/* フッター
*****************************************************/
nav.blog { text-align:center; margin: 0px 0 0; background: #f2ece2; padding: 30px 0;   }

nav.blog  li{ display: inline-block;  vertical-align: middle; margin: 15px; width: 110px !important;
	height:			110px;
	overflow:		hidden;
	margin:			0px 8px;
	position:		relative; border-radius: 50%;
}

nav.blog  li .baseimg{width: 110px !important; height:auto;}
nav.blog  li .caption {	padding-top:15px;	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
nav.blog  li .caption img{ width: auto; height: 44px; margin-left: -25px;-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;}
nav.blog  li .mask {
	width:			100%;
	height:			100%;border-radius: 50%;
	position:		absolute;
	top:			40%;	/* 枠の上に置いて表示させない */
	left:			30%;
	background-color:	rgba(68,20,3,0.8);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
nav.blog  li:hover .mask {
	top:0;	/* 下に降りてくるように見せる */
	left:0%;
}
nav.blog  li:hover{cursor: pointer; }
nav.blog  li:hover .caption img{  margin: 25px 0 0 0px;width: auto; height: 50px; }


footer  {  font-size:13px; font-size:1.3rem; margin:0px; padding:15px 0 ; text-align: center; color: #fff; letter-spacing: 0.1em;  	}
footer nav a{ color: #fff !important; }
footer nav a:hover{ color: #f2ece2!important; }

footer nav{ width:60%; text-align: left; float: left; position: relative;  }
footer nav li{ float: left;  margin: 0 20px 10px 0;  }

.footaddress{ width:35%; text-align: left; border-left: 1px solid #fff; padding: 0 0 0 30px; float: right;  min-width:360px; }
footer nav li::before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0da"; 
 padding-right:3px;
}
footer nav ul.blog{ margin-top:1.5em; }
footer nav ul.privacy{ margin: -100px 0 0 auto; text-align: right; width:14em;} 
footer nav ul.sns { margin: 0 0;}
footer nav ul.sns li::before{  display: none; }
footer nav ul.sns li{ border-radius: 50%;  margin: 0 5px 0px 0;  width:1.6em;  text-align: center; display: block;   }
footer nav ul.sns a{color:#fff;display: block;  margin: 0 auto; width:1em; }
footer nav ul.sns li:first-child { background: #3b5998;}
footer nav ul.sns li:last-child{ background:#E64552; margin: 0 5px 0px 0.5em; }
footer nav ul.sns li:hover{ background:rgba(194,9,12,1.00) }
.ssl{ position: absolute; right:10px; bottom:3em;}

.footaddress a{  color: #fff; }
.footaddress b{font-family: 'Lato', sans-serif; font-weight:bold;  font-size:20px; font-size:2.0rem;}
.footaddress strong{ margin: 0 10px; font-size:24px; font-size:2.4rem;}
.footaddress .mail img{ width:23px; height: auto; }
.footaddress .time  dt,.footaddress .time dd{ display: inline-block; vertical-align: top;}

.footaddress .time dt{  width:15% ; min-width: 5em;  }
.footaddress .time dd{ width:80%; }
.footaddress .time dd::before{ 
  content: ":"; 
 padding-right:3px;
}
.footaddress .time dd p.chui{ position:relative; padding-left: 1.2em; font-size: 12px; }
.footaddress .time dd p.chui:before{  content:"※"; position: absolute; left: 0;}


.footaddress .place{ border-top:1px solid #fff; margin: 10px 0 0; padding: 10px 0 0;}
.footaddress .place dt{ font-szie:17px; font-size:1.7rem;}
.footaddress .place dt b{ margin-left:0.5em; font-size:22px; font-size:2.2rem;font-weight:bold;}
.footaddress .place dd img{ margin-left:1em;}


#page-top1{
  display: block;
  background:#fff;
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 40px;
  width: 50px;
  height:50px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
	vertical-align:middle; border-radius:50%; }
a#page-top1 {  color:#000 !important;}
#page-top1 span {display: block; margin:5px auto 0;  font-size: 25px; font-size: 2.5rem; }
.address{ padding:10px; text-align:center;  margin:px 0 5px 0; font-size:10px; font-size:1.0rem; display:block; word-spacing: 0.5em; border-top:1px solid #fff;     }




/* トップ
*****************************************************/
.swiper-container {
        width: 100%;
        height: 560px; margin: 100px 0 0 0;
      }
      
.swiper-slide { 
        /* 画像位置の調整用 */
        text-align: center; }
.swiper-slide .txt{  margin: 0 auto; width: 100%; max-width: 1100px; text-align: right; height: 100%; }

.swiper-slide .title{ background: #fff;  background:rgba(255,255,255,0.9);  margin: 0 auto  0 0; width:160px;  color: #000; height: 100%;
 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; color: #441403; text-align: center; padding: 0 50px 0 0 ; line-height: 1.4;  }
.swiper-slide .title2{ padding: 0 60px 0 0 ;  width:150px;   }

.swiper-slide .title h1{ font-size:30px; font-size:3.0rem; font-weight:bold; height: 400px; text-align: left;}
.swiper-slide  h1 span ,.swiper-slide .title h1 b{ display: block }
.swiper-slide .title h1 span{ font-size:16px; font-size:1.6rem; font-weight:normal; }
.swiper-slide .title h1 u{ font-weight:normal; text-decoration: none;}
.swiper-slide .title h1 u.ss{ font-size:20px; font-size:2.0rem;  margin:0 0em 0 0.5em;  display: block;  }
.swiper-slide .title h1,.swiper-slide .title p{ display: inline-block; vertical-align: middle;  }
.swiper-slide .title p{ font-size:25px; font-size:2.5rem; text-align: left;   }

.page-template-page-home section.setumei{ margin: 80px auto 40px; max-width: 1200px; width: 95%; }
.page-template-page-home section.setumei img{ float: left; max-width:410px; height: auto; width:30%; }
.page-template-page-home section h2{ background: url("/img/common/gurade1.png") 50% 50% no-repeat; background-size:140px auto;font-family: "M PLUS Rounded 1c"; font-size:26px; font-size:2.6rem; height: 129px; line-height: 129px; }
.page-template-page-home section.setumei div { float: right;width:65%;}
.page-template-page-home section.setumei div h2 {background: url("/img/common/gurade1.png") 0% 50% no-repeat;background-size:140px auto; }
.page-template-page-home section.setumei div p{  max-width: 600px; margin: 0 0 1em 2em}
.page-template-page-home section.topnews{ margin: 0px auto 80px; max-width: 1100px;width: 95% }
.page-template-page-home section.topnews h2,.page-template-page-home section.jirei h2{ text-align: center;background-size:100px auto;}
.page-template-page-home section.topnews ul { margin: 0px auto; width:100%; max-width: 650px; text-align: left;  }
.page-template-page-home section.topnews ul li{ margin: 5px 0; padding:5px;  border-bottom: 1px dotted #ddd;   }
.page-template-page-home section.topnews ul li span,.page-template-page-home section.topnews ul li div,.page-template-page-home section.topnews ul li u{ display: inline-block; vertical-align: top;  }
.page-template-page-home section.topnews ul li span{ font-size:12px; padding: 0; width:4em; font-family: 'Lato', sans-serif; background: #f6c1cb; text-align: center;  }
.page-template-page-home section.topnews ul li span.new{background: #e9ec94;}
.page-template-page-home section.topnews ul li span.topics{background: #a1d8ea;}
.page-template-page-home section.topnews ul li span.info{background: #FFDD80;}
.page-template-page-home section.topnews ul li div{ font-size:14px; font-size:1.4rem; width:70%;  }
.page-template-page-home section.topnews ul li h3{ font-family: "M PLUS Rounded 1c"; text-align: left; padding: 0;  font-size:14px; font-size:1.4rem;  }
.page-template-page-home section.topnews ul li u{ margin-left: 1em; text-decoration: none; color: #441403;font-family: 'Lato', sans-serif;font-size:14px; font-size:1.4rem;  width:15%; }
.page-template-page-home section a.btn{   padding: 0.2em 0;  font-size: 14px; font-size: 1.4rem; font-weight:normal; width:200px;  display: block; text-align: center;  margin: 30px auto 0; }
.page-template-page-home section a.btn .fas{ margin-left: 0.5em;}
.page-template-page-home section.jirei{ margin: 80px auto; max-width: 1200px; }
.page-template-page-home section.jirei h4{ margin: 0 0 5px;}
.page-template-page-home section.jirei p{font-size: 14px; font-size: 1.4rem; text-align: center; margin: 10px auto 0;}
.page-template-page-home section.topnews .blogtop{  display: inline-block; width:30%; vertical-align: top; margin: 90px 0 30px; padding: 10px 0;  text-align: center;    }
.page-template-page-home section.topnews .blogtop h3{ background: url("/img/common/gurade1.png") 50% 50% no-repeat; background-size:50px auto;font-family: "M PLUS Rounded 1c";  height: 60px; line-height: 60px; }
.page-template-page-home section.topnews .blogtop ul{ width:95%; text-align: left; }
.page-template-page-home section.topnews .blogtop h4,.page-template-page-home section.topnews ul li u{ display: inline-block; vertical-align: top;  }
.page-template-page-home section.topnews .blogtop h4{ font-family: "M PLUS Rounded 1c"; text-align: left; padding: 0;  font-size:14px; font-size:1.4rem; width:60%;  }
.page-template-page-home section.topnews .blogtop ul li u{  text-decoration: none; color: #441403;font-family: 'Lato', sans-serif;font-size:14px; font-size:1.4rem;  width:30%; }
.page-template-page-home section.topnews .blogtop ul li {padding:5px 0; }
.page-template-page-home section.topnews .blogtop a.btnb{ font-size:13px; font-size:1.3rem;}
.page-template-page-home section.topnews .blogtop a.btnb .fas{ margin-left: 0.5em;}


/* 404
*****************************************************/
.no404{ margin: 40px auto; width:95%; max-width: 600px;}
.no404 h1 {text-align: center;   padding: 20px 0; vertical-align: middle;font-size:35px;font-size:3.5rem;  font-weight: normal; }

/* sub
*****************************************************/
.brown{  background:#f2ece2; }

.sub .subheader {  background-size: cover; height: 300px;  }
.sub .subheader .inner{ height: 100%;   }
.sub .subheader h1{  text-align: left; height: 100%; width: 280px; background:rgba(255,255,255,0.9); padding: 0 20px; vertical-align: middle;
 text-align: center; }
.sub .subheader h1,.sub .subheader nav{  display: inline-block;  vertical-align: bottom; text-align: left; }
.sub .subheader h1 b{ display: block; font-size:35px;font-size:3.5rem;  font-weight: normal;  margin:0; text-align: left;  margin: 70px 0 0 ;
    display: flex;
    align-items: center;
}
.sub .subheader h1 b:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.sub .subheader h1 b:after {margin-left: 0.5em;}
.sub .subheader nav{  text-align: left;  margin: 25px 0 0;}
.sub .subheader nav li{  text-align: left; margin: 0; width:100%; display:block; }
.sub .subheader nav li a{  padding:0 5px; }
.sub .subheader nav li a::before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0da"; 
 padding:0 3px 0 0 !important;
}

.sub .subnav li{  display: inline-block; }
.sub .subnav li a{ display:block; padding: 8px 8px 8px 5px; }
.sub .subnav li a::before{ 
  font-weight: normal; 
  content: " | "; 
 padding:0 8px;
}
.sub .subnav li:last-child a::after{ 
  font-weight: normal; 
  content: " | "; 
 padding:0 8px;
}
.sub .subheader .subnav li:last-child a::after{  display: none;}

.sub #contents{margin: 0 auto; width:100%;  text-align: center;}
.sub #contents article{ padding: 120px 0 50px  ; margin:-60px auto 0; max-width: 800px; width:90%; }
.sub #contents article h2,.sub #contents div h2{ background: url("/img/common/gurade1.png") 50% 50% no-repeat; background-size:140px auto;font-family: "M PLUS Rounded 1c"; font-size:26px; font-size:2.6rem; height: 129px; line-height: 129px; }
.sub #contents article h3{font-family: "M PLUS Rounded 1c"; font-size:20px; font-size:2.0rem; text-align: left; margin:15px 0 30px; position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.sub #contents article h3:before, .sub #contents article h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.sub #contents article h3:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.sub #contents article h3:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.sub #contents article p{  text-align: left; }
.sub #contents .photo{ margin:0px auto 0; text-align: center;}
.sub #contents .photo li{ display: inline-block; vertical-align: top; width:50%;}
.sub #contents .photo li img{ width:100%; height: auto; margin: 0; padding: 0; }


/*ナビ*/

.tablenav {
	color: #441403;
	background:white;
	margin: 1em auto 3em;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #441403;
	padding: 2px .4em 1px;
	border:solid 1px #441403;
	text-decoration:none;
	font-size:14px; font-size:1.4rem;
}

a.page-numbers:hover {
	color:#fff;
	background: #441403;
}

.tablenav .current {
	color: #fff;
	background: #441403;
	border-color: #441403;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:14px; font-size:1.4rem;
	font-weight:bold;
}


/*新築*/
.page-template-page-bulding .sub .subheader {   background: url("/img/building/header.jpg") 0% 50% no-repeat; background-size: cover;}

.page-template-page-bulding　.sub .subheader h1,.page-template-page-bulding　.sub .subheader h1 b {   text-align: left;}
/*リフォーム*/
.page-template-page-reform .sub .subheader {   background: url("/img/reform/header.jpg") 0% 50% no-repeat; background-size: cover;}
.page-template-page-reform .sub #contents article.no02 p{margin: 30px auto;   text-align: center; font-size:18px; font-size:1.8rem; }
.page-template-page-reform .sub #contents article.no02 p b{color: #603d34; margin: 0 5px; font-size:20px; font-size:2.0rem;}

.page-template-page-reform .sub #contents article.no02 .box{  width:45%; height: 200px; padding: 10px; display: inline-block; vertical-align: top;background: #f2ece2; text-align: left; margin:10px 5px;  }
.page-template-page-reform .sub #contents article.no02 .box:last-child{  width:95%; padding: 10px;}
.page-template-page-reform .sub #contents article.no02 .box h3{ font-size:18px; font-size:1.8rem; margin: 0 auto;   text-align: center; display: block;  }
.page-template-page-reform .sub #contents article.no02 .box h3:before, .page-template-page-reform .sub #contents article.no02 .box h3:after {  display: none;
}
.page-template-page-reform .sub #contents article.no02 .box li{ margin: 5px 0 5px 40px; }
.page-template-page-reform .sub #contents article.no02 .box li:before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; color: #603d34;
  content: "\f14a"; font-size:18px;
  padding-right:8px; margin: 0 0 0 -22px
}
.page-template-page-reform .sub #contents article.no02 .box:last-child li{  display: inline-block; vertical-align: top; width:27%;}
.page-template-page-reform .sub article h4.ree{ color: red }
.page-template-page-reform .sub #contents article.no02 .box:last-child li:last-child{ text-align: center; }
.page-template-page-reform .sub #contents article.no02 .box:last-child li:last-child:before{  display: none;} 

/*新着*/
.page-template-page-news .sub .subheader {   background: url("/img/company/header.jpg") 0% 50% no-repeat; background-size: cover;}
.page-template-page-news .sub ul { margin: 80px auto; width:95%; max-width: 800px;  text-align: left;  }
.page-template-page-news .sub ul li{ margin: -80px 0 80px; padding:100px 0 80px;  border-bottom: 1px dotted #ddd;   }
.page-template-page-news .sub ul li span,.page-template-page-news .sub ul li h3{ display: inline-block; vertical-align: middle; }
.page-template-page-news .sub ul li span{ font-size:12px; padding: 0; width:4em; font-family: 'Lato', sans-serif; background: #f6c1cb; text-align: center;  }
.page-template-page-news .sub ul li span.new{background: #e9ec94;}
.page-template-page-news .sub ul li span.topics{background: #a1d8ea;}
.page-template-page-news .sub ul li span.info{background: #FFDD80;}
.page-template-page-news .sub ul li h3{ margin-left: 1em; font-family: "M PLUS Rounded 1c"; font-size:20px; font-size:2.0rem; text-align: left; padding: 0;   }
.page-template-page-news .sub ul li u{  display: block;  text-align: right; text-decoration: none; }
.page-template-page-news .sub ul li div{margin: 0 0 0 70px;}

a.down ,a.link { margin:0 10px 0 2em; display: block; }
a.down:before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; color: #603d34;
  content: "\f019"; font-size:18px;
  padding-right:8px; margin: 0 0 0 -22px
}
a.link:before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; color: #603d34;
  content: "\f0c1"; font-size: 18px;
  padding-right:8px;margin: 0 0 0 -22px
}

/*パンくず00*/
.breadcrumb {
  padding-left:0;
  margin:10px auto; text-align: left; width:90%; max-width: 1100px;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none; font-size:14px; 
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

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

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*company*/
.page-template-page-compay .sub .subheader,.page-template-page-greeting .sub .subheader {   background: url("/img/company/header.jpg") 0% 50% no-repeat; background-size: cover;}
.page-template-page-compay .sub dl{ margin: 30px auto; width:95%; max-width: 700px;}
.page-template-page-compay .sub dl dt,.page-template-page-compay .sub  dl dd{  display: inline-block; vertical-align: top; text-align: left; padding:15px 10px; margin: 0 ; }
.page-template-page-compay .sub dl dt{  width:30%; border-top: 1px solid #999;}
.page-template-page-compay .sub  dl dd{  width:60%;border-top: 1px solid #ddd; }
.page-template-page-compay .sub dl dt:first-child{  border-top: 1px solid #999;}
.page-template-page-compay .sub  dl dd:nth-of-type(1){ border-top: 1px solid #ddd; }
.page-template-page-compay .sub dl dt:nth-of-type(12),.page-template-page-compay .sub article#no01 dl dt:nth-of-type(10){  border-bottom: 1px solid #999; height: 3.2em}
.page-template-page-compay .sub  dl dd span{  display: block;}
.page-template-page-compay .sub  dl dd:last-child{ border-bottom: 1px solid #ddd; }
.page-template-page-compay .sub #contents article.no02 dt span{   margin-left: 2em; }
.page-template-page-compay .sub #contents article.no02 dt b{text-align: right; margin-left: 1.5em; font-weight: normal; }
.page-template-page-compay .sub #contents article.no02 dt b.keta2{ margin-left:1em;  }
.page-template-page-compay .sub #contents article.no02 dt {width:20%; }
.page-template-page-compay .sub #contents article.no02 dd{width:70%; }

.page-template-page-greeting .sub #contents .no01 h3{font-family: "M PLUS Rounded 1c"; font-size:20px; font-size:2.0rem; text-align: left;  margin:30px 0 30px;  }
.page-template-page-greeting .sub #contents .no01 img{ width:90%; float: right; height: auto; max-width: 250px; margin: 30px 15px 15px; }
.page-template-page-greeting .sub #contents .no01 img.mob{  display: none;  }
.page-template-page-greeting .sub #contents .photo li{ display: inline-block; vertical-align: top; width:33%;}
.page-template-page-greeting .sub #contents .no01 p{  text-align: left; margin-bottom: 1em; }

.page-template-page-greeting .sub #contents ol li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.page-template-page-greeting .sub #contents ol{	counter-reset:li; margin:30px auto; text-align: left;  width:90%; max-width:500px;  text-align: left;  
}
.page-template-page-greeting .sub #contents ol li{
	position:relative;
	display: inline-block; 
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
	font-size:20px; font-size:2.0rem; width:35%; 
}
.page-template-page-greeting .sub #contents ol li:nth-child(2n){width:50%; }
.page-template-page-greeting .sub #contents ol li:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}
.page-template-page-compay .sub .no03{ margin-top:-60px; padding: 120px 0 0; }
.page-template-page-compay .sub .no03 dl dt{  width:20%;border-top: 1px solid #ddd; }
.page-template-page-compay .sub .no03  dl dd{  width:70%;border-top: 1px solid #ddd; }
.page-template-page-compay .sub .no03 dl dt,.page-template-page-compay .sub .no03 dl dd{  display: inline-block; vertical-align: top; text-align: left; padding:8px 10px; margin: 0 ; }
.page-template-page-compay .sub .no03 dl{ border-bottom: 1px solid #ddd; }
.page-template-page-compay .sub .no03 dl dd:nth-of-type(5){ border: none; border-top: 1px solid #ddd; }
.page-template-page-compay .sub .no03 iframe.map{ width:100%; height: 250px; }
.page-template-page-compay .sub .no03  ul{ margin:30px auto; text-align: left;  width:90%; max-width:600px;font-size:16px; font-size:1.6rem;  }
.page-template-page-compay .sub .no03  ul .fas{ margin-right:0.5em }
.page-template-page-compay .sub .no03  dd p{ position:relative; padding-left: 1.2em; font-size: 12px; }
.page-template-page-compay .sub .no03  dd p:before{  content:"※"; position: absolute; left: 0;}

/*新築*/
.page-template-page-bulding .sub article.no01 p{  text-align: left; margin: 20px auto; width:90%; max-width: 40em;  }
.page-template-page-bulding .sub article.no01 ul.ex{ margin: -1em 0 -1em 5em; width:auto;  }
.page-template-page-bulding .sub article.no01 ul.ex li{ margin: 0 0 0 2em; text-align: left; }
.page-template-page-bulding .sub article.no01 ul.ex li:before{ content:"・"; margin-left: -1em;}

.page-template-page-bulding .sub #contents article.no01 h2,.page-template-page-bulding .sub #contents article.no02 h2{  line-height: 1.4; padding: 40px 0 0 }
.page-template-page-bulding .sub #contents article.no03 h2{  line-height: 1.4; padding: 40px 0 0 }

.page-template-page-bulding .sub #contents article.no02 h3{ margin:0px 0 0px;}
 .page-template-page-bulding .sub #contents article.no03 h4 { text-align: left;  margin: 40px auto; width:100%; max-width: 700px;  }
 .page-template-page-bulding .sub #contents article.no03 h4 span { color: #603d34;
	font-weight: bold; font-size:18px; font-size:1.8rem;  border-left: 5px solid #603d34; padding-left: 8px;  }
 .page-template-page-bulding .sub #contents article.no03 h4 span,.page-template-page-bulding .sub #contents article.no03 h4 img{ display: inline-block; vertical-align: middle;}
.page-template-page-bulding .sub #contents article.no03 h4 img{ margin-left: 3em;}
.page-template-page-bulding .sub article.no03 p{  text-align: left; margin: 20px auto; width:90%; max-width: 700px;  }
.page-template-page-bulding .sub #contents article.no03 a{  display: block;  text-align: right;  margin:10px auto; width:90%; max-width: 700px;  }
.page-template-page-bulding .sub #contents article.no03 a:after{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0da"; 
 padding-left:3px;
}
.page-template-page-bulding .sub #contents article.no03 .second{ margin-top: 100px;}
.page-template-page-bulding .sub #contents article.no03 h5{ text-align: left;  color: #AD0C0F; margin: 20px auto 0 ; width:90%; max-width: 700px; text-align: right; padding:0 8px;  }
.page-template-page-bulding .sub #contents article.no03 h5 .fas{ margin-right:0.5em; color: #AD0C0F;}
/*フローチャート*/
.step {
  color: #000000;
  list-style: none;
  overflow: hidden;
  padding-top: 20px;
  border-radius: 4px 4px 0 0;
}
.step li {
  background: linear-gradient(#FEFEFE, #F3F5F5);
  background: -o-linear-gradient(#FEFEFE, #F3F5F5);
  background: -ms-linear-gradient(#FEFEFE, #F3F5F5);
  background: -moz-linear-gradient(#FEFEFE, #F3F5F5);
  background: -webkit-linear-gradient(#FEFEFE, #F3F5F5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3F5F5), color-stop(0.00, #FEFEFE));
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #000000;
  display: block;
  float: left;
  line-height: 15px;
  min-width: 100px;
  padding: 0 8px 0 40px;
  text-align: center;
  text-decoration: none;
}
.step li h4{ margin: 23px 0  ; text-align: center;}
.step li.setu p{ font-size:14px;font-size:1.4rem; }
.step li h4,.step li p{  display: inline-block; vertical-align: middle;}

/* 三角形下部 */
.step li::after {
  background: linear-gradient(#F9FAFA, #F4F6F6);
  background: -o-linear-gradient(#F9FAFA, #F4F6F6);
  background: -ms-linear-gradient(#F9FAFA, #F4F6F6);
  background: -moz-linear-gradient(#F9FAFA, #F4F6F6);
  background: -webkit-linear-gradient(#F9FAFA, #F4F6F6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F4F6F6), color-stop(0.00, #F9FAFA));
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  content: " ";
  display: block;
  height: 31px;
  margin: -30px -35px -1px auto;
  position: relative;
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  width: 30px;
}
.step li:first-child {
  border-left: 1px solid #bbb;
  padding-left: 10px;
}

/* 三角形上部 */
.step li::before {
  background: linear-gradient(#FEFEFE, #F9FAFA);
  background: -o-linear-gradient(#FEFEFE, #F9FAFA);
  background: -ms-linear-gradient(#FEFEFE, #F9FAFA);
  background: -moz-linear-gradient(#FEFEFE, #F9FAFA);
  background: -webkit-linear-gradient(#FEFEFE, #F9FAFA);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9FAFA), color-stop(0.00, #FEFEFE));
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  content: " ";
  display: block;
  float: right;
  height: 31px;
  margin: -1px -35px -30px auto;
  transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  width: 30px;
}

.page-template-page-bulding .sub #contents .wb h3{ float: none; display:inline-block; vertical-align: middle; text-align: center;  color: #00a051; }
.page-template-page-bulding .sub #contents .wb h3 span{  display: block; font-size:18px;font-size:1.8rem;;}
.page-template-page-bulding .sub #contents .wb h3:before,.page-template-page-bulding .sub #contents .wb h3:after,.page-template-page-bulding .sub #contents .se h3:before,.page-template-page-bulding .sub #contents .se h3:after{ display: none; }
.page-template-page-bulding .sub #contents .wb li{  display: inline-block; vertical-align: top; width:60%;}
.page-template-page-bulding .sub #contents .wb li:nth-child(2) {  width:38%;}
.page-template-page-bulding .sub #contents .wb  img {width: 95%; max-width: 500px; height: auto; margin: 0 auto;}
.page-template-page-bulding .sub #contents .se img {width: 95%; max-width: 300px; height: auto; margin: 0 auto;}
.page-template-page-bulding .sub #contents .wb li img{ border-radius: 50%; width:90%; height: auto;}
.page-template-page-bulding .sub #contents .wb li{position: relative;/*相対配置*/}
.page-template-page-bulding .sub #contents .wb li div{position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 0;
  left: 0;
  }
.page-template-page-bulding .sub #contents .wb li div p {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 30px 5px 0;
  width:180px;
  height: 90px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  background: #441403;
  border-radius: 50%;
  box-sizing: border-box;
}

.page-template-page-bulding .sub #contents .wb li div p:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  margin-top: -5px;
  border: 15px solid transparent;
  border-left: 15px solid #441403;
  z-index: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.page-template-page-bulding .sub #contents .se{  text-align: center; }
.page-template-page-bulding .sub #contents .se h3{  clear: both; color: #3d1063; text-align: center;  }
.page-template-page-bulding .sub #contents .se li {display: inline-block; vertical-align: top; margin: 0 10px; }
.page-template-page-bulding .sub #contents .se li img{ border-radius: 5%; width:auto; height: 250px;}


.page-template-page-bulding .sub #contents   div.ex p a,.page-template-page-reform .sub #contents  div.ex p a{    text-align: center;font-size: 14px; font-size: 1.4rem; margin: 10px;  }

.sub div.ex h3.re {font-family: "M PLUS Rounded 1c"; font-size:18px; font-size:1.8rem;  margin:60px auto 10px;display: flex; max-width:1000px; width:100%;
	align-items: center;
}
.sub div.itemcontainer a.btn{   padding: 0.3em 0;  font-size: 16px; font-size: 1.6rem; font-weight:normal; width:300px;  display: block; text-align: center;  margin: 30px auto 0; }
.sub div.itemcontainer p.bt{    text-align: center;font-size: 14px; font-size: 1.4rem; margin: 10px;  }

.sub div.ex h3.re:before, .sub div.ex h3.re:after { content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}



.sub div.ex h3.re:before {margin-right: .4em;}
.sub div.ex h3.re:after { margin-left: .4em;}
.sub div.ex{ max-width:900px !important; width:90%; margin:20px auto;    }
.sub div.ex ul { text-align: center; padding: 0!important; width:100%;  }
.sub div.ex li {  display: inline-block; width:45%; vertical-align: top; text-align:left;  margin: 30px 10px!important; padding: 0!important;text-align: left; }
.sub div.ex li img{ width:95%; margin: 0 auto!important;  height: auto; padding: 0!important; }
.sub div.ex li h4{ font-size:16px; font-size:1.6rem; text-align: left; margin: 0.5em auto 0 ;   line-height: 1.4;width:95%;}
.sub div.ex li p{ margin:0px auto 0; color: #000;font-size:14px; font-size:1.4rem;width:95%; }
.sub div.ex li b{font-size: 12px; font-size: 1.2rem; font-weight:normal; width:6em;   text-align: right;  margin: 0 auto; width:95%;    padding: 0; display: block; }
.sub div.ex { padding: 60px 0 ; margin: 0 auto; max-width: 100%; }

/* GENERAL BUTTON STYLING */
.sub div.ex a.btn{   padding: 0.5em 0;
  font-size: 16px; font-size: 1.6rem; font-weight:normal; width:200px;  display: block; text-align: center;  margin: 10px auto; }

.btn,
.btn::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn {
  background: none;
  border: 1px solid #603d34;
  color: #603d34;
  display: block;
  font-weight: bold;
  margin: 1em auto;

  position: relative;
  text-transform: uppercase;
}

.btn::before,
.btn::after {
  background: #603d34;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn:hover {
  color: #fff;
	background: #603d34;
}

/* BUTTON 1 */
.btn::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn:hover:after {
  height: 100%;
}


/*一覧事例*/
.page-template-page-jirei .sub .subheader,.tax-construction .sub .subheader,.single-ex .sub .subheader {   background: url("/img/ex/header.jpg") 0% 65% no-repeat; background-size: cover;}
.sub .ex2 ul { max-width:1200px; width:90%; margin:20px auto; text-align: left;   }
.sub .ex2 li {  display: inline-block; width:33%; vertical-align: top; text-align:left;  margin: 20px 0 !important; padding: 0!important;text-align: left; }
.sub .ex2 li img{ width:90%; margin: 0 auto!important;  height: auto; padding: 0!important; display: block;  }
.sub .ex2 li h4{ font-size:16px; font-size:1.6rem; text-align: left; margin: 0.5em auto 0 ;   line-height: 1.4;width:90%;}
.sub .ex2 li p{ margin:0px auto 0; color: #000;font-size:14px; font-size:1.4rem;width:90%; }
.sub .ex2 li b{  font-size: 12px; font-weight:normal; width:6em; text-align: right;  margin: 0 auto; width:90%;    padding: 0; display: block; }
.sub .ex2 { padding: 0px 0 60px; margin: 0 auto; max-width: 100%; }
.single-ex  article p{ background:#f0f0f0; padding: 15px; text-align: left; margin: 0 0 80px;}

.sub #contents div.ex2 h2 { background: none;  font-family: "M PLUS Rounded 1c";  margin:60px auto 10px;display: flex; max-width:1200px; width:100%;
	align-items: center;
}
.sub #contents div.ex2 h2:before,.sub #contents div.ex2  h2:after { content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.sub #contents div.ex2 h2:before {margin-right: .4em;}
.sub #contents div.ex2  h2:after { margin-left: .4em;}


/*物件情報*/


.page-template-page-information .sub #contents  h2 {  font-family: "M PLUS Rounded 1c";  margin:60px auto 30px !important;display: flex; max-width:1200px; width:100%; text-align: left; height: auto;
align-items: left; line-height: 0; padding: 0 !important; 
}
.page-template-page-information .sub #contents  h2:after { content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.page-template-page-information .sub #contents  h2:after { margin-left: .4em;}

.page-template-page-information .sub .subheader {   background: url("/img/info/header.jpg") 0% 50% no-repeat; background-size: cover;}
.page-template-page-information  .sub table{ margin:40px auto 150px;}
.page-template-page-information  .sub th  span,.page-template-page-news .sub  th h4{ display: inline-block; vertical-align: middle; margin: 0 5px; }
.page-template-page-information .sub  th span{ font-size:12px; padding: 0; width:4em;   background: #FFF6CC;  text-align: center;  }
.page-template-page-information .sub th  span.new{background: #f6c1cb;}
.page-template-page-information .sub td a.down{ display: block;	font-size:14px; font-size:1.4rem; margin: 0.5em 0 0.5em 2.5em;}
.page-template-page-information .sub td p.red{ font-size:14px; font-size:1.4rem; color:#bb0000; margin: 0 0 0 2em;}
.page-template-page-information .sub td p.red::before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f069"; 
 padding-right:3px; margin: 0 0 0 -1em;
}
.col-head-type1 {
  border-collapse: collapse;border: 1px solid #666;  
  width: 100%; margin: 20px auto 80px;
}
 
.col-head-type1 th {
  border: 1px solid #666;  
  padding: 8px;
}
.col-head-type1 td { border-bottom: 1px solid #666;  padding: 8px;
}
.col-head-type1 th {
  background: #f0f0f0;
  text-align: left;
  width:300px;
}

/*プライバシーポリシー*/
.page-template-page-privacy .sub .subheader {   background: url("/img/company/header.jpg") 0% 50% no-repeat; background-size: cover;}
.page-template-page-privacy  .sub  article dl{   text-align: left;  }
.page-template-page-privacy  .sub  article dl dt{ margin:40px 0 0;font-size:18px; font-size:1.8rem; text-align: left; }
.page-template-page-privacy  .sub  article dl dd{ margin:1em;  text-align: left; }
.page-template-page-privacy .sub #contents  article dl  h3{ font-size:16px; font-size:1.6rem; color: #603d34; margin: 1em 0 0 0 ; padding:0 10px ; }
.page-template-page-privacy .sub #contents  article dl ul{  margin:0.5em 1em;}
.page-template-page-privacy .sub #contents  article dl ul li::before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f14a"; 
 padding-right:3px; 
}
.page-template-page-privacy .sub #contents  article dl ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.page-template-page-privacy .sub #contents  article dl ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0 0.5em 0.5em 30px;
}

.page-template-page-privacy .sub #contents  article dl ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #603d34;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  font-size: 16px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-page-privacy .sub #contents  article dl .jyusho{ margin:1em; padding: 15px; background: #f0f0f0;}
.page-template-page-privacy .sub #contents  article dl .jyusho span  { margin-left:1em;}


/*お家*/
.page-template-page-ouchi .sub .subheader { background: url("/img/ouchi/titgle.jpg") 0% 15% no-repeat; background-size: cover;}
.page-template-page-ouchi .sub .subheader span{ display: block; color: #1d2088;}
.page-template-page-ouchi .sub #contents { background:url("/img/ouchi/foot.jpg") 0% 100% no-repeat;  height: 100%;}
.page-template-page-ouchi .sub article .ouchilogo{  text-align: center;  }
.page-template-page-ouchi .sub article p.top{ margin:1.5em 1em; text-align: center; line-height: 1.8; font-size:20px; font-size:2.0rem; color: #6F2425;  }
.page-template-page-ouchi .sub article p{ margin:1.5em 1em;}
.page-template-page-ouchi .sub article ul li{ display: inline-block; vertical-align: middle; margin: 15px -5px; width:33%; 
  mix-blend-mode: multiply; }
.page-template-page-ouchi .sub article ul li img{ width:100%; height: auto;  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%; }
.page-template-page-ouchi .sub article ul li:nth-child(2) img{  border-radius: 80% 30% 50% 50%/50%;
}
.page-template-page-ouchi .sub article ul li:last-child img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;}
.page-template-page-ouchi .sub article a.ouchi{ display: block; text-align: center; font-size:14px; font-size:1.4rem;}
.page-template-page-ouchi .sub article a.ouchi img{  margin: 0 auto 5px; width:auto; max-width: 95%;}
.page-template-page-ouchi .sub article a.ouchi img,.page-template-page-ouchi .sub article a.ouchi span{  display:inline-block; text-align: left; vertical-align: middle; margin: 5px;}
.page-template-page-ouchi .sub  dl{ text-align: left; margin: 20px auto 20px; width:90%; max-width:600px; padding: 0 0 150px; }
.page-template-page-ouchi .sub  dl dt{  font-soze:1.8px; font-size:1.8rem; padding: 1em 1em 0.5em; }
.page-template-page-ouchi .sub  dl dt::before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0c1";  color: #6F2425;
 padding-right:3px; margin: 0 ;
}
.page-template-page-ouchi .sub  dl dd{ border-bottom:1px solid  #6F2425; padding: 0 0 1em 2em; }
.page-template-page-ouchi .sub .tosns { margin: 40px auto ;  padding: 0; background:#F6EFD4; padding: 20px 0; width:90%; max-width: 600px;}
.page-template-page-ouchi .sub .tosns ol{ margin: 0 0 10px ; }
.page-template-page-ouchi .sub ol li { display: inline-block;  vertical-align: middle;margin: 0; padding: 0; }
.page-template-page-ouchi .sub ol li.sns {vertical-align: middle; font-size: 25px;font-size: 2.5rem;  margin-left: 0.5em; border-radius: 50%; width:1.6em; text-align: center;  }
.page-template-page-ouchi .sub ol li  a{color:#fff; }
.page-template-page-ouchi .sub ol li img{ width:auto; height:40px; }
.page-template-page-ouchi .sub ol li.facebook{  background: #3b5998;}
.page-template-page-ouchi .sub ol li.insta{ background:#E64552; }
.page-template-page-ouchi .sub ol li.sns:hover{ background:rgba(194,9,12,1.00) }

/*お問い合わせ*/
.page-template-page-toiawase .sub .subheader {   background: url("/img/company/header.jpg") 0% 50% no-repeat; background-size: cover;}
.page-template-page-toiawase .entry-header{  display: none; }
.page-template-page-toiawase .sub  article dl dt,.page-template-page-toiawase .sub  article dl dd{ display:inline-block;  vertical-align: top; padding: 15px 0; border-top:1px dotted #999;  font-size:14px;font-size:1.4rem;  }
.page-template-page-toiawase .sub  article dl dt{ width:30%; text-align: left;}
.page-template-page-toiawase .sub  article dl dt:before{ content:"通常"; width:2em; font-size:12px; padding:2px 5px; color: #fff; margin-right: 0.5em; border-radius:2px;  }
.page-template-page-toiawase .sub  article dl dt.hissu:before{ content:"必須";background:#6F2425;    }

.page-template-page-toiawase .sub  article dl dd{ width:65%; text-align: left;}
.page-template-page-toiawase .sub  article dl dd li{  margin:0 0 0.5em;font-size:14px;font-size:1.4rem; }
.page-template-page-toiawase .sub  article dl dd li .fas{ color:#6F2425; margin-right:0.5em; font-size:13px;font-size:1.3rem; }
.page-template-page-toiawase .entry-content p{ margin:0px auto 20px; width:90%; text-align: left;  }

/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/

textarea,input[type="email"],
input[type="number"],
input[type="text"] {
    width: 90%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}

.page-template-page-toiawase .button {  display: block; margin: 30px auto; 
  position: relative;
  z-index: 2;font-size:14px;font-size:1.4rem;
  background-color: #6F2425;
  border: 2px solid #6F2425;
  color: #fff;
  line-height: 50px;
}
.page-template-page-toiawase .button:hover {
  background-color: #fff;
  border-color: #1d2088;
  color: #1d2088;
}
.page-template-page-toiawase .button::before,
.page-template-page-toiawase .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #6F2425;
}
.page-template-page-toiawase .button::before {
  right: 0;
}
.page-template-page-toiawase .button::after {
  left: 0;
}
.page-template-page-toiawase .button:hover::before,
.page-template-page-toiawase .button:hover::after {
  width: 0;
  background-color: #1d2088;
}
.page-template-page-toiawase .back {  display: block; margin: 30px auto; 
  position: relative;
  z-index: 2; font-size:14px;font-size:1.4rem;
  background-color: #999;
  border: 2px solid #999;
  color: #fff;
  line-height: 40px;
}
.page-template-page-toiawase .back:hover {
  background-color: #fff;
  border-color: #fff;
  color: #999;
}
.page-template-page-toiawase .back::before,
.page-template-page-toiawase .back::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #999;
}
.page-template-page-toiawase .back::before {
  right: 0;
}
.page-template-page-toiawase .back::after {
  left: 0;
}
.page-template-page-toiawase .back:hover::before,
.page-template-page-toiawase .back:hover::after {
  width: 0;
  background-color: #fff;
}

/**
 * 14.0 - Media Queries
 */

@media only screen and (max-width: 1299px){  }

 @media only screen and (max-width: 1100px){.glovalheader .glovalnav .basebtn li{  margin:0 10px;}
	 footer nav{  margin: 0 0 0 10px; width:45%;  }
}
@media only screen and (max-width: 1030px){
	 .page-template-page-home section.setumei div h2 { line-height: 1.4; padding: 50px 0 0 0; }
}
@media only screen and (min-width: 1001px){ .menu-btn,　.pushy{ display:none; } }

 @media only screen and (max-width: 1000px){.glovalnav{ display:none; } 
	.glovalheader h1{float: left;padding:15px 0px 0 0;}
 /* menu-btn */
    .menu-btn,.pushy-link{text-align: center;border: 0;-webkit-appearance: button;cursor: pointer;border-radius: 50%;background-color: #fff;box-shadow: 0 0 5px 0 rgba(10,10,50,0.15);cursor: pointer;-webkit-transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);width: 50px;height: 50px;position: fixed;z-index: 15;top: 10px; right:10px; color: #000; cursor: pointer; line-height: 50px; font-size:13px; font-size: 1.3rem;font-family: 'Lato', sans-serif;}
    .menu-btn:hover{box-shadow:0 0 0 0 rgba(10,10,50,0.15)}
	.pushy-link:hover{-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) inset;
-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,0.4) inset;
-o-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) inset;
-ms-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) inset;
}
 .glovalheader{ padding:10px 10px 0; 
  height: 50px;  }
	 
.page-template-page-home section.setumei img{ float: left; max-width:410px; height: auto; width:50%; }
.page-template-page-home section.setumei div { float: right;width:50%;}
.page-template-page-home section.setumei div p{max-width: 600px; margin: 0 0 0 0em}

.ssl{ position: absolute; right:-50px;; bottom:3em;}
	 
	}
@media only screen and (max-width: 900px){.step{
  list-style-type: none;
  padding:0;
  margin:0 auto; width:90%; max-width:400px;
}
.step li,.step li:first-child{float: none; 
  position: relative;
  width:90%;  
  background: #fff;
  padding: 1em;
  margin:0 auto 2em;
  text-align:center;
 border: 1px solid #bbb; padding: 10px;
}
.step li h4,.step li.setu h4{ margin: 10px 0 5px 0; text-align: left;}
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 40%;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 10px 50px 0 50px;
  z-index: 1;
}
/* 三角形上部 */
.step li::before,.step li.last:after { display:none;}
.page-template-page-home section.topnews .blogtop{  display: block; width:80%; margin: 30px auto;  }
.page-template-page-home section.topnews .sha{  margin: 60px auto 10px;  }
		
/*リフォーム*/
.page-template-page-reform .sub #contents article.no02 .box:last-child{height: auto;  }
.page-template-page-reform .sub #contents article.no02 .box:last-child li{ margin: 5px 0 5px 20px; }	
.page-template-page-reform .sub #contents article.no02 .box:last-child li:nth-child(3n+1){ margin: 5px 0 5px 40px; }

.page-template-page-bulding .sub article.no01 ul.ex{ margin: -1em 0 -1em 1em; width:auto;  }
}


@media only screen and (max-width: 800px){
#page-top1{
  bottom: 5px;
  right: 5px;
  width: 30px;
  height:30px;}
#page-top1 span {display: block; margin:0 auto 0;  font-size: 20px; font-size: 2.0rem; }
.takeout ul li ,.reservation li{  margin: 10px 15px 20px;   }
	
footer {  font-size:16px; font-size:1.6rem; 	}
footer nav{ width:100%; float:none; border-bottom: 1px dotted #fff; margin: 0 0 0 0px;  }
footer nav li{ float:none;  display: inline-block;  margin: 0;  width:50%; border-bottom: 1px dotted #fff;  }
.footaddress{ width:90%; float:none;  min-width:auto; padding: 0; margin:20px auto 0; border:none; }

footer nav li a{ display: block;  padding:10px;}
footer nav li::before{ display:none;}
footer nav li a::before{ 
font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0da"; 
 padding-right:3px;
}
footer nav ul.blog{ margin-top:0em;  }
footer nav ul.privacy{ margin: 0 0 0 auto; text-align: right; width:auto;} 
footer nav ul.privacy li{ border: none; }
footer nav li a:hover{background:#c33533}
footer nav ul.sns{  text-align: center; margin: 20px auto 0; }
footer nav ul.sns li::before{  display: none; }
footer nav ul.sns li{ display: inline-block; border: none;  }
footer nav ul.sns a{padding:0px;}
footer nav ul.sns li a::before{  display: none;}
	


	.page-template-page-reform .sub #contents article.no02 p{margin: 30px auto;   text-align: left; width:90%; }
	
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto; border: none;
  }
	.page-template-page-information  .sub th  span,.page-template-page-news .sub  th h4{ display: inline-block; vertical-align: middle; margin: 0 5px 0 0; }
	.ssl{ position: absolute; right:10px; bottom:3em;}
}
@media print, screen and (max-width: 768px) {
  .steps-title {
    width: 80%;
    margin: 0 auto 30px;
    background: #eaeebb;
    text-decoration: none;
    color: #444;
    position: relative;
    height: auto;
    text-align: center;
    padding: 10px;
  }
  .steps-title::after {
    content: "";
    display: block;
    border-top: 20px solid #eaeebb !important;
    border-right: 38vw solid transparent !important;
    border-left: 38vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px !important;
    top: auto !important;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -38vw;
  }

	.sub #contents article h2,.sub #contents div h2{ font-size:22px; font-size:2.2rem; }
	.sub #contents article h3{font-size:18px; font-size:1.8rem; margin: 15px 0 ; } 
 
.swiper-container {height:400px;}
.swiper-slide .txt{  margin: 0 auto; width: 100%; max-width: 1100px; text-align: right; height: 100%; padding: 0;  }

.swiper-slide .title{ margin: 0 0 0 auto; width:120px;  background:rgba(255,255,255,0.9);
padding: 15px 0; line-height: 1.4;  }
.swiper-slide .title h1{ font-size:20px; font-size:2.0rem;  height: auto; }
.swiper-slide .title h1 span{ font-size:16px; font-size:1.6rem; font-weight:normal; }
.swiper-slide .title h1 u{  font-weight:normal; text-decoration: none; }
.swiper-slide .title h1,.swiper-slide .title p{ display: block;  }
.swiper-slide .title p{ font-size:16px; font-size:1.6rem; text-align: right; margin-bottom: 2em;   }

.page-template-page-bulding .sub #contents .wb li div{
  top: -40px;
  left: 0;
  }
	
}
@media only screen and (max-width: 667px){ footer {  font-size:14px; font-size:1.4rem; 	}
.page-template-page-home section.topnews .sha{ margin: 30px auto 10px;  }
.page-template-page-home section.topnews .blogtop{  display: block; width:95%; margin: 20px auto;  }
.page-template-page-home section.topnews .blogtop u{  margin:0;  }
	
	/*company*/
.page-template-page-compay .sub dl dt,.page-template-page-compay .sub  dl dd{  display: block;  text-align: left; padding:8px 15px; margin: 0 auto ; border: none; }
.page-template-page-compay .sub dl dt{  width:95%; border-top: 1px solid #999; background:#e0d5c6;}
.page-template-page-compay .sub  dl dd{ width:95%; }
.page-template-page-compay .sub dl dt:first-child{  border-top: 1px solid #999;}
.page-template-page-compay .sub  dl dd:nth-of-type(1){ border: none; }
.page-template-page-compay .sub dl dt:nth-of-type(12){ border: none; border-top: 1px solid #999;}
.page-template-page-compay .sub  dl dd:last-child{  border: none; border-bottom: 1px solid #999; }
	.page-template-page-compay .sub #contents article.no02 dt {background:#e0d5c6;}
.page-template-page-compay .sub #contents article.no02 dt span{ width:5em; text-align: right; }
.page-template-page-compay .sub #contents article.no02 dt span:nth-child(2){ width:4em; }
.page-template-page-compay .sub #contents article.no02 dt { width:95%; }
.page-template-page-compay .sub #contents article.no02 dd{ width:95%; }
.page-template-page-compay .sub  dl dd span{ margin-left:0em;  display: block;  }
.page-template-page-compay .sub .no03  dl dt,.page-template-page-compay .sub .no03  dl dd{ width:95%; }
.page-template-page-compay .sub .no03  ul{ font-size:14px; font-size:1.4rem;  }
.page-template-page-greeting .sub #contents .no01 img{ display: block;  float: none; height: auto; margin: 30px auto 15px; }

.page-template-page-news .sub ul li span,.page-template-page-news .sub ul li h3{ display:block; }
.page-template-page-news .sub ul li h3{ margin-left: 0;  }
.page-template-page-news .sub ul li div{margin: 0;}


.page-template-page-home section.setumei img{ float: none; display: block;  max-width:300px; height: auto; width:90%; margin: 0 auto; }
.page-template-page-home section.setumei div { float: none;  height: auto; width:90%; margin:10px auto 0; }

.page-template-page-home section.topnews ul li div{ display: block;  width:100%;  }
.page-template-page-home section.topnews ul li u{  width:60%; }
.sub .subheader { height:230px;  }
.sub .subheader h1 b{ display: block; font-size:25px;font-size:2.5rem;  font-weight: bold;  margin:0; text-align: left;  margin: 50px 0 0 ;
    display: flex;
    align-items: center;
}	
.sub .subheader h1 b:after { display: none;}
.sub .subheader nav{  text-align: left;  margin: 5px 0 0;}
.sub .subheader nav li{  text-align: left; margin: 0;  width:100%; display:block; }
.sub .subheader nav li a{  padding:0 5px; }
.sub #contents article{ padding: 60px 0 ; margin:-60px auto 0;  width:90%; }
	.page-template-page-reform .sub #contents article.no02 .min{  text-align: left;}
	.page-template-page-reform .sub #contents article.no02 .box{   width:95%; padding: 10px; height:auto;  }
.page-template-page-reform .sub #contents article.no02 .box:last-child{  width:95%; padding: 10px;}
.page-template-page-reform .sub #contents article.no02 .box li,.page-template-page-reform .sub #contents article.no02 .box:last-child li{ display: inline-block; vertical-align: top; width:40%; margin: 5px 20px; }
.page-template-page-reform .sub #contents article.no02 .box:last-child li:nth-child(3n+1){margin: 5px 20px; }	

	
	
/*一覧事例*/
.sub .ex2 ul { width:95%; margin:20px auto; text-align: left;   }
.sub .ex2 li {width:50%; vertical-align: top; text-align:left;  margin:15px 0!important; padding: 0!important;text-align: center; }
	.sub .ex2 li p{ text-align: left;}
.page-template-page-ouchi .sub article .ouchilogo{ float:none; display: block; margin: 20px auto; width: auto; max-width: 90%; }
.page-template-page-ouchi .sub article p{ line-height:1.8; margin:1em;}

	.page-template-page-ouchi .sub #contents{ padding-bottom: 80px;  }
	.page-template-page-greeting .sub #contents .no01 img.mob{  display: block; width:90%;  height: auto; max-width: 250px; margin: 10px auto; }
.page-template-page-greeting .sub #contents .no01 img.pc{  display: none;  }

	
.page-template-page-toiawase .sub  article dl dt,.page-template-page-toiawase .sub  article dl dd{ display:block;   padding: 10px; border:none; }
.page-template-page-toiawase .sub  article dl dt{ width:100%; background: #f0f0f0; }
.page-template-page-toiawase .sub  article dl dt:before{  display: none;   }
	.page-template-page-toiawase .sub  article dl dt.hissu:before{ display:inline-block;}
.page-template-page-toiawase .sub  article dl dd{  width:100%;}
.page-template-page-toiawase .entry-content p{ margin:20px auto 20px; }
.page-template-page-bulding .sub #contents .wb li{  display:block;  width:90%; margin: 10px auto;}
.page-template-page-bulding .sub #contents .wb li:nth-child(2) {  display:block;  width:50%; margin: 10px auto;}
.page-template-page-greeting .sub #contents ol li{width:90%; }
.page-template-page-greeting .sub #contents ol li:nth-child(2n){width:90%; }	
}


@media only screen and (max-width: 500px){ 
	footer nav ul{margin:0 auto; width:90%;  }
	footer nav li{  margin: 0 auto; padding:0; width:100%;  }
	.footaddress .time  dt,.footaddress .time dd{ display:block;}
.footaddress .time dt{ margin:0 auto; width:95%;  }
.footaddress .time dd{margin:0 auto; width:90%; }
	.footaddress .time dd:before{ display: none;}

.sub .subnav li{  display:block; text-align: left; border-bottom: 1px dotted #999; padding: 0 10px;  }
.sub .subnav li a::before{font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0da"; 
 padding:0 3px 0 0 !important;}
.sub .subnav li:last-child a::after{  display: none;}
	.sub .subheader .subnav li{ padding: 0 0;  }
.sub .subheader .subnav li:last-child a::after{  display: none;}
.sub .subheader .subnav li{border:none;  }
.sub div.ex li {  display: inline-block; width:40%; vertical-align: top; text-align:left;  margin: 8px!important; }

.sub article.ex li img{ float: none;  display: block; width:100%; margin: 0 auto 10px!important; height: auto;}
.page-template-page-reform .sub #contents article.no01 h2{  line-height: 1.4; padding: 40px 0 0 }
.page-template-page-reform .sub #contents article.no02 .box li,.page-template-page-reform .sub #contents article.no02 .box:last-child li{ display: block; vertical-align: top; width:90%; margin: 5px auto; }
.page-template-page-reform .sub #contents article.no02 .box:last-child li:nth-child(3n+1){ margin: 5px auto;  }	
.page-template-page-reform .sub #contents article.no02 .box li:before{ margin: 0 0 0 ;}
	
.sub .subheader h1{ max-width: 280px;  width:50%; padding: 0 10px;  }
.page-template-page-privacy .sub #contents  article dl .jyusho{ margin:1em 0; padding: 8px;}
	.page-template-page-privacy .sub #contents  article dl .jyusho br {  display: none;}
.page-template-page-privacy .sub #contents  article dl .jyusho span  { margin:0; display: block;}

.page-template-page-ouchi .sub #contents{  background-size: 90% auto; }	
.page-template-page-bulding .sub #contents .wb li:nth-child(2) {  display:block;  width:70%; margin: 10px auto;}
.page-template-page-bulding .sub article.no01 ul.ex{ margin: -1em 0 -1em 1em; }
.ssl{ position: absolute; left:10px; right:auto; bottom:1em;}
}

@media print {
body {
zoom: 80%; /*←いー感じに調整してください*/
}
}