@charset "utf-8";
/*------------------------------------------------------------
bootstrap一部上書き
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.container, .row {
  clear: both;
  position: relative;
}

/*------------------------------------------------------------
共通タグ
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Rounded Mplus 1c";
  /*font-family: Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;*/
  /*font-weight: 500;*/
  font-size: 1.6rem;
  line-height: 1.75;
  color: #43332d;
}

img {
  vertical-align: bottom;
  border: none;
}
img.img-responsive {
  display: inline;
}

a {
  color: #43332d;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/*------------------------------------------------------------
共通クラス
------------------------------------------------------------*/
.pc {
  display: block;
}

.pc_tb {
  display: block;
}

.tb_sp {
  display: none;
}

.sp {
  display: none;
}

.pc_inline {
  display: inline;
}

.pc_tb_inline {
  display: inline;
}

.tb_sp_inline {
  display: none;
}

.sp_inline {
  display: none;
}

.inner {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

/*各ボタン*/
.bt {
  width: 370px;
  margin: 0 auto;
}
.bt a {
  display: block;
  text-align: center;
  line-height: 60px;
  border: 2px solid #5E1986;
  border-radius: 6px;
/*  background: #fff url("../images/common/arrow_green_right.png") 95% center no-repeat;
  background-size: 6px auto;*/
  color: #43332d;
}
.bt a:hover {
/*  background: #5E1986 url("../images/common/arrow_white_right.png") 95% center no-repeat;
  background-size: 6px auto;*/
  color: #fff;
  text-decoration: none;
}

#housing .bt a {
  border: 2px solid #5E1986;
  background: #fff url("../images/common/arrow_green_right.png") 95% center no-repeat;
  background-size: 6px auto;
}
#housing .bt a:hover {
  background: #5E1986 url("../images/common/arrow_white_right.png") 95% center no-repeat;
  background-size: 6px auto;
}

#architecture .bt a {
  border: 2px solid #e78668;
  background: #fff url("../images/common/arrow_red_right.png") 95% center no-repeat;
  background-size: 6px auto;
}
#architecture .bt a:hover {
  background: #e78668 url("../images/common/arrow_white_right.png") 95% center no-repeat;
  background-size: 6px auto;
}

#realestate .bt a {
  border: 2px solid #f39700;
  background: #fff url("../images/common/arrow_yellow_right.png") 95% center no-repeat;
  background-size: 6px auto;
}
#realestate .bt a:hover {
  background: #f39700 url("../images/common/arrow_white_right.png") 95% center no-repeat;
  background-size: 6px auto;
}

#environment .bt a {
  border: 2px solid #00b7ee;
  background: #fff url("../images/common/arrow_blue_right.png") 95% center no-repeat;
  background-size: 6px auto;
}
#environment .bt a:hover {
  background: #00b7ee url("../images/common/arrow_white_right.png") 95% center no-repeat;
  background-size: 6px auto;
}

#reform .bt a {
  border: 2px solid #ae5da1;
  background: #fff url("../images/common/arrow_purple_right.png") 95% center no-repeat;
  background-size: 6px auto;
}
#reform .bt a:hover {
  background: #ae5da1 url("../images/common/arrow_white_right.png") 95% center no-repeat;
  background-size: 6px auto;
}

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

  .pc_inline {
    display: none;
  }

  .inner {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .pc_tb {
    display: none;
  }

  .tb_sp {
    display: block;
  }

  .pc_tb_inline {
    display: none;
  }

  .tb_sp_inline {
    display: inline;
  }

/*  img.alignleft, img.alignright {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }

  .ttl2 {
    font-size: 2.4rem;
    background-size: 40px auto;
    padding-left: 48px;
  }

  .ttl3 {
    font-size: 1.8rem;
  }

  .ttl4 {
    font-size: 1.6rem;
  }*/
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .sp_inline {
    display: inline;
  }

  .bt {
    width: 290px;
  }
}


/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
}


/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header .pc_header {
  height: 160px;
}
#header .pc_header h1 {
  position: absolute;
  top: 0;
  left: 0;
}
#header .pc_header p {
  display: none;
  position: absolute;
  top: 46px;
  right: 5%;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 45px;
  box-sizing: border-box;
}
#header .pc_header p:before {
  content: "\f095";
  font-family: FontAwesome;
  margin: 0 5px;
}

#header .pc_header .contact-request_doc {
  position: absolute;
  top: 18px;
  right: 0;
  overflow: hidden;
}
#header .pc_header .contact-request_doc li {
  float: left;
  width: 162px;
  margin-left: 10px;
  /*border: 2px solid #5E1986;*/
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
}
#header .pc_header .contact-request_doc li a {
  display: block;
  color: #43332d;
  padding: 0 0 5px;
}
#header .pc_header .contact-request_doc li a:hover {
  color: #fff;
  background-color: #9123d1;
  border-radius: 4px;
  text-decoration: none;
}

#header .pc_header .contact-request_doc li:nth-child(1) a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_staffrecruit.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

#header .pc_header .contact-request_doc li:nth-child(1) a:hover:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_staffrecruit_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

#header .pc_header .contact-request_doc li:nth-child(2) a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_privacypolicy.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

#header .pc_header .contact-request_doc li:nth-child(2) a:hover:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_privacypolicy_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

#header .pc_header .contact-request_doc li:nth-child(3) a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_sitemap.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

#header .pc_header .contact-request_doc li:nth-child(3) a:hover:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_sitemap_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

