@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/

@media screen and (min-width: 960px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }

  /* float */
  .float_L {
    float: left !important;
  }
  .float_R {
    float: right !important;
  }

  body {
    padding-top: 97px;
  }

  /*---------------------------------------------
 ** 見出し
---------------------------------------------*/

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w_inner {
    margin: 0 auto;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }
  .clounm_wrapper {
    max-width: 1200px;
  }
  /*=================================================================================================================================*/


  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */
  .header_inner {
    position: relative;
    margin: 0 auto; 
    width: 100%;
    max-width: 1920px;
  }
  .header_wrapper {
    padding: 0;
    height:100px;
    position: fixed; /* ヘッダーの固定 */
    top: 0px; /* 位置(上0px) */
    left: 0px; /* 位置(右0px) */
    width: 100%; /* 横幅100%　*/
    /* 縦幅140px */
    z-index: 20;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  }
  #menu-global-nav{
    display: flex;
  }
  #menu-global-nav > li > a{
    position:relative;
  }
  #menu-global-nav > li > a::after{
    color: #EADB9C;
    font-size:1.0rem;
    text-align: center;
    margin:0 auto;
    letter-spacing: 3px;
    font-weight: normal!important;
  }

  #menu-global-nav > li > a::after{
    display: block;
    position:absolute;
    bottom: 33px;
    right:0;
    left:0;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #menu-global-nav > li:nth-child(1) > a::after{
    content:'CLINIC';
  }
  #menu-global-nav > li:nth-child(2) > a::after{
    content:'DERMATOLOGY';
  }
  #menu-global-nav > li:nth-child(3) > a::after{
    content:'COSMETIC';
  }
  #menu-global-nav > li:nth-child(4) > a::after{
    content:'DOCTOR';
  }
  #menu-global-nav > li:nth-child(5) > a::after{
    content:'ACCESS';
  }



  /* メインイメージ */
  #top .main_img {
    padding-top:20%;
  }
  #index .main_img {
    text-align: center;
    position: relative;
  }

  /*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
  /* フッター */
  .footer_inner {
    _zoom: 1;
    overflow: hidden;
  }

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/



  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }
  #nav {
    max-width: 940px;
    width: 100%;
    margin: 0 0 0 370px;
    padding: 16px 0 0 0;
  }


  .dropmenu > div > ul > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  #menu-global-nav > li > a {
    font-size: 18px !important;
  }
  #nav ul li > a {
    width: 100%;
    min-width: 180px;
    padding: 15px 0px 53px!important;
    position: relative;
    color: #27305F;
    font-size: 1.7rem;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.05em;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
 @media screen and (min-width: 1631px) and (max-width: 1770px) { 
  #nav ul li > a {
    min-width: 10px !important;
  }
  #nav {
  max-width: 803px;
  margin: 0 0 0 352px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1615px) { 
  #nav ul li > a {
    font-size: 15px !important;
    min-width: 160px;
    }
    #nav {
      max-width: 803px;
      margin: 0 0 0 352px;
    }
}
@media screen and (min-width: 700px) and (max-width: 1500px) { 
    #menu-global-nav > li > a::after {
    bottom: 13px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1315px) { 
  nav#nav ul li > a {
    font-size: 14px !important;
  }
  .dropmenu ul > li::after{
    display: none;
  }

}





  #nav ul li > a:hover {
    color: #555BA6 !important;
  }
    #nav ul li > a:hover:after {
    color: #555BA6;
  }

  /* hover */
