@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 741px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }
  .pc_br {
    display: inline#FFF2F2;
  }

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

  /* 見出し h */
  /*---------------------------------------------
 ** h2
---------------------------------------------*/
  h2 {
    margin-bottom: 40px;
  }

  /*---------------------------------------------
 ** h3
---------------------------------------------*/
  h3 {
    font-size: 26px;
  }

  /*---------------------------------------------
 **  h4
---------------------------------------------*/
  /* h4 {
  } */

  /*---------------------------------------------
 **  画像
---------------------------------------------*/
  .img_size_s {
    width: 380px;
  }
  .img_L {
    float: left;
    margin-right: 50px;
  }
  .oz {
    _zoom: 1;
    overflow: hidden;
  }
  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }

  #nav {
    position: relative;
    height: 80px;
    width: 860px;
    float: right;
    margin: 28px 0 0 0;
  }
  #nav ul {
    margin: 0 auto;
  }
  #nav ul li {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 7px;
    float: left;
    z-index: 1;
    background: #fff;
    margin-right: 10px;
    line-height: 1.6;
    font-size: 18px;
  }
  ul.dropmenu > li>a {
    text-indent: -999em;
  }
  #nav ul li:last-of-type {
    margin-right: 0px;
  }
  #nav ul li a {
    width: 100%;
    height: 100%;
    padding: 19px 5px 21px;
    position: relative;
    color: #444;
    background: #fff7f8;
    text-decoration: none;
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: "Noto Sans JP";
  }
  #nav > ul > li:after {
    position: absolute;
    bottom: -8px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 0 13px;
    border-color: #ffffff transparent transparent transparent;
  }

  #nav ul li#nav02 {
    width: 170px;
  }
  #nav > ul > li#nav02 > a {
    background: url(../img/common/nav/nav_02.png) #fff7f8 center 25px no-repeat;
  }
  #nav ul li#nav03 {
    width: 200px;
  }
  #nav > ul > li#nav03 > a {
    background: url(../img/common/nav/nav_03.png) #fff7f8 center 25px no-repeat;
  }
  #nav ul li#nav04 {
    width: 150px;
  }
  #nav > ul > li#nav04 > a {
    background: url(../img/common/nav/nav_04.png) #fff7f8 center 25px no-repeat;
  }
  #nav ul li#nav05 {
    width: 150px;
  }
  #nav > ul > li#nav05 > a {
    background: url(../img/common/nav/nav_05.png) #fff7f8 center 25px no-repeat;
  }
  #nav ul li#nav06 {
    width: 150px;
  }
  #nav > ul > li#nav06 > a {
    background: url(../img/common/nav/nav_06.png) #fff7f8 center 25px no-repeat;
  }
  #nav ul li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav > ul > li:hover {
    margin-top: 10px;
  }

  /* 上のサブナビ */
  #nav .suv_nav {
    width: 615px;
    position: absolute;
    top: -68px;
    right: 0;
  }
  #nav .suv_nav li {
    padding: 0;
    margin: 0 5px 0 0;
  }
  #nav .suv_nav li a {
    background: #dd0b59;
    width: 150px;
    height: 100%;
    padding: 14px 0px 10px;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 8px;
    border-radius: 0px;
    font-size: 14px;
  }

  #nav .suv_nav li:after {
    display: none !important;
  }

  #nav .suv_nav li:before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 18px;
    background: url(../img/common/nav/nav_icon_w_01.png) no-repeat;
    content: "";
    /* display: block; */
    z-index: 1;
  }

  #nav .suv_nav #nav_recruit:before {
    background: url(../img/common/nav/nav_icon_w_01.png) no-repeat;
  }
  #nav .suv_nav #nav_news:before {
    background: url(../img/common/nav/nav_icon_w_02.png) no-repeat;
  }
  #nav .suv_nav #nav_access:before {
    background: url(../img/common/nav/nav_icon_w_03.png) no-repeat;
  }
  #nav .suv_nav #nav_release:before {
    background: url(../img/common/nav/nav_icon_w_04.png) no-repeat;
  }

  /* ドロップダウンメニュー */
  .dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #nav ul.dropmenu li:hover ul li {
    background: #dd0b59;
  }
  #nav ul.dropmenu li ul li {
    width: 100%;
  }
  #nav ul.dropmenu li:hover ul li:nth-of-type(1) {
    padding-top: 20px;
  }
  #nav ul.dropmenu li:hover ul li:last-of-type {
    padding-bottom: 8px;
  }
  #fade-in li:hover ul li:nth-of-type(1) a:after {
    position: absolute;
    bottom: 80px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 0 13px;
    border-color: #ffffff transparent transparent transparent;
  }

  #nav ul.dropmenu li ul li a:hover {
    color: #fff;
    background: #e95c8f;
  }

  /* フェードイン効果 */
  #fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }
  #fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
  }
  #fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
  }

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w1100 {
    width: 1100px !important;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .display_flex {
    display: flex;
  }
  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jcstr{ justify-content: stretch;}
  .spa{ justify-content:space-around;}
  .flex_item_clounm_3 {
    width: 31.5%;
  }
  .flex_item_clounm_3_minW {
    min-width: 30%;
    width: auto;
  }
  .flex_item_clounm_2 {
    width: 48.5%;
  }
  .flex_item_clounm_2_minW {
    min-width: 40%;
    width: auto;
  }
  .flex_item_clounm_4 {
    width: 23.5%;
    margin-bottom: 25px;
  }

  /*---------------------------------------------
 ** 左右入れ替え
---------------------------------------------*/
  .clounm_LR_flip > div:nth-of-type(odd) {
    order: 2;
  }
  .clounm_LR_flip > div:nth-of-type(even) {
    order: 1;
  }

  /*=================================================================================================================================*/
  /**  共通部分	*/
  /*=================================================================================================================================*/
  .btn_small {
    min-width: 250px;
    width: auto;
  }
  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */
  /* ロゴ */
  #logo {
    width: 314px;
    height: 109px;
    float: left;
    margin: 0px auto 0;
    display: block;
    z-index: 999;
  }

  /* ヘッダー */
  .header_wrapper {
    border-top: 5px solid #dd0b59;
    background: url(../img/common/header_bg.png) top center;
  }
  .header_inner {
    padding: 30px 0 25px;
  }

  /* TEL */
  .tel {
    width: 315px;
    height: 64px;
    float: left;
    margin: 20px 0 0 0;
    background: url(../img/common/tel.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  /* メインイメージ */
  #top .main_img {
    height: 500px;
  }
  .main_img {
    height: 473px;
    text-align: center;
    position: relative;
  }
  .main_p {
    position: absolute;
    top: 290px;
    left: 27.2%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 1.7;
  }

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

  .about_img_0 {
    width: 313px;
    float: left;
  }

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

  /* ページTOPへ */
  #pageTop a {
    width: 55.5px;
    height: 67px;
  }
  /* ロゴ */
  #footer #logo {
    width: 449px;
    height: 157px;
  }
  /* フッターTEL */
  #footer .tel {
    width: 423px;
    height: 97px;
    margin: 20px auto 20px;
    float: none;
  }

  .add p {
    color: #4a391f;
    font-size: 24px;
    text-align: center;
  }
  .map {
    height: 332px;
  }
  .calendar_large {
    background: #ffffff;
    padding: 15px 10px 0 !important;
    margin-bottom: 70px !important;
    -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
  }

  .footer_nav {
    height: 130px;
    background: #dd0b59;
    margin: 85px auto 0;
    position: relative;
  }

  #footer #nav {
    position: absolute;
    top: -40px;
    right: 0;
    float: none;
    margin: 0px auto;
    left: 0;
  }

  /* フッターナビ　上 */
  /* 上のサブナビ */
  #footer #nav .suv_nav {
    bottom: -70px;
    top: unset;
  }
  #footer #nav ul.suv_nav li a {
    background: #fff;
    color: #dd0b59;
  }
  #footer #nav ul li:hover {
    margin-top: 0;
  }
  #footer #nav ul li:hover a {
    background-color: #ffb8d2b6;
  }

  #footer #nav .suv_nav #nav_recruit:before {
    background: url(../img/common/nav/nav_icon_r_01.png) no-repeat;
  }
  #footer #nav .suv_nav #nav_news:before {
    background: url(../img/common/nav/nav_icon_r_02.png) no-repeat;
  }
  #footer #nav .suv_nav #nav_access:before {
    background: url(../img/common/nav/nav_icon_r_03.png) no-repeat;
  }
  #footer #nav .suv_nav #nav_release:before {
    background: url(../img/common/nav/nav_icon_r_04.png) no-repeat;
  }


  /* お知らせ */
  .news dl:nth-of-type(1),
  .news dl:nth-of-type(2) {
    border-top: 1px dashed #a3a3a3;
  }
  .news dl {
    display: table;
  }
  .news dl dt {
    display: table-cell;
    width: 150px;
  }
  #nav .suv_nav li.nav_recruit:before {
    width: 22px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/common/nav/nav_icon_w_01.png) no-repeat;
    content: "";
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/
  .about_img_0 {
    margin: -80px 45px 0 0;
  }

  /* 服部幼稚園の教育方針 */
  .edcation_mt_01 {
    margin-top: 70px;
  }
  .edcation_mt_02 {
    margin-top: 210px;
  }
  .edcation_mt_03 {
    margin-top: 0px;
  }

  .h2_education_01 {
    width: 689px;
    height: 221px;
    background: url(../img/about/h2_education_01.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* アレルギーへの対策 */
  .pink_dl {
    display: table;
    width: 100%;
    text-align: center;
  }
  .pink_dl dt {
    width: 215px;
    border-right: 1px solid #dd0b59;
    display: table-cell;
    padding: 15px 10px;
  }
  .pink_dl dd+dt{ border-left: 1px solid #dd0b59 !important;}
  .pink_dl dt h4 { font-size:20px; }
  .pink_dl dd {
    font-size: 24px;
    min-width: 182px;
  }
  .pink_dl dd span {
    font-size: 16px;

  }
  .mr8{margin-right:8px;}

  /* 文化教室 */
  .dl_dt_pink {
  }
  .dl_dt_pink dt {
    width: 62px;
    height: 30px;
    display: block;
    float: left;
    margin-top: 5px;
  }
  .dl_dt_pink dd {
    margin-left: 72px;
  }

  /* 子育て支援 */
  .before_slash:before {
    display: inline-block;
    content: "/";
    margin-right: 30px;
    color: #4a391f;
  }
  .col_pink {
    font-size: 24px !important;
    color: #dd0b59;
  }

  /*=================================================================================================================================*/
  /**  保育内容	*/
  /*=================================================================================================================================*/
  .kansei_L,
  .kansei_R {
    width: 401px;
    height: 399px;
    margin: 0 auto;
  }
  .icon_3_L:after {
    top: 355px;
    right: -10px;
  }
  .icon_3_C:after {
    top: -15px;
    right: 10px;
  }

  /*=================================================================================================================================*/
  /**  年間行事	*/
  /*=================================================================================================================================*/
  .schedule_wrapper div:nth-of-type(1) {
    width: 300px;
  }
  .schedule_wrapper div:nth-of-type(2) {
    width: 860px;
    margin-left: 40px;
  }
  #schedule .clounm_LR_flip > div:nth-of-type(even) {
    margin-right: 40px;
    margin-left: 0;
  }

  /*=================================================================================================================================*/
/**  アクセス	*/
/*=================================================================================================================================*/
/* アクセスマップ */
.access_map { height: 600px; }
}