#header .pc_header nav {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
#header .pc_header nav > ul:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
#header .pc_header nav > ul > li {
  float: left;
  width: 16.666666%;
  text-align: center;
  position: relative;
  border-left: 1px solid #43332d;
}

#header .pc_header nav > ul > li:last-child {
  float: left;
  width: 16.666666%;
  text-align: center;
  position: relative;
  border-left: 1px solid #43332d;
  border-right: 1px solid #43332d;
}

#header .pc_header nav ul li a {
  font-size: 90%;
  display: block;
  margin: 0 1px;
  padding: 3px 1px;
}

#header .pc_header nav ul li a:hover {
  color: #ffffff;
  background-color: #9123d1;
  border-radius: 3px;
  margin: 0 1px;
  padding: 3px 1px;
}

/***** ホーム *****/
#header .pc_header nav ul li:nth-child(1) a span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_home.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav ul li:nth-child(1) a:hover span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_home_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/***** ゆたかすみれ会概要 *****/
#header .pc_header nav ul li:nth-child(2) a span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_about.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav ul li:nth-child(2) a:hover span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_about_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/***** 施設紹介 *****/
#header .pc_header nav ul li:nth-child(3) a span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_introduction.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav ul li:nth-child(3) a:hover span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_introduction_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/***** 情報公開 *****/
#header .pc_header nav ul li:nth-child(4) a span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_disclosure.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav ul li:nth-child(4) a:hover span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_disclosure_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/***** アクセス *****/
#header .pc_header nav ul li:nth-child(5) a span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_access.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav ul li:nth-child(5) a:hover span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_access_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/***** お問い合わせ *****/
#header .pc_header nav ul li:nth-child(6) a span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_contact.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav ul li:nth-child(6) a:hover span {
  width: 30px;
  height: 30px;
  background: url(../images/ico_contact_hover.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header .pc_header nav > ul > li > a {
  color: #43332d;
  position: relative;
}

#header .pc_header nav > ul > li > a:hover {
  text-decoration: none;
}
#header .pc_header nav > ul > li > a:hover:after {
  width: 100%;
}
#header .pc_header nav > ul > li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  width: 100%;
}
#header .pc_header nav > ul > li ul li a {
  display: block;
  line-height: 40px;
  background: #5E1986;
  color: #fff;
  text-decoration: none;
  border: 2px solid #5E1986;
}
#header .pc_header nav > ul > li ul li a:hover {
  background: #fff;
  color: #9123d1;
}

@media screen and (max-width: 1200px) {
  #header .pc_header p {
    right: 35.5%;
  }
  #header .pc_header nav > ul > li {
    font-size: 1.5rem;
  }
}


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

  #header .sp_header {
    height: 55px;
    /*position: relative;*/
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
  }

  #header .container {
    width: 100%;
  }

  #header .sp_header h1 {
    float: left;
    width: 48%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  #header .sp_header h1 img {
    width: auto;
    height: 54px;
  }

  #header .sp_header > ul {
    position: absolute;
    top: 0;
    right: 55px;
    overflow: hidden;
    text-align: center;
  }

  #header .sp_header > ul li {
    float: left;
    width: 55px;
    height: 55px;
    padding-top: 10px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }

  #header .sp_header dl dt {
    position: absolute;
    top: -1px;
    right: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 13px 10px 10px;
    border-left: 1px solid #e5e5e5;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  #header .sp_header dl dt..on img {
    width: 28px;
    height: 28px;
    background: url(../images/ico_close.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header dl dd {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
  }
  #header .sp_header dl dd ul {
    text-align: center;
    padding: 10px 10px 0;
    overflow: hidden;
  }
  #header .sp_header dl dd ul li {
    float: left;
    margin-bottom: 2%;
    font-size: 1.2rem;
  }
  #header .sp_header dl dd ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  #header .sp_header dl dd ul:nth-of-type(1) {
    padding-bottom: 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
  }

  #header .sp_header dl dd ul:nth-of-type(1) li {
    width: 32%;
    background-color: #ffffff;
  }
  #header .sp_header dl dd ul:nth-of-type(1) li a {
    display: block;
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    height: 100px;
    color: #43332d;
    padding-top: 20px;
  }
  #header .sp_header dl dd ul:nth-of-type(1) li a:hover {
    text-decoration: none;
  }
  #header .sp_header dl dd ul:nth-of-type(1) li img {
    margin-bottom: 5px;
  }
  #header .sp_header dl dd ul:nth-of-type(1) li:nth-child(3n-1) {
    margin: 0 2% 0;
  }

  #header .sp_header nav ul li a:hover {
    background-color: #9123d1;
    border: 2px solid #5e1986 !important;
    border-radius: 3px;
    color: #ffffff !important;
  }

  /***** ホーム *****/
  #header .sp_header nav ul li:nth-child(1) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_home.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(1) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_home_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** ゆたかすみれ会概要 *****/
  #header .sp_header nav ul li:nth-child(2) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_about.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(2) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_about_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** 施設紹介 *****/
  #header .sp_header nav ul li:nth-child(3) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_introduction.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(3) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_introduction_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** 情報公開 *****/
  #header .sp_header nav ul li:nth-child(4) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_disclosure.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(4) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_disclosure_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** アクセス *****/
  #header .sp_header nav ul li:nth-child(5) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_access.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(5) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_access_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** お問い合わせ *****/
  #header .sp_header nav ul li:nth-child(6) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_contact.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(6) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_contact_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** 職員募集 *****/
  #header .sp_header nav ul li:nth-child(7) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_staffrecruit.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(7) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_staffrecruit_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** 個人情報保護方針 *****/
  #header .sp_header nav ul li:nth-child(8) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_privacypolicy.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(8) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_privacypolicy_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** サイトマップ *****/
  #header .sp_header nav ul li:nth-child(9) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_sitemap.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(9) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_sitemap_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** お知らせ *****/
  #header .sp_header nav ul li:nth-child(10) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_news.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(10) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_news_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** ゆたか便り *****/
  #header .sp_header nav ul li:nth-child(11) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_letter.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(11) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_letter_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  /***** 食事メニュー *****/
  #header .sp_header nav ul li:nth-child(12) a span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_meal.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  #header .sp_header nav ul li:nth-child(12) a:hover span {
    width: 30px;
    height: 30px;
    background: url(../images/ico_meal_hover.png) no-repeat 100% 100%;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

}


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

  #header .container {
    width: 100%;
    padding: 0;
  }

}


