.pc-logo {
  max-width: 470px;
}



.mobi-logo {
  display: block;
  margin-top: 0px;
  width: 288px;
}

.header-top-area-wrap {
 background: #FEFFE2;
}

.header-top-area {
  
  z-index: 10;
}


.header-top-area h1 {
  font-size: 12px;
  margin: 0;
  padding: 0.5rem 1rem;
}


.header-top-area ul {
  font-size: 12px;
}


.header-top-area .nav-link {
  display: block;
  padding: 0rem 1rem;
  color: #4FC4CD;
  text-decoration: none;
  color: #333;
  padding: 0.5rem 1rem;
}



.header-icon-wrap {
  padding: 10px 0 0 0;
  margin-left: 0px;
}

.header-icon {
  font-size: 22px;
  color: #4FC4CD;
}

.header-icon-2 {
  font-size: 19px;
  color: #4FC4CD;
}

@media (max-width: 1250px) {
  .header-info-icon {
    display: none;
  }
}


.dropdown:hover>.dropdown-menu {
  display: block;
}




.nav-area {
  background: #f4f4f4;

  background: rgba(255, 255, 255, .7);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}



.nav-area header {
  padding: 22px 0;
}

.nav-link {

  line-height: 1;
  color: #4FC4CD;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.nav-area .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ccc;
  color: #FFF;
  font-weight: bold;
  letter-spacing: .1rem;
  font-size: 15px;

}

.nav-area .nav-link.noborder {
  border-left: 0 solid #ccc;
}



@media (min-width: 992px) {
  .nav-area .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    border-left: 1px solid #999;
    color: #222;
    font-weight: bold;
    letter-spacing: .3rem;
    font-size: 16px;

  }

  .nav-area .nav-link.noborder {
    border-left: 0 solid #ccc;
  }

}






img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: top;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

ul img {
  vertical-align: top;
  margin: 0;
}



.header-area-wrap {
  /* background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); */
  /* background: #FCF6E4;  */
  z-index: 10;
  position: relative;
  padding: 18px 8px;
}

.header-area {


  max-width: 1500px;
  margin: 0 auto;

  position: relative;
  margin-bottom: 0px;
  height: 90px;


}

.header_logo_wrap {
  padding-left: 2%;
  padding-top: 28px;
  max-width: 360px;
  width: 35%;
}

.header_icons_wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  max-width: 360px;
  overflow: hidden;
  width: 50%;
}

.header_icons {
  margin: 0;
  padding: 0;
  display: flex;

}

.header_icons li {
  margin: 0 4px;
  padding: 0;

}

.header_icons_ire {}



/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {


  .header-area {
    margin-bottom: 00px;
    height: 60px;
  }

  .header_logo_wrap {
    padding-left: 3%;
    padding-top: 18px;
    max-width: 210px;
    width: 50%;
  }


}









.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border-radius: 0;

  top: 85px;
}

.dropdown-menu li {
  border-bottom: 1px dotted #ccc;
}

.dropdown-menu li:last-child {
  border-bottom: 0 dotted #ccc;
}

.dropdown-menu .dropdown-item {
  font-size: 15px;
  display: block;
  width: 100%;
  min-width: 200px;
  padding: 12px 18px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  letter-spacing: .1rem;

}















.gnavi__wrap {


  position: relative;
  z-index: 99;
  left: 0;
  top: 0px;
  width: 100%;
  background: #f4f4f4;
}



.gnavi {


  width: 100%;


  padding: 12px 0;

  font-size: 1.2rem;
  font-weight: bold;
}

.gnavi__inner {
  width: 100%;
  max-width: 1600px;

  height: 100%;
  margin: 0 auto;

  /*  background: -webkit-linear-gradient(top, rgba(147,128,104,1) 0%,rgba(191,179,164,1) 100%);
    background: linear-gradient(to bottom, rgba(147,128,104,1) 0%,rgba(191,179,164,1) 100%);*/
  text-align: center;

}

.gnavi ul {
  height: 100%;
  display: flex;
  padding: 0;

  margin: 0 -10px;
  font-size: 16px;


}

.gnavi li {
  flex: 1 1;
  position: relative;
  display: flex;
}


.gnavi__home_li {}

.gnavi li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: -1px;
  top: calc((100% - 20px) / 2);
}

