
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color:#6e1e26;
}

h1 {
    font-size: 36px;
/*    color: #fff;*/
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

img{
    max-width: 100%;
}

h4 {
    font-size: 16px;
}

a {
    color: #6e1e26;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #6e1e26;
}

hr {
    border-top: 1px solid #6e1e26/*#e5e5e5*/;
    border-bottom: 1px solid #6e1e26;
}

.btn-primary {
    padding: 8px 20px;
/*    background: #EC5538;*/
    background:#6e1e26;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
/*    background: #EC5538;*/
    background:#6e1e26;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

.page-title{
    padding: 60px 0;
}

.page-title h1{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 64px;
}


/*************************
*******Header******
**************************/

#header .search {
    display: inline-block;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
    width:30%;
}
.navbar-brand .logo-img {
  width:100%;
}
.navbar-brand .logo-img-s {
  width:80%;
}

.top-bar {
    padding: 10px 0;
/*    background: #191919;*/
    background:#fff;
    border-bottom: 1px solid #6e1e26;
    line-height: 28px;
}

.top-number {
/*    color: #fff;*/
    color:#444;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
ul.social-share li .facebook-link {
  background:#3b5998;
}
ul.social-share li a:hover {
/*    background: #EC5538;*/
    color: #fff;
}
ul.social-share li .facebook-link:hover {
    background:#4e71ba;
}
.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
/*    background: #151515;*/
    background:#fff;
    padding: 15px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 12px;
}

.navbar-nav>li {
    margin-left: 35px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #444;
    line-height: 24px;
    display: inline-block;
    font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #6e1e26/*EC5538*/;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
/*    background-color: #EC5538;*/
    background-color:#6e1e26;
    color: #fff;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus  {
    background-color:#6e1e26;
    color: #444;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}
.nav-list .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}
.nav-list .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
/*    background-color: #EC5538;*/
    background-color:#6e1e26;
    color: #fff;
}
.nav-list .dropdown-menu>li:hover>a,
.nav-list .dropdown-menu>li:focus>a,
.nav-list .dropdown-menu>li.active>a {
    background-color:#6e1e26;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/

#sakura-top-img {
  margin:0;
  padding:0;
  width:100%;
}
#sakura-top-img .img-container {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
  margin:0;
  padding:11% 0 0;
  position: relative;
	width: 100%;
}
#sakura-top-img .img-container h1.ttl {
	color:#fff;
  display:block;
  font-feature-settings: "palt" 1;
	font-size: 2.2rem;
	font-weight: 600;
	line-height:1;
	margin: 0 auto;
  padding:14% 0 0;
  text-align:center;
  text-shadow: 0px 3px 4px rgba(55,55,55,0.7);
  width:100%;
}
#sakura-top-img .img-container .logotype {
  display:block;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.95));
	margin: 0 auto;
  padding-top:15px;
  text-align:center;
	width:68%;
}
@media screen and (min-width:521px) {
  #sakura-top-img {
    padding-top:48px;
  }
  #sakura-top-img .img-container {
    padding-top:46%;
  }
  #sakura-top-img .img-container h1.ttl {
		color:#fff;
		font-size: 4rem;
		font-weight: 700;
		line-height:1;
		margin: 0 auto;
    padding: 0 ;
    position:absolute;
    left:50%;
    top:38%;
    transform:translate(-50%, 0);
    text-align:center;
    text-shadow: 0px 2px 3px rgba(55,55,55,0.5);
    width:100%;
  }
}
@media screen and (min-width:992px) {
  #sakura-top-img {
    padding-top:3px;
  }
  #sakura-top-img .img-container {
    image-rendering: -webkit-optimize-contrast;
    padding-top:46%;
  }
  #sakura-top-img .img-container h1.ttl {
		color:#fff;
		font-size: 4.6rem;
		font-weight: 700;
		line-height:1;
		margin: 0 auto;
    padding: 0 ;
    position:absolute;
    left:50%;
    top:38%;
    transform:translate(-50%, 0);
    text-align:center;
    text-shadow: 0px 2px 3px rgba(55,55,55,0.5);
    width:100%;
  }
  #sakura-top-img .img-container .logotype {
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.95));
		margin: 0 auto;
    max-width:704px;
    padding:15px 0 0;
		width:60%;
  }
}
@media screen and (min-width:1367px) {
  #sakura-top-img .img-container h1.ttl {
    font-size:5.2rem;
  }
  #sakura-top-img .img-container .logotype {
    max-width:744px;
  }
}