.hover {	-webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;}
.hover:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }


  /*---------------------------------------------
 **  ドロップダウンメニュー
---------------------------------------------*/
.sub-menu{
  	-webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;
}

  .dropmenu ul.sub-menu li {
    margin: 0;
    width: 100%;
    color:#fff;
  }
  .dropmenu {
    *zoom: 1;
    list-style-type: none;
  }
  .dropmenu:before,
  .dropmenu:after {
    content: "";
    display: table;
  }
  .dropmenu:after {
    clear: both;
  }
  .dropmenu ul > li {
    position: relative;
    /* margin: 0 20px; */
    padding-right:0px;
    text-align: center;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
    list-style: none;
    width:100%;
  }



  .dropmenu ul > li::after{
    content:url(../img/common/nav_line.png);
    position:absolute;
    right: -16px;
    top:20px;
    color:#fff!important;
  }

  .dropmenu li :hover {

    color:#27305F !important;
  }
  .dropmenu ul li > a {
    display: block;
    margin: 0;
    padding: 15px 0 11px!important;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
  }
  .dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 84px;
    left: -40px;
    right: 0px;
    margin: 0 auto;
    padding: 0;
  }
  .dropmenu li ul {
    width: 350px !important;
  }
  .dropmenu li:hover ul {
    background: #353966;
  }
  .dropmenu li ul li:hover {
    width: 100% !important;
  }
  .dropmenu li:hover ul li a {
    padding: 13px 15px!important;
    text-align: left;
  }
  #fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }
  #fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;
    padding: 0 10%;
  }
  #fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    color:#fff;
    padding:20px 20px 25px!important;
  }
  #fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
    color:#fff;
  }

  #fade-in li:hover ul li a::after{
    content:'\f054';
    color:#fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3em;
    position:absolute;
    right:5%;
  }

  /* ドロップダウン　下層メニュー */

  .menu-item-has-children:hover > a {
    position: relative;
  }
  .menu-item-has-children:hover ul li {
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .menu-item-has-children:hover ul li a {
    padding-left: 48px !important;
    color: #fff !important;
  }

  .menu-item-has-children:hover ul li:last-of-type {
    border-bottom: unset;
  }
  .menu-item-has-children:hover ul li:after {
    position: absolute;
    top: 20px;
    left: 25px;
    content: "";
    font-size: 9px;
    color: #27305F;
  }
  .menu-item-has-children:hover ul li:hover:after {
    color: #fff;
  }


  /*---------------------------------------------
 **  TEL
---------------------------------------------*/
  .tel {
    position: absolute;
    top: 0;
    right: 0;
  }
  .tel_nbr {
    width: 254px;
    float: left;
  }
  .tel ul{
  display: flex;
  }
  .reserve_bt {
    margin:0!important;
  }
  .reserve_bt a{
  width: 170px;
  height:32px;
  color:#fff;
  display: block;
  padding: 34px 0 34px 0px;
  }
  .reserve_bt a:link,
  .reserve_bt a:visited{
  background:#339EBC;
  text-decoration: none;
  }

  .reserve_bt a:hover,
  .reserve_bt a:active{
  text-decoration: none;
  background:#70c4db;
}
  .reserve_bt a span{
  background: url(../img/common/icon_reserve.png) no-repeat left 10px top 2px;
  padding: 5px 5px 5px 43px;
  font-size:120%;
  }

  #footer .reserve_bt a{
  width:200px;
  height:32px;
  color:#fff;
  display: block;
  padding: 12px 0 12px 10px;
  }

  #header .tel_nbr p {
    font-size: 2.8rem;
    background:url(../img/common/icon_tel.png) no-repeat top 5px left 30px;
    padding-left:30px;
    padding-bottom:5px;
    color:#339EBC;
    font-weight: normal!important;
  }
  #header .tel_nbr {
    width: auto;
  }
  #header .tel_nbr span {
    font-size: 1.0rem;
    margin-top: 0.2rem;
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/

  .main_img {
    height: 290px;
  }

/*---------------------------------------------
 **  吹き出しブロック
---------------------------------------------*/

/* beforeで三角を表現 */
.bubble::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #e7edfa;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*---------------------------------------------
 **  採用情報
---------------------------------------------*/
.rec_tbl {
  margin: 20px auto;
  width: 100%;
}
.rec_tbl th {
  background: #e2f3f8;
  border: solid 1px #ccc;
  color: #27305f;
  padding: 10px;
  width: 20%;
  text-align: center;
}
.rec_tbl td {
  border: solid 1px #ccc;
  padding: 10px 20px;
}

.rec_entry02{
  width:80%;
  margin: 0 auto;
  border:3px solid #27305f;
  border-radius: 10px;
  padding: 20px;
}
.rec_entry02 h4{
  font-size: 1.4em;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #27305f;
  color: #27305f;
  text-align: center;
}
.rec_entry02 p{
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.rec_back{
  text-align: center;
  margin: 20px auto;
}

.btn-recruit{ margin-top: 15px;}

.bnrbox{ 
  margin: 1rem auto;
  text-align: center;
}

  /*---------------------------------------------
 **  グーテン 付与クラス
---------------------------------------------*/
} /*■■ ここまで ■■*/
