@charset "UTF-8";








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 {


  max-width: 1500px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    margin-bottom: 0px;
    height: 110px;
}

.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%;
}


}













.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;
}


}






.sample03 {
  /*height: 120px;*/
  z-index: 999;
  position: relative;
}

.sample03 .header {
/*  background: rgba(255,255,255,0.2);*/
  padding: 0 5px 5px;
  margin-top: -10px;
}
 
.sample03 .btn {
  margin-left: 8px;
}
 
/* ❶ */
.sample03 .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
/* ❷ */
.sample03 .logo a {
  display: flex;
  align-items: center;
}
 
.sample03 .logo a img{
  margin: 0 0 0 16px ;
  width: 450px;
}
 
/* ❸ */
.sample03 .menu {
  display: flex;
  align-items: center;
}
 
/* ❹ */
.sample03 .nav {
  display: flex;
}
 
/* ❺ */
.sample03 .nav .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
 




/*header
---------------------------------------------------------*/
.header-wrap {

}
.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);
  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;
  
}
.m_nav > li {
  width: 15.7%;
  box-sizing: border-box;
  border-left: solid 1px rgba(255,255,255,0.4);
  height: 110px;
  position: relative;
  -webkit-transition: background-color 1.0s;
  -moz-transition: background-color 1.0s;
  transition: background-color 1.0s;
}
.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: #685d5b;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2em;
  text-align: center;
}
.m_nav > li > a i {
  display: block;
  font-size: 140%;
  font-weight: normal;
  padding-bottom: .5em;
  color: #ff897e;
}
.m_nav > li:first-child > a i {
  padding-bottom: 0;
}
.m_nav > li.select,
.m_nav > li:hover {
  background: #FFF;
  -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: #908583;
}
.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: rgba(255,255,255,0.9);
}
.in_menu li a::before {
  font-family: 'dental';
  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: 5px 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;
}
}

/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: #97d124;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#scl_header.is-show {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
    -webkit-animation: sclAnimation 1.0s;
    -moz-animation: sclAnimation 1.0s;
    -o-animation: sclAnimation 1.0s;
    -ms-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
}
#scl_header .r_reserve {
  position: fixed;
  right: 0;
  top: 200px;
  width: 5%;
  max-width: 80px;
}
#scl_header .m_nav {
  width: 80%;
  max-width: 1240px;
  font-size: 90%;
  margin-left: 0;
  margin-right: auto;
  box-sizing: border-box;
  border-right: solid 1px rgba(255,255,255,0.4);
}
#scl_header .m_nav > li {
  height: 70px;
}
#scl_header .m_nav > li > a i {
  padding-bottom: .2em;
}
/* アコーディオンメニュー */
#scl_header .in_menu_l {
  width: 15em;
}

#scl_header .scl_tel {
  position: absolute;
  right: 5%;
  top: 0;
  width: 15%;
  max-width: 260px;
  height: 100%;
  background: #ffffcf;
}

#scl_header .scl_menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 5%;
  height: 100%;
  background: #fff;
}
#scl_header .scl_menu strong {
  display: block;
  padding-bottom: 1.0em;
  font-weight: 300;
}
#scl_header .scl_menu img {
  display: block;
  margin: auto;
  width: 50%;
  padding-top: 1.0em;
  max-width: 23px;
}

#scl_header .m_nav > li > a {
  font-size: 100%;
}
#scl_header .scl_tel p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  padding: 0 4%;
}
#scl_header .in_menu {
  font-size: 90%;
}

/* 微調整 (1300px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#scl_header .m_nav > li > a .dotto {
  display: none;
}
#scl_header .m_nav > li > a br.tb_only {
  display: block !important;
}
#scl_header .scl_menu {
  font-size: 1.0vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .r_reserve {
  top: 150px;
}
#scl_header .m_nav {
  width: 75%;
}
#scl_header .scl_tel {
  width: 20%;
}
#scl_header .m_nav > li > a {
  font-size:75%;
}
/* アコーディオンメニュー */
#scl_header .in_menu_l {
  width: 12em;
}
  
#scl_header .scl_menu strong {
  padding-bottom: 2.0em;
}
#scl_header .scl_menu img {
  padding-top: 2.0em;
} 
#scl_header .scl_menu {
  font-size: 1.2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
  display: none !important;
}
}

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
