@charset "UTF-8";

html, body{
  font-size: 62.5%;
  width: 100% !important;
}
img{
  height: auto;
}
.pc_hide {
  display: none !important;
}
.sl_wrap{
  margin: auto;
  position: relative;
  width: 1000px;
}
header#senior_sl > .sl_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#senior_sl .header_logo {
  display: block;
  line-height: 1;
  width: 320px;
  text-align: center;
  margin-right: auto;
}
#senior_sl .header_logo_contents{
  width: 272px;
}
#senior_sl .header_logo strong {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
  text-align: center;
  font-size: 10.35px;
}
#senior_sl .header_logo .ttl_sub01 {
  margin-bottom: 3px;
  margin-top: 7px;
}
#senior_sl .header_logo .ttl_sub02 {
  margin-bottom: 5px;
}
#senior_sl .header_logo img {
  height: auto;
  width: 238px;
  margin: auto;
}
#senior_sl .header_size {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  font-size: 13px;
  height: 40px;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 8px 0;
}
#senior_sl .header_size dt {
  font-weight: 600;
  margin-right: 8px;
}
#senior_sl .header_size dd {
  align-items: center;
  background: #feebf1;
  border: 1px solid #ea6094;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  margin-left: 5px;
  width: 42px;
}
#senior_sl .header_size .active {
  background: #dd4573;
  border: 1px solid #dd4573;
  color: #fff;
}
#senior_sl .header_size dd:hover,
#senior_sl .header_size .active:active {
  background: #dd4573;
  color: #fff;  
}

#senior_sl .header_size dd.font_size_m {
  border-radius: 4px;
  font-size: 13px;
  height: 20px;
  width: 40px;
}

.font_size_ss {
  font-size: 14px;
}
.font_size_s {
  font-size: 16px;
}
.font_size_m {
  font-size: 15px;
}
.font_size_l {
  font-size: 15px;
}
.btn_history,
.btn_history_disabled{
  display: inline-block;
}
.header > .sl_wrap .btn_history {
  margin-top: 4px;
}
.btn_history a{
  align-items: center;
  background: #feebf1;
  border: 1px solid #ea6094;
  border-radius: 5px;
  display: flex !important;
  height: 28px;
  justify-content: center;
  margin-left: 13px;
  padding: 0 8px 1px 6px;
  color: #000;
  font-size: 1.4rem;
  white-space: nowrap;
}
.btn_history a > span.material-icons{
  padding-right: 2px;
  font-size: 18px;
}
.btn_history a > span{
  color: #ea6094;
}
.btn_history a:hover{
  opacity: .8;
}

@media screen and (min-width: 768px), print {
  .btn_history a {
    background: #fff;
    border: 1px solid #ea6094;
    border-radius: 15px;
    height: 26px;
    color: #004edf;
    font-weight: 600;
    margin-left: 13px;
    padding: 1px 8px 0 6px;
  }
  .btn_history a > span.material-icons {
    padding-right: 5px;
    padding-top: 1px;
    font-size: 20px;
}
}

@media screen and (min-width:768px), print {
  .sp_navi_btn {
    display: none;
  }
  #senior_sl .header_mypage {
    align-self: center;
  }

  body:not(.modal_lock) .header {
    background: #fff;
    z-index: 10;
  }
  .header {
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ffc2d9;
  }
  .header > .sl_wrap {
    padding: 5px 0 0;
  }
  .header:not(.fix_header)  {
    height: 156px;
    min-height: 137px;
  }
  header#senior_sl.fix_header > .sl_wrap {
    align-items: flex-start;
  }
  #senior_sl .header_logo {
    margin-left: 7px;
    width: fit-content;
  }
  .header.fix_header .header_logo {
    margin-left: 0;
  }
  .header .inner {
    width: auto;
    margin: 0 0 0 auto;
  }
  .header_info {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    margin-bottom: 4px;
  }
  .header_size {
    height: 40px;
    margin-top: 0;
  }
  #content_page .header_size {
    justify-content: flex-end;
  }
  .header > .sl_wrap .btn_history {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .header_member,
  .header_login_after {
    height: 33px;
    margin-left: 15px;
    margin-top: 0;
    padding-left: 15px;
  }

  body:not(.modal_lock) header#senior_sl.fix_header {
    animation: DownAnime 0.5s forwards;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-bottom: solid 1px #45B183;
    min-height: 95px;
    position: fixed;
    top: 0;
    transform: translate3d(0,0,0);
    z-index: 777;
    width: 100%;
  }
  @keyframes DownAnime {
    from {
      transform: translateY(-200px);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  body.modal_lock header#senior_sl.fix_header {
    display: none;
  }

  .header.fix_header .header_info {
    display: none;
  }
}
.btn_com {
  align-items: center;
  background: #f75586;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  padding: 6px 25px 4px 10px;
  position: relative;
  text-align: center;
}
@media screen and (max-width:767px) {
  .sp_hide {
    display: none !important;
  } 
  .pc_hide {
    display: block !important;
  }
  #senior_sl {
    min-height: 60px;
  }
  #senior_sl > .sl_wrap {
    align-items: center;
    height: 60px;
    min-height: 60px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    z-index: 3;
  }
  #senior_sl .header_logo {
    margin: 0;
    width: 180px;
    line-height: 1;
  }
  #senior_sl .header_logo strong {
    width: 180px;
    font-size: 0.8rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2px;
    transform: scale(0.8,0.8);
    white-space: nowrap;
  }
  #senior_sl .header_logo .ttl_sub01{
    margin-bottom: 2px;
    margin-top: 0;
  }
  #senior_sl .header_logo .ttl_sub02 {
    font-size: 0.7rem;
    margin-bottom: 3px;
    margin-left: -0.75em;
  }
  #senior_sl .header_logo img {
    height: auto;
    vertical-align: top;
    width: 160px;
  }
  #senior_sl > .sl_wrap .inner {
    margin: 0;
    width: calc(100% - 180px - 10px);
  }
  #senior_sl .header_info {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
  }
  #senior_sl .header_size {
    display: none;
  }
  #senior_sl .header_member,
  #senior_sl .header_login_after {
    display: none;
  }
  .sp_navi_btn {
    align-items: center;
    background: #ea6094;
    border-radius: 5px;
    border: 1px solid #cd3160;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    justify-content: center;
    margin-left: 5px;
    max-width: 100px !important;
    min-width: 54px;
    padding: 0 20px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .sp_navi_btn::after {
    content: "\e313";
    font-family: "Material Icons";
    font-size: 18px;
    position: absolute;
    right: 5px;
  }
  .sp_navi_btn_close::after {
    content: "\e316";
  }
  #senior_sl > .sl_wrap .btn_history {
    margin-top: 0;
  }
  .btn_history a{
    font-size: 2.05em;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    height: 100%;
    padding: 1px 3px 2px;
    font-weight: normal;
  }
  .btn_history a > span{
    padding: 0;
    line-height: 0.9;
  }
}
@media screen and (max-width:320px) {
  .btn_history a {
    font-size: 3vw;
  }
  .sp_navi_btn{
    font-size: 3vw;
  }
}
/* gnavi
   ========================================================================== */
