#logo a{
  background-image:url(https://uehara-interior.com/wp-content/uploads/2017/03/logo.png);
  background-repeat:no-repeat;
  background-size:100%;
  width:340px;
  height:75px;
  text-indent:100%;
  overflow:hidden;
  white-space: nowrap;
  display:block;
}

.indexbox{padding:0 40px 15px;}

@media only screen and (max-width:600px){
  #logo a{
    margin:0 auto;
    max-width:100%;
  }
  .indexbox{padding:0 15px 15px;}
}

.mainimage{
  margin-bottom:30px;
  width:100%;
}

.midashi1{
  font-size: 28px;
  position: relative;
  padding-bottom: 5px;
  margin:30px 0;
  border-bottom: 1px solid #ddd;
  font-weight:normal;
}
.midashi1::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 2px;
	background-color: #FB4343;
}
.midashi2{
  font-size:24px;
  padding:4px 5px 2px 15px;
  margin:30px 0 20px;
  border-left: solid 5px #ccc;
}
.midashi3{
  font-size:22px;
  margin:30px 0 20px;
  padding:7px 15px 5px;
  background:#ffecee;
  border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.indexCat a{
  text-decoration:none;
  padding:0 5px;
  margin:0 10px;
  font-size:13px;
  line-height:100%;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.aboutImg1{
  float:right;
}
.aboutImg2{
  width:180px;
  float:left;
  margin-left:10px;
  text-align:center;
}

#custom_post_widget-46{
  overflow:hidden;}

.indexFB{
  width:500px;
  height:530px;
  margin-bottom:30px;
  border:none;
  float:left;
}
.point{
  float:right;
  background: #fff;
  border: 1px #e5e5e5 solid;
  padding:15px;
  width:calc(100% - 520px);
  margin-bottom:30px;
}
.point h3{
  font-size:17px;
  background: #ffecee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding:5px 10px;
  margin-bottom:10px;
}
.indexBlogList .news a{
  border:1px solid  #370e9e;
  color:#370e9e;
}
.indexBlogList .event a{
  border:1px solid  #0e9e70;
  color:#0e9e70;
}

.indexBlogList{
  margin:10px 0;
  padding-bottom:10px;
  border-bottom:1px dotted #ddd;
}
.indexBlog{display:inline;}

ul.indexService{margin-bottom:30px;}
ul.indexService li,ul.indexNaiso li{
  display:inline;
}

.button {
    border-radius: 3px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-bottom: 20px;
    text-decoration: none;
  text-align:center;
  box-sizing:border-box;
}
.button:hover{text-decoration:none;}
.button  span{font-size:95%}

ul.indexService li .button{
    background: none repeat scroll 0 0 #5226c1;
    border: 1px solid #2b0390;
  padding: 10px 35px;
}
ul.indexNaiso li .button{
    background: none repeat scroll 0 0 #2ebb8e;
    border: 1px solid #0e9e70;
  padding: 10px 35px;
}

.indexMap{
  width:calc(70% - 20px);
  height:200px;
  float:left;
  margin-bottom:20px;
}
.imgGaikan{
  float:left;
  width:30%;
  margin-right:20px;
  margin-bottom:20px;
}
.gunmaChan{
  float:right;
}

.float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

#custom_post_widget-56{
  float:right;
  width:200px;
}
.headerTel{
  font-size:24px;
  color:#000!important;
}
.headerTel:hover{text-decoration:none;}

.headerContact{
  border:1px solid #FB4343;
  display:block;
  text-align:center;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-size:14px;
  width:200px;
}
.headerContact:hover{
  text-decoration:none;
  background:#fd9090;
}

#footer .wrap{
  padding:15px 0;
}

.big1{font-size:24px;}
.green{color:#24bf33;}

#header-menu-tog{
  position: absolute;
  top:10px;
  right:10px;
}

.must{
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #FB4343;
  padding:0 3px;
  color: #FB4343;
  margin-left:5px;
  font-size:12px;
}

.pagetop .fa-angle-up{
  padding-top:4px;
}

#gnav li .sub-menu li{width:100%;}
body.color02 #gnav li .sub-menu li a{
  background-color:#e8e8e8;
  color:#000;
}

.imgBox{
  display:inline;
  float:left;
  margin-right:15px;
  text-align:center;
}
.tatami3{overflow:hidden;}
.column3Box{
  display:block;
  width:32%;
  margin-right:2%;
  float:left;
  padding:15px 15px 0;
  background:#fff7f8;
}

.lastChild{
  margin-right:0!important;
}

.column3Box h4{
  margin:0 0 2px 0;
  font-weight:bold;
}

.column3Box h4:before{
  content: "\f10c";
  font-family: FontAwesome;
  margin-right: 6px;
  color:#FB4343;
}

.column3Box p{font-size:14px;}

.flowbox{
  border:5px solid #d3ddfd;
  padding:20px;
  margin-bottom:50px;
  position: relative;
}

.flowbox h4{
  margin-top:0;
  font-weight:bold;
  font-size:1.1em;
}
.flowbox p:last-child{margin-bottom:0;}
.flowbox ul{margin-bottom:0;}
.flowbox::after {
  border-top: 25px solid #ddd;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  position: absolute;
  bottom: -45px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%;/* 中央寄せに使用 */
  margin-left: -70px; /* 中央寄せに使用 */
}
.flowLast::after{display:none;}

a.button1{
  background:#5226c1;
  padding:5px 15px;
  color:#fff!important;
  border: 1px solid #2b0390;
  border-radius: 3px;
}
a.button1:hover{
  text-decoration:none;
  background:#2b0390;
}

