@charset "utf-8";

/* フォント(M PLUS Rounded 1c) */
.font-rounded {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.h1__text {
  position: absolute;
  top: 5px;
  font-size: 14px;
  width: 100%;
  padding-left: 20px;
  z-index: 10;
}

.section {
  padding: 80px 0;
}

.section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.heading__wrap {
  text-align: center;
}

.heading__wrap::before {
  content: "";
  background: url(./img/heading_right.svg)no-repeat left / contain;
  width: 65px;
  height: 70px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.heading__wrap::after {
  content: "";
  background: url(./img/heading_left.svg)no-repeat right / contain;
  width: 65px;
  height: 70px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #011686;
  font-size: 30px;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}

.heading::after {
  font-family: 'Caveat', cursive;
  position: absolute;
  bottom: -30px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #4dd1cf;
}

.greeting__heading::after {
  content: "Greeting";
}

.reliable__heading::after {
  content: "Helpful & Reliable";
}

.sterilization__heading::after {
  content: "Sterilization & Disinfection";
}

.service__heading {
  content: "Service";
}

.heading--text-green {
  color: #4dd1cf;
  font-size: 48px;
}

.main {
  background: url(../img/bg_main.jpg);
}

/*-------------------------
  グローバルメニュー
-------------------------*/
#globalnav {
  position: relative;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
}

.nav__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
}

#globalnav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#globalnav .menu_item {
  position: relative;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

/*リンクなし*/
#globalnav .menu_item.no_link {
  /*opacity: 0.6;*/
}

#globalnav .menu_item a {
  display: block;
  padding-top: 35px;
  font-family:
    'M PLUS Rounded 1c', sans-serif;
  /*↓フォントのシャギー対策*/
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-size: 2rem;
  text-align: center;
  color: #333;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

/*---------------------------
header
---------------------------*/
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header__logo {}