/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer_bg {
  position: relative;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: url("../images/footer_bg.png") repeat-x center center;
  background-size: auto 100%;
}

#footer {
  width: 100%;
  overflow: hidden;
  padding: 0 0 15px;
  background-color: #5E1986;
  color: #ffffff;
}

#footer .inner {
  overflow: hidden;
  margin: 15px auto 0;
}

#footer .textL {
  width: calc(30% - 15px);
  float: left;
  margin: 6px 15px 0 0;
}

#footer .textL img {
  width: 100%;
  height: 100%;
}

#footer .textR {
  width: 70%;
  float: right;
}

#footer .textR ul {
  overflow: hidden;
}

#footer .textR ul li {
  list-style: none;
}

#footer .textR ul li a {
  width: 24%;
  float: left;
  font-size: 90%;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
}

#footer .textR ul li a:before {
  content: "\f101";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}

#copyright {
  clear: both;
  color: #fff;
  padding: 15px 0 0;
  text-align: center;
}

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

    #footer .textL {
      width: 100%;
      text-align: center;
      float: none;
      margin: 15px auto 0;
    }

    #footer .textL img {
      width: 50%;
      height: 50%;
    }

    #footer .textR {
      width: 100%;
      text-align: left;
      float: none;
    }
}


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

  #footer .textR ul li a {
    width: 33%;
  }

}


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

  #footer .textR ul li a {
    width: 25%;
  }

    #footer .textL img {
      width: 70%;
      height: 70%;
    }

}


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

  #footer .textR ul li a {
    width: 50%;
  }

  #footer .textL img {
    width: 100%;
    height: 100%;
  }

}


/*------------------------------------------------------------
パンくず
------------------------------------------------------------*/
#breadcrumbs .container {
  padding-left: 0;
  padding-right: 0;
}

#breadcrumbs {
  font-size: 1.2rem;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}

#breadcrumbs ul {
  overflow: hidden;
}

#breadcrumbs ul li {
  float: left;
  padding: .7em 2px;
}

#breadcrumbs ul li a {
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  background: #fafafa;
}

#breadcrumbs ul li:nth-child(1) a {
  width: 20px;
  height: 20px;
  background: url(../images/ico_home.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
  margin: 0 auto;
}

#breadcrumbs ul li:nth-child(2):before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 5px;
  color: #5e1986;
}

#breadcrumbs ul li:nth-child(2) a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 5px;
  color: #5e1986;
}

/***** ゆたかすみれ会概要 *****/
body.about #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_about.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** 施設の紹介 *****/
body.introduction #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_introduction.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/*****
住宅型有料老人ホームゆたか
訪問介護事業所ゆたか
グループホームゆたかの郷
老人ホームゆたか弐番館
ケアホームゆたかすみれ館
ケアホーム和がや
*****/
body.nursinghome1 #breadcrumbs ul li:nth-child(2) a span,
body.visitcare #breadcrumbs ul li:nth-child(2) a span,
body.grouphome #breadcrumbs ul li:nth-child(2) a span,
body.nursinghome2 #breadcrumbs ul li:nth-child(2) a span,
body.carehome #breadcrumbs ul li:nth-child(2) a span,
body.carehomewagaya #breadcrumbs ul li:nth-child(2) a span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_introduction.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** 情報公開 *****/
body.disclosure #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_disclosure.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** アクセス *****/
body.access #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_access.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** お問い合わせ *****/
body.contact #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_contact.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** 職員募集 *****/
body.staffrecruit #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_staffrecruit.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** 個人情報保護方針 *****/
body.policy #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_privacypolicy.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** お知らせ *****/
body.news #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_news.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** ゆたか便り *****/
body.letter #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_letter.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** 食事メニュー *****/
body.meal #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_meal.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

/***** サイトマップ *****/
body.sitemap #breadcrumbs ul li:nth-child(2) span {
  width: 20px;
  height: 20px;
  background: url(../images/ico_sitemap.png) no-repeat 100% 100%;
  background-size: 100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}


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

  #breadcrumbs {
    font-size: 1.2rem;
    margin: 55px 0 0;
  }

}


/*------------------------------------------------------------
下層共通
------------------------------------------------------------*/
body.page #main, body.other #main {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px;
}

body.page h2, body.other h2 {
  text-align: center;
}

body.page h2 span, body.other h2 span {
  position: relative;
  display: inline-block;
  color: #5e1986;
  font-size: 120%;
  margin: 51px 0;
  padding: 0 55px;
}

body.page h2 span:before, body.page h2 span:after,
body.other h2 span:before, body.other h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

body.page h2 span:before, body.other h2 span:before {
  left:0;
}

body.page h2 span:after, body.other h2 span:after {
  right: 0;
}

