@charset "UTF-8";
/* 表示・非表示切替 --------------------------------------- */
/* PCのみ表示 */
@media only screen and (max-width: 640px) {
  .onlypc {
    display: none !important; } }

/* スマートフォンのみ表示 */
.onlysp {
  display: none !important; }
  @media only screen and (max-width: 640px) {
    .onlysp {
      display: inherit !important; } }

.sp-br {
  display: none; }
  @media only screen and (max-width: 640px) {
    .sp-br {
      display: block; } }

@media only screen and (max-width: 640px) {
  .pc-br {
    display: none; } }

/*ヘッダー*/
#header {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 112px;
  position: relative; }

.home #header {
  height: 168px;
  position: relative; }

#header h1 {
  position: absolute;
  left: 0px;
  top: 53px;
  background-image: url(../images/common/logo2.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 31px;
  width: 443px; }

.home #header h1 {
  position: absolute;
  left: 40px;
  top: 80px;
  background-image: url(../images/home/logo1.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 38px;
  width: 544px; }

#header h1 a {
  height: 31px;
  width: 443px;
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

.home #header h1 a {
  height: 38px;
  width: 544px; }

#header #header_link {
  position: absolute;
  top: 0px;
  right: 0px; }

#header #header_link ul, #header #header_link div {
  float: left; }

#header #header_link ul li {
  margin-left: 2px;
  float: left; }

#header #menu-header_nav li a {
  width: 120px;
  text-align: center;
  padding-left: 10px; }

#header #header_link ul li a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  text-decoration: none;
  background-image: url(../images/common/header_link_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 35px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold; }

#header #header_link ul li a:hover {
  background-image: url(../images/common/header_link_bg.png);
  background-repeat: no-repeat;
  background-position: 0px -35px; }

#header #header_link ul.english li a {
  background-image: url(../images/common/header_link_bg.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  padding-left: 15px;
  padding-right: 15px; }

#header #header_link ul.english li a:hover {
  background-image: url(../images/common/header_link_bg.png);
  background-repeat: no-repeat;
  background-position: right -35px;
  padding-left: 15px; }

#header #header_link ul.english li a.current {
  background-image: url(../images/common/header_link_bg.png);
  background-repeat: no-repeat;
  background-position: right -35px;
  padding-left: 15px; }

#header #header_inq {
  position: absolute;
  right: 225px;
  top: 53px;
  height: 45px;
  width: 220px; }

#header #header_inq a {
  height: 45px;
  width: 220px;
  background-image: url(../images/common/header_inq.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

#header #header_inq a:hover {
  background-color: #FFF; }

#header #header_tel {
  position: absolute;
  right: 0px;
  top: 53px;
  height: 45px;
  width: 225px;
  background-image: url(../images/common/header_tel.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

/*グローバルナビ*/
/* element.css をリセット　*/
nav.common_menu div {
  width: 160px;
  text-align: center;
  border-right: none;
  border-bottom: none;
  border-left: none;
  vertical-align: middle;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

nav.common_menu ul li:first-child {
  border-left: none; }

nav.common_menu #nav ul li a:hover,
nav.common_menu #nav ul li ul li a:hover {
  border-bottom: none; }

nav.common_menu ul li:hover {
  border-bottom: none; }

/* ********** */
nav.common_menu {
  width: auto;
  border-bottom: 3px #004294 solid; }
  nav.common_menu #nav {
    height: 60px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2000000;
    border-right: 1px solid #dddddd;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box; }
  nav.common_menu #nav div {
    width: 160px;
    float: left; }
    nav.common_menu #nav div ul li {
      float: left;
      width: 160px;
      height: 60px;
      position: relative; }
      nav.common_menu #nav div ul li a {
        z-index: 200002;
        padding: 0;
        display: block;
        color: #333;
        width: 100%;
        height: 100%;
        line-height: 60px;
        text-indent: 0px;
        text-decoration: none;
        position: relative;
        text-align: center;
        font-size: 15px;
        font-weight: normal; }
  nav.common_menu * + html #nav ul li {
    display: inline;
    zoom: 1;
    z-index: 200001;
    padding: 0; }
  nav.common_menu #nav li ul li > a {
    border-bottom: 3px #004294 solid; }
  nav.common_menu #nav li ul li ul li > a {
    border-bottom: none; }
  nav.common_menu #nav li ul#menu-koku > li,
  nav.common_menu #nav li ul#menu-koku > li > a,
  nav.common_menu #nav li ul li > a:hover {
    border-bottom: 3px #007d4f solid; }
  nav.common_menu #nav li ul#menu-clinic .sub-menu ul {
    position: absolute;
    left: -220px; }
  nav.common_menu #nav ul li ul {
    display: none; }
  nav.common_menu #nav ul li ul li {
    z-index: 200002;
    display: flex;
    flex-direction: row;
    float: none;
    height: 42px;
    width: 220px;
    background-image: none;
    background-color: #1a438f;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: none; }
    nav.common_menu #nav ul li ul li.menu-item-has-children {
      background-image: url(/img/carret-right.svg);
      background-position-x: 210px;
      background-position-y: center;
      background-repeat: no-repeat; }
    nav.common_menu #nav ul li ul li ul {
      position: absolute;
      left: 220px; }
  nav.common_menu #nav ul li ul li a {
    width: 220px;
    line-height: 42px;
    text-align: left;
    text-indent: 10px;
    color: #fff;
    font-weight: normal; }
    nav.common_menu #nav ul li ul li a:hover {
      background: #007d4f;
      border-bottom: none; }

