@charset "utf-8";

/*TOP ヘッダー*/
#headerArea {
  position: fixed;
  width: 100%;
  top: 0 !important;
  /*left: 0;*/
  height: 80px;
  font-size: 10px;
  color: #333;
  /*border-bottom: 1px solid #E8F3FA;*/
  box-shadow: 0px 1px 5px 1px rgba(0, 38, 64, 0.2);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 38, 64, 0.2);
  margin: 0;
  z-index: 5000;
  background-color: #fff;
}

/*色がうすいネイビー*/
#headerArea .btn-color-navy_light,
#headerArea .btn-color-navy_light:focus,
#headerArea .btn-color-navy_light:hover,
#headerArea .btn-color-navy_light:active {
  width: 120px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #5A8FB2;
  border: 1px solid #5A8FB2;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

#headerArea .btn-color-navy_light.hovered {
  color: #fff;
  background-color: #005B97;
  border: 1px solid #005B97;
}

#headerArea .btn-color-navy_light.on {
  color: #fff;
  background-color: #005B97;
  border: 1px solid #005B97;
}

/*ネイビー*/
#headerArea .btn-color-navy,
#headerArea .btn-color-navy:hover,
#headerArea .btn-color-navy:active,
#headerArea .btn-color-navy:focus {
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #005B97;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#headerArea .btn-color-navy.hovered {
  background-color: #005084;
}

#headerArea .btn-color-navy.on {
  background-color: #005084;
}

/* ピンク */
#headerArea .btn-color-pink,
#headerArea .btn-color-pink:hover,
#headerArea .btn-color-pink:active {
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #F87E74;
}

#headerArea .btn-color-pink.hovered {
  background-color: #DE584D;
}

#headerArea #headerContent {
  position: relative;
  top: 0;
  left: 0;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  height: 80px;
}

#headerArea .col-sm-3 {
  height: 100%;
  padding: 17px 0 17px 0;
}

#headerArea .headerLogo {
  position: absolute;
  width: 129px;
  height: 100%;
  left: 0px;
  padding: 0;
}

#headerArea h1 {
  width: 100%;
  height: 100%;
  margin: 0;
  text-indent: -9999px;
  color: transparent;
  background-image: url('../src/img/common/Dormy_s_logo.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

#headerArea nav.headerMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 880px;
  height: 100%;
}

#headerArea nav.headerMenu ul {
  position: absolute;
  top: 0;
  right: 300px;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#headerArea nav.headerMenu ul li {
  display: inline-block;
  width: 100px;
}

#headerArea #headerContent.noLogin nav.headerMenu ul {
  right: 360px;
}

/************** ヘッダーメニュー *************/
#headerArea nav.headerMenu ul li a {
  position: relative;
  display: block;
  width: 100px;
  height: 80px;
  padding-top: 55px;
  margin: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 10px;
  -webkit-background-size: 50px 35px;
  background-size: 50px 35px;
  color: #9CBCD1;
  font-size: 14px;
  text-decoration: none;
  font-family: sans-serif;
  line-height: 14px;
}

#headerArea nav.headerMenu ul li a.on {
  color: #fff;
  background-color: #005B97;
  font-weight: bold;
}

#headerArea nav.headerMenu ul li a.hovered {
  color: #fff;
  background-color: #005B97;
  font-weight: bold;
}

#headerArea nav.headerMenu ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 50px 35px;
  background-size: 50px 35px;
  background-position: center 10px;
}

#headerArea nav.headerMenu ul li a.on:after,
#headerArea nav.headerMenu ul li a.hovered:after {
  display: none;
}

/* トップ */
#headerArea nav.headerMenu ul li a.headermenu_top {
  background-image: url('../src/img/common/header/icon/ico_top_focus.png');
}

#headerArea nav.headerMenu ul li a.headermenu_top:after {
  background-image: url('../src/img/common/header/icon/ico_top.png');
}

/* 共立マップ */
#headerArea nav.headerMenu ul li a.headermenu_map {
  background-image: url('../src/img/common/header/icon/ico_kyoritsumap_focus.png');
}

#headerArea nav.headerMenu ul li a.headermenu_map:after {
  background-image: url('../src/img/common/header/icon/ico_kyoritsumap.png');
}