.cv19 {
/*  border:2px solid #5bc650;*/
  border:2px solid #ffbc7e;
  border-radius:4px;
  font-size:1.6rem;
  margin:0 auto 15px;
  padding:5px 3% 10px;
  width:94%;
}
.cv19 p {
  font-size:1.6rem;
  font-weight:500;
  margin:0;
  padding:0;
}
.seminar {
  border:none !important;
}
.bnnr .link-to-online-seminar {
  background:url('../img/bgimg-bnnr-online-seminar-smt.jpg') 0 0 no-repeat;
  background-size:contain;
  border:solid 1px #fcdfa4;
  display:block;
  margin:0 auto 0;
  max-width:750px;
  padding:0;
  width:92%;
}
.bnnr {
  margin:0 auto 0;
  padding:0;
}
.bnnr .link-to-online-seminar h4 {
  color:#6f4334;
  font-size:2.4rem;
  font-family:source-han-sans-japanese, sans-serif;
  font-weight:700;
  font-style:normal;
  letter-spacing:1px;
  line-height:1.2;
  margin:0 0 48px 6%;
  padding:1.7rem 0 0;
  text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  width:67.5%;
}
.bnnr .link-to-online-seminar h4 .s{
  font-size:1.8rem;
  text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.bnnr .link-to-online-seminar .bnnr-online-seminar-txt {
  display:none;
  color:#94452c;
}
.link-to-online-seminar .link-bttn-online-seminar {
  background:#e37880;
  border-radius:4px;
  display:inline-block;
  margin:0 0 17px 5%;
  padding:8px auto 8px;
  color:#fff;
  font-size:1.6rem;
  text-align:center;
  width:49%;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-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(188, 161, 100, 0.35) 0%, rgba(188, 161, 100, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(188, 161, 100, 0.35) 0%, rgba(188, 161, 100, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
#services {
  margin:0 0 0;
  padding:0;
}
.services-wrap {
  border:none !important;
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
}
#services h2 {
  font-size:2rem;
  margin:0 auto 20px !important;
}
/* ============ 100年安心サービスロゴ ========== */

#services .logo-100years {
  margin:0 auto 20px;
  width:94%;
}
#services .logo-100years .img-100years {
  width:100%;
}

@media (min-width:768px) {
  #services {
    margin:15px 0 0;
  }
  .services-wrap {
  border:none !important;
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 20px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
  }
}
.services-wrap p:last-child {
    margin: 0;
}

.services-wrap:hover {
/*    background-color: #FAFAFA;*/
    box-shadow:0 0 2px 2px rgba(175,175,175, .4);
}

.services-wrap h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
  line-height:1;
    margin: 0 0 10px;
  padding:10px 0 10px 35px;
}
.services-wrap h3::after {
  border:none;
}
.services-wrap h3.home {
  background:url('../img/common/icon-home.png') 0 0 no-repeat;
  background-size:32px;
  font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
}
.services-wrap h3.estate {
  background:url('../img/common/icon-estate.png') 0 0 no-repeat/*, url('../img/common/icon-estate-2.png') 95% 4px no-repeat*/;
  background-size:32px/*, 24px, 28px*/;
  font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
}
.services-wrap h3.paint {
  background:url('../img/common/icon-paint.png') 0 0 no-repeat/*, url('../img/common/icon-paint-2.png') 100% 0 no-repeat*/;
  background-size:32px/*, 21px 32px*/;
  font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
}
.services-wrap .service-body .service-txt {
  color:#625e5e;
  font-size:1.6rem;
}
.services-wrap .icon {
/*  background:#ea8e98;*/
  border-radius:4px;
  color:#ea8e98;
  display:inline-block;
  font-size:3rem;
  height:50px;
  line-height:50px;
  margin:-5px 10px 0 0;
  text-align:center;
  width:50px;
}

.services-wrap .pull-left {
    margin-right: 40px;
    margin-top: 15px;
}
.services-wrap .service-body .logo-img {
  margin:15px 5% 0;
  width:90%;
}
.services-wrap .service-body .logo-img-s {
  margin:15px 15% 0;
  width:70%;
}
.services-wrap .service-body .logo-paint {
  display:inline-block;
  margin:0 4%;
  width:45%;
}
.services-wrap .service-body .logotype-paint {
  display:inline-block;
  width:45%;
}
/*              下部サイト内ページのバナー             */

#banner {
  margin:0 auto 30px;
  padding:35px 0 0;
  max-width:1160px;
  width:100%;
}

.bnnr {
  border-top:1px solid #ccc;
}
.bnnr img {
  margin:20px 0 0;
  transition:.3s ease-out;
}