body.page h3 {
  margin: 20px 0 5px;
  padding: 10px;
  padding-left: 0.5em;
  background: #fafafa;
  border: dashed 2px #9123d1;
  box-shadow: 0 0 0 4px #fafafa;
}

body.page p {
  margin: 0 0 10px;
}

body.page .box {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

body.page .contactbox {
  width: 100%;
  margin: 15px 0 0;
  padding: 15px;
  border: 5px solid #e5e5e5;
  box-sizing: border-box;
}

body.page .contactbox p {
  margin: 0;
}

body.page .contactbox p span {
  width: 50px;
  margin: 0 5px 0 0;
  padding: 1px 3px;
  color: #ffffff;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 3px;
}


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

  body.page .box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

}


/*------------------------------------------------------------
下層ページヘッダー
------------------------------------------------------------*/
#page_header {
  background: url("../images/common/pt_default_dot.png") center top repeat, url("../images/common/bg_page_header.jpg") center center no-repeat;
  background-size: 4px auto, cover;
  text-align: center;
  padding: 60px 0;
  color: #fff;
}
#page_header h1 {
  font-size: 4.0rem;
  line-height: 1.2;
}
#page_header p {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 30px;
}

#housing #page_header {
  background: url("../images/common/pt_green_dot.png") center top repeat, url("/images/housing/bg_header_housing.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#architecture #page_header {
  background: url("../images/common/pt_red_dot.png") center top repeat, url("/images/architecture/bg_header_architecture.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#realestate #page_header {
  background: url("../images/common/pt_yellow_dot.png") center top repeat, url("/images/realestate/bg_header_estate.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#environment #page_header {
  background: url("../images/common/pt_blue_dot.png") center top repeat, url("/images/environment/bg_header_environment.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#reform #page_header {
  background: url("../images/common/pt_purple_dot.png") center top repeat, url("/images/reform/bg_header_reform.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#presidentblog #page_header {
  background: url("../images/common/pt_default_dot.png") center top repeat, url("/images/presidentblog/bg_header_presidentblog.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#staffblog #page_header {
  background: url("../images/common/pt_default_dot.png") center top repeat, url("/images/staffblog/bg_header_staffblog.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

#buildingblog #page_header {
  background: url("../images/common/pt_default_dot.png") center top repeat, url("/images/buildingblog/bg_header_buildingblog.jpg") center center no-repeat;
  background-size: 4px auto, cover;
}

@media screen and (max-width: 991px) {
  #page_header {
    padding: 30px 0;
  }
  #page_header h1 {
    font-size: 2.8rem;
  }
  #page_header h1 img {
    width: 160px;
  }
  #page_header p {
    font-size: 1.4rem;
    padding-top: 15px;
  }
}


/*------------------------------------------------------------
ゆたかすみれ会概要
------------------------------------------------------------*/
/***** ゆたかすみれ会の理念 *****/
body.page .box ul {
  overflow: hidden;
}

body.page .box ul li {
  list-style: none;
}

body.page .box ul li:before {
  content: "\f10c";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
  color: #5e1986;
}

/***** ゆたかすみれ会沿革 *****/
body.page .box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}

body.page .box table td {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

body.page .box table td.date {
  background-color: #f5f5f5;
}

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

}


/*------------------------------------------------------------
施設の紹介
------------------------------------------------------------*/
body.page.introduction .picture {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  overflow: hidden;
}

body.page.introduction .picture img {
  width: 90%;
  padding: 3px;
  border: 1px solid #dddddd;
}

body.page.introduction p.txt {
  padding: 0 5%;
}

body.page.introduction p.btn {
  text-align: center;
  width: 94%;
  margin: 0 3%;
}

body.page.introduction p.btn a {
  display: block;
  border: 2px solid #5e1986;
  border-radius: 3px;
  margin: 15px auto;
  padding: 7px 10px;
  text-decoration: none;
}

body.page.introduction p.btn a:hover {
  color: #ffffff;
  background-color: #9123d1;
}


/*------------------------------------------------------------
住宅型有料老人ホームゆたか
訪問介護事業所ゆたか
グループホームゆたかの郷
老人ホームゆたか弐番館
ケアホームゆたかすみれ館
ケアホーム和がや
ケアホームゆたかの愛
------------------------------------------------------------*/
body.page.nursinghome1 .picture,
body.page.visitcare .picture,
body.page.grouphome .picture,
body.page.nursinghome2 .picture,
body.page.carehome .picture,
body.page.carehomewagaya .picture,
body.page.carehomeyutakanoai .picture {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  overflow: hidden;
}

body.page.nursinghome1 .picture.main img,
body.page.visitcare .picture.main img,
body.page.grouphome .picture.main img,
body.page.nursinghome2 .picture.main img,
body.page.carehome .picture.main img,
body.page.carehomewagaya .picture.main img,
body.page.carehomeyutakanoai .picture.main img {
  width: 50%;
  padding: 3px;
  border: 1px solid #dddddd;
}

body.page.nursinghome1 .picture img,
body.page.visitcare .picture img,
body.page.grouphome .picture img,
body.page.nursinghome2 .picture img,
body.page.carehome .picture img,
body.page.carehomewagaya .picture img,
body.page.carehomeyutakanoai .picture img {
  width: 90%;
  padding: 3px;
  border: 1px solid #dddddd;
}


body.page.nursinghome1 .list,
body.page.visitcare .list,
body.page.grouphome .list,
body.page.nursinghome2 .list,
body.page.carehome .list,
body.page.carehomewagaya .list,
body.page.carehomeyutakanoai .list {
  width: 100%;
  overflow: hidden;
}

body.page.nursinghome1 .list ul,
body.page.visitcare .list ul,
body.page.grouphome .list ul,
body.page.nursinghome2 .list ul,
body.page.carehome .list ul,
body.page.carehomewagaya .list ul,
body.page.carehomeyutakanoai .list ul {
  overflow: hidden;
  margin: 10px auto 10px 20px;
}

body.page.nursinghome1 .list ul li,
body.page.visitcare .list ul li,
body.page.grouphome .list ul li,
body.page.nursinghome2 .list ul li,
body.page.carehome .list ul li,
body.page.carehomewagaya .list ul li,
body.page.carehomeyutakanoai .list ul li {
  list-style: none;
  text-indent: -17px;
  margin: 0 0 0 18px;
}

body.page.nursinghome1 .list ul li:before,
body.page.visitcare .list ul li:before,
body.page.grouphome .list ul li:before,
body.page.nursinghome2 .list ul li:before,
body.page.carehome .list ul li:before,
body.page.carehomewagaya .list ul li:before,
body.page.carehomeyutakanoai .list ul li:before {
  content: "\f10c";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
  color: #5e1986;
}

body.page.nursinghome1 .msgbox,
body.page.visitcare .msgbox,
body.page.grouphome .msgbox,
body.page.nursinghome2 .msgbox,
body.page.carehome .msgbox,
body.page.carehomewagaya .msgbox,
body.page.carehomeyutakanoai .msgbox {
  color: #ff0000;
}

body.page.nursinghome1 table,
body.page.visitcare table,
body.page.grouphome table,
body.page.nursinghome2 table,
body.page.carehome table,
body.page.carehomewagaya table,
body.page.carehomeyutakanoai table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}