.header__right {
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.header__contact {
  font-size: 20px;
  font-weight: 500;
}

.header__telphone {
  font-size: 30px;
  color: #011686;
  background: linear-gradient(transparent 50%, #fff799 0%);
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}

.header__telphone::before {
  content: "";
  background: url(./img/tel_icon_header.svg) no-repeat left / contain;
  display: inline-block;
  width: 18px;
  height: 33px;
  margin-right: 10px;
}

/*---------------------------
mainvisual
---------------------------*/
.mainvisual {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 950px;
}

.slide01 {
  background: url(./img/mainvisual_slide01.jpg?022) no-repeat center / cover;
}

.slide02 {
  background: url(./img/mainvisual_slide02.jpg?022) no-repeat center / cover;
}

.slide03 {
  background: url(./img/mainvisual_slide03.jpg?022) no-repeat center / cover;
}

.slide04 {
  background: url(./img/mainvisual_slide04.jpg?022) no-repeat center / cover;
}

.slide05 {
  background: url(./img/mainvisual_slide05.jpg?022) no-repeat center / cover;
}

.mainvisual__catchcopy {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

.mainvisual__catchcopy img {
  display: inline-block;
}

.side__fix {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 1000;
}

.side__fix--item {
  display: grid;
  position: fixed;
  right: 0;
  top: 20%;
}

a.side__fix--link {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background: #011686;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 30px 12px;
  display: inline-block;
}

a.side__fix--link::before {
  content: "";
  background: url(./img/slide_fix_rzv.svg) no-repeat center / contain;
  width: 37px;
  height: 31px;
  display: inline-block;
  margin-bottom: 10px;
}

.mainvisual__bnr {
  position: absolute;
  bottom: 250px;
  width: 100%;
  z-index: 1000;
}

.mainvisual__bnr--item01 {
  position: absolute;
  right: 300px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.mainvisual__bnr--item01:hover {
  opacity: 0.8;
}

.mainvisual__bnr--item02 {
  position: absolute;
  right: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.mainvisual__bnr--item02:hover {
  opacity: 0.8;
}

.important {
  border: 3px solid #f1eb04;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 30px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.important:hover {
  opacity: 0.8;
}

.important__title {
  color: #011686;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-weight: bold;
  font-size: 30px;
}

.important__title span {
  font-size: 26px;
  font-weight: bold;
}

.important__text {
  color: #fff;
  background: #00c4c2;
  font-size: 30px;
}

.important__text span {
  font-size: 26px;
}

/*---------------------------
information
---------------------------*/
.information {
  position: relative;
  padding: 60px 0 100px;
}

.information::before {
  content: "";
  background: url(./img/flag_left.svg) no-repeat left top / contain;
  width: 25%;
  height: 211px;
  position: absolute;
  top: 0;
  left: 0;
}

.information__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px;
}

.information__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 70px 20px 0;
}

.information__hours {
  width: calc(100% / 2 - 30px);
  padding-top: 80px;
  z-index: 10;
}

.hours__table {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  width: 100%;
}

.hours__table--title {
  background: #011686;
  border: 1px solid #011686;
  border-radius: 25px 25px 0 0;
  display: block;
  color: #fff;
  padding: 0 40px;
}

.hours__table--title th {
  padding: 20px 15px;
}

.hours__table--title th:nth-of-type(1) {
  font-size: 24px;
  width: 150px;
  padding: 20px 0;
}

.hours__table--am,
.hours__table--pm {
  border: 1px solid #011686;
  padding: 0 40px;
  display: block;
  background: #fff;
}

.hours__table--pm {
  border-top: none;
}

.hours__table--am th,
.hours__table--pm th {
  width: 150px;
}

.hours__table--am th {
  text-indent: 1rem;
}

.hours__table--am td,
.hours__table--pm td {
  padding: 20px 15px;
}

.hours_list {
  padding-left: 40px;
}

.hours_list--holiday {
  color: #f00;
}

.information__access {
  width: calc(100% / 2 - 30px);
  border: 4px solid #ccc;
  border-radius: 25px;
  background: #fff;
  position: relative;
}

.information__access::before {
  content: "";
  background: url(./img/access_bg_top.svg) no-repeat top center / contain;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 23px;
  /* width: 528px; */
  width: 100%;
  display: inline-block;
}

.information__access--inner {
  background: linear-gradient(0deg, transparent 9px, #f1f1f1 10px), linear-gradient(90deg, transparent 9px, #f1f1f1 10px);
  background-size: 10px 10px;
  padding: 80px 20px 40px;
  border-radius: 25px;
  text-align: center;
}

.information__access--text {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  display: inline-block;
}

.information__access--text::after {
  content: "";
  background: url(./img/access_right.png) no-repeat right top / contain;
  position: absolute;
  top: -60px;
  right: -55px;
  width: 129px;
  height: 65px;
}

.information__access--text-orange {
  color: #f5ab27;
  font-size: 24px;
  font-weight: bold;
}

.information__access--text-green {
  color: #00c4c2;
  font-size: 24px;
  font-weight: bold;
}

.information__access--link {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 70px;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: .3s;
}

a.information__access--link::after {
  content: "";
  background: url(./img/arrow_icon.svg) no-repeat right / contain;
  position: absolute;
  width: 48px;
  height: 14px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: .3s;
}

a.information__access--link:hover::after {
  right: -20px;
}

/*---------------------------
ごあいさつ
---------------------------*/
.greeting {
  background: url(./img/greeting_bg.jpg)no-repeat top left / cover;
  position: relative;
}

.greeting::after {
  content: "";
  background: url(./img/flag_right.svg) no-repeat right top / contain;
  width: 25%;
  height: 211px;
  position: absolute;
  top: 0;
  right: 0;
}

.greeting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 20px 40px 20px 0;
  margin-right: 100px;
  max-width: 1700px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 100px;
}

.greeting__img {
  /* width: calc(100% / 2 - 40px); */
  /* flex: none; */
  margin-right: 80px;
  background: url(./img/greeting_pic.jpg) no-repeat center top / cover;
  width: 100%;
  height: 666px;
}

.greeting__content {
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.greeting__content--inner {
  /* display: flex;
    flex-direction: column;
    height: 100%; */
  max-width: 610px;
}

.greeting__catchcopy {
  color: #011686;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.greeting__catchcopy--green {
  color: #00c4c2;
  font-size: 36px;
  font-weight: bold;
}

.greeting__content--text {
  margin-bottom: 40px;
  font-size: 18px;
}

.greeting__name {
  max-width: 800px;
  font-size: 24px;
  font-weight: bold;
  color: #011686;
  text-align: right;
  margin-top: auto;
  position: relative;
}

.greeting__name::after {
  content: "";
  background: url(./img/name_icon.svg) no-repeat right / contain;
  width: 78px;
  height: 99px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.career__title {
  color: #011686;
  font-size: 18px;
  margin-bottom: 20px;
}

.career__list--item {
  border-bottom: 1px solid #00c4c2;
  font-size: 18px;
}

.career__list--item::before {
  content: "";
  background: url(./img/career_icon_list.svg) no-repeat left bottom / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.video__title--wrap {
  text-align: center;
}

.video__title {
  color: #011686;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.video__title--red {
  color: #ff4d63;
  font-size: 36px;
}

.video__title::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  display: inline-block;
  height: 75px;
  border-left: 2px dotted #333;
  -moz-transform: rotate(320deg);
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
}

.video__title::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  display: inline-block;
  height: 75px;
  border-right: 2px dotted #333;
  -moz-transform: rotate(-320deg);
  -webkit-transform: rotate(-320deg);
  -ms-transform: rotate(-320deg);
  transform: rotate(-320deg);
}

.youtube {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.youtube::before {
  content: "";
  background: url(./img/video_left_top.svg) no-repeat left top / contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 177px;
}

.youtube::after {
  content: "";
  background: url(./img/video_left_bottom.svg) no-repeat left bottom / contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 185px;
  height: 144px;
}

.youtube__inner::before {
  content: "";
  background: url(./img/video_right_top.svg) no-repeat right top / contain;
  position: absolute;
  right: 100px;
  bottom: 120px;
  width: 103px;
  height: 88px;
}

.youtube__inner::after {
  content: "";
  background: url(./img/video_right_bottom.png) no-repeat right bottom / contain;
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 253px;
  height: 112px;
}

.youtube img {
  margin: 0 auto;
}

/*---------------------------
北習志野おとな・こども歯科クリニックの安心
---------------------------*/
.heading.reliable__heading {
  margin-bottom: 0;
}

.reliable__title--text {
  font-size: 30px;
  margin-bottom: 40px;
}

.reliable__title--read::before {
  content: "";
  background: url(../img/top/point_top.png);
}

.reliable01 {
  position: relative;
  z-index: 10;
  padding: 30px 0;
}

/* 斜め背景 */
.reliable01::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  right: 0;
  background: url(./img/reliable01_bg.jpg);
  width: calc(100% - 100px);
  height: 100%;
  transform: skewY(175deg);
  transform-origin: top right;
}

/* キリン */
.reliable01::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -100px;
  right: 0;
  background: url(./img/reliable01_bg_right.png) no-repeat right / contain;
  width: 20%;
  height: 525px;
}

.reliable01__container,
.reliable05__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.reliable02__container,
.reliable03__container,
.reliable04__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.reliable__item {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.reliable__item:nth-of-type(1)::before {
  background: url(./img/reliable_item_blue.svg) no-repeat left / contain;
  content: "";
  width: 106px;
  height: 83px;
  position: absolute;
  top: -20px;
  left: -30px;
}

.reliable__item:nth-of-type(1)::after {
  background: url(./img/reliable_item_blue.svg) no-repeat left / contain;
  content: "";
  width: 106px;
  height: 83px;
  position: absolute;
  bottom: -20px;
  right: -30px;
}

.reliable__item:nth-of-type(2)::before {
  background: url(./img/reliable_item_yellow.svg) no-repeat left / contain;
  content: "";
  width: 100px;
  height: 98px;
  position: absolute;
  top: -20px;
  left: -30px;
}

.reliable__item:nth-of-type(2)::after {
  background: url(./img/reliable_item_yellow.svg) no-repeat left / contain;
  content: "";
  width: 100px;
  height: 98px;
  position: absolute;
  bottom: -20px;
  right: -30px;
}

.reliable__item:nth-of-type(3)::before {
  background: url(./img/reliable_item_red.svg) no-repeat left / contain;
  content: "";
  width: 83px;
  height: 101px;
  position: absolute;
  top: -20px;
  left: -30px;
}

.reliable__item:nth-of-type(3)::after {
  background: url(./img/reliable_item_red.svg) no-repeat left / contain;
  content: "";
  width: 83px;
  height: 101px;
  position: absolute;
  bottom: -20px;
  right: -30px;
}

.reliable__title--wrap {
  text-align: center;
  margin-bottom: 20px;
}

.reliable__title--wrap::before {
  content: "";
  border-right: 2px dotted #333;
  height: 70px;
  margin-bottom: 10px;
  display: inline-block;
}

.reliable__title {
  font-size: 30px;
  font-weight: 500;
}

.reliable__title--read {
  margin-bottom: 10px;
}

.reliable__title--read img {
  display: inline-block;
}

.reliable__item {
  width: calc(100% / 3 - 30px);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  position: relative;
  top: 0;
}

.reliable__item:hover {
  opacity: 0.8;
  top: -10px;
}

.reliable__item--img {
  margin-bottom: 10px;
}

.reliable__item--text {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  margin: auto;
  position: relative;
  width: 100%;
}

.reliable__item:nth-of-type(1) .reliable__item--text:after {
  content: "";
  background: url(./img/reliable_arrow_blue.png) no-repeat right / contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: -5px;
  z-index: 20;
}

.reliable__item:nth-of-type(2) .reliable__item--text:after {
  content: "";
  background: url(./img/reliable_arrow_yellow.png) no-repeat right / contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: -5px;
  z-index: 20;
}

.reliable__item:nth-of-type(3) .reliable__item--text:after {
  content: "";
  background: url(./img/reliable_arrow_red.png) no-repeat right / contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: -5px;
  z-index: 20;
}

.reliable05__item .reliable__item--text-red {
  font-size: 22px;
}

.reliable05__item .reliable__item--text-green {
  font-size: 22px;
}

.reliable05__item .reliable__item--text-yellow {
  font-size: 22px;
}

.reliable04__item .reliable__item--text-green {
  font-size: 22px;
}

.reliable04__item .reliable__item--text-yellow {
  font-size: 22px;
}

.reliable__item--text.reliable__item02--text {
  color: #f5ab27;
  font-size: 24px;
}

.reliable__item--text-green {
  color: #00c4c2;
  font-size: 26px;
}

.reliable__item--text-yellow {
  color: #f5ab27;
  font-size: 26px;
}

.reliable__item--text-red {
  color: #ff4d63;
  font-size: 26px;
}

.reliable02 {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}

.reliable02__item {
  margin-right: 40px;
}

.reliable02__item:nth-of-type(2) {
  margin-right: 0;
}

/* 斜め背景 */
.reliable02::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(./img/reliable02_bg.jpg);
  width: calc(100% - 100px);
  height: 100%;
  transform: skewY(3deg);
  transform-origin: top left;
}

/* 気球動物 */
.reliable02::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -100px;
  left: 0;
  background: url(./img/reliable02_bg_left.png) no-repeat left / contain;
  width: 20%;
  height: 525px;
}

.reliable03 {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}

.reliable03__item {
  margin-right: 40px;
}

.reliable03__item:nth-of-type(2) {
  margin-right: 0;
}

/* 斜め背景 */
.reliable03::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  right: 0;
  background: url(./img/reliable03_bg.jpg);
  width: calc(100% - 100px);
  height: 100%;
  transform: skewY(175deg);
  transform-origin: top right;
}

/* 鳥 */
.reliable03::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -100px;
  right: 0;
  background: url(./img/reliable03_bg_right.png) no-repeat right / contain;
  width: 20%;
  height: 434px;
}