/* 施設一覧 */
#headerArea nav.headerMenu ul li a.headermenu_facility {
  background-image: url('../src/img/common/header/icon/ico_facility_focus.png');
}

#headerArea nav.headerMenu ul li a.headermenu_facility:after {
  background-image: url('../src/img/common/header/icon/ico_facility.png');
}

/* コミュニティ */
#headerArea nav.headerMenu ul li a.headermenu_media {
  background-image: url('../src/img/common/header/icon/ico_community_focus.png');
}

#headerArea nav.headerMenu ul li a.headermenu_media:after {
  background-image: url('../src/img/common/header/icon/ico_community.png');
}

/* マイページ */
#headerArea nav.headerMenu ul li a.headermenu_mypage {
  background-image: url('../src/img/common/header/icon/ico_mypage_focus.png');
}

#headerArea nav.headerMenu ul li a.headermenu_mypage:after {
  background-image: url('../src/img/common/header/icon/ico_mypage.png');
}

/*************** 新規会員登録、ログイン ****************/
#headerArea .memberBtnArea {
  position: absolute;
  top: 0;
  right: 80px;
  width: 250px;
  height: 100%;
  padding: 25px 0;
}

#headerArea .memberBtnArea.afterLogin {
  width: 220px;
}

#headerArea .memberBtnArea .btn {
  position: absolute;
  width: 120px;
  font-size: 12px;
  padding: 5px;
  color: #FFF;
  opacity: 1;
  font-weight: normal;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: sans-serif;
}

#headerArea .memberBtnArea .mainmenu-logout {
  bottom: 13px;
}

#headerArea a figure,
#headerArea .memberBtnArea a figure {
  height: 100%;
  width: 20px;
  background-position: center;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
}

#headerArea .memberBtnArea a figure {
  position: relative;
  top: -3px;
  width: 25px;
  height: 25px;
}

#headerArea .memberBtnArea .memberRightBtnArea {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding: 0 5px;
}

#headerArea .memberBtnArea .memberLeftBtnArea {
  position: relative;
  float: right;
  width: 50%;
  padding: 0 5px;
  height: 100%;
}

#headerArea .memberBtnArea p.headerUserNameArea {
  position: relative;
  bottom: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

#headerArea .memberBtnArea p.headerUserNameArea .headerUserName {
  color: #fff;
}

/*名前文字長によってスタイルを変更*/
#headerArea .memberBtnArea p.headerUserNameArea.shortName {
  color: #333;
}

#headerArea .memberBtnArea p.headerUserNameArea.shortName .headerUserName {
  color: #333;
}

#headerArea .memberBtnArea p.headerUserNameArea.midName {
  color: #333;
  font-size: 12px;
  bottom: 15px;
}

#headerArea .memberBtnArea p.headerUserNameArea.midName .headerUserName {
  color: #333;
  font-size: 12px;
}

#headerArea .memberBtnArea p.headerUserNameArea.longName {
  color: #333;
  text-align: right;
  bottom: 20px;
  line-height: 1.2em;
  font-size: 9px;
}

#headerArea .memberBtnArea p.headerUserNameArea.longName .headerUserName {
  color: #333;
  letter-spacing: -0.1em;
  line-height: 1.2em;
  font-size: 9px;
  text-align: right;
}

/*ログイン*/
#headerArea a.mainmenu-login {
  position: absolute;
  line-height: 18px;
  left: 0;
  border: 1px solid transparent;
}

#headerArea a.mainmenu-login figure.ico_login,
#headerArea .memberBtnArea a.mainmenu-login figure.ico_login {
  display: inline-block;
  margin-right: 5px;
  background-image: url('../src/img/common/icon/ico_login.png');
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

#headerArea a.mainmenu-login.hovered,
#headerArea .memberBtnArea a.mainmenu-login.hovered {
  background-color: #005084;
  color: #fff;
}

/* 新規会員登録 */
#headerArea a.mainmenu-regist {
  position: absolute;
  line-height: 18px;
  right: 0;
  margin-top: 0;
  border: 1px solid transparent;
}

