/*==================
MV
==================*/
.facilities .feature_mv {
  max-height: 6.00rem;
  height: 60vh;
}
@media screen and (max-width: 640px) {
  .facilities .feature_mv {
    max-height: 2.00rem;
  }
}

.facilities .feature_mv::after {
  content: "";
  width: calc(100% - 0.60rem);
  height: 0.50rem;
  display: block;
  background-color: rgba(1, 148, 158, 0.2);
  border-radius: 0 0 0.30rem 0;
}
@media screen and (max-width: 640px) {
  .facilities .feature_mv::after {
    width: calc(100% - 0.20rem);
    height: 0.20rem;
    border-radius: 0 0 0.15rem 0;
  }
}

.facilities .feature_mv .ph_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.facilities .feature_mv .catch .big {
  color: #01949E;
}

/*==================
タブ
==================*/
.tab {
  padding-top: 1.30rem;
}
@media screen and (max-width: 599px) {
  .tab {
    padding-top: 0.50rem;
  }
}

.tab .list {
  max-width: 8.00rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #01949E;
  border-bottom: 1px solid #01949E;
  box-sizing: border-box;
}

.tab .list .item {
  width: 33.333%;
}

.tab .list .item a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.20rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0.30rem 0;
}
@media screen and (max-width: 599px) {
  .tab .list .item a {
    font-size: 0.13rem;
    padding: 0.15rem 0;
  }
}

.tab .list .item a:hover {
  opacity: 0.7;
  color: #01949E;
}

.tab .list .item a span {
  position: relative;
}

.tab .list .item:nth-child(2) a::before {
  content: '';
  width: 1px;
  height: calc(100% - 0.30rem);
  border-left: 1px dotted #01949E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .tab .list .item:nth-child(2) a::before {
    height: calc(100% - 0.15rem);
  }
}


.tab .list .item:nth-child(2) a::after {
  content: '';
  width: 1px;
  height: calc(100% - 0.30rem);
  border-left: 1px dotted #01949E;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .tab .list .item:nth-child(2) a::after {
    height: calc(100% - 0.15rem);
  }
}


.tab .list .item.naibu a span::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #01949E transparent transparent transparent;
  border-width: 4px 4px 0px 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
}
@media screen and (max-width: 599px) {
  .tab .list .item.naibu a span::after {
    right: -0.12rem;
    top: 58%;
  }
}


.tab .list .item.gaibu a span::after {
  content: '';
  display: inline-block;
  width: 0.16rem;
  height: 0.13rem;
  background: url(../img/facilities/001/icon_link.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
}
@media screen and (max-width: 599px) {
  .tab .list .item.gaibu a span::after {
    right: -0.20rem;
    width: 0.14rem;
    height: 0.086rem;
  }
}

/*==================
施設基本情報
==================*/
.information {
  margin: 1.35rem auto 0;
}
@media screen and (max-width: 599px) {
  .information {
    margin: 0.25rem auto 0;
  }
}


.information .in {
  max-width: 8.00rem;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .information .in {
    padding: 0 0.20rem;
  }
}


.information .in .sec_title {
  color: #01949E;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .information .in .sec_title {
    padding-bottom: 0.20rem;
  }
  .information .in .sec_title .jp_text {
    font-size: 0.24rem;
  }
}

.information .in .sec_title .en_text {
	-webkit-text-stroke: 1px #01949E;
	text-stroke: 1px #1A1A1A;
	color: transparent;
  display: block;
  padding-bottom: 0.20rem;
}

.information .lead {
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
  .information .lead {
    font-size: 0.14rem;
    margin-bottom: 0.30rem;
  }
}

.information table {
  border-collapse: collapse;
  width: 100%;
}

.information table tr {
  width: 100%;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 599px) {
  .information table tr {
    border-top: none;
  }
}

.information table tr:last-child {
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 599px) {
  .information table tr:last-child {
    border-bottom: none;
  }
}

.information table th {
  text-align: left;
  padding: 0.20rem 0;
  color: #01949E;
  font-size: 0.16rem;
  width: 2.00rem;
}
@media screen and (max-width: 599px) {
  .information table th {
    display: block;
    border-bottom: 1px dotted #01949E;
    width: 100%;
    font-size: 0.15rem;
    padding:0.25rem 0 0.15rem;
  }
}


.information table td {
  padding: 0.20rem 0;
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.20rem;
  line-height: 1.65;
}
@media screen and (max-width: 599px) {
  .information table td {
    display: block;
    width: 100%;
    padding: 0.15rem 0 0;
    font-size: 0.14rem;
  }
}

.information table td a {
  color: #01949E;
  position: relative;
}

.information table td a:hover {
  opacity: 0.7;
}

.information table td a::after {
  content: '';
  display: inline-block;
  width: 0.16rem;
  height: 0.13rem;
  background: url(../img/facilities/001/icon_link.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
}

.information table li {
  padding-left: 0.16rem;
  text-indent: -0.16rem;
}

.information table li span {
  color: #01949E;
  padding-right: 0.05rem;
}

.information table td::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 0.30rem);
  border-left: 1px dotted #01949E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 599px) {
  .information table td::before {
    content: none;
  }
}


/* メッセージ */
.information .message {
  margin-top: 0.50rem;
}

.information .message .title_wrap {
  text-align: center;
}

.information .message .title_wrap .en_title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #01949E;
  margin-bottom: 0.10rem;
}
@media screen and (max-width: 599px) {
  .information .message .title_wrap .en_title {
    font-size: 0.12rem;
  }
}

