/* map
---------------------------------------------------------- */

/* ----- key ----- */

.map .c-key {
  background-image: url(../img/map/img_key.jpg);
  background-position: center;
}

.p-index_area_inner {
  flex: 1;
}
.p-index_area_ttl {
  font-weight: bold;
  color: #16195c;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: -10px;
  margin-bottom: .8em;
}

.p-index_area_txt {
  max-width: 520px;
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-index_area_link {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #f1f4f5;
  padding: 25px 30px;
  margin-top: 35px;
  margin-bottom: 80px;
  z-index: 2;
  position: absolute;
}

.p-index_area_link li {
  width: 25%;
}

.p-index_area_link li a {
  color: #353694;
  font-weight: bold;
}

.p-index_area_link li a::before {
  content: "›";
  font-size: 1.5em;
  display: inline-block;
  color: #888;
  margin-right: .3em;
}




/*医院詳細*/

.c-ttl_sub {
  background-color: #353694;
  color: #fff;
  padding-left: 20px;
}

.map_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map_list::after {
  content: "";
  width: 32.5%;
  height: 1px;
  display: block;
}

.map_list li {
  margin-bottom: 1.5%;
  border: solid 1px;
  display: block;
  padding: 20px;
  background-color: #fff;
  width: 32.5%;
  font-size: 13px;
  font-size: 1.3rem;
}
.map_list dl {
  width: 100%;
}
.map_list dl dd {
  border-bottom: dotted 1px #b5b5b5;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  margin-bottom: 5px;
}
.map_list dl dd:last-child {
  border-bottom: none;
}

.map_list dl .clinic_name {
  font-weight: bold;
  padding-bottom: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #353694;
}

.map_list dl dd .imgbox {
  background-color: #fcfcfc;
  display: block;
  width: 100%;
  padding: 0;
}
.map_list dl dd .imgbox img {
  margin: auto;
  width: 100%;
  height: 180px;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}


@media all and (-ms-high-contrast: none) {
  /* ここに書く */
 .map_list dl dd .imgbox img {
 width: auto;
}
}
.map_list dl dd a {
  word-wrap: break-word;
}

/*
.map_list table {
  width: 100%;
}

.map_list table tr {
  border-bottom: dotted 1px #b5b5b5;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.map_list table tr:last-child {
  border-bottom: none;
}

.map_list table .clinic_name {
  font-weight: bold;
  padding-bottom: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #353694;
}
.map_list table tr:nth-child(n+2) th {
  width: 60px;
  font-weight: bold;
}

.map_list table tr .imgbox {
  background-color: #f7f7f7;
  display: block;
  width: 100%;
}
.map_list table tr .imgbox img {
  margin: auto;
  width: 100%;
  height: 180px;
  object-fit: contain;
  font-family: 'object-fit: contain;'; IE対策
}
*/

/*ドロワー*/
.drawer {
  position: relative;
}

.drawer-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
  z-index: 3;
}
.drawer-list::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -12px;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  left: 10px;
  border-color: transparent transparent #ddd transparent;
}
.drawer-list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  left: 10px;
  border-color: transparent transparent #fff transparent;
}
.drawer-list li a {
  display: block;
  padding-left: 20px;
  width: 120px;
  line-height: 36px;
}
.drawer-list li a span {
  color: #bababa!important;
}

.drawer-list li a::before {
  content: none;
}






.area_col.hokkaido {
  background-image: url(../img/map/map_hokkaido.jpg);
}
.area_col.touhoku{
  background-image: url(../img/map/map_touhoku.jpg);
}
.area_col.kantou{
  background-image: url(../img/map/map_kantou.jpg);
}
.area_col.chugoku{
  background-image: url(../img/map/map_chugoku.jpg);
}
.area_col.chubu{
  background-image: url(../img/map/map_chubu.jpg);
}
.area_col.kinki{
  background-image: url(../img/map/map_kinki.jpg);
}
.area_col.kyushu{
  background-image: url(../img/map/map_kyushu.jpg);
}
.area_col.taiwan{
  background-image: url(../img/map/map_taiwan.jpg);
}


.area_col.hokkaido::after{
 content: "北海道";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 816px;
  top: 186px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}
.area_col.touhoku::after{
 content: "東北";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 710px;
  top: 400px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}
.area_col.kantou::after{
 content: "関東";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 680px;
  top: 620px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}
.area_col.chugoku::after{
 content: "中国";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 320px;
  top: 646px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}

.area_col.chubu::after{
 content: "中部";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 450px;
  top: 600px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}

.area_col.kinki::after{
 content: "近畿・四国";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 400px;
  top: 770px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}
.area_col.kyushu::after{
 content: "九州・沖縄";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 150px;
  top: 630px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}

.area_col.taiwan::after{
 content: "台湾";
  position: absolute;
  display: block;
  padding: 0 15px;
  text-align: center;
  left: 770px;
  top: 766px;
  font-size: 16px;
  z-index: 2;
  border: solid 1px;
  background-color: #fff;
  border-radius: 2px;
  color: #555555;
}



/*全エリア地図*/
.area_all {
  background-image: url(../img/map/map_all.jpg);
  margin: auto;
  width: 1100px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -50px;
}

/*地域別*/
.area_col {
  margin: auto;
  width: 1100px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

/*imgタグmap*/
.map_img {
  opacity: 0;
  margin: auto;
  width: 1100px;
  height: auto;
}


.area_col .l-cont_l {
  position: absolute;
}





/* =================================
 SP first
================================= */

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

  /* ----- key ----- */

  .first .c-key {
    background-position: 88% center;
  }

 .p-index_area_inner {
  flex: 1;
}

.p-index_area_ttl {
  font-size: 18px;
  font-size: 1.8rem;
}


.p-index_area_link {
  width: 100%;
    justify-content: flex-start;
    padding: 20px 30px;
    margin-top: 30vh;
  position: static;
  margin-bottom: 10px;
}

.p-index_area_link li {
  width: 33%;
}

  .drawer-list {
    width: 80%;
    left: 10%;
  }
  
  .drawer-list::after {
    left: initial;
    right: 20%;
  }
  .drawer-list::before {
    left: initial;
    right: 20%;
  }



.map_list {
  flex-direction: column;
}

.map_list::after {
  content: "";
  display: none;
}

.map_list li {
  margin-bottom: 3%;
  padding: 10px 15px;
  width: 100%;
}
.map_list table tr .imgbox img {
  height: 25vh;
}
.area_all {
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: 150%;
    background-position: center center;
  position: relative;
}
.map_img {
  display: none;
}
  
  .area_col {
  background-image: none;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: 150%;
    background-position: center center;
  position: relative;
}
  
  .map_all {
    display: none;
  }

  .area_col .l-cont_l {
    position: static;
  }
  
  
.area_col.hokkaido::after{
 content: none;
}
.area_col.touhoku::after{
 content: none;
}
.area_col.kantou::after{
 content: none;
}
.area_col.chugoku::after{
 content: none;
}

.area_col.chubu::after{
 content: none;
}

.area_col.kinki::after{
 content: none;
}
.area_col.kyushu::after{
 content: none;
}
.area_col.taiwan::after{
 content: none;
}
}

/* =================================
 iphone5s,SE first
================================= */

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