#headerArea a.mainmenu-regist figure.ico_regist,
#headerArea .memberBtnArea a.mainmenu-regist figure.ico_regist {
  display: inline-block;
  margin-right: 5px;
  background-image: url('../src/img/common/icon/ico_entry.png');
}

#headerArea a.mainmenu-regist.hovered,
#headerArea .memberBtnArea a.mainmenu-regist.hovered {
  background-color: #DE584D;
  color: #fff;
}

/*ログアウト*/
#headerArea a.mainmenu-logout {
  position: absolute;
  right: 0;
  display: none;
}

#headerArea a.mainmenu-logout.forShortName {
  display: block;
}

#headerArea a.mainmenu-logout.forLongName {
  bottom: 8px;
  display: block;
}

#headerArea a.mainmenu-logout figure.ico_logout,
#headerArea .memberBtnArea a.mainmenu-login figure.ico_login {
  display: inline-block;
  margin-right: 5px;
  background-image: url('../src/img/common/icon/ico_login.png');
}

#headerArea a.mainmenu-logout.hovered {
  color: #fff;
}

/* 通常時は非表示 */
#submenuScrollArea .memberBtnArea {
  display: none;
}

/*.memberBtnArea.afterLogin {
  height: auto !important;
}*/
.memberBtnArea.afterLogin p.welcomeMessage {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.memberBtnArea.afterLogin p.welcomeMessage.longName {
  font-size: 12px;
  padding-top: 3px !important;
}

/******************* サブメニュー ***************/
.subMenuArea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#drawerBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 22px;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 22px;
  background-size: 30px 22px;
  background-image: url('../src/img/common/header/icon/ico_menu.png');
}


@media (max-width: 897px) {

  /*ヘッダー*/
  #headerArea {
    position: relative;
    height: 94px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #headerArea .headerLogo {
    left: 50%;
    top: 0;
    margin: 0 auto;
    margin-left: -64px;
    padding: 0px;
    height: 44px;
  }

  #headerArea .col-sm-3 {
    padding: 10px;
  }

  .headerMenuArea {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    height: 50px;
  }

  #headerArea #headerContent {
    width: 100%;
    min-width: 100%;
    height: 94px;
    position: fixed;
    float: left;
    z-index: 5000;
    background-color: #FFF;
    box-shadow: 0px 1px 5px 1px rgba(0, 38, 64, 0.2);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 38, 64, 0.2);
  }

  #headerArea #headerContent .memberBtnArea {
    display: none;
    padding: 0;
  }

  #headerArea nav.headerMenu {
    width: 100%;
  }

  #headerArea nav.headerMenu ul {
    width: 100%;
    height: 50px;
    right: 0;
  }

  #headerArea nav.headerMenu ul li {
    width: 20%;
    height: 100%;
  }

  #headerArea nav.headerMenu ul li a {
    width: 100%;
    height: 100%;
    padding-top: 35px;
    font-size: 10px;
    -webkit-background-size: 37px auto;
    background-size: 37px auto;
    background-position: center 5px;
    line-height: 10px;
  }

  #headerArea nav.headerMenu ul li a:after {
    -webkit-background-size: 37px auto;
    background-size: 37px auto;
    background-position: center 5px;
  }

  #drawerBtn {
    top: 14px;
    right: 20px;
    width: 22px;
    height: 16px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  /*名前*/
  #headerArea .memberBtnArea {
    padding: 10px;
    width: 100%;
    height: 64px;
    float: none;
    margin-top: 94px;
    right: 0;
    background-color: #E8F3FA;
  }

  #headerArea .memberBtnArea.afterLogin {
    /*一旦非表示*/
    height: 54px;
    width: 100%;
    /*display: none;*/
  }

  #headerArea .memberBtnArea p {
    padding: 10px;
    z-index: 5;
  }

  #headerArea .memberBtnArea .leftBtn,
  #headerArea .memberBtnArea .rightBtn {
    position: relative;
    width: 50%;
    height: 100%;
    top: 0;
    padding: 10px;
  }

  #headerArea .memberBtnArea .leftBtn {
    margin-right: 1%;
    padding-left: 15px;
    padding-right: 5px;
    left: 10px;
    float: left;
  }

  #headerArea .memberBtnArea .rightBtn {
    margin-left: 1%;
    padding-right: 15px;
    padding-left: 5px;
    right: 10px;
  }

  #headerArea .memberBtnArea .btn {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 12px;
    font-weight: normal;
  }

  #headerArea .mainmenu-login {
    float: left;
  }

  #headerArea .mainmenu-regist {
    float: right;
  }

  #headerArea .memberBtnArea .col-sm-6 {
    padding: 5px;
  }

  #headerArea .memberBtnArea a.mainmenu-login.hovered {
    color: #fff;
  }

  #headerArea #headerContent.noLogin nav.headerMenu ul {
    right: 0;
  }
}