body.page.nursinghome1 table th,
body.page.visitcare table th,
body.page.grouphome table th,
body.page.nursinghome2 table th,
body.page.carehome table th,
body.page.carehomewagaya table th,
body.page.carehomeyutakanoai table th {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-weight: normal;
}

body.page.nursinghome1 table td,
body.page.visitcare table td,
body.page.grouphome table td,
body.page.nursinghome2 table td,
body.page.carehome table td,
body.page.carehomewagaya table td,
body.page.carehomeyutakanoai table td {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

body.page.nursinghome1 table td.textL,
body.page.visitcare table td.textL,
body.page.grouphome table td.textL,
body.page.nursinghome2 table td.textL,
body.page.carehome table td.textL,
body.page.carehomewagaya table td.textL,
body.page.carehomeyutakanoai table td.textL {
  text-align: left;
}

body.page.nursinghome1 table td.textC,
body.page.visitcare table td.textC,
body.page.grouphome table td.textC,
body.page.nursinghome2 table td.textC,
body.page.carehome table td.textC,
body.page.carehomewagaya table td.textC,
body.page.carehomeyutakanoai table td.textC {
  text-align: center;
}

body.page.nursinghome1 table td.textR,
body.page.visitcare table td.textR,
body.page.grouphome table td.textR,
body.page.nursinghome2 table td.textR,
body.page.carehome table td.textR,
body.page.carehomewagaya table td.textR,
body.page.carehomeyutakanoai table td.textR {
  text-align: right;
}

body.page .box table td.date {
  background-color: #f5f5f5;
}


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

  body.page.nursinghome1 .picture.main img,
  body.page.visitcare .picture.main img,
  body.page.grouphome .picture.main img,
  body.page.nursinghome2 .picture.main img,
  body.page.carehome .picture.main img,
  body.page.carehomewagaya .picture.main img,
body.page.carehomeyutakanoai .picture.main img {
      width: 90%;
  }

}


/*------------------------------------------------------------
職員募集・個人情報保護方針
------------------------------------------------------------*/
body.page.staffrecruit .list, body.page.policy .list {
  width: 100%;
  overflow: hidden;
}

body.page.staffrecruit .list ul, body.page.policy .list ul {
  overflow: hidden;
  margin: 10px auto 10px 20px;
}

body.page.staffrecruit .list ul li, body.page.policy .list ul li {
  list-style: none;
  text-indent: -17px;
  margin: 0 0 0 18px;
}

body.page.staffrecruit .list ul li:before, body.page.policy .list ul li:before {
  content: "\f10c";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
  color: #5e1986;
}

body.page.staffrecruit .msgbox {
  color: #ff0000;
}


/*------------------------------------------------------------
アクセス
------------------------------------------------------------*/
/***** 交通アクセス *****/
body.page .traffic {
  width: 100%;
  overflow: hidden;
}

body.page .traffic ul {
  overflow: hidden;
}

body.page .traffic ul li:nth-child(1),
body.page .traffic ul li:nth-child(2) {
  position: relative;
  margin: 0 0 15px;
}

body.page .traffic ul li:nth-child(1) span,
body.page .traffic ul li:nth-child(2) span {
  margin: 0 0 0 35px;
}

body.page .traffic ul li:nth-child(1):before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(../images/ico_access.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
}

body.page .traffic ul li:nth-child(2):before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(../images/ico_bus.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: block;
}

body.page .traffic ul li:nth-child(2) span:nth-child(3),
body.page .traffic ul li:nth-child(2) span.time {
  margin: 0 0 0 5px;
}

body.page .traffic ul li:nth-child(2) span.time:before {
  content: '';
  background-color: #5e1986;
  display: inline-block;
  width: 20px;
  height: 3px;
  position: relative;
  top: -4px;
  margin: 0 10px 0 0;
}