.gnavi li:last-child::after {
  content: none;
}

.gnavi a {
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 10px 10px 10px;
  line-height: 1.25;

  font-weight: normal;
  color: #222;
}

.gnavi a:hover {
  text-decoration: none;
}

/*.gnavi a:hover span.gnavi__span {
  color: #FFF;
  position: relative;
}
.gnavi a:hover span.gnavi__span::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  bottom: 0;
  background-color: #ff7600;
  border-radius: 5px;
}*/
.gnavi span.gnavi__span {
  display: flex;
  align-items: center;
  word-break: keep-all;
}



.gnavi__en {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 55%;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.0em;
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  transition: color 0.7s;
  bottom: 20px;
  text-align: center;
}




.irregular_br {
  display: none !important;
}

/* .dotto {
  display: block;
} */


@media screen and (max-width: 1300px) {



  .irregular_br {
    display: block !important;
  }

  .dotto {
    display: none;
  }


}















.header-mobi-nav ul {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-mobi-nav ul li {
  margin-bottom: 8px;
}

.header-mobi-nav ul ul {
  font-size: 1.2rem;
  margin-left: 4%;
}

.header-mobi-nav ul li a {
  color: #FFF;
  font-weight: bold;
}

.header-mobi-nav ul ul li a {
  font-weight: normal;
}

.header-mobi-nav ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 0px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}

#footer-nav {
  padding: 0;
  line-height: 1;
  background: #e9e9e9;
  text-align: center;
  margin: 0 -13px;
}


#footer-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none none outside;
}

#footer-nav>.inner {}


#header-mobi-nav-main {
  margin: 0;
  text-align: left;
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #eee;
}

#header-mobi-nav-main:before {
  content: " ";
  display: table;
}

#header-mobi-nav-main li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
  width: 25%;
  border: 1px solid #eee;
  border-width: 1px 0 0 0;
  font-size: 12px;
}

#header-mobi-nav-main li a {
  display: block;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  height: 34px;
  line-height: 34px;
  position: relative;
  color: #333;
  text-align: center;
}

/*#header-mobi-nav-main li a:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


font-family: "dental";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f105';


  font-size: 11px;
  color: rgba(255,255,255,0.7);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}*/

#header-mobi-nav>.inner ul li {
  display: inline-block;
}

#header-mobi-nav-main li {
  border-right-width: 1px;
}











/*header
---------------------------------------------------------*/


.header-area {
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: ï½˜ï½€8space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}

.header-img-area {
  position: relative;
  z-index: 0;
  margin-top: -90px;
}


.header-img-area {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.header-navi {
  /* background: rgba(255, 255, 255, 0.85); */
  background-color: #FFF;
  z-index: 99;
  position: relative;


}


.m_nav_area {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 0;
  left: 0;
  right: 0;

}

.header-area h1,
.header-area .header-txt {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2%;
  top: calc(100% - 15px);
  color: rgba(0, 0, 0, 0.6);
  font-size: 90%;
  font-weight: normal;
  letter-spacing: .01em;
  line-height: 1.2em;
}

.header-area .header-logo {
  width: 32%;
  box-sizing: border-box;
  padding: 0 2% 5px;
  margin-bottom: 0;
}

.header-area .header-logo>a {
  display: block;
  max-width: 390px;
}

.header-area .header-right {
  width: 42%;
  max-width: 960px;
}

.header-contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  text-align: center;
  background: #fff;
}

.header-contact li:nth-child(1) {
  /*width: 22%;*/
}

.header-contact li:nth-child(2) {
  width: 425px;
  background: #f7f5e7;
}

.header-contact li:nth-child(3) {
  width: 150px;
  background: #2BADA9;
}

.header-contact li:nth-child(4) {
  width: 14%;
  position: relative;
}

.header-contact li:nth-child(4) strong {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  color: #806033;
  font-size: 110%;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.2em;
}

.header-contact li:nth-child(4) img {
  display: block;
  width: 40%;
  max-width: 23px;
  margin: 0 auto 10px;
}

.header-img-area::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 20%;
  left: 0;
}