.gnavi *:not(.material-icons) {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
.gnav_sl .gnavi_list {
  align-items: center;
  border-top: 2px solid #f45b89;
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  width: 1000px;
}
.gnav_sl .gnavi_list li {
  color: #fff;
  position: relative;
}

.gnavi_list li.gnavi_drugstore {
    margin-right: 0;
}
.gnav_sl .gnavi_list a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 12.5px;
  justify-content: center;
  width: 100%;
  height: 30px;
}
.gnavi_list .active,
.gnavi_list .active a,
.gnavi_list a:hover,
.gnavi_list a:active {
  background: #f75586;
  color: #fff;
}
a.gnavi_sub_btn:visited {
  color: #000;
}
.gnavi_sub_link a:hover,
.gnavi_sub_link a:active {
  opacity: .8;
}
@media screen and (min-width:768px), print {
  .gnavi {
    margin-bottom: 4px;
    margin-top: 8px;
  }
  .gnavi_list {
    height: 36px;
  }
  .gnav_sl .gnavi_list li {
    border-left: 1px solid #f75586;
    flex-grow: 1;
  }
  .gnav_sl .gnavi_list a {
    align-items: center;
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    line-height: 1.15em;
    letter-spacing: .03em;
    width: 100%;
    text-align: center;
  }
  .gnav_sl .gnavi_list a:hover {
    color: #fff;
  }
  .gnav_sl .gnavi_list a:hover::before {
    color: #fff;
  }
  .gnavi_list .gnavi_groundin a, .gnavi_list .gnavi_glossary a {
    font-feature-settings: "palt";
    line-height: 1.15;
  }
  .gnav_sl .gnavi_list li:first-child a:hover {
    color: #fff;
   }
   .gnav_sl .gnavi_list li:first-child a {
    color: #f75586;
   }
  .gnav_sl .gnavi_list li.gnavi_home {
    border-left: none;
  }
  .gnavi_list .gnavi_home i {
    font-size: 22px;
  }
  .gnav_sl .gnavi_list a:hover:before {
    color: #fff;
  }
  .gnav_sl .gnavi_list .gnavi_home a:before{
    content: none;
  }
  .gnavi_sub {
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ＭＳ Ｐゴシック",sans-serif;
  }
  .header.fix_header .gnavi_sub {
    background: none;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
  }
  .gnavi_sub_list {
    height: 48px;
    display: flex;
    justify-content: flex-end;
  }
  .header.fix_header .gnavi_sub_list {
    flex-wrap: nowrap;
    float: right;
    height: 40px;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    padding: 0;
    width: auto;
  }
  .gnavi_sub_list_item_all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    width: 140px;
    margin-right: 10px;
  }

  .header:not(.fix_header) .gnavi_sub_list .gnavi_sub_btn br {
    display: none
  }

.gnavi_sub_list_item {
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 6px;
}
.gnavi_sub_title {
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  text-align: center;
  line-height: 1.2;
  width: auto;
  white-space: nowrap;
}
.gnavi_sub_title .small {
  font-size: 12px;
}

.gnavi_sub_title .gnavi_area {
  align-items: center;
  background-color: #fff;
  border: 2px solid #f75586;
  border-radius: 14px;
  box-sizing: border-box;
  color: #f75586;
  display: flex;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin: 0 5px 0 16px;
  padding: 0 10px;
  height: 26px;
  justify-content: center;
  min-width: 56px;
  white-space: nowrap;
}

.gnavi_sub_link {
  width: max-content;
  margin-left: 3px;
  margin-right: 0;
}

.gnavi_sub_link a {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    color: #1734e8;
    font-size: 12px;
    font-feature-settings: "palt";
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
  }
.gnavi_sub_link a::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/search-list/image/senior/icon_question.png) no-repeat center / contain;
}
.gnavi_sub_link a span {
  font-size: 11px;
}
.gnavi_sub_link a.modal_open {
  text-align: left;
}
.gnavi_sub_btn {
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    border: 1px solid #f75586;
    border-bottom-width: 2px;
    padding: 0.65em 7px 0.65em 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0;
    background: #feebf1;
    color: #000;
    width: 100%;
    white-space: nowrap;
  }


.gnavi_sub_btn::after {
    content: "";
    content: '\e315';
    font-weight: 600;
    font-family: "Material Icons";
    color: #f45b89;
    left: 5px;
    position: absolute;
  }
.gnavi_sub_btn.gnavi_sub_btn_all {
    background: #ffd8e4;
}
.gnavi_sub_btn a:visited {
  color: #000;
}
.gnavi_sub_btn.gnavi_sub_btn_all:hover {
    background: #f45b89;
    color: #fff;
}

.gnavi_sub_list_item .gnavi_sub_btn:hover {
    background: #f45b89;
    color: #fff;
}
.gnavi_sub_list_item .gnavi_sub_btn:hover::after,
.gnavi_sub_btn.gnavi_sub_btn_all:hover::after {
    color: #fff;
}
.nursing_item.active .gnavi_sub_btn,
.nursing_item.active .gnavi_sub_btn:hover {
    background: #ec43c5;
    border-color: #ec43c5;
}
.senior_item.active .gnavi_sub_btn,
.senior_item.active .gnavi_sub_btn:hover {
    background: #28ae5d;
    border-color: #28ae5d;
}
.group_home_item.active .gnavi_sub_btn,
.group_home_item.active .gnavi_sub_btn:hover {
    background: #ff8d11;
    border-color: #ff8d11;
}

.nursing_item .gnavi_sub_btn {
  background: #fce4f6;
  border-color: #ec43c5;
}
.nursing_item .gnavi_sub_btn::after {
  color: #ec43c5;
}
.senior_item .gnavi_sub_btn {
  background: #d9f5e9;
  border-color: #28ae5d;
}
.senior_item .gnavi_sub_btn::after {
  color: #28ae5d;
}
.group_home_item .gnavi_sub_btn {
  background: #ffead9;
  border-color: #ff8d11;
}
.group_home_item .gnavi_sub_btn::after {
  color: #ff8d11;
}