body.page .traffic ul li:nth-child(2) span.time:after {
  content: '';
  background-color: #5e1986;
  display: inline-block;
  width: 20px;
  height: 3px;
  position: relative;
  top: -4px;
  margin: 0 0 0 10px;
}

/***** マップ *****/
.google-maps {
  width: 100%;
  overflow: hidden;
}

/***** 施設連絡先 *****/
body.page .facility {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}

body.page .facility dl {
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

body.page .facility dl dt {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}

body.page .facility dl dd {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}

body.page .facility dl dd:last-child {
  border-bottom: 0;
  padding: 10px;
}


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

  #map_canvas {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}


/*------------------------------------------------------------
お知らせ
------------------------------------------------------------*/
body.news #main p {
  margin: 0 !important;
}

body.news #main ul {
  overflow: hidden;
  margin: 0 10%; /* 40px 0 0 */
}

body.news #main ul li {
  list-style: none;
  position: relative;
}

body.news #main ul li a:before {
  position: absolute;
  top: 13px;
  right: 0;
  content: "\f054";
  font-family: FontAwesome;
  margin: 0 5px;
}

body.news #main ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px dashed #dddddd;
}

body.news #main ul li a p.date:before {
  content: "\f073";
  font-family: FontAwesome;
  margin: 0 5px;
}

body.news #main ul li a p.title {
  font-size: 90%;
}

body.news #main .btn {
  display: block;
  padding: 0;
}

body.news #main .btn a {
  display: block;
  border: 2px solid #5e1986;
  border-radius: 3px;
  margin: 15px auto;
  padding: 7px 10px;
  text-decoration: none;
}

body.news #main .btn a:hover {
  color: #ffffff;
  background-color: #9123d1;
}


/***** お知らせシングルページ *****/
body.page.news #post {
  width: 80%;
  margin: 0 10%;
}

body.page.news #post p.date {
  text-align: right;
}

body.page.news #post p.date:before {
    content: "\f073";
    font-family: FontAwesome;
    margin: 0 5px;
}


/*------------------------------------------------------------
ページナビ
------------------------------------------------------------*/
.pagenavi {
    color: #5e1986;
    margin: 30px auto 0;
    line-height:2em;
    text-align:center;
    clear: both;
    letter-spacing: 0;
}
.pagenavi a {
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current {
    color: #444444;
    padding: 7px 12px;
    border:solid 1px #cccccc;
    text-decoration:none;
    font-size: 14px;
}
.pagenavi a.page-numbers:hover {
    color:#ffffff;
    background: #9123d1;
}
.pagenavi .current {
    color: #ffffff;
    background: #5e1986;
    border-color: #5e1986;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev {
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size: 14px;
    font-weight: normal;
}


/*------------------------------------------------------------
ページ送り
------------------------------------------------------------*/
.nav-below {
  margin: 15px 0;
  padding: 30px 0 0;
  text-align: center;
  border-top: 1px solid #dddddd;
}

.nav-below .previous {
  width: 110px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 10px 5px;
  background-color: #5e1986;
  border-radius: 3px;
}

.nav-below .next {
  width: 110px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 10px 5px;
  background-color: #5e1986;
  border-radius: 3px;
}

.nav-below .previous a,
.nav-below .next a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.nav-below .previous:hover,
.nav-below .next:hover {
  transition: 1.0s;
  background-color: #9123d1;
  color: #ffffff;
}


/*------------------------------------------------------------
ゆたか便り・食事メニュー・情報公開
------------------------------------------------------------*/
body.letter p.textC, body.meal p.textC, body.disclosure p.textC {
  text-align: center;
  margin: 0 0 30px;
}

body.letter .post, body.meal .post, body.disclosure .post {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -1em;
}

body.letter .box, body.meal .box, body.disclosure .box {
  display: inline-block;
  float: left;
  width: calc((100% / 4) - 10px);
  margin: 0 5px;
  letter-spacing: 0;
}


body.letter .box a, body.meal .box a, body.disclosure .box a {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  border: 5px solid #f5f5f5;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

body.letter .box a img, body.meal .box a img, body.disclosure .box a img {
  width: 98%;
  height: 98%;
}

body.letter .box a:hover, body.meal .box a:hover, body.disclosure .box a:hover {
  border: 5px solid #9123d1;
  text-decoration: none;
}

/***************************/
/***** PDFダウンロード *****/
/***************************/
#pdfDL {
  clear: both;
  overflow: hidden;
  letter-spacing: 0;
  text-align: left;
  margin: 20px 0 0;
  padding: 20px 16px 10px;
  border: 5px solid #f5f5f5;
  background-color: #ffffff;
}

#pdfDL p {
  margin: 0 0 10px;
}

#pdfDL p a {
  position: relative;
}

#pdfDL p a span {
  position: absolute;
  top: -8px;
  left: 32px;
  width: 129px;
}


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

  body.letter .box, body.meal .box, body.disclosure .box {
    display: inline-block;
    float: left;
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
    letter-spacing: 0;
  }

}


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

  body.letter .box, body.meal .box, body.disclosure .box {
    display: inline-block;
    float: left;
    width: calc((100% / 2) - 10px);
    margin: 0 5px;
    letter-spacing: 0;
  }

}


/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/
#wpcf7-f26-p14-o1 {
  width: 100%;
  font-size: 100%;
  text-align: left;
  margin: 30px auto 0;
}

#wpcf7-f26-p14-o1 p {
  font-weight: normal;
  padding: 10px 0;
  font-size: 100%;
  text-align: left;
}

