@charset "UTF-8";

body {
    -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}
div {
  margin: 0 auto;
}
div,h1,h2,h3,h4,h5,p,li,dl,dt,dd,th,td,article,header,footer,nav,span,a {
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
h1,h2,h3,h4,h5 {
  line-height: 1.75;
  margin: 0;
}
p,li,td,th,dt,dd {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  word-wrap: break-word;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.txt + * {
  margin-top: 30px;
}
p.txt_under {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  body .spLeft {
    text-align: left !important;
  }
}

body,
.sb02 .nameBox .rubi,
.profBox .nameBox .rubi {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.headerNav,
.mondaitenTtl span {
  font-family: "Sawarabi Mincho";
}
.sb01 .ttl,
.sb02 .subTxt,
.sb02 .nameBox,
.sb03 .ttl,
.topBox01 .ttlBox,
.profBox .subTxt,
.profBox .nameBox,
.topBox03 .special a:before,
.modTag01,
.modTtl01,
.modTtl03,
.topBox05 .subBox .ttl,
.topBox06 .ttl,
.modTtl04,
.modTtl02,
.mondaitenTtl,
.searchBox .txt01,
.searchBox .txt02,
.nariyasuiTtl,
.btn p span,
.syoujouTtl,
.syoujouList,
.adminBox .ttl,
.imgBaWrap .imgBox:first-of-type:before,
.imgBaWrap .imgBox:last-of-type:before,
.modBox07 .ttl,
.modTtl05,
.modTtl06 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", serif;
}

.inner {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {

  body {
    min-width: 100%;
  }
  .inner {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  a,
  .btnAcordion,
  .searchForm .submit {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover,
  .btnAcordion:hover,
  .searchForm .submit:hover {
    filter: alpha(opacity=60);
     -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .topBox03 li a:hover {
    filter: alpha(opacity=100);
     -moz-opacity: 1;
    opacity: 1;
  }
  .topBox03 li a:hover {
    background-position: right center;
  }
  .footerNav .child a:hover {
    background-position: 5px center;
  }
  p.txt{
    text-align: left;
  }
  div.topBox06{
    display: inline-block;
    margin: 0 0 50px;
  }
  div.topBox06 h4{
    font-size: 21px;
    margin: 40px 0 10px;
    text-align: left;
    font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", serif;
  }
  div.topBox06 h4 span.pink{
    color: #e54166;
    font-size:25px;
  }
  .info_text{
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    margin: 10px 0px;
    line-height: 1.6;
  text-align:center;
  }
}

.headerTop {
  padding: 5px 0;
  background: #e54166;
}
.headerTtl {
  float: right;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  text-align: right;
  margin: 0 auto;
}
.pageTit {
  float: left;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  header {
    padding-bottom: 28px;
    position: relative;
  }
  .headerTop {
    padding: 5px 10px;
  }
  .headerTtl {
    color: #000;
    float: none;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
    left: 0;
    top: 100px;
    height: 32px;
    position: absolute;
    background: #eeebef;
  }
  .pageTit {
    padding-right: 30px;
  }
    p.txt{
    text-align: left;
    margin: 0 0 15px;
  }

  div.topBox06{
    display: inline-block;
    margin: 0 0 30px;
  }
  div.topBox06 h4{
    font-size: 18px;
    margin: 40px 0 10px;
    text-align: left;
    font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", serif;
    line-height: 1.3;
  }
  div.topBox06 h4 span.pink{
    color: #e54166;
    font-size:23px;
  }
  .info_text{
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    margin: 10px 0px;
    line-height: 1.6;
    text-align: center;
  }
}
.headerBtm {
  padding: 12px 0;
}
.headerLogo {
  text-align: center;
  margin: 0 auto 0 0;
}
.headerLogo img {
  width:480px;
}
.headerNav {
  margin: 6px 0 0 auto;
}
.headerNav li {
  height: 54px;
  color: #808080;
  text-align: center;
  position: relative;
}
.headerNav li:before {
  content: "";
  display: block;
  width: 1px;
  height: 85%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #a0a0a0;
}
.headerNav li:last-of-type:before {
  content: none;
}
.headerNav li:first-of-type a {
  padding-left: 0;
}
.headerNav li:last-of-type a {
  padding-right: 0;
}
.headerNav li a {
  display: block;
  height: 100%;
  padding: 0 17px;
}
.headerNav li a p {
  line-height: 1.3;
  top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.headerNav li span {
  color: #e54166;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .headerBtm {
    display: block;
    padding: 7px 10px;
  }
  .headerLogo {
    margin: 0 auto;
  }
}
footer {
  position: relative;
  background: url(img/bg/bg_footer.png) repeat-x top;
  background-size: auto 10px;
}
@media screen and (max-width: 768px) {
  footer {
    background: none;
  }
}
.retop {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  z-index: 9990;
  position: absolute;
  right: 12px;
  top: -49px;
  display: none;
}
.retop a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  background: #000 url(img/ico/ico_retop.png) no-repeat center 10px;
  background-size: 14px;
  border-radius: 3px;
}
.retop.fixed {
  top: auto;
  bottom: 20px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .retop {
    right: 10px;
    top: auto;
    bottom: 10px;
    position: fixed;
  }
}
.footerTop {
  padding: 63px 0 40px;
  position: relative;
     min-height: 300px;
}
@media screen and (max-width: 768px) {
  .footerTop {
    padding: 35px 10px 15px;
     min-height: auto;
  }
}
.fTLeft {
  float: left;
  width: 28%;
}
.footerLogo img {
  width: 271px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fTLeft {
    float: none;
    width: 100%;
    margin-bottom: 28px;
    text-align: center;
  }
  .footerLogo img {
    width: 273px;
    height: 55px;
  }
}
.footerNav {
  width: 68%;
  float: right;
  margin-top: 5px;
}
.footerNav .parent {
  width: 47%;
  float: left;
  border-top: 1px solid #c7c7bb;
}
.footerNav .parent:nth-child(2) {
  float: right;
}
.footerNav ul > li {
  color: #808080;
  font-weight: bold;
  border-bottom: 1px solid #c7c7bb;
}
.footerNav li a {
  display: block;
  padding: 12px 20px 10px 0;
  background: url(img/ico/ico_arrow02.png) no-repeat 99% center;
  background-size: 5px;
}
.footerNav .child li {
  color: #000;
  font-weight: normal;
  border-bottom: none;
}
.footerNav .child a {
  padding: 7px 0 6px 15px;
  background: url(img/ico/ico_arrow01.png) no-repeat 3px center;
  background-size: 5px;
}
@media screen and (max-width: 768px) {
  .footerNav {
    width: 100%;
    float: none;
    margin: 0 auto 25px;
  }
  .footerNav .parent {
    width: 100%;
    float: none !important;
  }
  .footerNav .parent:nth-child(2) {
    border-top: none;
  }
  .footerNav .child {
    margin-top: -5px;
  }
}
.menseki {
  left: 0;
  top: 120px;
  width: 28%;
  position: absolute;
}
.menseki p {
  color: #656565;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .menseki {
    position: static;
    width: 100%;
  }
  .menseki p {
    color: #656565;
    font-size: 10px;
  }
}
.footerBtm {
  padding: 30px 0;
  background: #f9f7fa;
}
.copyright {
  color: #585858;
  text-align: center;
  font-size: 10px;
}
.copyright a {
  color: #000;
  font-weight: normal;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .footerBtm {
    padding: 10px 50px 10px 10px;
  }
  .copyright {
    text-align: left;
  }
  .copyright span {
    display: block;
  }
}
#pankuzu {
  font-size: 11px;
  margin: 5px auto 20px;
}
#pankuzu span {
  /* float: left; */
  font-size: 10px;
  margin-right: 1px;
  position: relative;
}
#pankuzu a {
  color: #e54166;
  border-bottom: 1px solid #f2b0bc;
}
@media screen and (max-width: 768px) {
  #pankuzu {
    border-top: 1px solid #fff;
    padding: 5px 10px 5px;
    margin: 0 -10px;
    background: #eeebef;
    position: relative;
    z-index: 2;
  }

  #pankuzubs span:before {
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    overflow: hidden;
  }

  .contents .inner {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.main {
  float: left;
  width:  -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}
.subInner {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main {
    float: none;
    width: 100%;
  }
  .subInner {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.sideWrap {
  float: right;
  width: 220px;
  z-index: 2;
  margin-top:-10px;
}
.side {
  width: 220px;
  padding-bottom: 25px;
  padding-top:10px;
}
.sideBox {
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.sideBox a {
  display: block;
  border-radius: 4px;
}
.sb01 .imgBox {
  height: 102px;
}
.sb01 .ttl {
  color: #808080;
  line-height: 1.3;
  font-weight: bold;
  padding: 13px 5px 13px 10px;
  background: url(img/ico/ico_arrow04.png) no-repeat 96.5% center;
  background-size: 5px;
}
.sb01 .ttl span {
  color: #e54166;
  font-size: 18px;
}
.sb02 .imgBox {
  height: 102px;
}
.sb02 {
  position: relative;
}
.sb02 .midashi {
    padding: 7px 0;
    background: #7bbbc5 url(img/ico/ico_arrow03.png) no-repeat 96.5% center;
        background-size: auto auto;
    background-size: 5px;
    border-radius: 4px 4px 0 0;
}
.sb02 .ttl {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.sub02Inner {
  padding: 10px;
}
.sb02 .imgBox {
  width: 70px;
  height: 70px;
  border: 2px solid #7cbbc5;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 9px;
}
.sb02 .subTxt {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 75px;
}
.sb02 .nameBox {
  font-weight: bold;
  padding-bottom: 3px;
  margin: 7px auto 10px;
  border-bottom: 2px dashed #7bbbc5;
}
.sb02 .nameBox .name {
  font-size: 16px;
}
.sb02 .nameBox .rubi {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0px;
}
.sb02 .txt {
  font-size: 12px;
}
.sb03 a {
  padding: 5px 20px 5px 5px;
  background: url(img/ico/ico_arrow02.png) no-repeat 96.5% center;
  background-size: 5px;
}
.sb03 .ttl {
  color: #808080;
  font-weight: bold;
  padding: 10px 0 10px 15px;
  border-left: 5px solid #e54166;
}
.adminBox {
  max-width: 660px;
  padding-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #a0a0a0;
}
.adminBox .ttl {
    -webkit-flex-shrink:0;
  flex-shrink: 0;
    -webkit-flex-basis: 155px;
  flex-basis: 155px;
  color: #e54166;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .adminBox {
    max-width: none;
    padding: 0;
    margin: 0 -10px;
    border-top: none;
    background: url(img/bg/bg_beige.png);
    background-size: 75px;
  }
  .adminBoxInner {
    display: block !important;
    padding: 35px 10px 45px;
    background: url(img/ico/ico_branch01.png) no-repeat right -10px top 10px;
    background-size: 160px;
  }
  .adminBox .ttl {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {

  .navFixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .spNavWrap {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    position: fixed;
    z-index: 9997;
    overflow-y: scroll;
    background: rgba(150,150,150,.9);
  }
    .spNavWrap::-webkit-scrollbar {
      display: none;
    }
  .navInner {
    padding: 53px 10px;
    position: relative;
    z-index: 9998;
  }
  .spNav .parent {
    border-top: 1px solid #fff;
  }
  .spNav .parent:nth-of-type(2) {
    border-top: none;
  }
  .spNav ul > li {
    color: #808080;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  .spNav li a {
    color: #fff;
    display: block;
    padding: 12px 20px 10px 0;
    background: url(img/ico/ico_arrow03.png) no-repeat 99% center;
    background-size: 5px;
  }
  .spNav .child {
    margin-top: -5px;
  }
  .spNav .child li {
    color: #000;
    font-weight: normal;
    border-bottom: none;
  }
  .spNav .child a {
    padding: 7px 0 6px 15px;
    background: url(img/ico/ico_arrow01.png) no-repeat 3px center;
    background-size: 5px;
  }
  .spNav .navBtmBtn {
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
  }
  .spNav .navBtmBtn::before, .spNav .navBtmBtn::after {
    background-color: #fff;
    content: "";
    position: absolute;
    left: -40px;
    right: 0;
    top: 9px;
    margin: auto;
    width: 16px;
    height: 2px;
  }
  .spNav .navBtmBtn::before {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-deg);
  }
  .spNav .navBtmBtn::after {
    -webkit-transform: translateY(5px) rotate(-135deg);
    transform: translateY(5px) rotate(-135deg);
  }
  .navBtn {
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
    transition: .5s;
    cursor: pointer;
    width: 36px;
    height: 36px;
    top: 3px;
    right: 3px;
    position: fixed;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e85979;
    background: #fff;
    z-index: 9999;
  }
  .navBtn a {
    height: 100%;
    display: block;
    padding-top: 35px;
      -webkit-box-sizing:border-box;
    box-sizing: border-box;
  }
  .navBtn,
  .navBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .navBtn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 41%;
    height: 2px;
    background-color: #e85979;
  }
  .navBtn span:nth-of-type(1) {
    top: 32%;
  }
  .navBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navBtn span:nth-of-type(3) {
    bottom: 32%;
  }
  .navBtn.close span:nth-of-type(1) {
      -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .navBtn.close span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  .navBtn.close span:nth-of-type(3) {
      -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  @-webkit-keyframes active-menu-bar02  {
    100%  {
      height: 0;
    }
  }
  @keyframes active-menu-bar02  {
    100%  {
      height: 0;
    }
  }
}