.reliable04 {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}

.reliable04__item {
  margin-right: 40px;
}

.reliable04__item:nth-of-type(2) {
  margin-right: 0;
}

/* 斜め背景 */
.reliable04::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(./img/reliable04_bg.jpg);
  width: calc(100% - 100px);
  height: 100%;
  transform: skewY(3deg);
  transform-origin: top left;
}

/*  */
.reliable04::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(./img/reliable04_bg_right.png) no-repeat left bottom / contain;
  width: 20%;
  height: 426px;
}

.reliable04__inner {
  position: relative;
}

.reliable04__inner::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url(./img/reliable04_bg_left.png) no-repeat left bottom / contain;
  width: 20%;
  height: 389px;
}

.reliable05 {
  position: relative;
  z-index: 10;
  /* padding: 40px 0 200px; */
}

.reliable05__item {
  width: calc(100% / 3 - 30px)
}

/* 斜め背景 */
.reliable05::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0px;
  right: 0;
  background: url(./img/reliable05_bg.jpg);
  width: 100%;
  height: 100%;
  transform: skewY(175deg);
  transform-origin: top right;
}

/*  */
.reliable05::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(./img/reliable05_bg_right.png) no-repeat left bottom / contain;
  width: 20%;
  height: 215px;
}

.reliable05__inner {
  position: relative;
  padding: 40px 0 200px;
}

.reliable05__inner::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url(./img/reliable05_bg_left.png) no-repeat left bottom / contain;
  width: 20%;
  height: 317px;
}

.reliable__bottom--wrap {
  text-align: center;
}

.reliable__bottom--text {
  font-size: 24px;
}

.reliable01__container .reliable__item01:nth-of-type(2) .reliable__item--text:after {
  content: none;
}

.reliable01__container .reliable__item:nth-of-type(2) .reliable__item--text:after {
  content: none;
}

.reliable05__container .reliable__item:nth-of-type(1) .reliable__item--text:after {
  content: none;
}

.reliable05__container .reliable__item:nth-of-type(2) .reliable__item--text:after {
  content: none;
}

.reliable05__container .reliable__item:nth-of-type(3) .reliable__item--text:after {
  content: none;
}

.reliable01__container .reliable__item:nth-of-type(2):hover {
  top: 0;
  opacity: 1;
}

.reliable05__container .reliable__item:nth-of-type(1):hover {
  top: 0;
  opacity: 1;
}

.reliable05__container .reliable__item:nth-of-type(2):hover {
  top: 0;
  opacity: 1;
}

.reliable05__container .reliable__item:nth-of-type(3):hover {
  top: 0;
  opacity: 1;
}

/*---------------------------
徹底した滅菌対策
(sterilization)
---------------------------*/
.sterilization {
  position: relative;
  z-index: 10;
  padding-top: 130px;
  padding-bottom: 150px;
  margin-top: -150px;
}

.sterilization::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 60px;
  right: 0;
  height: calc(100% - 60px);
  width: 100%;
  background:
    url(./img/sterilization_bg_left.png)left center no-repeat,
    url(./img/sterilization_bg_right.png)right center no-repeat #fff;
}

.sterilization::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 30px;
  right: 20px;
  width: 587px;
  height: 78px;
  background: url(../img/top/sterilization_eng_ttl.png)center/contain no-repeat;
}

.sterilization__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sterilization__text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.sterilization__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sterilization__list--item {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: 40px;
}

.sterilization__list--item:nth-of-type(3) {
  margin-right: 0;
}

.sterilization__list--title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.sterilization__list--img img {
  display: inline-block;
}

.sterilization__list--title img {
  display: inline-block;
}

.sterilization__link--wrap {
  text-align: right;
}