#wpcf7-f26-p14-o1 p.msg {
  font-size: 80%;
  color: #ff0000;
}

/***** 必須ラベル *****/
#wpcf7-f26-p14-o1 p span.req {
  border-radius: 3px;
  background-color: #ff0000;
  color: #ffffff;
  margin: 0 0 0 5px;
  padding: 2px 4px;
  font-size: 80%;
}

/***** 任意ラベル *****/
#wpcf7-f26-p14-o1 p span.any {
  border-radius: 3px;
  background-color: #0071BC;
  color: #ffffff;
  margin: 0 0 0 5px;
  padding: 2px 4px;
  font-size: 80%;
}

/***** フォームスタイル *****/
.wpcf7 label {
  font-weight: normal;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  color: #000;
  padding: 5px 1%;
  width: 100%;
  box-sizing: border-box;
  font-size: 80%;
}

.wpcf7 textarea {
  color: #000;
  padding: 5px 1.7%;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  font-size: 80%;
}

/***** 送信メッセージ *****/
div.wpcf7-validation-errors {
  padding: 10px 0;
  color: #C12E2A;
  border: none !important;
  margin: 0 auto;
}

/***** 確認フォーム色 *****/
.wpcf7c-conf {
  background-color: #DCDCDC !important;
  color: #000000;
  border: 1px solid #666666 !important;
}

/***** 承認、確認・編集・送信ボタン *****/
#wpcf7-f26-p14-o1 p.accept, #wpcf7-f26-p14-o1 p.btn {
  margin: 10px 0;
  display: block;
  text-align: center !important;
}

.wpcf7-form-control.wpcf7-select {
  width: auto;
}

/***** チェックボックスOFF *****/
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled,
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled:hover {
  color: #333333;
  font-size: 80%;
  padding: 10px 17px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: none 0s ease 0s;
}

/***** チェックボックスON *****/
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
  color: #FFF;
  font-size: 80%;
  padding: 10px 17px;
  border-radius: 3px;
  border: 1px solid #666666;
  background-color: #666666;
  -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:hover{
  border: 1px solid #9123d1;
  background-color: #9123d1;
  background-image: linear-gradient(to bottom, #9123d1, #9123d1);
}

/***** 確認 *****/
.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin: 0 5px 0 0;
  color: #333333;
  padding: 10px 17px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: none 0s ease 0s;
  -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back:hover {
  margin: 0 5px 0 0;
  color: #333333;
  padding: 10px 17px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  background-color: #E6E6E6;
  background-image: linear-gradient(to bottom, #E6E6E6, #E6E6E6);
  transition: none 0s ease 0s;
}

/***** 送信 *****/
.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
  color: #FFF;
  padding: 10px 17px;
  border-radius: 3px;
  border: 1px solid #D9534F;
  background-color: #D9534F;
  background-image: linear-gradient(to bottom, #D9534F, #D9534F);
  transition: none 0s ease 0s;
  -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2:hover {
  color: #FFF;
  border-radius: 3px;
  border: 1px solid #D9534F;
  background-color: #C9302C;
  background-image: linear-gradient(to bottom, #C9302C, #C9302C);
  transition: none 0s ease 0s;
}


/*------------------------------------------------------------
サイトマップ
------------------------------------------------------------*/
body.sitemap #main .box {
  width: 100%;
  overflow: hidden;
}

body.sitemap #main .box ul {
  overflow: hidden;
}

body.sitemap #main .box ul li {
  list-style: none;
  width: calc(100% / 3);
  float: left;
  margin: 0 0 10px;
}

body.sitemap #main .box ul li a {
  width: 90%;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

body.page .box ul li.home:before,
body.page .box ul li.news:before,
body.page .box ul li.letter:before,
body.page .box ul li.meal:before,
body.page .box ul li.disclosure:before,
body.page .box ul li.access:before,
body.page .box ul li.contact:before,
body.page .box ul li.staffrecruit:before,
body.page .box ul li.policy:before {
    content: "";
}

body.sitemap #main .box ul li.home a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_home.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.news a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_news.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.letter a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_letter.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.meal a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_meal.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.disclosure a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_disclosure.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.access a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_access.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.contact a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_contact.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.staffrecruit a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_staffrecruit.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.sitemap #main .box ul li.policy a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_privacypolicy.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}


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

  body.sitemap #main .box ul li {
    list-style: none;
    width: calc(100% / 2);
    float: left;
  }

}

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

  body.sitemap #main .box ul li {
    list-style: none;
    width: 100%;
    float: none;
  }

}


/*------------------------------------------------------------
404ページ
------------------------------------------------------------*/
body.other #main .box {
  width: 100%;
  overflow: hidden;
}

body.other #main .box ul {
  overflow: hidden;
}

body.other #main .box ul li {
  list-style: none;
  width: calc(100% / 3);
  float: left;
  margin: 0 0 10px;
}

body.other #main .box ul li a {
  width: 90%;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

body.other .box ul li.home:before,
body.other .box ul li.news:before,
body.other .box ul li.letter:before,
body.other .box ul li.meal:before,
body.other .box ul li.disclosure:before,
body.other .box ul li.access:before,
body.other .box ul li.contact:before,
body.other .box ul li.staffrecruit:before,
body.other .box ul li.policy:before {
    content: "";
}

body.other #main .box ul li.home a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_home.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.news a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_news.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.letter a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_letter.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.meal a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_meal.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.disclosure a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_disclosure.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.access a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_access.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.contact a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_contact.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.staffrecruit a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_staffrecruit.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

