/* Scss Document */
.map {
  width: 730px;
  margin: 0 auto 150px;
  position: relative;
  font-size: 16px;
  padding-top: 425px; }
  .map ul {
    position: relative;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
    z-index: 1; }
    .map ul .active {
      background-color: #4d472e;
      color: #ebedea; }
  .map li {
    background-color: #e7e4db;
    border-radius: 4px;
    color: #22211d;
    position: absolute; }
    .map li:hover {
      cursor: pointer;
      background-color: #4d472f;
      color: #fff; }
    .map li p {
      text-align: center;
      margin: 0; }
  @media screen and (max-width: 767px) {
    .map {
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      font-size: 1.4rem; }
      .map ul {
        display: none; } }
  @media screen and (max-width: 320px) {
    .map {
      font-size: 1.2rem; } }

.map_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.pref1 {
  width: 115px;
  height: 58px; }
  .pref1 p {
    line-height: 58px; }

.pref2 {
  width: 115px;
  height: 35px; }
  .pref2 p {
    line-height: 35px; }

.pref3 {
  width: 54px;
  height: 77px; }
  .pref3 p {
    line-height: 77px; }

.pref4 {
  width: 54px;
  height: 35px; }
  .pref4 p {
    line-height: 35px; }

.not {
  color: #ccc !important;
  background-color: #e7e4db !important;
  cursor: inherit !important; }

.hokkaido {
  top: 0;
  right: 0; }

.aomori {
  top: 73px;
  right: 0; }

.iwate {
  top: 115px;
  right: 0; }

.akita {
  top: 115px;
  right: 61px; }

.miyagi {
  top: 158px;
  right: 0; }

.yamagata {
  top: 158px;
  right: 61px; }

.fukushima {
  top: 200px;
  right: 0; }

.tochigi {
  top: 200px;
  right: 61px; }

.ibaraki {
  top: 242px;
  right: 0; }

.saitama {
  top: 242px;
  right: 61px; }

.chiba {
  top: 284px;
  right: 0; }

.tokyo {
  top: 284px;
  right: 61px; }

.kanagawa {
  top: 327px;
  right: 61px; }

.gunma {
  top: 200px;
  right: 123px; }

.nigata {
  top: 158px;
  right: 123px; }

.yamanashi {
  top: 242px;
  right: 123px; }

.nagano {
  top: 200px;
  right: 184px; }

.shizuoka {
  top: 284px;
  right: 184px; }

.toyama {
  top: 200px;
  right: 246px; }

.gifu {
  top: 242px;
  right: 246px; }

.aichi {
  top: 284px;
  right: 246px; }

.ishikawa {
  top: 158px;
  right: 307px; }

.fukui {
  top: 200px;
  right: 307px; }

.shiga {
  top: 242px;
  right: 307px; }

.mie {
  top: 284px;
  right: 307px; }

.nara {
  top: 327px;
  right: 307px; }

.wakayama {
  top: 370px;
  right: 307px; }

.kyoto {
  top: 242px;
  right: 369px; }

.osaka {
  top: 327px;
  right: 369px; }

.hyogo {
  top: 242px;
  right: 430px; }

.tottori {
  top: 242px;
  right: 492px; }

.okayama {
  top: 284px;
  right: 492px; }

.shimane {
  top: 242px;
  right: 553px; }

.hiroshima {
  top: 284px;
  right: 553px; }

.yamaguchi {
  top: 242px;
  right: 615px; }

.kagawa {
  top: 334px;
  right: 461px; }

.tokushima {
  top: 377px;
  right: 461px; }

.ehime {
  top: 334px;
  right: 522px; }

.kochi {
  top: 377px;
  right: 522px; }

.fukuoka {
  top: 334px;
  right: 615px; }

.saga {
  top: 334px;
  right: 676px; }

.oita {
  top: 377px;
  right: 615px; }

.nagasaki {
  top: 377px;
  right: 676px; }

.miyazaki {
  top: 419px;
  right: 615px; }

.kumamoto {
  top: 419px;
  right: 676px; }

.kagoshima {
  top: 461px;
  right: 615px; }

.okinawa {
  top: 511px;
  right: 676px; }

.detail-list {
  width: 540px;
  /*position: absolute;
  top: 428px;
  right: 37px;*/
  margin: 0 36px 0 auto;
  border-spacing: 0;
  display: none; }
  .detail-list h3 {
    display: none; }
  @media screen and (max-width: 767px) {
    .detail-list {
      position: unset;
      display: block !important;
      width: 100%; }
      .detail-list h3 {
        display: block;
        margin: 0;
        background-color: #4d472e;
        color: #fff;
        text-align: center;
        padding: 10px 0; } }

dl {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 1px;
  display: block; }
  @media screen and (max-width: 767px) {
    dl {
      margin-bottom: 1px; } }

dt {
  display: flex;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  dt .dt-left {
    background-color: #665f3d;
    color: #fff;
    cursor: pointer;
    width: 140px;
    padding: 22px 0 18px;
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center; }
  dt .dt-right {
    color: #000;
    text-align: left;
    cursor: pointer;
    width: 400px;
    line-height: 1.5;
    padding: 22px 40px 18px 20px;
    text-align: left;
    float: right;
    background: #EEE9D5 url(/welfare/img/cafe/ninchisho/btn1.jpg) no-repeat 96% 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    dt .dt-right a:first-child {
      margin-right: 15px; }

dd {
  width: 100%;
  display: none;
  margin: 0; }
  dd .dd-left {
    background-color: #807B67;
    color: #fff;
    text-align: center;
    width: 140px;
    padding: 22px 0 18px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center; }
  dd .dd-right {
    background-color: #FAF8EC;
    color: #000;
    width: 400px;
    padding: 22px 40px 18px 18px;
    text-align: left;
    float: right;
    font-size: 14px; }

@media screen and (max-width: 767px) {
  dt .dt-left, dd .dd-left {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center; }

  dt .dt-right {
    width: 75%;
    /*padding: 24px 40px 20px 2%;*/
    display: flex;
    align-items: center;
    padding: 0 62px 0 2%;
    flex-wrap: wrap; }

  dd .dd-right {
    width: 75%;
    padding: 20px 0 10px 2%;
    font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (max-width: 374px) {
    dd .dd-right {
      font-size: 1.1rem; } }

.close .dt-right {
  background: #EEE9D5 url(/welfare/img/cafe/ninchisho/btn2.jpg) no-repeat 96% 50%; }

.row2 {
  height: 80px; }
  .row2 .dt-left, .row2 .dd-left {
    padding: 34px 0 30px;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .row2 .dt-left, .row2 .dd-left {
        height: 100%;
        padding: 34px 0 32px; } }
  .row2 .dt-right, .row2 .dd-right {
    padding: 20px 0 20px 2%;
    height: 100%;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .row2 .dt-right, .row2 .dd-right {
        height: 100%;
        padding: 24px 40px 20px 2%; } }

.block {
  display: block;
  z-index: 10; }

.icon_pdf {
  padding-right: 25px;
  background: url(/welfare/img/cafe/ninchisho/icon_pdf.png);
  background-position-x: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  margin-right: 20px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .icon_pdf {
      background-size: contain;
      padding-right: 15px;
      margin: 0 10px 10px 0; } }

.icon_page {
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
  background: url(/welfare/img/cafe/ninchisho/page-icon.jpg);
  background-position: left;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .icon_page {
      margin-top: 0px; } }

.sp_list {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp_list {
      display: block; }
      .sp_list_inner {
        width: 100%;
        background-color: #fff; }
        .sp_list_inner ul {
          display: flex;
          flex-wrap: wrap;
          height: auto;
          position: unset;
          padding: 10px 5px; }
          .sp_list_inner ul::after {
            content: "";
            display: block;
            width: 21%; }
          .sp_list_inner ul li {
            position: unset;
            text-align: center;
            padding: 6px 0;
            margin: 5px;
            background-color: #EEE9D5;
            width: 21%; }
            .sp_list_inner ul li:hover {
              background-color: #0061ca !important;
              color: #fff; }
              .sp_list_inner ul li:hover a {
                color: #fff; }
      .sp_list h3 {
        background-color: #8fc31f;
        color: #fff;
        padding: 10px 0; } }

/*# sourceMappingURL=style.css.map */