.bnnr .bnnr-item {
  border:none;
  margin:0 0 20px;
  padding:0;
}
/* ==========  社長ブログ  ===============  */
.bnnr-item.blog .blog-link {
  aspect-ratio: 32 / 21;
  background:url("../img/bgimg-bnnr-shatyo-blog.jpg") no-repeat 0 0;
  background-size:cover;
  border-bottom:1px #f2f2f2 solid;
  border-radius:4px 4px 5px 5px;
  display:block;
  margin:0 auto;
  position:relative;
  transition:.4s ease-out;
  width:80%;
}
.bnnr-item.blog .blog-link:hover {
  box-shadow:0 3px 4px 2px rgba(155,155,155,.4);
  transition:.4s ease-out;
}
.bnnr .bnnr-item.blog h3 {
  background:rgba(255,255,255,.9);
  border:none;
  border-radius:0 0 4px 4px;
  box-shadow:0 -1px 3px 0 rgba(150,150,150,.3);
  color:#503732;
  font-family:"Tsukushi A Round Gothic", fot-tsukuardgothic-std, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-size:2.2rem;
  font-style:normal;
  font-weight:400;
  letter-spacing:-1px;
  line-height:1;
  margin:0;
  padding:14px 0;
  position:absolute;
  bottom:0;
  text-align:center;
  width:100%;
}
.bnnr .bnnr-item.blog h3::before {
  background:url('../img/common/sakura-logo-rgb.svg') no-repeat 0 0;
  background-size:cover;
  content:'';
  display:inline-block;
  height:22px;
  position:absolute;
  left:-30px;
  width:22px;
}
/* ==========  住まいと暮らしのお役立ち情報  ===============  */
.bnnr-item.useful-info .info-link {
  aspect-ratio: 32 / 21;
  background:url("../img/bgimg-bnnr-useful-information.webp") no-repeat 0 0;
  background-size:cover;
  border-bottom:1px #f2f2f2 solid;
  border-radius:4px 4px 5px 5px;
  display:block;
  margin:0 auto;
  position:relative;
  transition:.4s ease-out;
  width:80%;
}
.bnnr-item.useful-info .info-link:hover {
  box-shadow:0 3px 4px 2px rgba(155,155,155,.4);
  transition:.4s ease-out;
}
.bnnr .bnnr-item.useful-info h3 {
  background:rgba(255,255,255,.9);
  border:none;
  border-radius:0 0 4px 4px;
  box-shadow:0 -1px 3px 0 rgba(150,150,150,.3);
  color:#503732;
  font-family:"Tsukushi A Round Gothic", fot-tsukuardgothic-std, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "Yu Gothic",  Meiryo, sans-serif;
  font-size:2rem;
  font-style:normal;
  font-weight:500;
  letter-spacing:-1px;
  line-height:1;
  margin:0;
  padding:14px 0;
  position:absolute;
  bottom:0;
  text-align:center;
  width:100%;
}
/*.bnnr .bnnr-item.useful-info h3::before {
  background:url('../img/common/sakura-logo-rgb.svg') no-repeat 0 0;
  background-size:cover;
  content:'';
  display:inline-block;
  height:22px;
  position:absolute;
  left:-30px;
  width:22px;
}
*/


/* ==========  メディア掲載  ===============  */
.bnnr-item.media .media-link {
  aspect-ratio: 32 / 21;
  background:url("../img/bgimg-bnnr-media.webp") no-repeat 0 0;
  background-size:cover;
  border-radius:4px 4px 6px 6px;
  border-bottom:1px #f2f2f2 solid;
  display:block;
  margin:0 auto;
  position:relative;
  transition:.4s ease-out;
  width:80%;
}
.bnnr-item.media .media-link:hover {
  box-shadow:0 3px 4px 2px rgba(155,155,155,.4);
  transition:.4s ease-out;
}
.bnnr .bnnr-item.media h3 {
  background:rgba(255,255,255,.9);
  border:none;
  border-radius:0 0 6px 6px;
  box-shadow:0 -1px 3px 0 rgba(150,150,150,.3);
  color:#503732;
  font-family:"Tsukushi A Round Gothic", fot-tsukuardgothic-std, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-size:2.2rem;
  font-style:normal;
  font-weight:400;
  letter-spacing:-1px;
  line-height:1;
  margin:0;
  padding:14px 0;
  position:absolute;
  bottom:0;
  text-align:center;
  width:100%;
}
.bnnr .bnnr-item h3::after {
  border:none;
}
/* ==========  安満遺跡公園  ===============  */
.bnnr-item.park .news-link {
  aspect-ratio: 3 / 2;
  background:url('../img/common/bgimg-bnnr-sakura-park.webp') no-repeat 0 0;
  background-size:cover;
  border-radius: 4px 4px 6px 6px;
  border:none;
  display:block;
  margin:0 auto 20px;
  position:relative;
  transition:.4s ease-out;
  width:80%;
}
.bnnr-item.park .news-link:hover {
  box-shadow:0 3px 4px 2px rgba(155,155,155,.4);
  transition:.4s ease-out;
}
.bnnr .bnnr-item.park h3 {
  background:rgba(255,255,255,.9);
  border:none;
  border-radius:0 0 6px 6px;
  box-shadow:0 -1px 3px 0 rgba(150,150,150,.3);
  color:#503732;
  font-family:"Tsukushi A Round Gothic", fot-tsukuardgothic-std, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-size:2.2rem;
  font-style:normal;
  font-weight:600;
  letter-spacing:0;
  line-height:1;
  margin:0;
  padding:10px 0;
  position:absolute;
  bottom:0;
  left:0;
  text-align:center;
  width:100%;
}
.bnnr .bnnr-item.park h3 img {
  margin:0;
  padding:0;
  width:80%;
}
.bnnr .bnnr-item.park h3 span {
  display:block;
  font-size:1.6rem;
  padding:3px 0 0;
}

