@charset "UTF-8";/*共通*/
.catchcopy {
  background-color: #ffffff;
}
.catchcopy h1 {
  color: #888888;
  text-align: center;
}
.slider-wrapper .slider,
.slider-wrapper .slider .slide-image {
  width: 100%;
}

/*文字色*/
.content-body tbody h2 a {
    font-size: 16px;
    font-weight: initial;
    color: #fff;
}
.body-page-id-4965 a:link {
    color: #2C76F8;
    text-decoration: none;
}
.content-body a.link-to-post{
    color: #2199e8;
}
.body-column .content-body a, .page-title a {
    color: #2199e8;
    letter-spacing: initial;
}
h1,h4, h5, h6, li,td {
    letter-spacing: initial;
}
.body-postid-4946 .content-body tbody h2 a {
    color: #9B9B9B;
}
.body-works .content-body td a{
    color: #fff;
}

/*サイドバー*/
.side_link li{
    height: 35px;
    line-height: 35px;
}
.side li.img_houzz{
    background: url("https://komagura.jp/wp-content/uploads/2018/12/houzz.png") no-repeat left;
    padding-left: 210px;
    background-size: 200px;
}
.side li.img_homify {
    background: url("https://komagura.jp/wp-content/uploads/2018/12/homify.png") no-repeat left;
    padding-left: 100px;
}
.side li.img_sumika {
    background: url("https://komagura.jp/wp-content/uploads/2018/12/sumika-icon.jpg") no-repeat left center;
    padding-left: 100px;
    background-size: 100px;
    vertical-align: middle;
}
.side li.img_twitter {
    background: url("https://komagura.jp/wp-content/uploads/2018/12/twitter.png") no-repeat;
    padding-left: 45px;
    background-size: 35px;
}
.side li.img_facebook {
    background: url("https://komagura.jp/wp-content/uploads/2018/12/fb1.jpg") no-repeat;
    padding-left: 45px;
    background-size: 32px;
}
.side li.img_instagram{
    background: url("https://komagura.jp/wp-content/uploads/2018/12/Instagram.jpg") no-repeat;
    padding-left: 45px;
    background-size: 32px;
}
.side li.img_houzz, .side li.img_houzz a{
    color: #fff;
}
.side_logo{
    margin-bottom: 5px;
}
.side_mail{
    background: url("https://komagura.jp/wp-content/uploads/2018/12/mail.png") no-repeat right bottom;
}
.side a {
    color: #5e5e5e;
}
.side li a {
    border-bottom: none;
    padding: 0;
    background: none;
}
.side li a:hover {
    background-image: none;
    text-decoration: underline;
    opacity:1;
}



/*ヘッダー*/
.logo {
    max-width: 320px;
    max-height: 140px;
}
@media (max-width: 689px){
  .logo{width:100%;}
}
.header-contact-text li{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}
.header-contact-text ul:first-child{
    margin-bottom:10px;
}
.header-contact-text li img{
    height: 30px;
}
.header-contact-text li.sns_title{
    font-size: 14px;
    line-height: 30px;
    background-color: #d5e2f7;
    padding: 0 10px;
}
.header-contact-text li.title2{
    padding: 0 52px;
}

.header-menu {
    text-align: center;
}
@media (min-width: 689px){
.header-menu.span-8 > .menu-item {
    width: 12.1%;
    margin-right: 5px;
    border: 1px solid #fff;
}
}

.header-menu.span-8 > .menu-item:hover{
    background-color: #f1f5fb;
    border: 1px solid #2199e8;
}
.header-menu.span-8 > .menu-item:hover a{
    color: #2199e8;
    opacity: 1;
}
.header-menu.span-8 > .menu-item:last-child {
    margin-right:0;
}
.global-nav .menu-item{
    background-color: #d5e2f7;
}
.colored .header-menu > .menu-item a{
    border-bottom: none;
}
.global-nav{
    margin-bottom: 15px;
}
/*スマホ表示の見出しサイズ*/
@media (max-width: 688px){
  .page-title,
  .page-title a {
    font-size: 20px;
    line-height: 1.5;
  }
  .content-body h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .content-body h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
/*記事タイトルの文字色*/
.page-title,
.page-title a {
  color: #5875d6;
}
/*スマホ表示の一番下のH1*/
@media (max-width: 688px){
  .footer-link,
  .footer-link a {
    font-size: 13px;
    color: #888888;
    text-align: center;
    white-space: normal;
  }
}