body.other #main .box ul li.policy a:before {
  content: '';
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_privacypolicy.png) no-repeat 100% 100%;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 5px 0 0;
}


/***** 検索フォーム *****/
#searchform {
  margin: 15px 0;
  text-align: center;
}

.globalHeader_search {
    margin-top: 55px;
    float:right;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.globalHeader_search form {
  line-height: 1;
}

#searchform .globalHeader_search {
    margin-top: 0;
    float: none;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

#searchform .globalHeader_search input[type="text"] {
  width: 80%;
  font-size: 100%;
}

.globalHeader_search input[type="text"] {
  width: 288px;
  padding: 10px 64px 10px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
}

.globalHeader_search input[type="submit"] {
  position: absolute;
  top: 24px;
  right: 13%;
  width: 17px;
  height: 21px;
  padding: 0;
  border: 0;
  background: url(../images/icon_search.png) no-repeat center 3px;
  background-size: 17px 18px;
  text-indent: -9999px;
  cursor: pointer;
}


/*------------------------------------------------------------
検索結果
------------------------------------------------------------*/
p.line {
    padding: 0 !important;
    border-bottom: 1px dashed #666666;
}

.no.search {
  position: relative;
  margin: 30px 0 30px 34px;
  padding: 0 0 0 10px;
  font-size: 110%;
}

.no.search span {
  position: absolute;
  top: -2px;
  left: -34px;
  width: 32px;
  color: #ffffff;
  text-indent: 0px;
  padding: 2px 1px 0 0;
  text-align: center;
  background-color: #5e1986;
  border: 1px solid #5e1986;
  border-radius: 3px;
}

.msg strong {
  color: #ff0000;
}


body.other .box ul li::before {
    content: "\f10c";
    font-family: FontAwesome;
    margin: 0 5px 0 0;
    color: #5e1986;
}

body.other #info {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}

body.other #info dl {

}

body.other #info dl dt {
    width: 140px; /* 288px */
    text-align: left;
    float: left;
    clear: both;
}

body.other #info dl dt {
    width: 200px; /* 288px */
    text-align: left;
    float: left;
    clear: both;
}

body.other #info dl dt:before {
    content: "\f101";
    font-family: FontAwesome;
    margin: 0 5px;
}

body.other #info dl dd {
    margin: 15px 0;
    padding: 0 0 15px;
    text-align: left;
    border-bottom: 1px dashed #CCCCCC;
}


body.other #info dl dd:first:child {
    margin: 0 !important;
    padding: 0 0 15px;
    text-align: left;
    border-bottom: 1px dashed #CCCCCC;
}


body.other #info dl dd a {
    display: block;
}

body.other #info dl dd a:after {
    content: "\f054";
    font-family: FontAwesome;
    margin: 0 5px;
    float: right;
}

body.other #info dl dd a span:after {
    color: #ff0000;
    content: "\f1c1";
    font-family: FontAwesome;
    margin: 0 5px;
}

/***** お知らせ *****/
body.other #info dl dt .news {
    width: 140px;
    display: inline-block !important;
    text-align: center;
    color: #ff0000;
    margin: 0 15px;
    padding: 0;
    border: 1px solid #ff0000;
    font-size: 90%;
}

/***** ゆたか便り *****/
body.other #info dl dt .letter {
    width: 140px;
    display: inline-block !important;
    text-align: center;
    color: #008000;
    margin: 0 15px;
    padding: 1px 0;
    border: 1px solid #008000;
    font-size: 90%;
}

/***** 食事メニュー *****/
body.other #info dl dt .meal {
    width: 140px;
    display: inline-block !important;
    text-align: center;
    color: #ff4500;
    margin: 0 15px;
    padding: 1px 0;
    border: 1px solid #ff4500;
    font-size: 90%;
}


/***** 情報公開 *****/
body.other #info dl dt .disclosure {
    width: 140px;
    display: inline-block !important;
    text-align: center;
    color: #3568AA;
    margin: 0 15px;
    padding: 1px 0;
    border: 1px solid #3568AA;
    font-size: 90%;
}

/***** 固定ページ *****/
body.other #info dl dt .other {
    width: 140px;
    display: inline-block !important;
    text-align: center;
    color: #0000cd;
    margin: 0 15px;
    padding: 1px 0;
    border: 1px solid #0000cd;
    font-size: 90%;
}


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

  body.other #main .box ul li {
    list-style: none;
    width: calc(100% / 2);
    float: left;
  }

  body.other #info dl dt {
    margin: 15px 0 0;
    float: none !important;
  }

  body.other #info dl dd {
      margin: 5px 0;
  }

  body.other #info dl dd a {
    margin: 0 0 0 35px !important;
  }

  body.other #info dl dd a::after {
      margin: -15px 5px 0;
  }

}

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

  body.other #main .box ul li {
    list-style: none;
    width: 100%;
    float: none;
  }

}


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

    body.page #info ul li:nth-child(3) {
        line-height: 1.2;
    }

    body.page #info ul li:not(:nth-child(3)) {
        line-height: 2.3;
    }

    /***** お知らせ *****/
    #main #info dl dt .news {
        width: 130px;
    }

    /***** ゆたか便り *****/
    #main #info dl dt .letter {
        width: 130px;
    }

    /***** 食事メニュー *****/
    #main #info dl dt .meal {
        width: 130px;
    }

    /***** 情報公開 *****/
    #main #info dl dt .disclosure {
        width: 130px;
    }

    /***** 固定ページ *****/
    #main #info dl dt .other {
        width: 130px;
    }

}