@media all and (min-width:960px) {
  #banner {
    margin: 0 auto 60px;
  }

/* ==========  社長ブログ  ===============  */
  .bnnr-item.blog .blog-link {
/*    image-rendering: -webkit-optimize-contrast;*/
    width:85%;
    width:90%;
  }
  .bnnr .bnnr-item.blog h3 {
    font-size:2.5rem;
    letter-spacing:-2px;
    padding:16px 0 20px 32px;
  }
  .bnnr .bnnr-item.blog h3::before {
    height:33px;
    left:20px;
    top:12px;
    width:32px;
  }
/* ========  住まいと暮らしのお役立ち情報  ========  */
  .bnnr-item.useful-info .info-link {
    width:90%;
  }
  .bnnr .bnnr-item.useful-info h3 {
    font-size:2.2rem;
    letter-spacing:-2px;
    padding:16px 0 20px 32px;
    padding:16px 0 20px;
  }
/*  .bnnr .bnnr-item.useful-info h3::before {
    height:33px;
    left:20px;
    top:12px;
    width:32px;
  }
*/

/* ==========  メディア掲載  ===============  */

  .bnnr-item.media .media-link {
    margin:0 auto;
    width:90%;
  }
  .bnnr .bnnr-item.media h3 {
    font-size:2.6rem;
    letter-spacing:-2px;
    padding:16px 0 18px;
  }
/* ==========  安満遺跡公園  ===============  */
  .bnnr-item.park .news-link {
    margin:0 auto;
    width:90%;
  }
  .bnnr .bnnr-item.park h3 {
    font-size:2.6rem;
    bottom:0;
    left:0;
    padding:5px 0 10px;
  }
}

@media screen and (min-width:768px) {
  #services {
    width:98%;
  }
  #services h2 {
    font-size:3rem !important;
    font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Noto Sans", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  }
  .services-wrap h3 {
    font-size:2rem;
    padding:11px 0 11px 43px;
  }
  .services-wrap h3.home {
    background-size:40px;
  }
  .services-wrap h3.estate {
/*    background-position:0 0, 95% 8px;*/
    background-size:40px/*, 27px, 32px*/;
  }
  .services-wrap h3.paint {
    background-size:40px/*, 24px 38px*/;
  }
  .services-wrap .service-body .logo-paint {
    margin:0 2% 0 0;
    width:36%;
	}
  .services-wrap .service-body .logotype-paint {
    width:57%;
	}
}

@media screen and (min-width:992px) {
	.cv19 {
    background:none !important;
	  border:3px solid #ffbc7e;
	  font-size:1.6rem;
	  margin:50px auto 30px;
	  padding:10px 2% 5px;
	  width:60%;
	}
	.cv19 p {
    border:none !important;
	  font-size:1.6rem;
	  font-weight:500;
	}
/*    無料オンライン相談     */
	.bnnr .link-to-online-seminar {
	  background:url('../img/bgimg-bnnr-online-seminar.jpg') 0 0 no-repeat;
	  background-size:contain;
	  border:solid 1px #fcdfa4;
	  display:block;
	  margin:0 auto 15px;
	}
	.bnnr .link-to-online-seminar h4 {
	  display:inline-block;
	  font-size:2.8rem;
	  margin:43px 0 12px 3%;
	  text-shadow:none;
	}
	.bnnr .link-to-online-seminar h4 .s{
	  font-size:2.2rem;
	  text-shadow:none;
	}
	.bnnr .link-to-online-seminar h4 .space {
	  display:none;
	}
	.bnnr .link-to-online-seminar .bnnr-online-seminar-txt {
	  display:inline-block;
	  font-size:1.5rem;
	  font-weight:600;
	  line-height:1.4;
	  margin:0 0 0 5%;
	  padding:0 0 3px;
	  width:47%;
	}
	.link-to-online-seminar .link-bttn-online-seminar {
	  font-weight:600;
	  margin:5px 0 0;
	  padding:8px auto;
	  vertical-align:top;
	  width:23%;
	}
  #services {
    margin:2rem auto 0;
    max-width:1200px;
    width:90%;
  }
  #services .logo-100years {
    margin:0 auto 30px;
    max-width:800px;
  }
	.services-wrap .service-body .service-txt {
    margin: 0 2% 10px;
  }
  .services-wrap .service-body .logo-img {
    margin:0 5% 15px;
    width:84%;
  }
	.services-wrap .service-body .logo-img-l {
		margin:0 2% 0;
		width:95.9%;
	}
	.services-wrap .service-body .logo-img-l.sakura-p {
		margin:0 2% 25px;
		width:95.9%;
	}
	.services-wrap .service-body .logo-img-l.daikibo {
		margin:0 2% 0;
		width:95.9%;
	}
	.services-wrap .service-body .logo-img-l.daikibo span {
    color:#444;
    display:block;
    font-size:1.4rem;
    margin:10px 0 0;
    text-align:center;
  }
}
#middle {
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#middle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .3
}