.sterilization__link {
  display: inline-block;
  position: relative;
  z-index: 1;
  right: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.sterilization__link:hover {
  right: -3px;
}

/*---------------------------
診療案内
(service)
---------------------------*/
.service {
  overflow: hidden;
  margin-top: -150px;
  z-index: 15;
  position: relative;
}

.service__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.serivce__bg {
  background: url(./img/reliable05_bg.jpg);
  border-top-right-radius: 2000px 600px;
  border-top-left-radius: 2000px 600px;
  margin-left: -150px;
  margin-right: -150px;
  padding: 100px 150px;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  /* -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; */
}

.service__list--item {
  margin-bottom: 60px;
  width: calc(100% / 5 - 20px);
  height: 210px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  position: relative;
  z-index: 1;
  top: 0;
  margin-right: 20px;
}

.service__list--item:nth-of-type(5),
.service__list--item:nth-of-type(9) {
  margin-right: 0;
}

.service__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  /* max-width: 214px; */
  height: 100%;
  /* max-height: 214px; */
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
  /* ここで動く速度とか設定 */
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.service__list--item a:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

/* .service__list--item a:hover {
	transform: rotate(180deg);
}
.service__list--item a:hover span {
	transform:inherit;
}
.service__list--item span {
	transform:inherit;
} */
.service__list--item:nth-of-type(1) a {
  background: url(./img/service_item01_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(2) a {
  background: url(./img/service_item02_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(3) a {
  background: url(./img/service_item03_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(4) a {
  background: url(./img/service_item04_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(5) a {
  background: url(./img/service_item05_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(6) a {
  background: url(./img/service_item06_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(7) a {
  background: url(./img/service_item07_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(8) a {
  background: url(./img/service_item08_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(9) a {
  background: url(./img/service_item09_bg.png) no-repeat center / contain;
}

.service__list--item:nth-of-type(1) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  width: 69px;
  height: 83px;
  background: url(./img/service_item01_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(2) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -10px;
  width: 87px;
  height: 86px;
  background: url(./img/service_item02_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(3) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: -8px;
  width: 58px;
  height: 92px;
  background: url(./img/service_item03_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(4) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: -25px;
  bottom: 0;
  width: 87px;
  height: 82px;
  background: url(./img/service_item04_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(5) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  width: 108px;
  height: 59px;
  background: url(./img/service_item05_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(6) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -10px;
  width: 65px;
  height: 82px;
  background: url(./img/service_item06_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(7) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 10px;
  width: 88px;
  height: 39px;
  background: url(./img/service_item07_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(8) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -10px;
  width: 111px;
  height: 97px;
  background: url(./img/service_item08_icon.svg)no-repeat center / contain;
}

.service__list--item:nth-of-type(9) a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  width: 50px;
  height: 91px;
  background: url(./img/service_item09_icon.svg)no-repeat center / contain;
}

.footer {
  background: url(../img/bg_main.jpg);
  padding-top: 100px;
  position: relative;
}

.footer__inner {
  max-width: 1200px;
  margin: 20px auto 0;
  position: relative;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.footer::before {
  content: "";
  background: url(./img/footer_left_top.svg)no-repeat left top / contain;
  position: absolute;
  top: 150px;
  left: 100px;
  width: 10%;
  height: 157px;
}

.footer::after {
  content: "";
  background: url(./img/footer_right_top.png)no-repeat right top / contain;
  position: absolute;
  top: 400px;
  right: 100px;
  width: 4%;
  height: 183px;
}


.footer__information {
  width: calc(100% / 2 - 40px);
  text-align: center;
}
.footer__calendar iframe{
  width: 100%;
}

.footer__calendar {
  /* width: calc(100% / 2 - 40px); */
  width: 100%;
  margin: 0 auto;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo img {
  display: inline-block;
}

.footer__access {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer__rzv {
  font-size: 20px;
  font-weight: bold;
}

a.footer__telphone {
  font-size: 30px;
  color: #011686;
  background: linear-gradient(transparent 50%, #fff799 0%);
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.footer__telphone::before {
  content: "";
  background: url(./img/tel_icon_footer.svg)no-repeat left / contain;
  display: inline-block;
  width: 18px;
  height: 33px;
  margin-right: 10px;
}

.footer__hours__list {
  text-align: left;
}

.calendar__heading {
  color: #00c4c2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.calendar__heading::before {
  content: "";
  background: url(./img/calendar_title_icon.svg) no-repeat left / contain;
  display: inline-block;
  width: 73px;
  height: 66px;
  vertical-align: middle;
  margin-right: 20px;
}

.googlemap {
  line-height: 1;
}

.whatsnew {
  margin-bottom: 80px;
  position: relative;
}

.whatsnew::before {
  content: "";
  background: url(./img/footer_left_bottom.svg)no-repeat left top / contain;
  position: absolute;
  top: 150px;
  left: -130px;
  width: 10%;
  height: 66px;
}

.whatsnew::after {
  content: "";
  background: url(./img/footer_right_bottom.svg)no-repeat right top / contain;
  position: absolute;
  top: 200px;
  right: -150px;
  width: 10%;
  height: 162px;
}

.whatsnew__heading {
  color: #011686;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.whatsnew__heading::before {
  content: "";
  background: url(./img/whatsnew_title_icon.svg) no-repeat left / contain;
  display: inline-block;
  width: 96px;
  height: 91px;
  vertical-align: middle;
  margin-right: 20px;
}

.whatsnew__container {
  max-width: 1200px;
  height: 250px;
  overflow-y: scroll;
  margin: 0 auto;
  border: 2px solid #ccc;
  background: #fff;
  padding: 40px 60px;
}


/*施設基準について
--------------------------------*/
#facilitycriteria {
  }
  #facilitycriteria .inner {
	padding-bottom: 30px;
    padding-top: 60px;
	width: 1000px;
	margin: auto;
  }
  #facilitycriteria .frame01 {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #efefef;
  }
  #facilitycriteria .frame02 {
	padding: 30px;
	background: #f7f7f7;
	border-radius: 10px;
	margin-top: 15px;
    margin-bottom: 15px;
  }
  #facilitycriteria .ttl {
	margin-bottom: 35px;
	font-size: 28px;
	color: #011686;
	text-align: center;
	border-bottom: 2px dotted #5555;
  }
  #facilitycriteria .txt {
  }
  #facilitycriteria .color01 {
	color: #011686;
	;
  }
  .facilitycriteria_ul {
  }
  .facilitycriteria_ul li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
  }
  .facilitycriteria_ul li:first-letter {
	color: #777777;
  }

@media screen and (max-width: 1550px) {
  .whatsnew__container {
    max-width: 1000px;
  }

  .whatsnew::before {
    left: 0;
    width: 10%;
    height: 66px;
  }

  .whatsnew::after {
    right: -30px;
    width: 10%;
    height: 162px;
  }

  .footer__inner {
    max-width: 1000px;
  }

}

.instagram__heading {
  color: #ff4d63;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.instagram__heading::before {
  content: "";
  background: url(./img/insta_title_icon.svg) no-repeat left / contain;
  display: inline-block;
  width: 95px;
  height: 91px;
  vertical-align: middle;
  margin-right: 20px;
}

.instagram {
  margin-bottom: 80px;
}

.instagram__container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.instagram img {
  margin-right: 40px;
}

.instagram img:nth-of-type(6) {
  margin-right: 0;
}

.footer__bottom {
  background: url(../img/footer_bottom_bg.jpg),
    url(./img/reliable05_bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: bottom center, left;
  padding-top: 100px;
  padding-bottom: 100px;
}

.eria {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.eria__content {
  margin-right: 60px;
}

.eria__img {
  flex: none;
}

.eria__heading {
  font-size: 24px;
  font-weight: bold;
  color: #011686;
}

.copyright {
  text-align: right;
  font-size: 14px;
}

@media(max-width: 1400px) {
  .swiper-container {
    height: 800px;
  }

  .important {
    border: 2px solid #f1eb04;
    padding: 10px 20px;
    font-size: 24px;
    left: 30px;
  }

  .important__title {
    font-size: 26px;
  }

  .important__title span {
    font-size: 20px;
  }

  .important__text {
    font-size: 26px;
  }

  .important__text span {
    font-size: 20px;
  }

  .section__inner {
    /* max-width: 1100px; */
    padding: 0 40px;
  }

  .service__inner {
    padding: 0 40px;
  }

  .greeting__container {
    margin-right: 40px;
  }

  .greeting__img {
    height: 550px;
    margin-right: 60px;
  }

  .greeting__content--text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .greeting__content {
    padding: 40px 0 0;
  }

  .greeting__catchcopy {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .greeting__catchcopy--green {
    font-size: 30px;
  }

  .greeting__name {
    font-size: 20px;
  }

  .greeting__name::after {
    width: 50px;
  }

  .career__title {
    margin-bottom: 10px;
  }

  .reliable__title {
    font-size: 26px;
  }

  .reliable01::before,
  .reliable02::before,
  .reliable03::before,
  .reliable04::before,
  .reliable05::before {
    width: calc(100% - 50px);
  }

  .reliable__item--text {
    font-size: 18px;
  }

  .reliable__item--text-red,
  .reliable__item--text-green {
    font-size: 22px;
  }

  .reliable__bottom--text {
    font-size: 20px;
  }

  .reliable01__container,
  .reliable05__container {
    margin-bottom: 40px;
  }

  .youtube {
    max-width: 1100px;
  }

  .youtube::before {
    width: 20%;
  }

  .youtube::after {
    width: 20%;
  }

  .youtube__inner::before {
    width: 20%;
  }

  .youtube__inner::after {
    right: 0;
    width: 20%;
  }

  .footer::before {
    content: "";
    background: url(./img/footer_left_top.svg)no-repeat left top / contain;
    position: absolute;
    top: 150px;
    left: 10px;
    width: 10%;
    height: 157px;
  }

  .footer::after {
    content: "";
    background: url(./img/footer_right_top.png)no-repeat right top / contain;
    position: absolute;
    top: 400px;
    right: 10px;
    width: 4%;
    height: 183px;
  }

  .whatsnew__container {
    max-width: 900px;
  }
  .footer__inner {
    max-width: 900px;
  }
  .whatsnew::before {
    left: 0;
    width: 10%;
    height: 66px;
  }

  .whatsnew::after {
    right: 0;
    width: 10%;
    height: 162px;
  }
}

@media(max-width: 1024px) {
  .nav__inner {
    max-width: 700px;
  }

  .side__fix {
    display: none;
  }

  /* .slide01 {
    background: url(./img/mainvisual_slide01.jpg) no-repeat center right 40%/ cover;
  } */
  .swiper-container {
    height: 700px;
  }

  .mainvisual__catchcopy img {
    width: 500px;
  }

  .information {
    padding: 60px 0;
  }

  .hours__table {
    font-size: 16px;
  }

  .hours__table--title th:nth-of-type(1) {
    font-size: 20px;
  }

  .information__inner {
    max-width: 950px;
  }

  .hours__table--am, .hours__table--pm {
    padding: 0 20px 0 10px;
  }

  .hours__table--title {
    padding: 0 20px 0 10px;
  }

  .hours__table--title th {
    padding: 10px 10px;
  }

  .hours__table--am td, .hours__table--pm td {
    padding: 10px 10px;
  }

  .section__inner {
    max-width: 900px;
  }

  .service__inner {
    max-width: 900px;
  }

  .greeting__content {
    padding: 20px 0 0;
  }

  .greeting__img {
    margin-right: 40px;
  }

  .career__list {
    margin-bottom: 20px;
  }

  .career__list--item {
    font-size: 16px;
  }

  .youtube {
    max-width: 950px;
  }

  .youtube::before {
    width: 15%;
  }

  .youtube::after {
    width: 15%;
  }

  .youtube__inner::before {
    width: 15%;
    right: 0;
  }

  .youtube__inner::after {
    width: 15%;
  }

  .reliable__bottom--text {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
  }

  .service__list--item {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
  }

  .service__list--item:nth-of-type(3),
  .service__list--item:nth-of-type(6) {
    margin-right: 0;
  }

  .service__list--item:nth-of-type(5) {
    margin-right: 30px;
  }

  .reliable05__inner {
    padding-bottom: 150px;
  }

  .sterilization {
    margin-top: -150px;
  }

  .sterilization__inner {
    max-width: 950px;
  }

  .footer__information {
    width: calc(100% / 2 - 10px);
  }

  .footer__calendar {
    /* width: calc(100% / 2 - 10px); */
  }

  .reliable__bottom--text {
    max-width: 100%;
  }

  .reliable01__container, .reliable05__container {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .reliable01__item:nth-of-type(1) {
    margin-right: 40px;
  }

  .reliable01__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
  }

  .reliable05__item:nth-of-type(1) {
    margin-right: 40px;
  }

  .reliable05__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
  }

  .reliable04__inner::before {
    left: 20px;
    background: url(./img/reliable04_bg_left.png) no-repeat left top / contain;
    width: 15%;
    bottom: auto;
    top: 40px;
  }

  .reliable04::after {
    bottom: auto;
    top: 0px;
    right: 20px;
    background: url(./img/reliable04_bg_right.png) no-repeat left top / contain;
    width: 15%;
  }

  .reliable02::after {
    top: -130px;
  }

  .reliable03::after {
    width: 15%;
  }

  .reliable04__item {
    margin-right: 40px;
    width: calc(100% / 2 - 40px);
  }

  .reliable02__item {
    margin-right: 40px;
    width: calc(100% / 2 - 40px);
  }

  .footer__inner {
    padding: 0 40px;
  }

  .whatsnew__container {
    max-width: 700px;
  }
  .footer__inner {
    max-width: 700px;
  }
  .whatsnew::before {
    left: 0;
    width: 10%;
    height: 66px;
  }

  .whatsnew::after {
    right: 0;
    width: 10%;
    height: 162px;
  }
}

@media(max-width: 896px) {
  .swiper-container {
    height: 600px;
  }

  .mainvisual__catchcopy {
    padding: 0 120px;
    top: 45%;
  }

  .information__access--text-orange {
    font-size: 18px;
  }

  .information__access--text-green {
    font-size: 18px;
  }

  .information__access--text::after {
    right: -10px;
  }

  .information__access--link {
    padding: 5px 40px;
    font-size: 16px;
  }

  a.information__access--link::after {
    width: 30px;
    height: 14px;
    right: 5px;
    bottom: 5px;
  }

  .information__container {
    flex-direction: column;
  }

  .information__access {
    /* width: calc(100% / 2 - 10px); */
    width: 100%;
    max-width: 500px;
  }

  .information__hours {
    /* width: calc(100% / 2 - 10px); */
    width: 100%;
    padding-top: 0;
    max-width: 500px;
    margin-bottom: 40px;
  }

  .hours__table--title th:nth-of-type(1) {
    font-size: 16px;
    text-align: center;
  }

  .hours__table--am th, .hours__table--pm th {
    padding: 10px 15px;
    width: 35%;
  }

  .hours__table--am td, .hours__table--pm td {
    padding: 10px 5px;
    padding: 10px 15px;
  }

  .hours__table--title th {
    padding: 10px 5px;
    padding: 10px 15px;
  }

  .information__access--text {
    margin-bottom: 20px;
  }

  .slide01 {
    background: url(./img/mainvisual_slide01_sp.jpg?02) no-repeat center / cover;
  }

  .slide02 {
    background: url(./img/mainvisual_slide02_sp.jpg?02) no-repeat center / cover;
  }

  .slide03 {
    background: url(./img/mainvisual_slide03_sp.jpg?02) no-repeat center / cover;
  }

  .slide04 {
    background: url(./img/mainvisual_slide04_sp.jpg?02) no-repeat center / cover;
  }

  .slide05 {
    background: url(./img/mainvisual_slide05_sp.jpg?02) no-repeat center / cover;
  }

  .information__bnr {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .information__bnr--item01 {
    display: inline-block;
    margin-right: 20px;
  }

  .information__bnr--item02 {
    display: inline-block;
  }

  .header__container {
    flex-direction: column;
    padding: 20px 0 0 10px;
  }

  .header__logo {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }

  .header__logo img {
    text-align: center;
  }

  .greeting__container {
    flex-direction: column;
    padding: 20px;
  }

  .greeting__content {
    padding: 30px 20px 0;
  }

  .greeting::after {
    width: 35%;
  }

  .greeting__container {
    margin: 0 60px 40px;
  }

  .greeting__img {
    height: 420px;
    margin-right: 0;
  }

  .video {
    padding: 0 40px;
  }

  .youtube__inner::after {
    width: 30%;
  }

  .heading__wrap.reliable__heading--wrap::before {
    vertical-align: super;
  }

  .heading__wrap.reliable__heading--wrap::after {
    vertical-align: super;
  }

  .reliable01::before, .reliable02::before, .reliable03::before, .reliable04::before, .reliable05::before {
    width: calc(100% - 30px);
  }

  .sterilization__inner {
    padding: 0 40px;
  }

  .reliable__item--text {
    font-size: 16px;
  }

  .reliable__item--text-yellow {
    font-size: 20px;
  }

  .reliable__item--text-red, .reliable__item--text-green {
    font-size: 20px;
  }

  .reliable__item--text.reliable__item02--text {
    font-size: 20px;
  }

  .reliable01__container, .reliable05__container {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .reliable01::after {
    top: 30px;
    right: 30px;
    background: url(./img/reliable01_bg_right.png) no-repeat right top / contain;
    width: 25%;
  }

  .reliable02::after {
    top: -15px;
    left: 30px;
    background: url(./img/reliable02_bg_left.png) no-repeat left top / contain;
  }

  .reliable03__item {
    margin-right: 40px;
    width: calc(100% / 2 - 40px);
  }

  .reliable04__item {
    margin-right: 40px;
    width: calc(100% / 2 - 40px);
  }

  .reliable01__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
  }

  .reliable01__item:nth-of-type(1) {
    margin-right: 40px;
  }

  .reliable01__item:last-child {
    margin-bottom: 0;
  }

  .reliable05__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
  }

  .reliable05__item:nth-of-type(1) {
    margin-right: 40px;
  }

  .reliable05__item:last-child {
    margin-bottom: 0;
  }

  .reliable04__inner::before {
    left: 20px;
    background: url(./img/reliable04_bg_left.png) no-repeat left top / contain;
    width: 20%;
    height: 389px;
    bottom: auto;
    top: 40px;
  }

  .reliable04::after {
    bottom: auto;
    top: 0px;
    right: 20px;
    background: url(./img/reliable04_bg_right.png) no-repeat left top / contain;
    width: 20%;
    height: 426px;
  }

  .reliable__item:nth-of-type(1) .reliable__item--text:after {
    width: 25px;
    height: 25px;
    right: 5px;
    bottom: -5px;
    z-index: 20;
  }

  .reliable__item:nth-of-type(2) .reliable__item--text:after {
    width: 25px;
    height: 25px;
    right: 5px;
    bottom: -5px;
    z-index: 20;
  }

  .reliable__item:nth-of-type(3) .reliable__item--text:after {
    width: 25px;
    height: 25px;
    right: 5px;
    bottom: -5px;
    z-index: 20;
  }

  .reliable05__item .reliable__item--text-green {
    font-size: 20px;
  }

  .reliable05__item .reliable__item--text-red {
    font-size: 20px;
  }

  .reliable05__item .reliable__item--text-yellow {
    font-size: 20px;
  }

  .reliable05::after {
    bottom: 0;
    right: 10px;
    width: 30%;
  }

  .reliable05__inner::before {
    width: 30%;
    bottom: 0;
  }

  .reliable__title {
    font-size: 22px;
  }

  .reliable__item--text-yellow {
    font-size: 22px;
  }

  .sterilization__list--title img {
    height: 34px;
  }

  .sterilization__text {
    text-align: left;
  }

  .footer__information {
    width: calc(100% / 2 - 10px);
  }

  .footer__calendar {
    width: calc(100% / 2 - 10px);
  }

  .whatsnew__container {
    max-width: 500px;
  }

  .whatsnew::before {
    left: 0;
    width: 10%;
    height: 66px;
  }

  .whatsnew::after {
    right: 0;
    width: 10%;
    height: 162px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__information {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }

  .footer__calendar {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .footer__top .hours {
    max-width: 500px;
    margin: 0 auto;
  }

  .calendar__iframe-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {
  .information__bnr {
    margin-bottom: 20px;
  }

  .information__bnr--item01 {
    display: inline-block;
    margin-right: 10px;
  }

  .information__bnr--item02 {
    display: inline-block;
  }

  .header__container {
    padding: 10px 0 0 10px;
  }

  .header__logo img {
    width: 260px;
  }

  .mainvisual__catchcopy {
    padding: 0 30px;
    top: 45%;
  }

  .swiper-container {
    height: 280px;
  }

  .heading {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .heading--text-green {
    font-size: 30px;
  }

  .heading__wrap::before {
    /* position: absolute; */
    width: 35px;
    height: 40px;
    /* left: 0; */
    margin-right: 0;
  }

  .heading__wrap::after {
    /* position: absolute; */
    width: 35px;
    height: 40px;
    /* right: 0; */
    margin-left: 0;
  }

  .heading__wrap.reliable__heading--wrap::before {
    vertical-align: super;
  }

  .heading__wrap.reliable__heading--wrap::after {
    vertical-align: super;
  }

  .heading::after {
    font-size: 18px;
    bottom: -20px;
    line-height: 1;
  }

  .section {
    padding: 60px 0;
  }

  /*---------------------------
  information
  ---------------------------*/
  .information {
    padding: 60px 0 40px;
  }

  .information__container {
    flex-direction: column;
  }

  .information__hours {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .hours__table {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .hours__table--title {
    border-radius: 25px 25px 0 0;
    padding: 0 5px 0 20px;
    ;
  }

  .hours__table--title th {
    padding: 5px;
  }

  .hours__table--title th:nth-of-type(1) {
    font-size: 15px;
    width: 40%;
    padding: 15px 0 10px;
  }

  .hours__table--am,
  .hours__table--pm {
    border: 1px solid #011686;
    padding: 0 5px 0 20px;
    display: block;
    background: #fff;
  }

  .hours__table--pm {
    border-top: none;
  }

  .hours__table--am th,
  .hours__table--pm th {
    width: 40%;
    padding: 0;
  }

  .hours__table--am td,
  .hours__table--pm td {
    padding: 10px 5px;
  }

  .hours_list {
    padding-left: 0;
    font-size: 14px;
  }

  .information__access {
    width: 100%;
  }

  .information__access::before {
    top: -10px;
    width: 90%;
  }

  .information__access--inner {
    padding: 50px 10px 20px;
    /* background: linear-gradient(0deg, transparent 9px, rgba(255,255,255,1) 10px), linear-gradient(90deg,  transparent 9px, rgba(255,255,255,1) 10px); */
    background: url(./img/info_bg.jpg) no-repeat center / cover;
  }

  .information__access--text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .information__access--text::after {
    width: 100px;
    top: -50px;
    right: -50px;
  }

  .information__access--text-orange {
    font-size: 18px;
  }

  .information__access--text-green {
    font-size: 18px;
  }

  .information::before {
    width: 30%;
  }

  a.information__access--link {
    font-size: 14px;
  }

  /*---------------------------
  ごあいさつ
  ---------------------------*/
  .heading.greeting__heading {
    padding: 0 15px;
    font-size: 22px;
  }

  .greeting__img {
    height: 230px;
  }

  .greeting__container {
    margin: 0 20px 40px;
  }

  .greeting__content {
    padding: 20px 0 0;
  }

  .greeting__catchcopy--green {
    font-size: 24px;
  }

  .greeting__catchcopy {
    font-size: 18px;
  }

  .greeting__content--text {
    font-size: 14px;
  }

  .greeting__name::after {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }

  /*---------------------------
YouTube
---------------------------*/
  .video {
    padding: 0 20px;
  }

  .video__title {
    font-size: 20px;
  }

  .video__title--red {
    font-size: 30px;
  }

  .youtube::before {
    top: -50px;
  }

  .youtube::after {
    bottom: -40px;
  }

  .youtube__inner::before {
    top: -40px;
  }

  .youtube__inner::after {
    bottom: -50px;
    width: 40%;
  }

  /*---------------------------
北習志野おとなこども歯科クリニックの安心
(reliable)
---------------------------*/
  .reliable__title--read {
    margin-bottom: 0;
  }

  .reliable01 .reliable__title--read img {
    width: 85px;
  }

  .reliable02 .reliable__title--read img {
    width: 100px;
  }

  .reliable03 .reliable__title--read img {
    width: 110px;
  }

  .reliable04 .reliable__title--read img {
    width: 110px;
  }

  .reliable05 .reliable__title--read img {
    width: 110px;
  }

  .reliable02 {
    padding: 0 0 30px;
  }

  .reliable01 {
    padding: 0 0 30px;
  }

  .reliable04 {
    padding: 0 0 30px;
  }

  .reliable03 {
    padding: 0 0 30px;
  }

  .reliable05__inner {
    padding: 0 0 100px;
  }

  .reliable__title--wrap::before {
    height: 40px;
    margin-bottom: 0;
  }

  .heading.reliable__heading {
    margin-bottom: 30px;
  }

  .reliable01__container, .reliable05__container {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .reliable02__container, .reliable03__container, .reliable04__container {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .reliable01__item,
  .reliable05__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .reliable01__item:last-child,
  .reliable05__item:last-child {
    margin-bottom: 0;
  }

  .reliable__item--text-red, .reliable__item--text-green {
    font-size: 20px;
  }

  .reliable__item--text {
    font-size: 16px;
  }

  .reliable__item--text-yellow {
    font-size: 20px;
  }

  .reliable__item:nth-of-type(1)::before {
    width: 65px;
    height: 65px;
  }

  .reliable__item:nth-of-type(1)::after {
    width: 65px;
    height: 65px;
  }

  .reliable__item:nth-of-type(2)::before {
    width: 65px;
    height: 65px;
  }

  .reliable__item:nth-of-type(2)::after {
    width: 65px;
    height: 65px;
  }

  .reliable__item:nth-of-type(3)::before {
    width: 65px;
    height: 65px;
  }

  .reliable__item:nth-of-type(3)::after {
    width: 65px;
    height: 65px;
  }

  .reliable02__item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .reliable02__item:last-child {
    margin-bottom: 0;
  }

  .reliable03__item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .reliable03__item:last-child {
    margin-bottom: 0;
  }

  .reliable04__item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .reliable04__item:last-child {
    margin-bottom: 0;
  }

  .reliable01::after {
    background: url(./img/reliable01_bg_right.png) no-repeat right top / contain;
    top: 15px;
    width: 26%;
    right: 10px;
  }

  .reliable02::after {
    background: url(./img/reliable02_bg_left.png) no-repeat left top / contain;
    width: 23%;
    top: -20px;
    left: 20px;
  }

  .reliable03::after {
    top: -20px;
    right: 20px;
    background: url(./img/reliable03_bg_right.png) no-repeat right top / contain;
  }

  .reliable04__inner::before {
    left: 20px;
    background: url(./img/reliable04_bg_left.png) no-repeat left top / contain;
    width: 20%;
    height: 389px;
    bottom: auto;
    top: 40px;
  }

  .reliable04::after {
    bottom: auto;
    top: 0px;
    right: 20px;
    background: url(./img/reliable04_bg_right.png) no-repeat left top / contain;
    width: 20%;
    height: 426px;
  }

  .reliable02__item {
    width: 100%;
  }

  .reliable05::after {
    bottom: 0;
    right: 0;
    width: 30%;
  }

  .reliable05__inner::before {
    width: 30%;
    bottom: 0;
    left: 0;
  }

  .reliable__bottom--text {
    font-size: 14px;
    text-align: left;
  }

  .reliable01::before, .reliable02::before, .reliable03::before, .reliable04::before, .reliable05::before {
    width: 100%;
  }

  .reliable__title {
    font-size: 20px;
  }

  .reliable05__item .reliable__item--text-red {
    font-size: 18px;
  }

  .reliable05__item .reliable__item--text-green {
    font-size: 18px;
  }

  .reliable05__item .reliable__item--text-yellow {
    font-size: 18px;
  }

  .reliable04__item .reliable__item--text-green {
    font-size: 18px;
  }

  .reliable04__item .reliable__item--text-yellow {
    font-size: 18px;
  }

  .reliable__item:nth-of-type(1) .reliable__item--text:after {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: -5px;
    z-index: 20;
  }

  .reliable__item:nth-of-type(2) .reliable__item--text:after {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: -5px;
    z-index: 20;
  }

  .reliable__item:nth-of-type(3) .reliable__item--text:after {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: -5px;
    z-index: 20;
  }

  /*---------------------------
当院の減菌
---------------------------*/
  .sterilization {
    margin-top: -120px;
    padding-bottom: 180px;
  }

  .sterilization::before {
    background: url(./img/sterilization_bg_left.png)left -100px top/300px auto no-repeat, url(./img/sterilization_bg_right.png)right -40px top 100px/200px auto no-repeat #fff;
  }

  .sterilization__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sterilization__inner {
    padding: 0 20px;
  }

  .sterilization__list--title img {
    height: 23px;
  }

  .sterilization__list--item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .sterilization__list--item:nth-of-type(2) {
    margin-right: 0;
  }

  .sterilization__list--item:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .sterilization__list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading.sterilization__heading {
    padding: 0 15px;
    font-size: 22px;
  }

  /*---------------------------
診療内容
---------------------------*/
  .serivce__bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section__inner {
    padding: 0 20px;
  }

  .service__inner {
    padding: 0 20px;
  }

  .service__list {}

  .service__list--item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 0;
  }

  .service__list--item:nth-of-type(3) {
    margin-right: 20px;
  }

  .service__list--item:nth-of-type(6) {
    margin-right: 0;
  }

  .service__list--item:nth-of-type(5) {
    margin-right: 20px;
  }

  .service__list--item:nth-child(even) {
    margin-right: 0;
  }

  .service__list--item:last-child {
    margin-bottom: 0;
  }

  .service__list--item a {
    font-size: 14px;
  }

  .service__list--item:nth-of-type(1) a::before {
    width: 50px;
  }

  .service__list--item:nth-of-type(2) a::before {
    width: 60px;
    bottom: 0;
  }

  .service__list--item:nth-of-type(3) a::before {
    width: 40px;
    top: 0;
    left: 0;
  }

  .service__list--item:nth-of-type(4) a::before {
    width: 50px;
    left: 0;
  }

  .service__list--item:nth-of-type(5) a::before {
    width: 60px;
    top: 25px;
  }

  .service__list--item:nth-of-type(6) a::before {
    width: 50px;
    bottom: 0;
  }

  .service__list--item:nth-of-type(7) a::before {
    width: 60px;
    top: 25px;
  }

  .service__list--item:nth-of-type(8) a::before {
    width: 60px;
  }

  .service__list--item:nth-of-type(9) a::before {
    width: 35px;
  }

  .heading.service__heading {
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 22px;
  }

  /*---------------------------
fotter
---------------------------*/
  .footer {
    padding-top: 40px;
  }

  .footer__inner {
    padding: 0 20px;
  }

  .footer::after {
    width: 15%;
  }

  .footer::before {
    width: 15%;
  }

  .whatsnew::after {
    top: -20px;
    width: 15%;
  }

  .whatsnew::before {
    left: 0;
    top: auto;
    bottom: -60px;
    width: 15%;
    height: 66px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__information {
    width: 100%;
    margin-bottom: 20px;
  }

  .whatsnew {
    margin-bottom: 40px;
  }

  .footer__access {
    font-size: 14px;
  }

  .footer__rzv {
    font-size: 16px;
  }

  .footer__calendar {
    width: 100%;
  }

  .calendar__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .calendar__heading::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .whatsnew__heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }

  .whatsnew__heading::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .whatsnew__container {
    padding: 40px 20px;
  }

  .instagram__heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .instagram__heading::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .googlemap {
    line-height: 1;
  }

  .instagram__container {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .instagram img {
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .instagram img:nth-of-type(3) {
    margin-right: 0;
  }

  .eria__heading {
    font-size: 20px;
  }

  .googlemap iframe {
    height: 250px;
  }

  .copyright {
    text-align: center;
    font-size: 12px;
  }

  .eria {
    flex-direction: column;
  }

  .eria__content {
    margin-right: 0;
  }

  .eria__text {
    font-size: 12px;
  }

  .footer__bottom {
    padding-top: 40px;
  }

  .footer__calendar iframe {
    width: 100%;
    height: 350px;
  }

  .h1__text {
    top: 5px;
    padding-left: 5px;
    font-size: 11px;
    width: 84%;
  }

  /*施設基準について
  ------------------------------*/
  #facilitycriteria {
}
#facilitycriteria .inner {
  padding: 40px 3%;
}
#facilitycriteria .frame01 {
  padding: 20px 15px;
}
#facilitycriteria .frame02 {
  padding: 20px 15px;
}
#facilitycriteria .ttl {
  font-size: 22px;
}
#facilitycriteria .txt {
}
#facilitycriteria .color01 {
}
.facilitycriteria_ul {
}
.facilitycriteria_ul li {
}
.facilitycriteria_ul li:first-letter {
}

#facilitycriteria .inner.widthfix.cf {
  width: 100%;
}
}