.header-img-area::before {
  top: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

/* ãƒ¡ã‚¤ãƒ³ãƒŠãƒ“ */
.m_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.m_nav>li {
  width: 15.7%;
  box-sizing: border-box;

  height: 85px;
  position: relative;
  -webkit-transition: background-color 1.0s;
  -moz-transition: background-color 1.0s;
  transition: background-color 1.0s;

  /* background-image: url(../_images/ai/navbar-bg.svg);
  background-size: cover; */
}

.m_nav>li:last-child {
  
}

/* .m_nav>li:first-child {
  width: 5.8%;
  border-left: none;
} */

.m_nav>li>a {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  display: block;
  color: #4d3d26;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.1em;
  text-align: center;
}

.m_nav>li>a i {
  display: block;
  font-size: 140%;
  font-weight: normal;
  padding-bottom: .5em;
  color: rgba(255, 255, 255, 0.9);
}


.nav-img {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  margin-bottom: 6px;
}



/* .m_nav>li:first-child>a i {
  padding-bottom: 0;
} */

.m_nav>li.select,
.m_nav>li:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.m_nav>li.select>a,
.m_nav>li:hover>a {
  color: #111;
}

.m_nav .open_menu {
  cursor: pointer;
}

/* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
.in_menu {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 100%;
  background: rgba(255, 255, 205, 0.9);
}

.in_menu ul {
  text-align: left;
}

.in_menu li a {
  display: block;
  padding: 1.0em;
  position: relative;
  background-size: 2.5em auto;
  background-position: 0.8em center;
  background-repeat: no-repeat;
}

.in_menu.nym_inmenu li a,
.in_menu.med_inmenu li a {
  padding-left: 4.0em;
}

.in_menu.nym_inmenu li:nth-child(1) a {
  background-image: url(../images/nym_inmenu_icon1@2x.png);
}

.in_menu.nym_inmenu li:nth-child(2) a {
  background-image: url(../images/nym_inmenu_icon2@2x.png);
}

.in_menu.nym_inmenu li:nth-child(3) a {
  background-image: url(../images/nym_inmenu_icon3@2x.png);
}

.in_menu.nym_inmenu li:nth-child(4) a {
  background-image: url(../images/nym_inmenu_icon4@2x.png);
}

.in_menu.nym_inmenu li:nth-child(5) a {
  background-image: url(../images/nym_inmenu_icon5@2x.png);
}

.in_menu.nym_inmenu li:nth-child(6) a {
  background-image: url(../images/nym_inmenu_icon6@2x.png);
}

.in_menu.nym_inmenu li:nth-child(7) a {
  background-image: url(../images/nym_inmenu_icon7@2x.png);
}

.in_menu.nym_inmenu li:nth-child(8) a {
  background-image: url(../images/nym_inmenu_icon8@2x.png);
}

.in_menu.nym_inmenu li:nth-child(9) a {
  background-image: url(../images/nym_inmenu_icon9@2x.png);
}

.in_menu.nym_inmenu li:nth-child(10) a {
  background-image: url(../images/nym_inmenu_icon10@2x.png);
}

.in_menu.med_inmenu li:nth-child(1) a {
  background-image: url(../images/med_inmenu_icon1@2x.png);
}

.in_menu.med_inmenu li:nth-child(2) a {
  background-image: url(../images/med_inmenu_icon2@2x.png);
}

.in_menu.med_inmenu li:nth-child(3) a {
  background-image: url(../images/med_inmenu_icon3@2x.png);
}

.in_menu.med_inmenu li:nth-child(4) a {
  background-image: url(../images/med_inmenu_icon4@2x.png);
}

.in_menu.med_inmenu li:nth-child(5) a {
  background-image: url(../images/med_inmenu_icon5@2x.png);
}

.in_menu.med_inmenu li:nth-child(6) a {
  background-image: url(../images/med_inmenu_icon6@2x.png);
}

.in_menu.med_inmenu li:nth-child(7) a {
  background-image: url(../images/med_inmenu_icon7@2x.png);
}

.in_menu.med_inmenu li:nth-child(8) a {
  background-image: url(../images/med_inmenu_icon8@2x.png);
}

.in_menu.med_inmenu li:nth-child(9) a {
  background-image: url(../images/med_inmenu_icon9@2x.png);
}

.in_menu.med_inmenu li:nth-child(10) a {
  background-image: url(../images/med_inmenu_icon10@2x.png);
}

.in_menu.med_inmenu li:nth-child(11) a {
  background-image: url(../images/med_inmenu_icon11@2x.png);
}

.in_menu.med_inmenu li:nth-child(12) a {
  background-image: url(../images/med_inmenu_icon12@2x.png);
}

.in_menu.med_inmenu li:nth-child(13) a {
  background-image: url(../images/med_inmenu_icon13@2x.png);
}

.in_menu.med_inmenu li:nth-child(14) a {
  background-image: url(../images/med_inmenu_icon14@2x.png);
}

.in_menu.med_inmenu li:nth-child(15) a {
  background-image: url(../images/med_inmenu_icon15@2x.png);
}

.in_menu.med_inmenu li:nth-child(16) a {
  background-image: url(../images/med_inmenu_icon16@2x.png);
}

.in_menu.med_inmenu li:nth-child(17) a {
  background-image: url(../images/med_inmenu_icon18@2x.png);
}

.in_menu.med_inmenu li:nth-child(18) a {
  background-image: url(../images/med_inmenu_icon17@2x.png);
}


.in_menu li:hover {
  background-color: #111;
}

.in_menu li a::before {
  font-family: 'hasegawa';
  content: '\e800';
  font-size: 70%;
  position: absolute;
  right: 1.0em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
}

/* æ¨ªé•· */
.in_menu_w ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.in_menu_w li {
  width: 20%;
  box-sizing: border-box;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

/* ç¸¦é•· */
.in_menu_l {
  width: 15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.in_menu_l li {
  border-bottom: solid 1px #fff;
}

/* å¾®èª¿æ•´ (1400pxä»¥ä¸‹)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .m_nav_area {
    /*top: 8.5vw;*/
  }

  .header-area h1,
  .header-area .header-txt {
    font-size: 12px;
    letter-spacing: normal;
    /*top: 100%;*/
  }
}

/* å¾®èª¿æ•´ (1250pxä»¥ä¸‹)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .header-contact li:nth-child(4) strong {
    font-size: 1.3vw;
    /* MENUãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚º */
    letter-spacing: .05em;
  }

  /* ãƒ¡ã‚¤ãƒ³ãƒŠãƒ“ */
  .m_nav>li>a {
    font-size: 1.2vw;
  }

  /* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
  .in_menu li a {
    font-size: 1.2vw;
  }

  .in_menu_l {
    width: 12em;
  }

  /* æ¨ªé•· */
  .in_menu_w li {
    width: 25%;
  }
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .header-area h1,
  .header-area .header-txt {
    font-size: 70%;
    letter-spacing: normal;
  }

  .m_nav_area {
    /*top: 9.5vw;*/
  }

  /* ãƒ¡ã‚¤ãƒ³ãƒŠãƒ“ */
  .m_nav>li {
    height: 70px;
  }

  .m_nav>li>a {
    font-size: 75%;
    letter-spacing: .05em;
    line-height: 1.4em;
  }

  .m_nav>li>a .dotto {
    display: none;
  }

  .m_nav>li>a i {
    padding-bottom: .1em;
  }

  /* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
  .in_menu li a {
    font-size: 75%;
    position: relative;
    background-size: 2.3em auto;
  }

  .in_menu.nym_inmenu li a,
  .in_menu.med_inmenu li a {
    padding-left: 3.7em;
  }
}

/* ã‚¹ãƒžãƒ›ä»¥ä¸Š
------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sp_point {
    display: none;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
    {
    position: relative;
  }

  .header-area {}

  .header-area {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 2%;
    padding-right: 20%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }

  /*.header-area::before {
	content: "";	
	position: absolute;
	z-index: 0;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	background: #F08F82;
}*/
  .header-img-area {
    position: relative;
    z-index: 0;
  }

  .m_nav_area {
    display: none !important;
  }

  .header-area h1,
  .header-area .header-txt {
    width: 60%;
    top: auto;
    bottom: 0px;
    font-size: 60%;
    letter-spacing: normal;
    line-height: 1.2em;
    padding-left: 0;
  }

  .header-area .header-logo {
    width: 50%;
    padding: 0;
  }

  .header-area .header-right {
    display: none !important
  }

  .sp_point {
    width: 36%;
    height: 50px;

  }

  .sp_point img {
    display: none;

  }

  .header-img-area::before,
  .header-img-area::after {
    display: none;
  }
}