@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  メインビジュアル

---------------------------------*/
#mainvisual {
  position: relative;
}
/*#mainvisual::after {
  content: '';
  background: url("../images/soyadentalclinic.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 882px;
  height: 70px;
}*/
#mainvisual .tel_box {
  border-radius: 100px 10px 100px 10px;
  background: #fff;
  text-align: center;
  padding: 40px 30px;
  position: absolute;
  left: 2.5%;
  bottom: 2.5%;
  width: 400px;
  z-index: 1;
}
#mainvisual .tel_box img {
  display: block;
  margin: 30px auto 15px;
  max-width: 420px;
}
#mainvisual .tel_box p {
  font-weight: 300;
}
#mainvisual .tel_box p.tel {}
#mainvisual .tel_box a {
  color: #333;
}
#mainvisual .slider {
  position: relative;
  height: 100%;
}
#mainvisual .slider .slider__item {
  position: relative;
}
#mainvisual .slider .slider__item p.copy {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding-right: 5%;
  padding-bottom: 100px;
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 105px;
}
#mainvisual .slider .slider__item .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
/*
  矢印　カウンター
---------------------------------*/
#mainvisual .slider .slick-arr, #mainvisual .slider .slick-counter {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
}
#mainvisual .slider .slick-counter {
  font-size: 1.2rem;
  font-weight: 500;
  right: 50px;
}
#mainvisual .slider .current_color {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #9AACB8;
  z-index: -1;
}
#mainvisual .slider .slick-arr {
  cursor: pointer;
}
#mainvisual .slider .slick-arr span {
  width: 10px;
  height: 10px;
}
#mainvisual .slider .slick-arr.prev {
  right: 100px;
}
#mainvisual .slider .slick-arr.prev span {
  background: url("../images/top_slide_arr_prev.svg") no-repeat;
}
#mainvisual .slider .slick-arr.next span {
  background: url("../images/top_slide_arr_next.svg") no-repeat;
}
@media screen and (max-width: 1024px) {
  #mainvisual::after {
    width: 500px;
    height: 40px;
  }
  #mainvisual .tel_box {
    display: none;
  }
  #mainvisual .slider .slider__item .img {
    height: calc(100vh - 108px);
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .slider .slider__item .img {
    height: 500px;
  }
  #mainvisual .slider .slider__item p.copy {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    padding: 0 5%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  #mainvisual .tel_box {
    display: none;
    padding: 30px 20px;
    width: 280px;
  }
  #mainvisual .tel_box img {
    margin: 10px auto;
  }
}
@media screen and (max-width: 580px) {
  #mainvisual .slider .slider__item p.copy {
    font-size: 2.0rem;
  }
  #mainvisual .tel_box {
    font-size: 1.2rem;
    padding: 30px 20px;
    width: 200px;
  }
}
/*---------------------------------

  採用　バナー

---------------------------------*/
#recruitBunner {
  background: #fff;
  padding: 2px;
  position: fixed;
  right: 1rem;
  bottom: 9rem;
  width: 27rem;
  z-index: 100;
}
#recruitBunner a {
  background: #ccc;
  display: block;
  height: 100%;
}
#recruitBunner a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 580px) {
  #recruitBunner {
    width: 20rem;
  }
}
/*---------------------------------

  共通

---------------------------------*/
/*
  タイトル
---------------------------------*/
section .ttl h2 {
  font-weight: 500;
  font-size: 5.0rem;
  letter-spacing: 5px;
  line-height: 1.5;
}
section .ttl.medium h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 580px) {
  section .ttl h2 {
    font-size: 3.0rem;
    letter-spacing: 4px;
  }
  section .ttl.medium h2 {
    font-size: 2.3rem;
  }
}
/*---------------------------------

  ソヤ歯科へようこそ

---------------------------------*/
section.about_us_block {
  padding: 80px 0;
}
section.about_us_block .wrap {
  margin: auto;
  max-width: 790px;
  width: 90%;
}
section.about_us_block .wrap .ttl {
  margin-bottom: 50px;
  text-align: center;
}
section.about_us_block .wrap .txt p span {
  font-weight: 500;
}
section.about_us_block .wrap .txt p strong {
  color: #1466D3;
  font-weight: 500;
}
section.about_us_block .wrap .txt_link {
  text-align: right;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  section.about_us_block .wrap .ttl {
    margin-bottom: 30px;
  }
}
/*---------------------------------

  ムービー

---------------------------------*/
.movie_block {
  background: linear-gradient(transparent 40%, #F3EEE7 40%);
  padding-bottom: 100px;
  width: 100%;
}
.movie_block .wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: 500px;
  overflow: hidden;
}
.movie_block a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.movie_block a::after {
  background: url("../images/playmovei.svg") no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 100px;
  height: 130px;
}
.movie_block a:hover {
  opacity: 1;
}
.movie_block a:hover::after {
  width: 120px;
  height: 150px;
}
.movie_block a .overlay, .movie_block a #yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_block a .overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.movie_block a #yt_player {
  z-index: 1;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  .movie_block .wrap {
    height: 300px;
  }
}
/*---------------------------------

  メッセージ

---------------------------------*/
section.message_block {
  padding: 100px 0 120px;
}
section.message_block .ttl {
  margin: 0 auto 50px;
  max-width: 1200px;
  width: 90%;
}
section.message_block .ttl h2 {
  font-family: 'Muller-bold';
}
section.message_block .outer {
  position: relative;
}
section.message_block .outer .wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  padding-right: 700px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.message_block .outer .wrap .txt_box {
  max-width: 500px;
}
section.message_block .outer .wrap .txt_box h3 {
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: 5px;
  line-height: 1.8;
  margin-bottom: 30px;
}
section.message_block .outer .wrap .txt_box .txt_link {
  text-align: right;
}
/*
  写真
---------------------------------*/
section.message_block .outer .img_box {
  margin-left: auto;
  max-width: 700px;
}
section.message_block .outer .img_box .box__top {
  margin-left: auto;
  width: 95%;
  height: 520px;
}
section.message_block .outer .img_box .box__bottom {
  display: flex;
  justify-content: space-between;
  padding-right: 150px;
  margin-top: 50px;
}
section.message_block .outer .img_box .box__bottom .img02 {
  width: 50%;
  max-width: 280px;
  height: 340px;
}
section.message_block .outer .img_box .box__bottom .img03 {
  width: 45%;
  max-width: 230px;
  height: 230px;
}
@media screen and (max-width: 1024px) {
  section.message_block .outer .wrap {
    width: 90%;
    padding-right: 0;
    margin-bottom: 70px;
    position: inherit;
  }
  section.message_block .outer .wrap .txt_box {
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  section.message_block {
    padding-bottom: 0;
    position: relative;
  }
  section.message_block::after {
    background: url("../images/massege_03.jpg") no-repeat center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 230px;
    z-index: -1;
  }
  section.message_block .ttl {
    margin: 0 auto 30px;
  }
  section.message_block h2, section.message_block h3 {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  }
  section.message_block .outer .wrap .txt_box h3 {
    font-size: 2.3rem;
  }
  section.message_block .outer .img_box .box__top {
    margin-left: auto;
    width: 100%;
    height: 400px;
  }
  section.message_block .outer .img_box .box__bottom {
    display: none;
  }
}
/*---------------------------------

  ソヤ歯科のこだわり

---------------------------------*/
section.committed_block {
  padding-top: 100px;
  position: relative;
}
section.committed_block::before {
  border-top: 1px solid #F3EEE7;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
}
section.committed_block .wrap {
  margin: 0 auto 30px;
  max-width: 1200px;
  width: 90%;
}
section.committed_block .wrap .ttl {
  margin-bottom: 50px;
}
section.committed_block .wrap .ttl p {
  color: #777;
  font-size: 2.5rem;
  margin: 20px 0 0;
}
section.committed_block .wrap .txt p + p {
  margin-top: .3em;
}
section.committed_block .wrap .txt p strong {
  font-weight: 500;
}
/*
  こだわり（スライド）
---------------------------------*/
section.committed_block .list_wrap {
  background: linear-gradient(transparent 40%, #F3EEE7 40%);
  padding-bottom: 100px;
  padding-left: 80px;
  margin-left: auto;
  width: 95%;
}
section.committed_block .list_wrap .committed_list {
  padding-top: 120px;
}
section.committed_block .list_wrap .committed_list .list__item {
  width: 530px;
}
section.committed_block .list_wrap .committed_list .list__item_inner {
  background: #fff;
  box-shadow: 4px 4px 3px 0 rgba(119, 114, 114, 0.1);
  margin-right: 40px;
  margin-bottom: 5px;
  min-height: 480px;
}
section.committed_block .list_wrap .committed_list .list__item .number {
  background-size: cover;
  background-position: center;
  padding: 20px 20px;
  position: relative;
}
section.committed_block .list_wrap .committed_list .list__item .number::before {
  content: '';
  background: rgba(199, 169, 129, 0.30);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.committed_block .list_wrap .committed_list .list__item .number h3 {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  line-height: 1.3;
  text-align: right;
  position: relative;
  text-shadow: 0 0 1px #544B40;
}
section.committed_block .list_wrap .committed_list .list__item .number span {
  font-family: 'Muller-bold';
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
}
section.committed_block .list_wrap .committed_list .list__item .inner {
  padding: 30px 30px 30px;
}
section.committed_block .list_wrap .committed_list .list__item .inner p.tl {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt_link {
  margin: 10px 0;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt_link a span {
  font-size: 2.2rem;
  font-weight: 500;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt {
  margin-top: 20px;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt p + p {
  margin-top: .2em;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt p strong {
  font-weight: 500;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt ul {
  list-style: none;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt ul li {
  padding-left: 1.3em;
  position: relative;
}
section.committed_block .list_wrap .committed_list .list__item .inner .txt ul li::before {
  content: '';
  background: #E3E3E3;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
}
/*
  矢印
---------------------------------*/
section.committed_block .list_wrap #arrows {
  margin: auto;
  max-width: 1100px;
  width: 90%;
  position: relative;
  z-index: 1;
}
section.committed_block .list_wrap #arrows .slick-arr {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
section.committed_block .list_wrap #arrows .slick-arr.prev {
  right: 100px;
}
section.committed_block .list_wrap #arrows .slick-arr span {
  box-shadow: 4px 4px 3px 0 rgba(119, 114, 114, 0.1);
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
section.committed_block .list_wrap #arrows .slick-arr.prev span {
  background: url("../images/content_slide_arr_prev.svg") no-repeat;
}
section.committed_block .list_wrap #arrows .slick-arr.next span {
  background: url("../images/content_slide_arr_next.svg") no-repeat;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  section.committed_block {
    padding-top: 70px;
  }
  section.committed_block .wrap .ttl {
    margin-bottom: 30px;
    text-align: center;
  }
  section.committed_block .list_wrap {
    background: linear-gradient(transparent 40%, #f2f2f2 40%);
    padding: 0 5% 50px;
    margin: auto;
    width: 100%;
  }
  section.committed_block .list_wrap #arrows .slick-arr {
    width: 60px;
    height: 60px;
  }
  section.committed_block .list_wrap #arrows .slick-arr.prev {
    right: 80px;
  }
  section.committed_block .list_wrap .committed_list {
    padding-top: 80px;
  }
  section.committed_block .list_wrap .committed_list .list__item {
    width: 350px;
  }
  section.committed_block .list_wrap .committed_list .list__item_inner {
    box-shadow: 0px 0px 5px 0 rgba(119, 114, 114, 0.2);
    margin: 5px;
    min-height: inherit;
  }
  section.committed_block .list_wrap .committed_list .list__item .number h3 {
    font-size: 1.4rem;
  }
  section.committed_block .list_wrap .committed_list .list__item .number span {
    font-size: 4rem;
  }
  section.committed_block .list_wrap .committed_list .list__item .inner p.tl {
    font-size: 1.6rem;
  }
  section.committed_block .list_wrap .committed_list .list__item .inner .txt_link a span {
    font-size: 1.5rem;
  }
  section.committed_block .list_wrap .committed_list .list__item .inner .txt ul li::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
/*---------------------------------

  診療科目

---------------------------------*/
section.medical_block {
  padding: 120px 0 0;
}
section.medical_block .ttl {
  text-align: center;
  margin-bottom: 70px;
}
section.medical_block .ttl h2 {
  margin-bottom: 40px;
}
section.medical_block .ttl p {
  font-weight: 300;
}
/*
  メニュー
---------------------------------*/
section.medical_block .medical__menu ul {
  list-style: none;
}
section.medical_block .medical__menu ul li {}
section.medical_block .medical__menu ul li a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  position: relative;
}
section.medical_block .medical__menu ul li .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
section.medical_block .medical__menu ul li p.tm {
  font-weight: 400;
  font-size: 3.0rem;
  letter-spacing: 4px;
  line-height: 1.5;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
section.medical_block .medical__menu ul li p.tm::before {
  background: url("../images/a_deco_w.svg") no-repeat;
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  transition: transform .3s;
}
section.medical_block .medical__menu ul li a:hover p.tm::before {
  transform: rotate(45deg);
}
section.medical_block .medical__menu ul li p.cap {
  font-weight: 300;
  line-height: 1.8;
  margin-top: 20px;
  width: 100%;
}
section.medical_block .medical__menu ul li .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.medical_block .medical__menu ul li .img::before {
  background: #ccc;
  content: '';
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 目立たせたいメニュー */
section.medical_block .medical__menu_wrap {
  display: flex;
}
section.medical_block .medical__menu_wrap ul {
  width: 50%;
}
section.medical_block .medical__menu_wrap ul li {
  height: 50%;
}
section.medical_block .medical__menu_wrap ul li a {
  padding: 40px 20px;
  height: 100%;
}
/* その他メニュー */
section.medical_block .medical__menu .bottom__over {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.medical_block .medical__menu .bottom__over li {
  width: 25%;
}
section.medical_block .medical__menu .bottom__over li a {
  height: 250px;
}
/* その他の診療科目はこちらリンク */
section.medical_block .txt_link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  section.medical_block .medical__menu ul li p.tm {
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 896px) {
  section.medical_block .medical__menu_wrap {
    display: block;
  }
  section.medical_block .medical__menu_wrap ul {
    width: 100%;
  }
  section.medical_block .medical__menu_wrap ul li a {
    height: 400px;
  }
  section.medical_block .medical__menu .bottom__over li {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  section.medical_block {
    padding: 80px 0 0;
  }
  section.medical_block .medical__menu ul li a p.cap {
    margin-top: 0;
  }
  section.medical_block .medical__menu_wrap ul li a {
    height: 300px;
  }
  /* その他メニュー 非表示*/
  section.medical_block .medical__menu.medical__menu_bottom {
    display: none;
  }
  .medical section.medical_block .medical__menu.medical__menu_bottom {
    display: block;
  }
  section.medical_block .medical__menu .bottom__over li {
    width: 100%;
  }
  section.medical_block .medical__menu .bottom__over li a {
    height: 200px;
  }
  section.medical_block .medical__menu .bottom__over li a p.tm {
    margin-bottom: 0;
  }
}
/*
  写真の色
---------------------------------*/
section.medical_block .medical__menu .top__left li:nth-child(1) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(3) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(5) a .img::before {
  background: #9AA9B3;
}
section.medical_block .medical__menu .top__right li:nth-child(1) a .img::before, section.medical_block .medical__menu .top__left li:nth-child(2) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(4) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(6) a .img::before {
  background: #C9C4C2;
}
section.medical_block .medical__menu .top__right li:nth-child(2) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(2) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(7) a .img::before {
  background: #A9CACA;
}
section.medical_block .medical__menu .bottom__over li:nth-child(1) a .img::before, section.medical_block .medical__menu .bottom__over li:nth-child(8) a .img::before {
  background: #C7B299;
}
/*診療案内ページ*/
.medical #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../medical/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.medical section.medical_block {
  padding: 3rem 0 0;
}
@media screen and (max-width: 580px) {
  .medical #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .medical section.medical_block {
    padding: 2rem 0 0;
  }
}
/*---------------------------------

    当院からのお願い

---------------------------------*/
#mainContainer section.Please-Block .wrap {
  max-width: 1280px;
  width: 90%;
  margin: 80px auto 0;
  padding: 50px;
  border: 8px double #AB2020;
}
#mainContainer section.Please-Block .wrap .ttl {
  margin-bottom: 30px;
  text-align: center;
}
#mainContainer section.Please-Block .wrap .txt {
  line-height: 2;
}
#mainContainer section.Please-Block .wrap .txt ul {
  margin: 10px 20px;
  color: #AB2020;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  #mainContainer section.Please-Block .wrap {
    padding: 20px;
  }
}
/*---------------------------------

  新着情報

---------------------------------*/
section.news_block {
  padding: 100px 0 130px;
}
section.news_block .wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  width: 90%;
}
section.news_block .ttl {
  width: 30%;
}
section.news_block .ttl h2 {
  font-family: 'Muller-bold';
  margin-bottom: 40px;
}
section.news_block .wrap .news__list {
  width: 70%;
}
section.news_block .wrap .news__list ul {
  list-style: none;
}
section.news_block .wrap .news__list ul li {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
section.news_block .wrap .news__list ul li a {
  color: #333;
  display: flex;
  padding: 50px 0;
}
section.news_block .wrap .news__list ul li a dl dt {
  display: flex;
}
section.news_block .wrap .news__list ul li a dl dt time {
  font-size: 1.6rem;
  margin-right: 60px;
}
section.news_block .wrap .news__list ul li a dl dd {
  font-weight: 300;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 580px) {
  section.news_block {
    padding: 70px 0 80px;
  }
  section.news_block .wrap {
    display: block;
  }
  section.news_block .ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  section.news_block .wrap .news__list {
    width: 100%;
  }
}
/*---------------------------------

  アクセス

---------------------------------*/
.accsess_block {
  background: #F4F0EA;
  padding: 70px 0;
}
.accsess_block .wrap {
  background: #9AA9B3;
  display: flex;
  margin: auto;
  max-width: 1200px;
  width: 90%;
}
.accsess_block .wrap > div {
  width: 50%;
}
.accsess_block .wrap .accsess__content {
  color: #fff;
}
.accsess_block .wrap .accsess__content figure {
  height: 290px;
}
.accsess_block .wrap .accsess__content figure .img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.accsess_block .wrap .accsess__content address {
  padding: 30px 50px 0;
  font-style: normal;
  line-height: 1.8;
}
.accsess_block .wrap .accsess__content address p {
  margin-bottom: 20px;
}
.accsess_block .wrap .accsess__content address img {
  max-width: 400px;
}
.accsess_block .wrap .accsess__content .time_table {
  padding: 30px 50px 50px;
}
.accsess_block .wrap .map {
  border: 2px solid #9AA9B3;
}
.accsess_block .wrap .map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .accsess_block .wrap .accsess__content address {
    padding: 30px 30px 0;
  }
  .accsess_block .wrap .accsess__content .time_table {
    padding: 30px;
  }
}
@media screen and (max-width: 580px) {
  .accsess_block .wrap {
    display: block;
  }
  .accsess_block .wrap > div {
    width: 100%;
  }
  .accsess_block .wrap .accsess__content address {
    padding: 20px 20px 0;
  }
  .accsess_block .wrap .accsess__content .time_table {
    padding: 20px 20px 30px;
  }
  .accsess_block .wrap .map iframe {
    height: 400px;
  }
}