/*フッター*/
/***********共通パーツ フッター **********/

footer#footer {
  padding-bottom: 80px;
  background-color: #fff;
}

footer#footer a {
  transition: opacity 0.3s ease;
}

footer#footer a:hover {
  opacity: 0.72;
}

footer#footer .footerContentArea {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #005B97;
}

footer#footer .footerContentArea .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

footer#footer .footerContentArea ul {
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
}

footer#footer .footerContentArea ul li {
  position: relative;
  padding: 10px 0px 0px 0px;
  /*border: 1px solid #E8F3FA;*/
  text-align: center;
}

footer#footer .footerContentArea ul li a.hovered {
  opacity: 0.5;
}

footer#footer .footerContentArea ul li img {
  width: 100%;
  height: auto;
}

footer#footer .footerLogoArea {
  padding: 30px;
}

footer#footer p.footerLogo {
  text-align: center;
}

footer#footer p.footerLogo img {
  width: 110px;
  height: auto;
}

footer#footer p.copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #333333;
}

@media (max-width: 575.000000px) {

  /**************フッター************/
  footer#footer .footerContentArea {
    height: 320px;
  }

  footer#footer .footerContentArea ul li {
    height: 25%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer#footer .footerContentArea ul li.spHidden {
    display: none;
  }

  footer#footer .footerContentArea ul li.pcHidden {
    display: block;
  }

  footer#footer .footerContentArea ul li.marginLeft {
    margin-left: 0%;
  }

  footer#footer .footerContentArea ul li.marginRight {
    margin-right: 0%;
  }

  footer#footer .footerContentArea ul li a img {
    max-height: fit-content;
    max-width: fit-content;
  }
}

@media (min-width: 575.000001px) and (max-width: 896.000000px) {
  footer#footer .footerContentArea {
    height: 180px;
  }

  footer#footer .footerContentArea ul li {
    height: 50%;
  }

  footer#footer .footerContentArea ul li.spHidden {
    display: block;
  }

  footer#footer .footerContentArea ul li.pcHidden {
    display: none;
  }

  footer#footer .footerContentArea ul li.top {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  footer#footer .footerContentArea ul li.bottom {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  footer#footer .footerContentArea ul li a img {
    max-height: fit-content;
    max-width: fit-content;
  }

  footer#footer .footerContentArea ul li.marginLeft {
    margin-left: 16.6667%;
  }

  footer#footer .footerContentArea ul li.marginRight {
    margin-right: 16.6667%;
  }
}

@media (min-width: 896.000001px) {

  /**************フッター************/
  footer#footer .footerContentArea {
    height: 220px;
  }

  footer#footer .footerContentArea ul li {
    height: 50%;
  }

  footer#footer .footerContentArea ul li.spHidden {
    display: block;
  }

  footer#footer .footerContentArea ul li.pcHidden {
    display: none;
  }

  footer#footer .footerContentArea ul li.top {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  footer#footer .footerContentArea ul li.bottom {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  footer#footer .footerContentArea ul li a img {
    max-height: fit-content;
    max-width: fit-content;
  }

  footer#footer .footerContentArea ul li.marginLeft {
    margin-left: 16.6667%
  }

  footer#footer .footerContentArea ul li.marginRight {
    margin-right: 16.6667%;
  }

  footer#footer .footerContentArea ul li a img.marginDormy {
    padding: 0px 0px 0px 58px;
  }

  footer#footer .footerContentArea ul li a img.marginNetshop {
    padding: 0px 0px 0px 10px;
  }
}