#middle h2 {
    font-size: 48px;
    color: #ffffff;
}

#middle .skill {
    margin-bottom: 60px;
}

.progress-wrap {
    position: relative;
    padding: 10px 35px;
}

.progress-wrap h3 {
    color: #ffffff;
    text-align: left;
}

.progress .color1,
.progress .color1 .bar-width,
.progress .color1 .bar-width::after {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width,
.progress .color2 .bar-width::after {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width,
.progress .color3 .bar-width::after {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width,
.progress .color4 .bar-width::after {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 10px;
    line-height: 10px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    overflow: visible;
    text-align: right;
}

span.bar-width::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: -32.5px;
    border-radius: 50%;
    right: 5px;
    border: 4px solid #fff;
}

.progress {
    position: relative;
}

.progress .bar-width {
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    top: -40px;
    border-radius: 2px;
    margin-left: -30px;
}

.progress .progress-bar .bar-width {
    background-color: #fff;
    color: #707070;
}

.progress span {
    position: relative;
}

.progress .progress-bar span:before {
    content: " ";
    position: absolute;
    width: auto;
    height: auto;
    border-width: 8px 5px;
    border-style: solid;
    bottom: -15px;
    right: 8px;
    border-top-color: #ffffff !important;
    color: #222;
}

.progress .color1 span:before {
    border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
    border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading,
.panel {
    background-color: #e6e6e6;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}

.panel-body {
    padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title>a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

.panel-heading.active .panel-title>a {
    color: #fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #EC5538;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #EC5538;
    color: #fff;
}

.nav-tabs>li {
    margin-bottom: 0px;
    border: 1px solid transparent;
}

#content .nav-tabs>li.active>a,
#content .nav-tabs>li.active>a:hover,
#content .nav-tabs>li.active>a:focus {
    color: #EC5538;
    background-color: #F9FAFB;
    border: 1px solid #E9EFF4;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

#content .tab-pane{
    padding-left: 100px;
}

.video-box{
    position: relative;
}

.video-box a.video-icon{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #EC5538;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    border: 2px solid #fff;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li>a {
    color: #666;
    border-radius: 0;
    border: 1px solid transparent;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 30px;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs li:last-child {
    border-bottom: 0 none;
}

.nav-stacked>li+li {
    margin-top: 0;
}


.tab-wrap {
    margin-bottom: 20px;
}


.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

.testimonial h2 {
    margin-top: 0;
}

.testimonial-inner {
    color: #858586;
    font-size: 14px;
}

.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}

.testimonial-inner .pull-left:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    border: 1px solid #e7e7e7;
    right: -5px;
    border-left: 0 none;
    border-bottom: 0 none;
}

#partner {
    background-image: url(../images/partner-bg.png);
    background-size: cover;
    background-position: center center;
}

#partner {
    color: #fff;
    text-align: center;
}

#partner h2,
#partner h3 {
    color: #fff;
}

.partners ul li a img{
    margin: 0 auto;
}

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
}

#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}

/*testimonial slider*/



/*************************
********* About Us Page CSS ******
**************************/

.about-img{
    padding-right: 70px;
}

.about-content{
    color: #989898;
    font-size: 16px;
    line-height: 26px;
    margin-top: 80px;
}

.about-content h2{
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
}

#team-area{
    background-color: #FAFAFA;
}

.single-team img{
    width: 100%;
}