.information .message .title_wrap .jp_title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
@media screen and (max-width: 599px) {
  .information .message .title_wrap .jp_title {
    font-size: 0.18rem;
  }
}

.information .message .text {
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .information .message .text {
    font-size: 0.14rem;
    text-align: left;
  }
}

/* ある一日のお仕事内容 */
.information .flow {
  margin-top: 0.75rem;
  background: rgba(1, 148, 158, 0.1);
  border-radius: 0.10rem;
  padding-bottom: 0.35rem;
}
@media screen and (max-width: 599px) {
  .information .flow {
    margin: 0.50rem -0.20rem 0;
    border-radius: 0;
    padding-bottom: 0.35rem;
  }
}


.information .flow .title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #01949E;
  text-align: center;
  position: relative;
  top: -0.13rem;
}
@media screen and (max-width: 599px) {
  .information .flow .title {
    font-size: 0.20rem;
  }
}


.information .flow .cont_wrap {
  margin: 0.15rem 0.35rem 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.10rem;
  padding: 0.30rem 0.40rem;
}
@media screen and (max-width: 599px) {
  .information .flow .cont_wrap {
    margin: 0.10rem 0.20rem 0;
    padding: 0.15rem 0.25rem;
  }
}

.information .flow .flow_lead {
  font-size: 0.14rem;
  line-height: 2;
  margin-bottom: 0.15rem;
  text-align: center;
}

.information .flow .cont_wrap .sub_title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.15rem;
  color: #01949E;
}
@media screen and (max-width: 599px) {
  .information .flow .cont_wrap .sub_title {
    font-size: 0.16rem;
    }
}

.information .flow .cont_wrap dl {
  display: flex;
  padding: 0.06rem 0;
}

.information .flow .cont_wrap dt {
  width: 0.90rem;
  font-size: 0.16rem;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 599px) {
  .information .flow .cont_wrap dt {
    width: 0.60rem;
    font-size: 0.14rem;
  }
}

.information .flow .cont_wrap dt::after {
  content: '';
  display: block;
  width: 0.30rem;
  height: 0.01rem;
  border-top: 1px dotted #01949E;
  position: absolute;
  top: 0.13rem;
  right: 0.08rem;
}
@media screen and (max-width: 599px) {
  .information .flow .cont_wrap dt::after {
    width: 0.18rem;
    top: 0.12rem;
    right: -0.03rem;
  }
}


.information .flow .cont_wrap dd {
  font-size: 0.16rem;
  line-height: 1.65;
  box-sizing: border-box;
  padding-left: 0.10rem;
  width: calc(100% - 0.90rem);
}
@media screen and (max-width: 599px) {
  .information .flow .cont_wrap dd {
    font-size: 0.14rem;
  }
}

.information .flow .cont_wrap dd .item {
  list-style: disc inside;
}

.information .flow .cont_wrap .note {
  font-size: 0.12rem;
  margin-top: 0.20rem;
  display: block;
}

/* PHOTO GALLERY */
.information .photo {
  max-width: 10.00rem;
  width: 100%;
  margin: auto;
  padding-top: 0.65rem;
  padding-bottom: 1.35rem;
}
@media screen and (max-width: 599px) {
  .information .photo {
    padding-bottom: 0.30rem;
  }
}


.information .photo .title {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #01949E;
  letter-spacing: 0.2em;
}

.information .photo .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.30rem;
}

.information .photo .list .item {
  width: 32%;
  padding: 0 1.33%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .information .photo .list .item {
    width: 100%;
    padding: 0 0.20rem;
    margin-bottom: 0.40rem;
  }
}

.information .photo .list .item .ph_wrap {
  width: 100%;
  height: 2.20rem;
}

.information .photo .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.10rem;
  border: 0.06rem solid #01949E;
  box-sizing: border-box;
}

.information .photo .text {
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.10rem;
  line-height: 1.5;
}

/*==================
アクセスマップ
==================*/
.access_map {
  background-color: #01949E;
  padding: 0.60rem 0 0.80rem;
}
@media screen and (max-width: 599px) {
  .access_map {
    padding: 0.30rem 0 0.40rem;
  }
}

.access_map .in .sec_title {
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .access_map .in .sec_title {
    padding-bottom: 0.20rem;
  }
  .access_map .in .sec_title .jp_text {
    font-size: 0.24rem;
  }
}

.access_map .in .sec_title .en_text {
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	color: transparent;
  display: block;
  padding-bottom: 0.20rem;
}

.access_map .gmap {
  max-width: 10.00rem;
  width: 100%;
  margin: auto;
  padding-top: 0.20rem;
}

.access_map .gmap iframe {
  width: 100%;
  height: 6.00rem;
}
@media screen and (max-width: 599px) {
  .access_map .gmap iframe {
    height: 2.45rem;
  }
}

.access_map .btn {
  width: 2.60rem;
  margin: auto;
  padding-top: 0.42rem;
}

.access_map .btn a {
  display: block;
  background-color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  padding: 0.20rem;
  border-radius: 0.10rem;
  text-decoration: none;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.4);
}

.access_map .btn a:hover {
  opacity: 0.7;
}

.access_map .btn a span {
  position: relative;
}

.access_map .btn a span::after {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.08rem;
  background: url(../img/facilities/001/icon_btn_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 58%;
  right: -0.20rem;
  transform: translateY(-50%);
  transition: all .3s;
}

.access_map .btn a:hover span::after{
  right: -0.23rem;
}
