@charset "UTF-8";


/*------------------------------
 ヘッダー
------------------------------*/
.header-compact .is-header .header-contact a.header-button {
    background-color: #253265;
}
.header-compact .is-header .header-contact a.header-button-2 {
    background-color: #bfc316;
}

/*------------------------------
 見出し
------------------------------*/
.headline-h2 .maintext {
    font-size: 24px;
}
.headline-h4 .maintext {
    font-size: 17px;
}
.midashi {
    font-size: 12px;
    display: block;
    line-height: 12px;
}
/*------------------------------
 フッター
------------------------------*/.footer .footer-title {
    background-color: #253265;
}

/*-------------------------------
　横幅1150px以下でパンケーキリストに切り替え
--------------------------------*/
@media(max-width:1150px){
	
	.global-nav-smp-link {
    display: initial;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
	i.fa {
    color: #000;
  }
	.global-nav.is-pc {
    display: none;
  }
	#header .header-compact .is-header .header-contact .header-contact-default{
    display: none;
  }
	#header .header-compact {
    padding-top: 0;
  }
	#header {
    height: 84px;
  }
	
	
}


/*-------------------------------
　スマホ
--------------------------------*/
@media(max-width:688px){
	
	#header .header-compact {
    padding-top: 0;
  }
	.button-link {
    margin: 0 auto;
	  width: auto !important;
	}
	
	
	.footer-smp-menu {
    background-color: #1849a3;
  }
	.footer-smp-menu .footer-menu-text {
    color: #fff;
  }
	.footer-smp-menu .grid-column-inner::after {
    border-right: 1px solid #fff;
  }
	
	
}



/*三鷹すがわら歯科様用追記*/
.page-title.has-back-image {
    color: #333;
}

.gallery .gallery-title {
    font-size: 18px;
	line-height: 1.3em;
}