@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*ヘッダーにTEL番号*/
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.sng-tel {
  position: absolute;
  right: 8px;
  top: 11px;
  color: #FFF;
  /*文字色*/
  letter-spacing: .5px;
  font-size: 24px;
}

.sng-tel span {
  display: none;
}

/*
@media only screen and (min-width: 768px) {
  .sng-tel { 
   top: 6px;
   right: 15px;
  }
  .sng-tel:hover {
  text-decoration: none;
   opacity: .5;
  }
  .sng-tel span {
   display: inline;
   vertical-align: middle;
   font-size: 20px;
  }
  .sng-tel .fa {
   vertical-align: middle;
  }
}
/*END ヘッダーにTEL番号*/
*/

/*強調マーカー黄色*/
.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

h1 {
  font-size: 0.9em;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 768px){
  h1 { text-align: center;}
}

h2 {
  font-size: 1.4em;
  line-height: 1;
}
h3 {
  font-size: 1.35em;
}
#logo {
  line-height: 0;
  height: auto;
}
#logo:before {
  height: auto;
}
.cardtype__article-info h3 {
font-size: 1em;
padding: 3%;
line-height: 1.5;
}
h4.hh.hh28 {
  font-size: 1.3em !important;
}
h5.hh.hh24 {
  font-size: 1.2em !important;
}
h6.hh.hh27 {
  font-size: 1.1em !important;
}
strong.s {
  font-weight: normal;
}
#nav_menu-7 ul li,
#nav_menu-8 ul li,
#nav_menu-9 ul li {
  font-size: 80%;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .desktop-nav li a {
    padding: 0 18px;
  }
  #footer-menu ul {
    position: relative;
  }
  #footer-menu ul li a{
    padding: 0 18px;
  }
  .footer-links li.menu-item+li.menu-item::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.widget ul.menu {
  padding: 1em;
}

.widget ul.menu>li>a {
  margin-top: 1em;
}
.widget ul li ul li a:before {
  padding-right: 0;
  content: "";
}
.widget ul li ul li a {
  font-size: 0.9em;
  padding: 0.5em;
  line-height: 1.5;
  color: #333; /* color: #626262; */
}