.nursing_item .gnavi_sub_btn:hover {
  background: #ec43c5;
  border-color: #ec43c5;
}
.senior_item .gnavi_sub_btn:hover {
  background: #28ae5d;
  border-color: #28ae5d;
}
.group_home_item .gnavi_sub_btn:hover {
  background: #ff8d11;
  border-color: #ff8d11;
}
}

@media screen and (max-width: 767px) {
  body{
    position: relative;
  }
  header#senior_sl {
    background: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    padding-right: 0;
    min-height: 60px;
    position: inherit;
    animation: none;
  }
  header#senior_sl.sl_wrap{
    margin-bottom: 0;
  }
  .gnavi.gnav_sl {
    background: #f86c95;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    border-top: solid 2px #feebf1;
    display: none;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .gnavi.gnav_sl.gnavi_show{
    display: block;
  }
 .gnav_sl .gnavi_list {
    border: none;
    display: block;
    margin: 0;
    padding-top: 0;
  }
 .gnav_sl .gnavi_list li {
    align-items: center;
    border-bottom: 1px solid #fdf4f5;
    border-left: none;
    border-right: none;
    display: flex !important;
    min-height: 45px;
    width: 100%;
  }
  .gnavi_list li:not(:last-child) {
    margin-right: 0;
  }
  .gnav_sl .gnavi_list li.gnavi_search {
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    padding: calc(11px /2) 0 calc(15px /2) 25px;
  }
  .gnav_sl .gnavi_list li.sp_hide {
    display: none !important;
  }
 .gnav_sl .gnavi_list a {
    color: #fff;
    font-size: 16px;
    height: auto;
    justify-content: flex-start;
    line-height: 1.15em;
    padding: 15px 30px 15px 25px;
    position: relative;
    text-shadow: none;
  }
  .gnavi_list .sp_gnavi_home a {
    padding: 15px 30px 15px 50px;
  }
 .gnav_sl .gnavi_list a:active {
    color: #fff;
  }
 .gnav_sl .gnavi_list a::after {
    background: url(/search-list/image/senior/ico-arrow-white-right.svg) center center / contain no-repeat;
    content: "";
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .gnav.gnavi_show {
    display: block;
  }
  .gnav_sl .sp_gnavi_close {
    background: #fff; 
    border: 1px solid #feebf1;
    border-radius: 5px;
    color: #ea6094;
    cursor: pointer;
    display: block;
    font-size: 1.54rem;
    margin: 10px auto;
    padding: 6px 10px 3px 5px;
    position: relative;
    text-align: center;
    width: 95px;
  }
  .gnav_sl .sp_gnavi_close::after {
    content: "\e5cd";
    font-family: "Material Icons";
    position: absolute;
    right: 5px;
  }
  .gnavi_list li a::before {
    content: "";
    height: 20px;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
  }
  .gnavi_list .sp_gnavi_home a::before {
    content: "\e88a";
    font-family: "Material Icons";
    font-size: 22px;
    height: 22px;
    left: 20px;
    top: calc(50% + 3px);
    width: 22px;
  }
  .gnavi_area_support.gr {
    background-color: #aaa;
    border: 1px solid #aaa;
  }
  .gnavi_list .gnavi_search ul {
    padding-top: 0;
    width: 100%;
  }
  .gnavi_list li.gnavi_sub_sp {
    border-bottom: none;
    min-height: auto;
  }
  .gnavi_list li.gnavi_sub_sp.has-border {
    border-bottom: 1px solid #d3e5af;
  }
  .gnavi_list li.gnavi_sub_sp a {
    font-size: 14px;
    height: auto;
    padding: 5px 30px 5px 0;
    text-indent: 1em;
  }
  .header_sp_login_after {
    align-items: center;
    background: #dfebd0;
    display: flex;
    padding: 10px 10px 10px 15px;
  }
  .header_sp_login_after figure {
    flex-basis: 50px;
    height: 50px;
    margin-right: 5px;
    width: 50px;
  }
  .header_sp_login_after figure img {
    height: 50px;
    width: 50px;
  }
  .header_sp_user_data {
    flex-grow: 1;
    margin: 0 5px;
    width: calc(100% - 198px);
  }
  .header_sp_user_data .header_logout_btn {
    height: 30px;
  }
  .header_sp_mypage {
    flex-basis: 120px;
    width: 120px;
  }
  .header_sp_mypage a {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
  }
  .header_sp_mypage a::before {
    font-size: 2rem;
    margin-right: 5px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ footer ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* footer
   ========================================================================== */
   .btm_description {
    background: #fffcf0 url(/search-list/image/senior/bg-footer-txt.png) right top no-repeat;
    border: 1px solid #ded588;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto 50px;
    max-width: 800px;
    padding: 14px;
  }
  .bg_pattern01 {
    background: #f0f9e0;
}
  footer#senior_footer {
    padding-top: 30px;
  }
  footer#senior_footer .sl_wrap::before,
  footer#senior_footer .sl_wrap::after {
    content: "";
    position: absolute;
  }
  footer#senior_footer .sl_wrap::before {
    background: url(/search-list/image/senior/img-footer01.png) 0 0 / 275px 110px;
    height: 110px;
    left: -6px;
    top: 2px;
    width: 275px;
  }
  footer#senior_footer .sl_wrap::after {
    background: url(/search-list/image/senior/img-footer02.png) 0 0 / 269px 111px;
    height: 111px;
    right: -14px;
    top: 0;
    width: 269px;
  }
  .com_ic_login::before {
    content: "\e897";    font-family: "Material Icons";
}
.com_ic_edit::before {
  content: "\e3c9";    font-family: "Material Icons";
}
  #senior_footer .footer_faciliry_login {
    background: #fff;
    border: 1px solid #64af86;
    border-radius: 25px;
    display: table;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 2px;
    width: 460px;
    font-size: 17px;
  }
  #senior_footer .footer_faciliry_login dt,
  #senior_footer .footer_faciliry_login dd {
    display: table-cell;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
  }
  #senior_footer .footer_faciliry_login dt {
    background: #64af86;
    border-radius: 23px 0 0 23px;
    color: #fff;
    width: 120px;
  }
  #senior_footer .footer_faciliry_login dd:nth-of-type(1) {
    padding-left: 10px;
  }
  #senior_footer .footer_faciliry_login dd:last-of-type {
    padding-right: 10px;
  }
  #senior_footer .footer_faciliry_login a::before {
    color: #64af86;
    font-size: 22px;
    vertical-align: sub;
  }
  #senior_footer .footer_logo {
    margin: 0 auto 20px;
    width: 360px;
  }
  footer#senior_footer .btn_sns {
    margin: 0 auto 15px;
    width: 600px;
  }
  #senior_footer .footer_product {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
  #senior_footer .footer_navi {
    background: #64af86;
    padding: 10px;
  }
  #senior_footer .footer_navi ul {
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 5px;
  }
  #senior_footer .footer_navi li {
    border-left: 1px solid #fff;
  }
  #senior_footer .footer_navi li:first-of-type {
    border-left: 0;
  }
  #senior_footer .footer_navi a {
    color: #fff;
    padding: 0 1em;
  }
  .pc_style .footer_navi a:hover,
  .tablet_style .footer_navi a:active,
  .sp_style .footer_navi a:active {
    color: #f0f9e0;
  }
  #senior_footer .footer_copy {
    background: #fff;
    font-size: 14px;
    padding: 12px;
    text-align: center;
  }
  #senior_footer #page_top {
    bottom: 10px;
    display: none;
    height: 80px;
    position: fixed;
    right: 25px;
    width: 80px;
    z-index: 9;
  }
  #senior_footer #page_top a {
    background: #49946a;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 80px;
    line-height: 1.2;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 80px;
  }
  #senior_footer #page_top a::before {
    background: url(/search-list/image/senior/ico-arrow-white-right.svg) center center / contain no-repeat;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 12px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    width: 8px;
  }
  .pc_style #senior_footer #page_top a:hover,
  .tablet_style #senior_footer #page_top a:active {
    opacity: .5;
  }

  .btn_sns {
    display: flex;
    font-size: 1.6rem;
  }
  .btn_sns li {
    margin: 0 5px;
    width: 140px;
  }
  .btn_sns a {
    border: 1px solid;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 10px 5px 10px 20px;
    position: relative;
    text-align: center;
  }
  .btn_sns a:hover {
    color: #000;
  }
  .btn_sns a::before {
    background: url(/search-list/image/senior/ico-sns.png) 0 0 / 80px 20px no-repeat;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
  }
  .btn_sns_fb a {
    background: #ebeff7;
    border-color: #4267b2;
    box-shadow: 0 2px 0 #4267b2;
  }
  .pc_style .btn_sns_fb a:hover,
  .tablet_style .btn_sns_fb a:active,
  .sp_style .btn_sns_fb a:active {
    background: #d0dbf3;
  }
  .btn_sns_fb a::before {
    background-position: 0 0;
  }
  .btn_sns_tw a {
    background: #d5edfd;
    border-color: #1da1f2;
    box-shadow: 0 2px 0 #1da1f2;
  }
  .pc_style .btn_sns_tw a:hover,
  .tablet_style .btn_sns_tw a:active,
  .sp_style .btn_sns_tw a:active {
    background: #bddbee;
  }
  .btn_sns_tw a::before {
    background-position: -20px 0;
  }
  .btn_sns_yt a {
    background: #ffdada;
    border-color: #ff0000;
    box-shadow: 0 2px 0 #ff0000;
  }
  .pc_style .btn_sns_yt a:hover,
  .tablet_style .btn_sns_yt a:active,
  .sp_style .btn_sns_yt a:active {
    background: #eebdbd;
  }
  .btn_sns_yt a::before {
    background-position: -40px 0;
  }
  .btn_sns_in a {
    background: #e8e8fb;
    border-color: #5e70d3;
    box-shadow: 0 2px 0 #5e70d3;
  }
  .pc_style .btn_sns_in a:hover,
  .tablet_style .btn_sns_in a:active,
  .sp_style .btn_sns_in a:active {
    background: #d6d6f4;
  }
  .btn_sns_in a::before {
    background-position: -60px 0;
  }
  @media screen and (max-width:767px) {
    #senior_footer #page_top {
      display: none !important;
    }
    #senior_footer .sl_wrap{
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    }
    #senior_footer .sp_pagetop {
      margin: 30px auto;
      width: 180px;
    }
    #senior_footer .sp_pagetop a {
      border: none;
      border-radius: 22px;
      height: 44px;
      margin: 3px;
      padding-right: 10px;
      position: relative;
    }
    .pc_style .sp_pagetop a:hover,
    .tablet_style .sp_pagetop a:active,
    .sp_style .sp_pagetop a:active {
      border: none;    
    }
    .sp_pagetop a::before {
      border: 1px solid #c7d9a3;
      border-radius: 25px;
      content: "";
      display: block;
      height: 50px;
      left: -3px;
      position: absolute;
      padding-right: 10px;
      top: -3px;
      width: 180px;
    }
    .sp_pagetop a::after {
      background: url(/search-list/image/senior/ico-arrow-green-right.svg) center center / contain no-repeat;
      content: "";
      height: 12px;
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
      width: 6px;
    }
    #senior_footer .btm_description {
      background-size: 106px 69px;
      margin: 0 15px 30px;
    }
    footer#senior_footer {
      padding-top: 20px;
    }
    footer#senior_footer  .sl_wrap::before,
    footer#senior_footer  .sl_wrap::after {
      display: none;
    }
    #senior_footer .footer_faciliry_login {
      border-radius: 10px;
      display: block;
      height: auto;
      margin-bottom: 15px;
      padding: 10px 2px;
      position: relative;
      width: 100%;
    }
    #senior_footer .footer_faciliry_login dt,
    #senior_footer .footer_faciliry_login dd {
      display: block;
      line-height: 1;
    }
    #senior_footer .footer_faciliry_login dt {
      align-items: center;
      border-radius: 8px 0 0 8px;
      display: flex;
      height: calc(100% - 4px);
      justify-content: center;
      position: absolute;
      top: 2px;
      width: 110px;
    }
    #senior_footer .footer_faciliry_login dd {
      padding: 4px 10px 4px 130px;
      text-align: left;
    }
    #senior_footer .footer_faciliry_login dd:nth-of-type(1) {
      padding-left: 130px;
    }
    #senior_footer .footer_logo {
      margin-bottom: 15px;
      width: 225px;
    }
    footer#senior_footer .btn_sns {
      width: 300px;
      flex-wrap: wrap;
    }
    footer#senior_footer .btn_sns li{
      margin-bottom: 5px;
    }
    #senior_footer .footer_product {
      line-height: 1.4;
      padding-top: 70px;
      position: relative;
      text-align: left;
    }
    #senior_footer .footer_product::before,
    #senior_footer .footer_product::after {
      background-size: contain;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
    }
  
    #senior_footer .footer_product::before {
      background-image: url(/search-list/image/senior/img-footer01.png);
      height: 60px;
      left: 0;
      top: 0;
      width: 150px;
    }
    #senior_footer .footer_product::after {
      background-image: url(/search-list/image/senior/img-footer02.png);
      height: 60px;
      right: 0;
      top: 0;
      width: 145px;
    }
    #senior_footer .footer_navi {
      padding: 0;
    }
    #senior_footer .footer_navi ul {
      flex-wrap: wrap;
      padding: 0;
    }
    #senior_footer .footer_navi li {
      border-bottom: 1px solid #c7d9a3;
      border-left: none;
      width: 100%;
    }
    #senior_footer .footer_navi a {
      display: block;
      padding: 12px 14px;
      position: relative;
      text-align: left;
      width: 100%;
    }
    #senior_footer .footer_navi a::before {
      content: "◆";
      margin-right: .5em;
    }
    #senior_footer .footer_navi a::after {
      background: url(/search-list/image/senior/ico-arrow-white-right.svg) center center / contain no-repeat;
      content: "";
      height: 10px;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 6px;
    }
    #senior_footer .footer_copy {
      line-height: 1.5;
      padding: 10px;
    }
    #senior_footer .js_toggle_txt {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
    }
    #senior_footer .js_toggle_txt.js_toggle_txt_open {
      display: inline;
    }
    #senior_footer .js_txt_open,
    #senior_footer .js_txt_close {
      color: #004edf;
      cursor: pointer;
    }
    #senior_footer  .js_txt_close {
      display: none;
    }
    #senior_footer .js_txt_open::after {
      content: "▼";
    }
    #senior_footer .js_txt_close::after {
      content: "▲";
    }
    .mo_box{
      margin-bottom: 4.2rem;
    }

    /* SP絞り込みボタンスタイル追加 */
    .lst_srch_category li a{
      background: #ecffd0;
      border: 1px solid #6e9d29;
      border-bottom: 2px solid #6e9d29;
      color: #000;
      text-align: center;
      text-shadow: 0px -1px rgb(0 0 0 / 20%);
      border-radius: 4px;
      padding: 0.55em 1em 0.4em 1em;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      vertical-align: middle;
    }

  }

  .gopagetop a{
    margin-top: -20px;
  }

    /* モーダルカスタマイズ用CSS */
  .modal_open {
    cursor: pointer;
  }
  .modal_box {
    background: #fff;
    border-radius: 5px;
    display: none;
    margin: 50px;
    position: relative;
    max-width: 770px;
    z-index: 7777;
  }
  .modal_content {
    margin-left: 40px;
    margin-right: 40px;
  }
  .modal_close_btn {
    background: #f75586;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 50px;
    z-index: 100;
  }
  .modal_close_btn i {
    color: #fff;
    font-size: 35px;
    height: 46px;
    line-height: 46px;
  }
  .modal_overlay {
    background: #000;
    display: none;
    height: 120%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .modal_wrap {
    display: none;
    height: 100%;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .modal_lock {
    overflow:hidden;
  }
  .modal_prev,
  .modal_next {
    position: absolute;
    cursor: pointer;  
  }
  @media screen and (min-width: 768px), print {
    .modal_prev,
    .modal_next {
      background: #64af86;
      height: 180px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 70px;
    }
    .modal_prev {
      border-radius: 5px 0 0 5px;
      left: -80px;
    }
    .modal_next {
      border-radius: 0 5px 5px 0;
      right: -80px;
    }
    .modal_prev::before,
    .modal_prev::after,
    .modal_next::before,
    .modal_next::after {
      background: #fff;
      content: "";
      left: 50%;
      height: 41px;
      position: absolute;
      width: 10px;
    }
    .modal_prev::before {
      top: 50px;
      -webkit-transform: translateX(-50%) skewX(-30deg) ;
      transform: translateX(-50%) skewX(-30deg) ;
    }
    .modal_prev::after {
      bottom: 50px;
      -webkit-transform: translateX(-50%) skewX(30deg) ;
      transform: translateX(-50%) skewX(30deg) ;
    }
    .modal_next::before {
      top: 50px;
      -webkit-transform: translateX(-50%) skewX(30deg) ;
      transform: translateX(-50%) skewX(30deg) ;
    }
    .modal_next::after {
      bottom: 50px;
      -webkit-transform: translateX(-50%) skewX(-30deg) ;
      transform: translateX(-50%) skewX(-30deg) ;
    }
    .modal_lock_margin {
      margin-right: 17px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal_box {
      margin: 20px 15px;
      width: calc( 100% - 30px);
    }
    .modal_close_btn {
      height: 30px;
      right: -5px;
      text-align: center;
      top: -10px;
      width: 30px;
    }
    .modal_close_btn i {
      color: #fff;
      font-size: 20px;
      height: 26px;
      line-height: 26px;
    }
    .modal_content {
      margin-left: 15px;
      margin-right: 15px;
    }
    .modal_box_next {
      background: none;
      padding-bottom: 40px;
      padding-top: 0;
    }
    .modal_box_next_inner {
      background: #fff;
      border-radius: 5px;
      padding-top: 20px;
    }
    .modal_prev,
    .modal_next {
      bottom: 0;
      height: 40px;
      width: 38px;
    }
    .modal_prev {
      left: 0;
    }
    .modal_next {
      right: 0;
    }
    .modal_prev::before,
    .modal_prev::after,
    .modal_next::before,
    .modal_next::after {
      background: #fff;
      content: "";
      left: 50%;
      height: 10px;
      position: absolute;
      width: 3px;
    }
    .modal_prev::before {
      top: 10px;
      -webkit-transform: translateX(-50%) skewX(-45deg) ;
      transform: translateX(-50%) skewX(-45deg) ;
    }
    .modal_prev::after {
      bottom: 10px;
      -webkit-transform: translateX(-50%) skewX(45deg) ;
      transform: translateX(-50%) skewX(45deg) ;
    }
    .modal_next::before {
      top: 10px;
      -webkit-transform: translateX(-50%) skewX(45deg) ;
      transform: translateX(-50%) skewX(45deg) ;
    }
    .modal_next::after {
      bottom: 10px;
      -webkit-transform: translateX(-50%) skewX(-45deg) ;
      transform: translateX(-50%) skewX(-45deg) ;
    }
  }

  /* 施設種別の解説モーダル
   ========================================================================== */
   .modal_box.modal_facilityTypes {
    background: #fffafb;
}

  .modal_facilityTypes_wrap {
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 16px;
  }

  .modal_facilityTypes_title {
    display: flex;
    align-items: center;
    position: relative;
  }

    .modal_facilityTypes_title::before {
      display: block;
      position: absolute;
      content: "";
      height: 2px;
      width: 92%;
      top: calc(50% - 1px);
      background-color: #dd4573;
      left: 50%;
      transform: translateX(-50%);
    }

    .modal_facilityTypes_title span {
      position: relative;
      background: #FEEDF2;
      padding: 0 .5em;
      margin: 0 auto;
      display: inline-block;
      font-size: 20px;
      font-weight: 600;
      z-index: 1;
    }

  .modal_facilityTypes_desc {
    border-bottom: solid 1px #f75586;
    margin: 14px 44px;
  }

  .modal_facilityTypes_title + .modal_facilityTypes_desc {
    margin-top: 12px;
  }

  .modal_facilityTypes_desc:last-child {
    border-bottom: none;
  }

  .modal_facilityTypes_desc dl {
    font-size: 16px;
    padding: 0 0 15px 15px;
    text-align: left;
  }

    .modal_facilityTypes_desc dl dt {
        position: relative;
        color: #000;
        font-weight: 600;
        line-height: 1.5;
    }

      .modal_facilityTypes_desc dl dt::before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #f75586;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
      }

    .modal_facilityTypes_desc dl dd {
      line-height: 1.5;
    }

  /*老人ホーム　解説モーダル*/
  ul.modal_facilityTypes_wrap:nth-of-type(1) {
    background-color: #FEEDF2;
  }

  /*サ高住　解説モーダル*/
  ul.modal_facilityTypes_wrap:nth-of-type(2) {
    background-color: #E9F1E6;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(2) span  {
    background-color: #E9F1E6;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(2) .modal_facilityTypes_title::before  {
    background-color: #53B75B;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(2) .btn_com {
    background-color: #53B75B;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(2) .modal_facilityTypes_desc dl dt::before {
    background-color: #53B75B;
  }
  /*グループホーム　解説モーダル*/
  ul.modal_facilityTypes_wrap:nth-of-type(3) {
    background-color: #FCECE2;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(3) span  {
    background-color: #FCECE2;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(3) .modal_facilityTypes_title::before  {
    background-color: #E7913C;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(3) .btn_com {
    background-color: #E7913C;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(3) .modal_facilityTypes_desc dl dt::before {
    background-color: #E7913C;
  }
  /*グループホーム　解説モーダル*/
  ul.modal_facilityTypes_wrap:nth-of-type(4) {
    background-color: #E9F0F3;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(4) span  {
    background-color: #E9F0F3;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(4) .modal_facilityTypes_title::before  {
    background-color: #57ADBE;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(4) .btn_com {
    background-color: #57ADBE;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(4) .modal_facilityTypes_desc dl dt::before {
    background-color: #57ADBE;
  }
  ul.modal_facilityTypes_wrap:nth-of-type(4) .modal_facilityTypes_desc {
    border-color: #57ADBE;
  }
  .modal_box.modal_facilityTypes .modal_close_btn {
    border: none;
    background: #ea6094;
    box-shadow: 0px 4px rgba(0,0,0, 0.2);
  }

  .ttl_md_facilityTypes {
    text-align: center;
  }

  .ttl_md_facilityTypes span {
    text-align: center;
    color: #fff;
    background: #f75586;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    margin: 0 auto 1em;
    padding: 4px 63px 2px;
    line-height: 1.5;
  }

.modal_facilityTypes_wrap .btn_area {
    margin: 25px 0 0 auto;
    width: 120px;
}

.modal_facilityTypes_wrap .btn_area .btn_com {
  font-size: 15px;
  padding: 3px 14px 3px 8px;
  color: #fff;
}
.modal_facilityTypes_wrap .btn_area .btn_com:hover {
  opacity: .7;
}

.modal_facilityTypes_wrap .btn_area .btn_com:after {
  top: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 5px;
  right: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
  -webkit-transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
    .sp_navi_btn {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .modal_facilityTypes_desc {
      margin: 0 1em;
    }

      .modal_facilityTypes_desc dl {
        padding: 1em;
      }

    .ttl_md_facilityTypes span {
      margin-top: 1em;
    }
  }

  .modal_box.modal_facilityTypes {
    display: none;
  }

  @media screen and (min-width:768px) {
    .modal_box.modal_facilityTypes {
      padding: 40px 37px 10px;
      border-radius: 20px;
      width: 766px;
      font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
      box-sizing: content-box;
    }

    .modal_box.modal_facilityTypes .modal_close_btn {
      width: 45px;
      height: 45px;
      background: #ea6094;
      box-shadow: 0px 4px rgba(0,0,0, 0.2);
    }
  }


/* 駅から探すモーダル */


#modal_map .ttl03,
#modal_sparea2_pc .ttl03 {
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #64af86 calc(50% - 1px), #64af86 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 100% calc(100%);
  position: relative;
  margin-bottom: 15px;
  text-align: center;

}

#modal_map .ttl03 span,
#modal_sparea2_pc .ttl03 span {
  background: #49946a;
  border: 1px solid #edf7d5;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 30px;
  outline: 1px solid #64af86;
  padding: 5px 48px;
  text-align: center;
}

.modal_map .modal_content {
  margin-top: -30px;
  margin-left: 45px;
  margin-right: 45px;
}

.modal_map .area_map {
  margin: 0 auto 20px;
}

.modal_map .top_main_searchlist a {
  display: block;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
}

.com_ico_search {
  display: none;
}

.tablet_style .com_ico_search,
.sp_style .com_ico_search {
  display: block;
}

@media screen and (min-width:768px), print {
  .modal_map {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 745px;
  }

    .modal_map .top_main_searchlist a {
      height: 70px;
      padding: 37px 10px 0;
    }
}

@media screen and (max-width:767px) {
  .modal_map_sub,
  .modal_overlay_map {
    display: none !important;
  }
}


@media screen and (min-width: 768px), print {
  .modal_map {
      padding-bottom: 30px;
      padding-top: 30px;
      width: 745px;
  }
}

/* エリアマップ */
.area_map {
  background: url(/search-list/image/senior/bg-mainvisual-map.png) 95px 30px no-repeat;
  line-height: 1.15;
  margin-top: 23px;
  min-height: 463px;
  position: relative;
  width: 635px;
}
.com_area_map dl, .top_recommend_area_box {
  display: flex;
  flex-wrap: wrap;
}
.area_map dl {
  position: absolute;
}
.com_area_map dt,
.top_recommend_area_ttl {
  align-items: center;  
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
}
.area_map dt {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding: 3px;
  width: 100%;
}
.area_map dd {
  margin: 0 4px 4px 0;
  width: 65px; 
}
.modal_map .area_map dt {
    margin-bottom: 0;
}
.modal_map .area_map dd {
    margin: 0;
    width: 63px;
}
.modal_map .area_map dd a{
    font-size: 14px;
}
.modal_map .com_area_map dl {
    gap: 6px 9px;
}

.com_area_map dd a,
.top_recommend_area_select a {
  align-items: center;
  background: #fff;
  border: solid 1px #fff ;
  border-bottom: solid 3px #fff ;
  border-radius: 5px;
  color: #000;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;  
}
.area_map dd a {
  height: 32px;
}
.pc_style .com_area_map dd a:hover,
.pc_style .top_recommend_area_list a:hover,
.tablet_style .com_area_map dd a:active,
.tablet_style .top_recommend_area_list a:active,
.sp_style .com_area_map dd a:active,
.sp_style .top_recommend_area_list a:active {
  color: #fff;
  text-shadow: none;
}
.area_map .area_map_hokkaido {
  right: 0;
  top: 57px;
  width: 65px;  
}
.com_area_map .area_map_hokkaido dt,
.com_area_map .area_map_hokkaido .top_recommend_area_ttl {
  background: #6476b4;
}
.com_area_map .area_map_hokkaido dd {
  margin-right: 0;
}
.com_area_map .area_map_hokkaido a {
  background-image: linear-gradient(#fff, #e5e8f2);
  border-color: #6476b4;
}
.pc_style .com_area_map .area_map_hokkaido a:hover,
.tablet_style .com_area_map .area_map_hokkaido a:active,
.sp_style .com_area_map .area_map_hokkaido a:active {
  background: #6476b4;
}
.area_map .area_map_tohoku {
  right: 0;
  top: 133px;
  width: 207px;  
}
.com_area_map .area_map_tohoku dt,
.com_area_map .area_map_tohoku .top_recommend_area_ttl{
  background: #1c89bd;
}
.com_area_map .area_map_tohoku dd:nth-of-type(3n+3) {
  margin-right: 0;
}
.com_area_map .area_map_tohoku a {
  background-image: linear-gradient(#fff, #ddedf5);
  border-color: #1c89bd;
}
.pc_style .com_area_map .area_map_tohoku a:hover,
.tablet_style .com_area_map .area_map_tohoku a:active,
.sp_style .com_area_map .area_map_tohoku a:active {
  background: #1c89bd;
}
.area_map .area_map_kanto {
  right: 0;
  top: 246px;
  width: 288px;  
}
.modal_wrap .area_map .area_map_kanto {
  width: 279px;
}

.com_area_map .area_map_kanto dt,
.com_area_map .area_map_kanto .top_recommend_area_ttl{
  background: #57adbd;
}
.com_area_map .area_map_kanto dd:nth-of-type(2n+2) {
  margin-right: 0;
}
.com_area_map .area_map_kanto a {
    background-image: linear-gradient(#fff, #def2f2);
    border-color: #1ba9a9;
}
.pc_style .com_area_map .area_map_kanto a:hover,
.tablet_style .com_area_map .area_map_kanto a:active,
.sp_style .com_area_map .area_map_kanto a:active {
  background: #1ba9a9;
}
.area_map .area_map_koshinetsu {
  left: 334px;
  top: 67px;
  width: 67px;  
}

@media screen and (min-width: 768px) {
    .area_map .area_map_koshinetsu {
        width: 63px;
    }
}

.com_area_map .area_map_koshinetsu dt,
.com_area_map .area_map_koshinetsu .top_recommend_area_ttl {
  background: #31a46c;
}
.com_area_map .area_map_koshinetsu dd {
  margin-right: 0;
}
.com_area_map .area_map_koshinetsu a {
  background-image: linear-gradient(#fff, #e6f4f0);
  border-color: #31a682;
}
.pc_style .com_area_map .area_map_koshinetsu a:hover,
.tablet_style .com_area_map .area_map_koshinetsu a:active,
.sp_style .com_area_map .area_map_koshinetsu a:active {
  background: #31a682;
}
.area_map .area_map_tokai {
  left: 339px;
  top: 359px;
  width: 142px;  
}
.modal_content .area_map .area_map_tokai {
  left: auto;
  right: 0;
  width: 136px
}
.com_area_map .area_map_tokai dt,
.com_area_map .area_map_tokai .top_recommend_area_ttl {
  background: #7db03a;
}
.com_area_map .area_map_tokai dd:nth-of-type(2n+2) {
  margin-right: 0;
}
.com_area_map .area_map_tokai a {
  background-image: linear-gradient(#fff, #ebf3e0);
  border-color: #729c3b;
}
.pc_style .com_area_map .area_map_tokai a:hover,
.tablet_style .com_area_map .area_map_tokai a:active,
.sp_style .com_area_map .area_map_tokai a:active {
  background: #729c3b;
}
.area_map .area_map_hokuriku {
  left: 242px;
  top: 67px;
  width: 67px;  
}

@media screen and (min-width: 768px) {
    .area_map .area_map_hokuriku {
        width: 63px;
    }
}

.com_area_map .area_map_hokuriku dt,
.com_area_map .area_map_hokuriku .top_recommend_area_ttl {
  background: #ba9f26;
}
.com_area_map .area_map_hokuriku dd {
  margin-right: 0;
}
.com_area_map .area_map_hokuriku a {
  background-image: linear-gradient(#fff, #eee9d5) ;
  border-color: #a58f29;
}
.pc_style .com_area_map .area_map_hokuriku a:hover,
.tablet_style .com_area_map .area_map_hokuriku a:active,
.sp_style .com_area_map .area_map_hokuriku a:active {
  background: #a58f29;
}
.area_map .area_map_kansai {
  left: 150px;
  top: 67px;
  width: 215px;  
}

.modal_content .area_map .area_map_kansai {
  left: 0;
  width: 207px;
}
.modal_content .area_map .area_map_hokkaido {
  top: 57px;
}

.com_area_map .area_map_kansai dt,
.com_area_map .area_map_kansai .top_recommend_area_ttl {
  background: #e7913d;
}
.com_area_map .area_map_kansai dd:nth-of-type(3n+3) {
  margin-right: 0;
}
.com_area_map .area_map_kansai a {
  background-image: linear-gradient(#fff, #fae7d4);
  border-color: #e37d19;
}
.pc_style .com_area_map .area_map_kansai a:hover,
.tablet_style .com_area_map .area_map_kansai a:active,
.sp_style .com_area_map .area_map_kansai a:active {
  background: #e7913d;
}

#modal_map .area_map .area_map_chugoku,
#modal_sparea2_pc .area_map .area_map_chugoku {
  left: 0;
  top: 177px;
  width: 207px;
}
.com_area_map .area_map_chugoku dt,
.com_area_map .area_map_chugoku .top_recommend_area_ttl {
  background: #dd6746;
}
.com_area_map .area_map_chugoku dd:nth-of-type(3n+3) {
  margin-right: 0;
}
.com_area_map .area_map_chugoku a {
  background-image: linear-gradient(#fff, #fdeae4);
  border-color: #f0643c;
}
.pc_style .com_area_map .area_map_chugoku a:hover,
.tablet_style .com_area_map .area_map_chugoku a:active,
.sp_style .com_area_map .area_map_chugoku a:active {
  background: #db7457;
}
.area_map .area_map_shikoku {
  left: 169px;
  top: 359px;
  width: 142px;  
}
.modal_content .area_map .area_map_shikoku {
    left: auto;
    right: 169px;
    width: 136px;
}
.com_area_map .area_map_shikoku dt,
.com_area_map .area_map_shikoku .top_recommend_area_ttl {
    background: #d369a4;
}
.com_area_map .area_map_shikoku dd:nth-of-type(2n+2) {
  margin-right: 0;
}
.com_area_map .area_map_shikoku a {
  background-image: linear-gradient(#fff, #fee7f2);
  border-color: #e73b9c;
}
.pc_style .com_area_map .area_map_shikoku a:hover,
.tablet_style .com_area_map .area_map_shikoku a:active,
.sp_style .com_area_map .area_map_shikoku a:active {
  background: #c880a8;
}
.area_map .area_map_kyushu {
  left: 0;
  top: 287px;
  width: 135px;  
}
.com_area_map .area_map_kyushu dt,
.com_area_map .area_map_kyushu .top_recommend_area_ttl {
  background: #d3475d;
}
.com_area_map .area_map_kyushu dd:nth-of-type(3n+3) {
  margin-right: 0;
}
.modal_wrap .area_map .area_map_kyushu {
  width: 136px;
}
.com_area_map .area_map_kyushu a {
  background-image: linear-gradient(#fff, #f7d7df);
  border-color: #d32750;
}
.pc_style .com_area_map .area_map_kyushu a:hover,
.tablet_style .com_area_map .area_map_kyushu a:active,
.sp_style .com_area_map .area_map_kyushu a:active {
  background: #d07886;
}

.sparea_4col .com_area_map .area_map_kanto dd:nth-of-type(6),
.sparea_4col .com_area_map .area_map_kanto dd:nth-of-type(3) {
  margin-right: 0;
}

/* から探すボタン */

.com_main_searchlist {
  display: flex;
}

.com_main_searchlist li {
  margin: 0 5px;
  flex-grow: 1;
}

.com_main_searchlist a {
  background: #fff;
  border: solid 1px #d3646d;
  border-bottom: solid 3px #d3646d;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 70px;
  letter-spacing: 0;
  padding: 33px 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.com_main_searchlist.modal_searchlist a {
  height: auto;
  padding: 40px 0 10px;
}

.com_main_searchlist a span {
  font-size: 19px;
}
.com_main_searchlist a::before {
  background: url(/search-list/image/senior/ico-search-btn.png) 0 0 / 170px 27px no-repeat;
  content: "";
  height: 27px;
  left: calc(50% - 17px);
  position: absolute;
  top: 7px;
  width: 34px;
}
.com_ico_map a::before {
  background-position: -34px 0;
}

.com_ico_photo a::before {
  background-position: -68px 0;
}

.com_ico_movie a::before {
  background-position: -103px 0;
}

.com_main_searchlist a.btn_com:hover {
  background: #fde6e8;
  color: #000;
  border-color: #d3646d;
}


/* 駅から探す モーダル sp */
.modal_sparea {
  padding: 15px 15px 20px;
}

.com_sparea_map_ttl {
  color: #f75586;
  font-size: 2rem;
  padding-bottom: 15px;
  padding-left: 39px;
  position: relative;
  text-align: left;
}

.com_sparea_map_ttl span {
  font-size: 2.4rem;
}

.com_sparea_map_ttl::before {
  background: url(/search-list/image/senior/ico-search-btn02.png) right top / 170px 28px no-repeat;
  content: "";
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  width: 34px;
}

.com_sparea_map_ttl.ico_station {
  color: #f75586;
  padding-left: 46px;
  line-height: 25px;
}

.com_sparea_map_ttl.ico_station::before {
  background: url(/search-list/image/senior/ico-station-pink.png) right center / 100% auto no-repeat;
  height: 28px;
  width: 38px;
}

.com_sparea_map dl {
  margin-bottom: 15px;
  width: 100%;
}

.com_sparea_map dt {
  height: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.com_sparea_map dd {
  margin: 0 0 5px 5px;
  width: calc((100% - 15px)/4);
}

.com_sparea_map dd:nth-of-type(4n+1) {
  margin: 0 0 5px;
}

.com_sparea_map dd a {
  height: 40px;
}

.modal_sparea_close {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  height: 40px;
  margin: auto;
  padding-right: 5px;
  position: relative;
  width: 10em;
}

.modal_sparea_close::after {
  content: "\e5cd";
  font-family: "Material Icons";
  position: absolute;
  right: 5px;
}

@media screen and (max-width: 767px) {
  .btn_com.btn03 {
    background: #f75586;
    border-color: #d21d54;
    color: #fff;
    font-weight: normal;
    height: 36px;
    align-items: center;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: center;
    letter-spacing: 0;
    padding: 6px 25px 4px 10px;
    position: relative;
    text-align: center;
  }
}

/* eof */