.single-team{
    margin-bottom: 30px;
}
.single-team .inner{
    background: #fff;
    text-align: center;    
    color: #989898;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    overflow: hidden;
}

.single-team .inner:hover{
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.single-team .team-content{
    padding: 30px 0;
}
.single-team h4{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}
.single-team .team-social{
    margin-top: 15px;
}
.single-team .team-social a{
    color: #989898;
    padding: 5px;
    margin: 0 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-team .team-social a:hover{
    color: #EC5538;
}



/***********************
****Service page css****
***********************/

.services {
    padding: 0;
}

.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 60px;
}

.get-started h2 {
    padding-top: 30px;
    margin-bottom: 20px;
}

.request {
    bottom: -15px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
}

.request h4 {
    position: absolute;
    width: 220px;
    position: relative;
}

.request h4 a {
    background: #EC5538;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    padding: 5px 15px;
}

.request h4:after {
    border-color: #EC5538 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    z-index: -99999;
}

.request h4:before {
    border-color: #EC5538 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    z-index: -99999;
}

.clients-area {
    padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    height: 182px;
    padding: 3px;
    width: 182px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}

.clients-comments h4 {
    font-weight: 300;
    margin-top: 15px;
}

.clients-comments h4 span {
    font-weight: 700;
    font-style: oblique;
}

.footer {
    background: none repeat scroll 0 0 #6e1e26;
    height: 84px;
    margin-top: 60px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}
@media screen and (min-width:768px) {
	.footer {
		background: none repeat scroll 0 0 #6e1e26;
		height: 84px;
		margin-top: 110px;
	}
}



/**************************
********* Pricing Table CSS *
**************************/
section.pricing{
    background-color: #FAFAFA;
}
.single-pricing{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #E4EBF0;
    padding: 50px;
    text-align: center;
    margin: 50px 0;
}

.single-pricing span{
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.single-pricing h1{
    font-weight: 700;
    font-size: 80px;
    position: relative;
    display: inline-block;
    padding: 0 50px 0 15px;
}

.single-pricing h1 span{
    position: absolute;
    top: 10px;
    font-size: 26px;
    left: 0;
    text-transform: lowercase;
}

.single-pricing h1 span:last-child{
    right: 0;
    top: auto;
    bottom: 10px;
    left: auto;
}

.single-pricing ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: left;
    color: #989898;
    margin-bottom: 50px;
    margin-top: 30px;
}
.single-pricing ul li i{
    margin-right: 7px;
}

.single-pricing a{
    line-height: 45px;
    padding: 0 30px;
    min-width: 140px;
    text-align: center;
    border: 1px solid #D0D7DD;
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
}

.single-pricing.featured{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-pricing.featured a{
    background-color: #EC5538;
    color: #fff;
}

/*************************
********* Contact Us CSS ******
**************************/


#contact-page {
    padding-top: 0;
}

#contact-page .contact-form .form-group label {
    color: #989898;
    font-size: 16px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.form-group .form-control {
    padding: 0 12px;
    border-color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
}

.form-group textarea.form-control{
    height: 235px;
}

.form-group button{
    font-size: 15px;
    padding: 15px 30px;
}

textarea#message {
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}

.large-title{
    text-align: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.large-title h2{
    font-size: 48px;
    font-weight: 700;
    color: #222;
}


.large-title p{
    font-size: 16px;
    line-height: 26px;
    color: #989898;
    font-weight: 300;
}


/*********************
****blog page css*****
**********************/

.widget {
    margin-bottom: 30px;
    padding-left: 0;
}

aside .widget {
    background: #fff;
    padding: 25px;
}

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 700;
}

.popular_post ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.popular_post ul li:not(:last-child){
    margin-bottom: 50px;
}


.popular_post ul li p{
    margin-top: 14px;
    color: #5c5c5c;
    font-size: 16px;
}

.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog_category li {
    float: none;
    margin-bottom: 20px;
}

.blog_category li a {
    background: #f5f5f5;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    padding: 5px 15px;
}

.blog_category li a:hover {
    background: #EC5538;
    color: #fff;
}

.badge:before {
    border-color: transparent transparent transparent #EC5538;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: #EC5538;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.blog_archieve li a {
    color: #989898;
    padding: 18px 0;
    display: block;
    font-weight: 300;
}

.blog_archieve li:first-child {
    padding-top: 0;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}

ul.faq {
    list-style: none;
    margin: 0;
}

ul.faq li {
    margin-top: 30px;
}

ul.faq li:first-child {
    margin-top: 0;
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34495e;
    color: #fff;
    font-size: 24px;
}

ul.faq li>div {
    margin-left: 70px;
}

ul.faq li>div h3 {
    margin-top: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*blog*/


#blog{
    background-color: #FAFAFA;
}

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}