@media screen and (max-width: 991px) {
  #custom_post_widget-56{
    /*float:none;*/
    display:block;
    text-align:center;
    margin:10px auto 0;
  }
  h1{
    float:none;
    display:block;
    margin:0 auto;
  }
  #gnav li{width:100%;}
  
  .point,.indexFB{
    float:none;
    width:100%;
  }

  .aboutImg2{
    width:160px;
    float:left;
    margin-left:10px;
  }
}

@media screen and (max-width: 600px) {
  #header #logo{float:none;}
  #header #logo a img{margin:0 auto;display:block;}
  #custom_post_widget-56{float:none;}
  
  .aboutImg1{
    padding:0 15px;
    margin-bottom:20px;
  }
  .aboutImg2{
    width:49%;
    margin-left:2%;
  }
  .aboutImg2:first-child{
    margin-left:0;
  }
  .indexMap{
    width:100%;
    float:none;
    /*margin:0 0 15px;*/
  }
  .imgGaikan{
    float:none;
    width:70%;
    display:block;
    margin:0 auto 20px;
}
    .indexFB{
    height:300px;
  }
  
  .gunmaChan{
    float:none;
    display:block;
    margin:0 auto;
  }

  .button{
    width:80%;
    text-align:center;
  }
  ul.indexService li,ul.indexNaiso li{
    display:block;
    text-align:center;
  }
  .indexBlog{display:block;}
  .midashi1{font-size:1.3em;}
  .midashi2{font-size:1.2em;}
  .midashi3{font-size:1.1em;}
  
  .column3Box{
    margin-right:0;
    width:100%;
    margin-bottom:15px;
  }
  .imgBox{
    display:block;
    margin:0 auto 15px;
    width:100%;
  }
  table th,table td{font-size:0.8em;}
}

.footer-02 h3{
  font-weight:bold;
  font-size:1.1em;
}
.footerAdd{
  font-size:0.9em;
  margin-bottom:10px;
}

a img:hover{opacity:0.8;}

img.imgLeft{
  float:left;
  margin:0 15px 15px 0;
}
img.imgRight{
  float:right;
  margin:0 0 15px 15px;
}

@media screen and (max-width: 600px) {
 img.imgLeft.imgSp100,img.imgRight.imgSp100{
    width:80%;
    display:block;
    float:none;
    margin:0 auto 10px;
  }
}
/*------------------ table ------------------*/
.td1{background-color:#ddfddc;}
.td2{background-color:#ffebd4;}
.td3{background-color:#fce1e8;}
.td4{background-color:#fffdd1;}

table.kakakuhyou td,
table.kakakuhyou th{text-align:center;}

.w100{width:100%;}
/*------------------ share ------------------*/
.txtCenter{text-align:center;}
.txtRight{text-align:right;}
.txtLeft{text-align:left!important;}

.bold{font-weight:bold;}

.mt0{margin-top:0!important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px!important;}

/*------------------ interior ------------------*/
ul.ul2{overflow:hidden;}
ul.ul2 li{
  float:left;
  margin-right:40px;
}

/*------------------ column --------------------*/
.column2_1{
  width:49%;
  float:left;
  margin-right:2%;
  box-sizing:border-box;
}
.column2_2{
  width:49%;
  float:right;
  box-sizing:border-box;
}

.column3{
  width:32%;
  float:left;
  margin-right:2%;
  box-sizing:border-box;
}
.column3_3{
  width:32%;
  float:right;
  box-sizing:border-box;
}

.post-content ul.column4,
.post-content ul.column5{
  list-style-type:none;
  overflow:hidden;
  margin:0 0 30px 0;
  padding:0;
}

.post-content ul.column4 li{
  width:calc(97% / 4);
  margin-right:1%;
  float:left;
}

.post-content ul.column5 li{
  width:calc(96% / 5);
  margin-right:1%;
  float:left;
}

.post-content ul.column4 li:last-child,
.post-content ul.column5 li:last-child{
  margin-right:0;
}

@media screen and (max-width: 600px) {
.column2_1{
    width:100%;
    float:none;
    margin-right:0;
    margin-bottom:20px;
  }
.column2_2{
  width:100%;
  float:none;
}
  .column3{
    width:90%;
    float:none;
    margin:0 5% 10px;
  }
  .column3_3,
  .post-content ul.column4 li,
  .post-content ul.column5 li{
    width:90%;
    float:none;
    margin:0 5% 10px;
    display:block;
}
}
/* -------------------------- 畳を替えるタイミング ------------------------- */
ul.timing{
  padding:0;
  margin:0;
  list-style:none;
}
ul.timing li{
  width:calc(97%/4);
  margin-right:1%;
  float:left;
}
ul.timing li:last-child{
  margin-right:0;
}
ul.timing li img{margin-bottom:10px;}
@media screen and (max-width: 600px) {
  ul.timing li{
    width:50%;
    margin-right:0;
    margin-bottom:15px;
  }
}
/* -------------------------- 免許・賞状 ------------------------- */
ul.menkyo{
  background:#f5f5f5;
  overflow:hidden;
  margin:0;
  list-style:none;
  padding:20px 0 10px;
}
ul.menkyo li{
  width:calc(88%/3);
  margin-left:3%;
  float:left;
  margin-bottom:15px;
}
ul.menkyo li:nth-child(3n){
  margin-right:3%;
}
ul.menkyo li.vertical{
  padding:0 15px;
}
@media screen and (max-width: 600px) {
  ul.menkyo li{
    width:calc(100% - 40px);
    margin:0 20px 20px;
    float:none;
    box-sizing:border-box;
  }
}
/*リキャプチャ位置調整*/
.grecaptcha-badge{margin-bottom: 100px;}