@charset "UTF-8";
/* ///////////////////////////////////////////////

　TOPページ用パーツのスタイル

/////////////////////////////////////////////// */
#contents {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  #contents {
    margin-bottom: 50px;
  }
}

.bg_contents {
  background-color: #faf3e9;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 960px) {
  .bg_contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainimg {
  text-align: center;
}

/* お知らせ */
.news_tab {
  background: #fff;
}
.news_tab .tab {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.news_tab .tab li {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  border-top: 5px solid #c6c7c7;
  border-bottom: 1px solid #c6c7c7;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.news_tab .tab li + li {
  border-left: 1px solid #c6c7c7;
}
.news_tab .tab li.active {
  border-bottom-color: transparent;
  border-top-color: #ccc;
  color: #ccc;
}
.news_tab .content {
  padding: 25px 60px 45px;
}
.news_tab .content li {
  display: flex;
}
.news_tab .content li > * {
  padding: 0.9em 0;
}
.news_tab .content li:last-child .title {
  border-bottom: none;
}
.news_tab .content .date {
  width: 100px;
  color: #7c7c7c;
}
.news_tab .content .title {
  width: calc(100% - 100px);
  border-bottom: 1px solid #c6c7c7;
  color: #000;
}
.news_tab .content .go_archive {
  position: relative;
  margin-top: 25px;
  padding-right: 1.5em;
  font-size: 1.2rem;
  text-align: right;
}
.news_tab .content .go_archive a {
  text-decoration: none;
}
.news_tab .content .go_archive a:hover {
  text-decoration: underline;
}
.news_tab .content .go_archive i {
  position: absolute;
  right: 0;
}
@media (max-width: 960px) {
  .news_tab .tab li {
    height: 60px;
    border-top-width: 3px;
    font-size: 1.35rem;
  }
  .news_tab .content {
    padding: 20px 25px 35px;
  }
  .news_tab .content li {
    flex-direction: column;
  }
  .news_tab .content .date {
    width: 100px;
    padding-bottom: 0;
  }
  .news_tab .content .title {
    width: 100%;
    padding-top: 0.7em;
  }
  .news_tab .content .go_archive {
    font-size: 1.4rem;
  }
}

/* 受付時間・診療時間 */
.consultation_time {
  margin-top: 20px;
  padding: 40px 20px 50px;
  display: flex;
  background: #fff;
}
.consultation_time > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 960px) {
  .consultation_time {
    flex-direction: column;
    padding: 30px 5px;
  }
  .consultation_time > div {
    width: 100%;
  }
}
.consultation_time .time section {
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.consultation_time .time section + section {
  margin-top: 25px;
}
@media (max-width: 960px) {
  .consultation_time .time section {
    padding-bottom: 20px;
  }
  .consultation_time .time section + section {
    margin-top: 20px;
  }
}
.consultation_time .time h2 {
  margin-bottom: .8em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.consultation_time .time h2::before {
color: var(--main-color);
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
}

@media (max-width: 960px) {
  .consultation_time .time h2 {
    background-size: 22px;
    padding-left: 30px;
  }
}
.consultation_time .time dl {
  display: flex;
  flex-wrap: wrap;
}
.consultation_time .time dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  margin: 5px 0;
  background: #989898;
}
.consultation_time .time dl dt.sat {
  background: #5b5b5b;
}
.consultation_time .time dl dd {
  padding-left: 15px;
  width: calc(100% - 40px);
  margin: 5px 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
.consultation_time .time .note {
  margin-top: 1em;
  font-size: 1.2rem;
}
@media (max-width: 960px) {
  .consultation_time .time .note {
    font-size: 1.5rem;
  }
}
.consultation_time .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.consultation_time .menu ul li {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
}
.consultation_time .menu ul li a {
  display: flex;
  align-items: center;
  min-height: 85px;
  height: 85px;
  padding: 5px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.consultation_time .menu ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  text-align: center;
}
.consultation_time .menu ul li .label {
  padding-left: 15px;
  background-color: transparent;
}
@media (max-width: 960px) {
  .consultation_time .menu ul {
    margin: 30px -5px 0;
  }
  .consultation_time .menu ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .consultation_time .menu ul li a {
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    height: 110px;
    padding: 10px 5px;
    text-align: center;
  }
  .consultation_time .menu ul li i {
    width: auto;
    height: 45px;
    transform: scale(0.75);
  }
  .consultation_time .menu ul li .label {
    padding-left: 0;
  }
}
.consultation_time .menu .contact {
  position: relative;
  margin-top: 15px;
  padding: 25px 30px;
  background: #f8f8f8;
  text-align: center;
}
.consultation_time .menu .contact h3 {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 5px 10px;
  background: #fff;
  color: #888;
  font-size: 1rem;
  font-weight: bold;
}
.consultation_time .menu .contact .phone {
  position: relative;
  display: inline-block;
  text-align: right;
  line-height: 1.3;
}
.consultation_time .menu .contact .phone small {
  color: #888;
  font-size: 1rem;
}
.consultation_time .menu .contact .phone .tel {
  display: inline-block;
  background: url("../img/ico-tel.png") no-repeat 0 60%/19px;
  padding-left: 28px;
  font-size: 2.8rem;
}
.consultation_time .menu .contact .note {
  margin-top: .2em;
  font-size: 1.2rem;
}
@media (max-width: 960px) {
  .consultation_time .menu .contact {
    padding: 20px;
  }
  .consultation_time .menu .contact h3 {
    left: 20px;
  }
  .consultation_time .menu .contact .phone .tel {
    background-size: 16px;
    padding-left: 22px;
  }
}

/* 休診･代診 */
.closed {
  margin-top: 20px;
  padding: 40px;
  background: #fff;
}
@media (max-width: 960px) {
  .closed {
    padding: 25px;
  }
}
.closed header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .closed header {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.closed h2 {
  background: url("../../img/ico-calendar.png") no-repeat left center/25px;
  padding-left: 35px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .closed h2 {
    background-size: 22px;
    padding-left: 30px;
  }
}
.closed .note {
  margin-left: 4em;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .closed .note {
    margin: 15px 0 0;
  }
}
.closed .layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 960px) {
  .closed .layout {
    margin: 0;
  }
}
.closed dl {
  width: calc(50% - 40px);
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
  margin-top: -1px;
}
.closed dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
}
.closed dl dt.am {
  background: #ccc;
}
.closed dl dt.pm {
  background: #bbb;
}
.closed dl dd {
  padding-left: 15px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .closed dl {
    width: 100%;
    margin: -1px 0 0;
    padding: 15px 0;
  }
  .closed dl dt {
    width: 35px;
    height: 18px;
  }
  .closed dl dd {
    padding-left: 10px;
  }
}
.closed .more {
  position: relative;
  margin-top: 25px;
  padding-right: 1.5em;
  font-size: 1.2rem;
  text-align: right;
}
.closed .more a {
  text-decoration: none;
}
.closed .more a:hover {
  text-decoration: underline;
}
.closed .more i {
  position: absolute;
  right: 0;
}
@media (max-width: 960px) {
  .closed .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    margin: 25px auto 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  .closed .more i {
    right: 10px;
  }
}

/* Safety & Satisfaction */
.safety_satisfaction {
  position: relative;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  padding-top: 60px;
  padding-bottom: 100px;
  background: url("../../img/bg-hero.jpg") center/cover;
}
@media screen and (max-width: 1040px) {
  .safety_satisfaction {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .safety_satisfaction {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../../img/bg-hero-sp.jpg") center bottom/cover;
    background: url("../../img/bg-hero.jpg") center bottom/cover;
  }
}
.safety_satisfaction .image {
  position: absolute;
}
@media (max-width: 960px) {
  .safety_satisfaction .image {
    position: static;
  }
}
.safety_satisfaction .box {
  position: relative;
  background: #fff;
  width: 550px;
  padding: 45px 50px;
  margin-top: 150px;
  margin-left: auto;
}
.safety_satisfaction .box h2 {
  margin-bottom: .9em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.safety_satisfaction .box p {
  margin-bottom: 40px;
}
.safety_satisfaction .box .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  width: 270px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.safety_satisfaction .box .btn i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .safety_satisfaction .box {
    width: 100%;
    padding: 25px 20px;
    margin-top: 0;
  }
  .safety_satisfaction .box p {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .safety_satisfaction .box .btn {
    margin-right: auto;
    width: 220px;
  }
}
.safety_satisfaction .text_area {
  width: 660px;
  max-width: 100%;
  margin: 60px auto 0;
  color: #fff;
}
.safety_satisfaction .text_area .large {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.safety_satisfaction .text_area p + p {
  margin-top: 1.4em;
}
@media (max-width: 960px) {
  .safety_satisfaction .text_area {
    width: 100%;
    padding: 20px;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.6);
    color: #2b2b2b;
  }
  .safety_satisfaction .text_area p {
    font-size: 1.6rem;
  }
}

/* 画像付きナビゲーション */
.navi-1 {
  margin: 60px -20px 20px;
  justify-content: center;
}
.navi-1 li {
  padding: 0 20px;
  margin-bottom: 40px;
}
.navi-1 li a {
  height: 100%;
  /* min-height: 200px; */
  position: relative;
  display: block;
}
.navi-1 li a img {
  width: 100%;
}
.navi-1 li .label {
  background-color: transparent;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
  color: #fff;
}
.navi-1 li .label strong {
  margin-bottom: .6em;
  font-size: 2rem;
  font-weight: 500;
}
.navi-1 li .label i {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 960px) {
  .navi-1 {
    margin: 30px -10px 10px;
  }
  .navi-1 li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .navi-1 li .label {
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
  }
}

.navi-2 {
  margin: 60px -20px 20px;
  justify-content: center;
}
.navi-2 li {
  padding: 0 20px;
  margin-bottom: 40px;
}
.navi-2 li a {
  display: flex;
  justify-content: space-between;
}
.navi-2 li figure {
  width: 190px;
}
.navi-2 li .label {
  width: calc(100% - 215px);
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.navi-2 li .label strong {
  margin-bottom: .6em;
  font-size: 2rem;
  font-weight: 500;
}
.navi-2 li .label .detail {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
}
.navi-2 li .label i {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .navi-2 {
    margin: 30px -10px 10px;
  }
  .navi-2 li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .navi-2 li a {
    flex-direction: column;
  }
  .navi-2 li figure {
    width: 100%;
  }
  .navi-2 li figure img {
    width: 100%;
  }
  .navi-2 li .label {
    width: 100%;
    margin-top: 15px;
  }
}

/* 診療科・専門外来のご案内 */
.department_information {
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  padding-top: 40px;
  padding-bottom: 60px;
  background: #eee;
}
@media screen and (max-width: 1040px) {
  .department_information {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.department_information h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3em;
  font-size: 2.4rem;
  font-weight: 500;
}
.department_information h2 i {
  transform: translateY(3px);
  margin-right: 1.3em;
}
.department_information ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 740px;
  margin: auto;
}
.department_information ul li {
  width: 25%;
  min-height: 45px;
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.department_information a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 960px) {
  .department_information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .department_information h2 i {
    transform: translateY(3px) scale(0.7);
    margin-right: .5em;
  }
  .department_information ul {
    max-width: none;
    margin: 0 -10px;
  }
  .department_information ul li {
    width: 50%;
    min-height: 40px;
    margin-bottom: 15px;
  }
  .department_information a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: 500;
  }
}

/* 健康診断・⼈間ドック */
.medical_check {
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}
@media screen and (max-width: 1040px) {
  .medical_check {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.medical_check header {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.medical_check header h2 {
  font-size: 2.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.medical_check header h2 i {
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-6px);
}
.medical_check header p {
  margin-left: 3em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .medical_check header {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .medical_check header h2 {
    position: relative;
  }
  .medical_check header h2 i {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-right: 0;
    transform: translateY(-50%) scale(0.75);
  }
  .medical_check header p {
    margin: 15px 0 0;
  }
}
.medical_check ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.medical_check ul li {
  width: 33.333%;
  min-height: 120px;
  padding: 0 2px;
  margin-bottom: 4px;
}
.medical_check ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  padding-right: 30px;
  height: 100%;
  border-radius: 3px;
  background: no-repeat center / 40px;
  background-color: #fff;
}
.medical_check ul li a strong {
  margin-bottom: .3em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.medical_check ul li a i {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 960px) {
  .medical_check ul {
    flex-direction: column;
  }
  .medical_check ul li {
    width: 100%;
    min-height: 65px;
    margin-bottom: 10px;
  }
  .medical_check ul li a {
    padding: 10px 60px;
    background-position: 20px center;
    background-size: 22px;
  }
  .medical_check ul li a i {
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.medical_check .banner {
  display: flex;
  margin-top: 40px;
}
.medical_check .banner .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 2;
  padding: 0 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.medical_check .banner .text i {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media (max-width: 960px) {
  .medical_check .banner {
    margin-top: 20px;
  }
  .medical_check .banner .text i {
    margin-top: 15px;
  }
}

/* 市民公開講座 */
.public_lecture {
  padding-left: calc(50% - 425px);
  padding-right: calc(50% - 425px);
  margin: 60px 0 90px;
}
@media screen and (max-width: 890px) {
  .public_lecture {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.public_lecture .layout {
  display: flex;
}
.public_lecture .text {
  width: 62%;
}
.public_lecture .image {
  width: 38%;
  padding: 0 40px;
  text-align: center;
}
.public_lecture h2.ttl {
  margin-bottom: .8em;
  font-size: 2.4rem;
  font-weight: 500;
}
.public_lecture .lead {
  font-size: 1.8rem;
}
.public_lecture .line {
  width: 40px;
  height: 1px;
  margin: 30px 0;
  background: #ddd;
}
.public_lecture .banner {
  display: flex;
  margin: 80px -15px 0;
}
.public_lecture .banner li {
  padding: 0 15px;
}
.public_lecture .banner li a {
  display: block;
}
.public_lecture .banner li a img {
  width: 100%;
}
@media (max-width: 960px) {
  .public_lecture {
    margin: 40px 0;
  }
  .public_lecture .layout {
    flex-direction: column;
  }
  .public_lecture .text {
    width: 100%;
  }
  .public_lecture .image {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .public_lecture .image img {
    width: 200px;
  }
  .public_lecture .line {
    margin: 20px 0;
  }
  .public_lecture .banner {
    flex-direction: column;
    margin: 0;
  }
  .public_lecture .banner li {
    padding: 0;
    margin-top: 25px;
  }
}

/* 採用情報 */
.recruit_information {
  position: relative;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  background-color: #ddd;
  background-image: url("../../img/bg-recruit.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .recruit_information {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit_information .box {
  position: relative;
  z-index: 2;
  top: 70px;
  left: 20px;
  display: inline-block;
  border-top: 7px solid #ccc;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 40px;
  padding: 40px 50px 50px;
  width: 400px;
  min-height: 320px;
}
.recruit_information .box h2 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 500;
}
.recruit_information .box p {
  font-size: 1.6rem;
}
.recruit_information .box .btn {
  display: none;
}
.recruit_information .box i.pc {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 960px) {
  .recruit_information {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../../img/bg-recruit-sp.jpg");
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
  }
  .recruit_information .box {
    position: static;
    display: block;
    border-top: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none !important;
    padding: 35px 20px;
    margin-bottom: 0;
    width: auto;
    min-height: inherit;
    text-align: center;
  }
  .recruit_information .box h2 {
    color: #2b2b2b !important;
  }
  .recruit_information .box .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    max-width: 100%;
    height: 50px;
    margin-top: 35px;
    border: 2px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .recruit_information .box .btn i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
  }
  .recruit_information .box i.pc {
    display: none;
  }
}

/* サイト利用者への情報 */
.user_information {
  padding: 40px 0;
}
.user_information li {
  margin-bottom: 0;
}
.user_information li a {
  position: relative;
  display: block;
}
.user_information li a img {
  width: 100%;
}
.user_information li .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  max-width: 100%;
  padding: 20px 50px;
  color: #fff;
  text-align: center;
}
.user_information li .label strong {
  margin-bottom: .6em;
  font-size: 2rem;
  font-weight: 500;
}
.user_information li i {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
}
@media (max-width: 960px) {
  .user_information {
    padding: 20px;
  }
  .user_information li .label {
    padding: 10px 40px;
  }
  .user_information li .label span {
    text-align: left;
  }
  .user_information li i {
    bottom: 25px;
    right: 25px;
  }
}

/* グループ・関連施設 */
.group_facilities {
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  padding-top: 40px;
}
@media screen and (max-width: 1040px) {
  .group_facilities {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .group_facilities {
    padding-top: 30px;
  }
}
.group_facilities h2 {
  margin-bottom: 2em;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.group_facilities > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group_facilities > ul > li {
  width: 50%;
  margin-bottom: 50px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.group_facilities > ul > li:nth-child(even) {
  margin-left: -1px;
}
.group_facilities >ul>li a {
  display: block;
}
.group_facilities > ul > li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 50px;
}
.group_facilities > ul > li span {
  display: block;
  padding: 0 50px;
}
@media (max-width: 960px) {
  .group_facilities  > ul {
    flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
  }
  .group_facilities > ul > li {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #d9d9d9;
  }
  .group_facilities > ul > li:nth-child(even) {
    margin-left: 0;
  }
  .group_facilities > ul > li strong {
    height: inherit;
    margin-bottom: 15px;
    padding: 25px 0 0;
  }
  .group_facilities > ul > li span {
    padding: 0 0 25px;
  }
}
.group_facilities .banner {
  display: flex;
}
.group_facilities .banner .text {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 35px 40px 40px;
  background: #ccc;
  color: #fff;
  line-height: 1.8;
}
.group_facilities .banner .text strong {
  margin-bottom: .5em;
  font-size: 2rem;
}
.group_facilities .banner .text i {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.group_facilities .banner .image {
  width: 50%;
  background: url("../../img/bg-blog.jpg") center/cover;
}
@media (max-width: 960px) {
  .group_facilities .banner {
    flex-direction: column;
  }
  .group_facilities .banner .text {
    width: 100%;
    padding: 20px;
  }
  .group_facilities .banner .text strong {
    text-align: center;
  }
  .group_facilities .banner .text i {
    bottom: 20px;
    right: 20px;
  }
  .group_facilities .banner .image {
    width: 100%;
    padding-top: 35%;
  }
}
.group_facilities .nfy {
  margin-top: 30px;
  background: #f4f8fe;
  padding: 25px;
}
.group_facilities .nfy .innnerbox {
  border: 1px solid #d9d9d9;
  background: #fff;
  display: flex;
  align-items: center;
}
.group_facilities .nfy figure {
  width: 384px;
}
.group_facilities .nfy p {
  width: calc(100% - 384px);
  padding: 5px 40px 5px 50px;
}
@media (max-width: 960px) {
  .group_facilities .nfy {
    margin-top: 40px;
    padding: 15px;
  }
  .group_facilities .nfy .innnerbox {
    align-items: center;
    flex-direction: column;
  }
  .group_facilities .nfy figure {
    width: auto;
    padding-right: 30px;
  }
  .group_facilities .nfy p {
    width: 100%;
    padding: 20px;
  }
}

/* アクセス */
.access_and_map {
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 1040px) {
  .access_and_map {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .access_and_map {
    margin-top: 45px;
    flex-direction: column;
  }
}
.access_and_map .gmap {
  width: 55%;
  position: relative;
}
.access_and_map .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .access_and_map .gmap {
    width: 100%;
    padding-top: 66%;
  }
}
.access_and_map .text {
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 960px) {
  .access_and_map .text {
    width: 100%;
    padding: 0;
  }
}
.access_and_map h2 {
  margin-bottom: 1.2em;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 960px) {
  .access_and_map h2 {
    margin: 30px 0 20px;
  }
}
.access_and_map .how {
  margin-bottom: 35px;
}
.access_and_map .how dt {
  margin: 1.2em 0 .2em;
  font-weight: 500;
  font-size: 1.6rem;
}
.access_and_map .how dd {
  padding-bottom: 1.6em;
  border-bottom: 1px solid #d9d9d9;
  line-height: 2;
}
@media (max-width: 960px) {
  .access_and_map .how {
    margin-bottom: 20px;
  }
  .access_and_map .how dt {
    margin: 1em 0 .6em;
  }
}
.access_and_map .buttons {
  display: flex;
  padding-right: 35px;
}
.access_and_map .buttons .access {
  width: 44%;
  padding: 20px 10px;
}
.access_and_map .buttons ul {
  width: 56%;
  padding-left: 10px;
}
.access_and_map .buttons ul li + li {
  margin-top: 10px;
}
.access_and_map .buttons ul .btn {
  height: 100%;
  padding: 10px;
}
@media (max-width: 960px) {
  .access_and_map .buttons {
    padding-right: 0;
  }
  .access_and_map .buttons .access {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .access_and_map .buttons ul {
    width: calc(50% - 5px);
    padding-left: 0;
    margin-left: 5px;
  }
}
.access_and_map .btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
.access_and_map .btn i {
  margin-bottom: 5px;
}

/* 各種お問い合わせ */
.contact_various {
  margin-top: 100px;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}
@media screen and (max-width: 1040px) {
  .contact_various {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .contact_various {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contact_various h2 {
  margin-bottom: 1.6em;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.contact_various .layout {
  display: flex;
  margin: 0 -10px;
}
.contact_various .layout > div {
  width: 50%;
  padding: 0 10px;
}
.contact_various .layout > div > * {
  display: flex;
  align-items: center;
  background-color: #eee;
  padding: 0 45px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .contact_various .layout {
    flex-direction: column;
  }
  .contact_various .layout > div {
    width: 100%;
    padding: 0 10px;
  }
  .contact_various .layout > div > * {
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 0 20px;
  }
}
.contact_various .not_net {
  display: flex;
  flex-direction: column;
}
.contact_various .not_net > * {
  height: 95px;
  font-size: 1.8rem;
}
.contact_various .not_net > * + * {
  margin-top: 15px;
}
.contact_various .not_net > * .ico {
  width: 66px;
  margin-right: 50px;
  border-right: 1px solid #ccc;
  font-size: 1.25em;
}
.contact_various .not_net > * em {
  padding-left: 1em;
  font-size: 2.4rem;
}

.contact_various .not_net > * .ico .ico-fax::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  transform: translateY(5px);
  background-image: url(../img/ico-fax.png);
  background-repeat: no-repeat;
  background-size: contain;
}


@media (max-width: 960px) {
  .contact_various .not_net > * {
    height: 60px;
  }
  .contact_various .not_net > * .ico {
    transform: scale(0.5);
    transform-origin: left center;
    width: 80px;
    margin-right: -15px;
  }
  .contact_various .not_net > * em {
    font-size: 2rem;
  }
  .contact_various .not_net .tel em {
    text-decoration: underline;
  }
}
.contact_various .net > a {
  position: relative;
  height: 100%;
  line-height: 1.8;
}
.contact_various .net > a .ico {
  width: inherit;
  margin-right: 30px;
  border: none;
}
.contact_various .net > a .fas {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
@media (max-width: 960px) {
  .contact_various .net {
    margin-top: 15px;
  }
  .contact_various .net > a {
    height: 100px;
  }
  .contact_various .net > a .ico {
    transform: scale(0.5);
    transform-origin: left center;
    margin-right: -65px;
  }
  .contact_various .net > a .fas {
    bottom: 15px;
    right: 15px;
  }
}
@media (min-width: 961px) {
  .contact_various .has-not--net .not_net {
    width: 100%;
    flex-direction: row;
  }
  .contact_various .has-not--net span {
    width: 100%;
  }
  .contact_various .has-not--net .fax {
    margin-top: 0;
  }
}