.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 0;
}


.blog .blog-item .blog-content {
    padding: 25px;
}

.blog .blog-item .blog_cat {
    margin-bottom:25px;
    display: inline-block;
    font-weight: 600;
}

.blog .blog-item .blog-content h2 {
    margin-top: 0;
    font-size: 22px;
}


.blog .blog-item .blog-content h2 a{
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}

.blog .blog-item .blog-content a.readmore{
    color: #989898;
    -webkit-transition: .4s;
    transition: .4s;
}

.blog .blog-item .blog-content a.readmore:hover,
.blog .blog-item .blog-content h2 a:hover{
    color: #FF3E24;
}

.readmore {
    margin-top: 0;
}

.blog .blog-item .blog-content h2{
    line-height: 33px;
} 
.blog .blog-item .blog-content h3 {
    color: #989898;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog .blog-item .blog-content h4 {
    font-size: 14px;
}

.post-tags {}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

.blog .blog-item .entry-meta>span {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

.publish_date {
    background: #EC5538;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta>span {
    color: #ccc;
}

.blog .blog-item .entry-meta>span a {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 300;
    color: #888;
}

ul.pagination{
    margin-top: 40px;
}
ul.pagination>li>a {
    border-radius: 5px;
    font-size: 16px;
    height: 32px;
    width: 32px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    background-color: transparent;
}

ul.pagination>li>a i {
    margin-left: 5px;
    margin-right: 5px;
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
    background-color: #EC5538 ;
    color: #fff;
}

ul.pagination>li:first-child > a, 
ul.pagination>li:last-child > a{
    background-color: transparent;
    color: #989898;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}

ul.pagination>li:first-child > a:hover, 
ul.pagination>li:last-child > a:hover{
    background-color: transparent;
    color: #EC5538;
}


ul.pagination>li:first-child > a{
    background-color: transparent;
    color: #989898;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}
 
ul.pagination>li:last-child > a{
    background-color: transparent;
    color: #989898;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}


.widget.search form{
    position: relative;
}

.widget.search form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    border: none;
    line-height: 48px;
    margin: 0;
    padding: 0 15px;
    font-size: 20px;
    background-color: transparent;
}
.widget.search form button i{
    color: #EC5538;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
    background: #f5f5f5;
    color: #888;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
}

.tag-cloud li a:hover {
    background: #EC5538;
    color: #fff;
}

ul.sidebar-gallery{
    margin: -15px;
}
.sidebar-gallery li {
    display: inline-block;
    margin: 15px 0;
    width: 50%;
    float: left;
}

.sidebar-gallery li a {
    border-radius: 4px;
    display: block;
    padding: 0 15px
}


.sidebar-gallery li a  img{
    width: 100%;
}

.widget.social_icon{
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget.social_icon a{
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #D8D8D8;
    color: #6D7784;
    font-size: 18px;
    border-radius: 3px;
}

.widget.social_icon a:hover{
    background-color: #EC5538;
    color: #fff;
}


/**********************
**blog single page css*
**********************/


.post-meta{
    overflow: hidden;
    margin-top: 20px;
}
.post-meta p{
    display: inline-block;
    margin-right: 15px;
    color: #989898;
}
.post-meta p i{
    color: #EC5538;
}
.post-meta p a{
    color: #989898;
    -webkit-transition: .4s;
    transition: .4s;
}
.post-meta p a:hover{
    color: #EC5538;
}
.post-meta p a.fa{
    padding: 0 6px;
}

.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}

.inner-meta .tags{
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.inner-meta .tags li{
    display: inline-block;
}
.inner-meta .tags li a{
    background-color: #F3F5F7;
    padding: 3px 8px;
    color: #989898;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
}

.inner-meta .social-btns a{
    background-color: #EC5538;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 10px;
}
.inner-meta .social-btns a i{
    margin-right: 6px;
}

.inner-meta .social-btns .facebook-bg{
    background-color: #3B5998;
}
.inner-meta .social-btns .tweet-bg{
    background-color: #1DA1F2;
}




/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 250px;
    line-height: 190px;
    margin-top: 0;
    margin-bottom: 40px;
}

#error p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}

#error{
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600
}


/***********************
********* Footer ******
************************/
.footer-logo{
    display: inline-block;
}
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #824843;
    font-size: 14px;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 4px 0;
}

#bottom ul li a {
    color: #808080;
    font-weight: 300;
}

#bottom ul li a:hover {
    color: #EC5538;
}

#bottom .widget {
    margin-bottom: 0;
    padding-left: 15px;
}

#footer {
  background: #75373a;
  color: #fff;
  font-weight: 500;
  padding:30px 0 20px;
}
#footer .container {
    background: #75373a;
    text-align:center;
}