/* pc用 */
#menu-layer,
.menu-english-container,
.menu-privacy,
.menu-option,
.menu-phone,
.h-left,
.h-right,
.only_sp {
  display: none; }

@media only screen and (max-width: 640px) {
  #menu-layer,
  .menu-english-container,
  .menu-privacy,
  .menu-option,
  .menu-phone,
  .h-left,
  .h-right,
  .only_sp {
    display: block; } }
/* スマホ用 */
@media only screen and (max-width: 640px) {
  .common_menu,
  .infomation_area {
    display: none; }

  /* スマホ用　WP用cssから */
  p, span {
    word-wrap: break-word; }

  header {
    background-color: #fff;
    height: 4.5em;
    width: 100%;
    border-bottom: 2px solid #003281;
    min-height: 1px; }
    header:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    * html header {
      height: 1px;
      /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }
    header .h-left {
      float: left;
      width: 52%;
      position: relative; }
      header .h-left h1 {
        text-indent: -9999px;
        display: none; }
      header .h-left img {
        position: absolute;
        top: 0.90em;
        left: 0.55em;
        width: auto;
        max-width: 100%;
        height: auto;
        width: 100%; }
    header .h-right {
      float: right;
      width: 42%;
      min-height: 1px; }
      header .h-right:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      * html header .h-right {
        height: 1px;
        /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }
      header .h-right .header-schedule, header .h-right .header-access, header .h-right .header-menu {
        width: 32%;
        height: 4.5em;
        border-left: 1px solid #003281;
        float: left;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      header .h-right .header-schedule a {
        display: block;
        color: #003281;
        text-align: center; }
        header .h-right .header-schedule a .fa-calendar {
          padding-top: 0.5em;
          font-size: 1.5em;
          line-height: 1.1em;
          display: block; }
        header .h-right .header-schedule a div {
          padding: 0.8em 0 0;
          font-size: 0.69em; }
      header .h-right .header-access a {
        display: block;
        color: #003281;
        text-align: center; }
        header .h-right .header-access a .fa-bus {
          padding-top: 0.5em;
          font-size: 1.5em;
          line-height: 1.1em;
          display: block; }
        header .h-right .header-access a div {
          padding: 0.8em 0 0;
          font-size: 0.69em; }
      header .h-right .header-menu {
        float: right;
        display: block;
        color: #003281;
        text-align: center; }
        header .h-right .header-menu p.toggle-menu {
          display: block; }
        header .h-right .header-menu .fa-bars {
          padding-top: 0.5em;
          font-size: 1.6em;
          line-height: 1.1em; }
        header .h-right .header-menu div {
          padding: 0.6em 0 0;
          font-size: 0.69em; }

  #menu-layer {
    position: absolute;
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
    #menu-layer #sp-menu {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      border: 10px solid #f7f7f7;
      border-bottom: 20px solid #f7f7f7;
      border-radius: 0 0 5px 5px;
      border-top: 1px solid #f7f7f7;
      font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #menu-layer #sp-menu .menu-option,
      #menu-layer #sp-menu .menu-phone {
        text-align: center; }
        #menu-layer #sp-menu .menu-option span,
        #menu-layer #sp-menu .menu-phone span {
          font-size: 1.2em; }
          #menu-layer #sp-menu .menu-option span i,
          #menu-layer #sp-menu .menu-phone span i {
            font-size: 1.2em; }
      #menu-layer #sp-menu .menu-option ul.menu {
        padding-top: 10px;
        background-color: #f7f7f7; }
      #menu-layer #sp-menu .menu-phone ul.menu {
        background-color: #f7f7f7; }
      #menu-layer #sp-menu ul.menu > li:first-child > a {
        padding-left: 20px;
        display: block;
        line-height: 4;
        font-weight: bold;
        color: #f7f7f7;
        background-color: #003281;
        border-bottom: 1px solid #f7f7f7;
        border-top: 1px solid #f7f7f7; }
      #menu-layer #sp-menu ul.menu > li.menu-item-form > a,
      #menu-layer #sp-menu ul.menu > li.menu-item-tel > a {
        background-color: #007d4f;
        border-radius: 7px;
        line-height: 3.6; }
      #menu-layer #sp-menu ul.menu ul.sub-menu {
        display: none; }
        #menu-layer #sp-menu ul.menu ul.sub-menu li.menu-item {
          top: inherit;
          padding: 0;
          display: block;
          font-weight: normal;
          line-height: 4;
          padding-left: 10px;
          background-color: #eeeedd;
          border-bottom: 1px solid #f7f7f7;
          border-top: 1px solid #f7f7f7; }
          #menu-layer #sp-menu ul.menu ul.sub-menu li.menu-item a {
            display: inline-block;
            width: 100%;
            left: 30px;
            color: #000;
            background-image: url(/shika/wp-content/themes/ichibancho_sp/img/chevron19.svg);
            background-repeat: no-repeat;
            background-size: 6%;
            background-position: 98% center; }
          #menu-layer #sp-menu ul.menu ul.sub-menu li.menu-item > ul.sub-menu {
            display: none; }
      #menu-layer #sp-menu .ico-plus {
        background-image: url(/shika/wp-content/themes/ichibancho_sp/img/plus27.svg);
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: 98% center; }
      #menu-layer #sp-menu .ico-minus {
        background-image: url(/shika/wp-content/themes/ichibancho_sp/img/minus19.svg);
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: 98% center; }
      #menu-layer #sp-menu .ico-single a {
        background-image: url(./shika/wp-content/themes/ichibancho_sp/img/chevron19-white.svg);
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: 98% center; } }

/*# sourceMappingURL=menu_oral.css.map */