#footer a {
    color: #f2f2f2;
    font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "BIZ UDGothic", "Yu Gothic", Meiryo, sans-serif;
    font-weight:400;
    transition:0.3s ease-out;
}
#footer a i.fa-solid {
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
}
#footer a:hover {
    opacity:0.8;
    text-decoration:none;
    transition:0.3s ease-out;
}
#footer .logo-sns {
  margin:0 auto 20px;
  text-align:center;
}
#footer .ttl {
    display:inline-block;
    font-size:2rem;
    vertical-align:bottom;
}
#footer .footer-logo {
    margin:0 auto 10px;
    width:50%;
}
#footer .logo-sns .tel-link {
  color:#fff;
  font-family:'Segoe UI', Helvetica, Arial, sans-serif;
  font-size:2.2rem;
  font-weight:600;
}
#footer .social-share {
  border-top:1px solid #ccc;
/*  border-bottom:1px solid #eee;*/
  margin:0 auto 20px;
  padding:12px 0 0;
  width:80%;
}
#footer .social-share>a {
  font-size:2.8rem;
  font-weight:bold;
  margin:0 20px;
}
#footer .container .footer-nav {
  margin:0 auto;
  text-align:left;
}
#footer .container .nav-left,
#footer .container .nav-right {
  font-size:1.5rem;
  font-weight:600;
}
#footer .container .nav-right {
  margin-bottom:3rem;
}
#footer .container .brand {
  border:none;
  box-shadow:none;
  font-size:1.6rem;
  margin:0 auto 20px;
  text-align:left;
  width:80%;
}
#footer .container .brand dd {
  font-size:1.5rem;
  margin-left:2%;
}
#footer .container .brand dd dt {
  font-weight:500;
}
#footer .address::before {
  background:#502d2d;
  content:'';
  display:block;
  height:1px;
  position:absolute;
  top:-2px;
  width:100%;
}
#footer .address {
  border-top:1px #b59696 solid;
  border-top:1px #aa7586 solid;
  font-size:1.3rem;
  padding:20px 0 0;
  position:relative;
  text-align:left;
}
#footer .address>p {
  margin:0 auto 8px;
  width:96%;
}
#footer .address p>span {
  font-weight:500;
}
/*
#footer .address::before {
  border-bottom:1px #654b48 solid;
  content:"";
  display:block;
  width:100%;
}
*/
@media screen and (min-width:521px) and (max-width:991.98px){
	#footer .address p{
	  margin:0 0 0 3%;
	}
}
@media screen and (min-width:768px) {
  #footer {
    padding:20px 0 15px;
  }
  #footer .social-share {
    border:none;
    display:block;
    margin:10px 0 0;
    padding:0;
    text-align:left;
  }
  #footer .social-share>a {
    font-size:2.6rem;
    font-weight:bold;
    margin:0 0 0 5%;
  }
  #footer .container .footer-nav {
    text-align:left;
  }
  #footer .container .nav-left {
/*    border-right:1px #763b36 solid;*/
    display:inline-block;
    font-size:1.4rem;
    max-width:110px;
    max-width:100%;
  }
  #footer .container .nav-right {
    font-size:1.4rem;
    display:inline-block;
    vertical-align:top;
  }
	#footer .container .brand {
    width:100%;
  }
}
@media screen and (min-width:992px) {
  #footer {
    padding:32px 0 16px;
  }
  #footer .footer-logo {
    margin:0 auto 30px;
    width:70%;
  }
	#footer .address p {
    color:#f2f2f2;
    font-size:14px !important;
    font-weight:400;
	  margin:0 0 0 4%;
	}
  #footer .logo-sns .tel-link {
    font-size:1.8rem;
    letter-spacing:1px;
  }
  #footer .container .brand dt {
    font-weight:500;
  }
}
@media screen and (min-width:1258px) {
  #footer .container {
    margin-top:3rem;
    max-width:1024px;
    width:98%;
  }
  #footer .footer-logo {
    image-rendering: -webkit-optimize-contrast;
    width:70%;
  }
	#footer .container .nav-right li {
	    display:block;
	    font-size:1.4rem;
	}
	#footer .container .brand {
    border:none;
    box-shadow:none;
    font-size:1.5rem;
	}
  #footer .container .brand dd {
    margin-left:10px;
	}
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul>li {
/*    display: inline-block;*/
    margin-left: 15px;
}
.copyright {
    color:#fff;
    display:block;
    font-family:'Noto Sans JP', Arial, sans-serif;
    font-size:1.8rem;
    padding:2rem 0;
    text-align:center;
    width:100%;
}
.copyright p {
    font-size:1.4rem;
    margin:0 auto;
}
