html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block
}

html {
  font-size: 62.5%;
  font-family: "Shin Go Regular", "UD Reimin Light", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif
}

body {
  font-size: 1rem;
  line-height: 1
}

ol,
ul {
  list-style: none;
  list-style-type: none
}

a {
  text-decoration: none
}

.about {
  background: #f8f8f8;
  padding: 50px 70px
}

.about--inner {
  max-width: calc(1200px - 140px);
  margin: 0 auto
}

.about__heading {
  font-size: 2.4rem;
  padding: 0 0 0 10px;
  border-left: solid 4px #ddc654;
  margin: 0 0 33px
}

.aboutMaleInfertility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.aboutMaleInfertility__text {
  margin: 0 50px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.aboutMaleInfertility__graph {
  width: 330px;
  text-align: center
}

.aboutMaleInfertility__graph img {
  width: 100%
}

.checkList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -1%
}

.checkList__list__item,
.checkList__list__item--2col {
  width: 100%
}

.checkList__list__item--2col {
  width: 49.5%
}

.checkList__list__item--text,
.checkList__list__item--question {
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #333;
  background: #f8f8f8;
  margin: 0 0 1%;
  line-height: 1.8
}

.checkList__list__item--question {
  padding: 20px 30px;
  font-size: 1.8rem;
  margin: 0 0 5px
}

.checkList__list__item--question:hover {
  cursor: pointer;
  background-color: #f7f3da
}

.checkList__list__item--img {
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 16px 0 0
}

.checkList__list__item--hide {
  display: none;
  padding: 25px 65px 30px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333
}

.checkList__list__item--hide a {
  color: #ddc654;
  text-decoration: underline
}

.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.contact__link__item {
  background: #e71f19;
  height: 50px;
  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;
  font-size: 1.6rem;
  color: #fff;
  width: 280px;
  margin: 0 0 0 10px
}

.contact__link__item>img {
  display: block;
  margin: 0 10px 0 0
}

.contact__attention {
  font-size: 1.4rem;
  margin: 60px 0 40px
}

.contact__attention span {
  color: #e71f19
}

.contact--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px
}

.contact__title {
  width: 35%;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #333
}

.contact__title:last-of-type {
  border-bottom: 0
}

.contact__input {
  width: 65%;
  padding: 20px 0 20px 0px;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333
}

.contact__input:last-of-type {
  border-bottom: 0
}

.contact__input__radio {
  width: 100%;
  display: block;
  margin: 0 0 10px
}

.contact__input__radio:last-child {
  margin: 0
}

.contact__input__text,
.contact__input__text--mail {
  border: 0;
  background: #ddd;
  padding: 10px;
  width: 50%;
  font-size: 1.4rem
}

.contact__input__text--mail {
  width: 100%
}

.contact__input--hide {
  display: none
}

.contact__input__textarea {
  border: 0;
  background: #ddd;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem
}

.contact__input__select {
  font-size: 1.4rem
}

.contact__privacy {
  padding: 40px;
  background-color: #eee;
  margin: 0 0 40px
}

.contact__privacy__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center
}

.contact__privacy__contents {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  height: 300px;
  overflow: scroll
}

.contact__privacy__contents--information {
  margin: 20px 0 0 0;
  text-align: right
}

.contact__submit {
  padding: 40px;
  border: dashed 1px #e71f19;
  text-align: center
}

.contact__submit__heading {
  font-size: 1.4rem;
  margin: 0 0 20px
}

.contact__submit__check {
  font-size: 1.4rem;
  position: relative
}

.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.contact__btn--submit,
.contact__btn--back {
  width: 400px;
  display: block;
  margin: 40px 10px 0;
  font-size: 1.6rem;
  background-color: #ddc654;
  border: solid 1px #ddc654;
  padding: 20px
}

.contact__btn--submit:hover,
.contact__btn--back:hover {
  background-color: #b39d1a;
  border: solid 1px #b39d1a
}

.contact__btn--back {
  background-color: #fff;
  border: solid 1px #ddc654;
  color: #333;
  text-align: center
}

.contact__btn--back:hover {
  background-color: #f7f3da
}

.contact__tel {
  text-align: center
}

.contact__tel__btn {
  display: inline-block;
  width: 300px;
  background: #e71f19;
  padding: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 20px 0 0
}

.contact__tel__btn--number {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5px
}

.contact__tel__description {
  display: block;
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  border-top: solid 1px #fff
}

.contact__tel__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333
}

.contact__tel__time__description {
  text-align: right;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  display: block;
  color: #b39d1a;
  font-weight: bold;
  border-left: solid 1px #333
}

.contact__attention {
  margin: 40px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555
}

.contact__attention__heading {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 5px;
  color: #e71f19
}

.contact__attention--color {
  color: #e71f19
}

.contact__thanks {
  margin: 100px 0;
  text-align: center;
  font-size: 1.6rem
}

[data-required]:after {
  content: "必須";
  display: inline-block;
  color: #e71f19;
  margin: 0 10px;
  font-size: 1rem;
  border: 1px solid #e71f19;
  padding: 2px 4px;
  border-radius: 3px
}

.mw_wp_form .error {
  margin: 10px 0 0;
  width: 100%
}

.mw_wp_form .contact__submit__check .error {
  position: absolute;
  width: auto;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto
}

.contents,
.contents--lower {
  padding: 100px 0 0
}

.contents--lower {
  position: relative
}

.contents--lower:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  border-top: solid 1px #f0f0ee
}

.contents--lower__heading {
  text-align: center;
  margin: 0 auto 100px;
  max-width: calc(1200px - 140px);
  padding: 0 70px
}

.contents--lower__heading--text {
  display: inline;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: bold
}

.contents--lower__heading--text br {
  display: none
}

.contents--lower__heading__description,
.contents--lower__heading__description--attention,
.contents--lower__heading__description--left {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
  margin: 50px 0 0
}

.contents--lower__heading__description--attention {
  color: #e71f19;
  margin: 0
}

.contents--lower__heading__description--left {
  text-align: left
}

.contents__article {
  margin: -40px auto 100px;
  max-width: calc(1200px - 140px);
  padding: 40px 70px 0
}

.contents__article__post p {
  font-size: 1.6rem;
  line-height: 2;
  color: #333
}

.contents__article__post p a {
  color: #ddc654;
  text-decoration: underline
}

.contents__article__post img {
  margin: 30px auto;
  display: block;
  max-width: 100%;
  height: auto
}

.contents__heading {
  position: relative;
  margin: 0 0 20px;
  padding-top: 40px
}

.contents__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
  z-index: -1
}

.contents__heading--text {
  font-size: 2.4rem;
  padding: 0 0 20px;
  display: inline-block;
  border-bottom: solid 1px #ddc654;
  line-height: 1.4
}

.contents__heading--text a {
  position: relative;
  color: #333;
  border-bottom: solid 1px
}

.contents__heading--text a:hover {
  color: #b39d1a
}

.contents__heading--text a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #b39d1a;
  border-radius: 20px;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto
}

.contents__heading--text a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -26px;
  border-left: solid 6px #fff;
  border-top: solid 4px #b39d1a;
  border-bottom: solid 4px #b39d1a;
  top: 0;
  bottom: 0;
  margin: auto
}

.contents__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333
}

.contents__text p a {
  color: #b39d1a;
  text-decoration: underline
}

.contents__text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 10px;
  border-left: solid 4px #ddc654;
  line-height: 1.4;
  margin: 20px 0 10px
}

.contents__img {
  margin: 30px 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
  position: relative
}

.contents__img>img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.contents__img--center {
  margin: 30px 0;
  text-align: center
}

.contents__img--center img {
  max-width: 100%;
  max-height: 400px
}

.contents__img--center--href {
  text-align: center;
  margin: 30px 0
}

.contents__img--center--href img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  height: auto
}

.contents__img--center--href:hover {
  opacity: 0.8
}

.contents__img--left {
  margin: 30px 0
}

.contents__img--left img {
  max-width: 100%
}

.contents__pagination {
  margin: 200px auto 0;
  max-width: calc(1200px - 140px);
  padding: 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ebebeb;
  cursor: pointer
}

.contents__pagination--before,
.contents__pagination--before--nolink,
.contents__pagination--after,
.contents__pagination--after--nolink {
  font-size: 1.6rem;
  color: #333;
  text-decoration: underline;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative
}

.contents__pagination--before:hover,
.contents__pagination--before--nolink:hover,
.contents__pagination--after:hover,
.contents__pagination--after--nolink:hover {
  color: #b39d1a
}

.contents__pagination--before:before,
.contents__pagination--before--nolink:before,
.contents__pagination--after:before,
.contents__pagination--after--nolink:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  right: calc(100% + 10px);
  margin: auto;
  border-top: solid 3px #ebebeb;
  border-right: solid 6px #333;
  border-bottom: solid 3px #ebebeb
}

.contents__pagination--before--nolink {
  text-decoration: none;
  color: #888
}

.contents__pagination--before--nolink:before {
  display: none
}

.contents__pagination--after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.contents__pagination--after:before {
  border-left: solid 6px #333;
  border-right: 0;
  left: calc(100% + 10px);
  right: auto
}

.contents__pagination--after--nolink {
  text-decoration: none;
  color: #888
}

.contents__pagination--after--nolink:before {
  display: none
}

.contents__item {
  border-bottom: solid 1px #f0f0ee;
  margin: 0 0 100px
}

.contents__item__permalink {
  display: block;
  width: 300px;
  margin: 40px auto 0;
  padding: 15px;
  font-size: 1.4rem;
  text-align: center;
  background: #f7f3da;
  color: #b39d1a;
  font-weight: bolder;
}

.contents__item__permalink:hover {
  color: #fff;
  background-color: #ddc654;
  border: solid 1px #ddc654
}

.contents__facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -50px
}

.contents__facility__item {
  width: 49.5%;
  margin: 0 0 50px
}

.contents__facility__item img {
  width: 100%
}

.contents__facility__item__text {
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333
}

#ui-datepicker-div {
  font-size: 1.5rem;
  line-height: 1.6
}

.description__img {
  margin: 30px 0 0;
  width: 100%;
  height: 400px;
  background: url("../img/description__img.jpg");
  background-size: cover;
  background-position: center
}

.doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.doctor--staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -80px 0 0;
  padding: 80px 0 80px
}

.doctor__img {
  width: 314px;
  background: url("../img/doctor__img.jpg");
  background-position: center;
  background-size: cover
}

.doctor__img--staff {
  width: 240px
}

.doctor__img:after {
  content: "";
  display: block;
  padding-top: 125%
}

.doctor__biography {
  padding: 0 0 0 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333
}

.doctor__biography--btn {
  width: 300px
}

.doctor__biography--name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px
}

.doctor__biography--belong {
  font-size: 1.6rem;
  margin: 0 0 3.2rem
}

.doctor__biography--comment {
  font-size: 1.6rem;
  line-height: 2
}

.doctor__career {
  margin: 40px 0 0;
  border-top: solid 1px #ddd;
  padding: 20px 0 0
}

.doctor__career__heading {
  font-size: 1.6rem;
  margin: 0 0 20px;
  color: #b39d1a
}

.doctor__career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.doctor__career__list__title {
  width: 100px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  border-bottom: 2px solid #ddc654
}

.doctor__career__list__description,
.doctor__career__list__description--width100 {
  width: calc(100% - 100px);
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  border-bottom: 1px dotted #aaa
}

.doctor__career__list__description--width100 {
  width: 100%
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(1200px - 140px)
}

.feature__item {
  width: calc((100% / 6) - 1px);
  position: relative;
  background: #fff
}

.feature__item::after {
  content: "";
  display: block;
  height: 0px;
  padding-top: 100%
}

.feature__item--inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.feature__item__img {
  width: 54px;
  height: 54px;
  margin: 0 auto 1vw;
  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
}

.feature__item__img img {
  height: 100%
}

.feature__item__text {
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  line-height: 1.6
}

.footer {
  margin: 0 0 0 214px;
  background: #555;
  padding: 100px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative
}

.footer__about {
  width: 50%;
  text-align: center
}

.footer__about__guide {
  padding: 20px;
  margin: 0 0 20px;
  background-color: #666
}

.footer__about__guide__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px
}

.footer__about__guide__text {
  font-size: 1.4rem;
  line-height: 2
}

.footer__about__contact {
  margin: 30px 0
}

.footer__about__contact__text {
  font-size: 1.4rem
}

.footer__about__contact__tel {
  display: inline-block;
  font-size: 2.4rem;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: solid 1px #fff;
  color: #fff;
  font-weight: bold
}

.footer__about__address {
  font-size: 1.6rem;
  margin: 0 0 30px
}

.footer__about__practiceTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__about__practiceTime--col {
  width: calc(100% /9);
  text-align: center;
  border-left: solid 1px #000
}

.footer__about__practiceTime--header {
  font-size: 1.4rem;
  background: #b39d19;
  padding: 16px 0;
  border-bottom: solid 1px #000
}

.footer__about__practiceTime--contents {
  background: #fff;
  font-size: 1.4rem;
  padding: 16px 0;
  color: #333;
  border-bottom: solid 1px #000
}

.footer__about__practiceTime--col:first-child {
  width: calc((100% /9) * 2);
  border-left: 0px
}

.footer__about__practiceTime__attention {
  margin: 30px 0 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.1;
  line-height: 1.8
}

.footer__navi {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__navi--wrap {
  width: 50%;
  padding: 0 0 0 50px
}

.footer__navi__item {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 24px;
  line-height: 1.4
}

.footer__navi__item__lower {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 14px 0 0;
  padding: 0 0 0 30px;
  line-height: 1.4
}

.footer__navi__item__lower--wrap {
  margin: 0 0 24px
}

.footer__navi__item ul {
  margin: 30px 0 0
}

.footer__spNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__spNavi__item {
  width: calc(25% - (3px / 4));
  background: #ddc654;
  text-align: center;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__spNavi__item--inner {
  color: #fff
}

.footer__spNavi__item__img {
  display: block;
  width: 23px;
  margin: 0 auto 10px
}

.footer__spNavi__item__text {
  font-size: 1.3rem;
  font-weight: bold
}

.footer__spNavi__attention {
  width: 100%;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #b39d1a;
  text-align: center;
  font-weight: bold
}

.footer__copyWright {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center
}

.hamburger {
  display: none
}

.hamburger--inner {
  width: 15px;
  height: 12px;
  position: relative
}

.hamburger--border,
.hamburger--border:nth-child(1),
.hamburger--border:nth-child(2),
.hamburger--border:nth-child(3),
.hamburger[data-active="true"] .hamburger--border:nth-child(1),
.hamburger[data-active="true"] .hamburger--border:nth-child(2),
.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #555;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s
}

.hamburger--border:nth-child(1),
.hamburger[data-active="true"] .hamburger--border:nth-child(1) {
  top: 0
}

.hamburger--border:nth-child(2),
.hamburger[data-active="true"] .hamburger--border:nth-child(2) {
  top: 50%
}

.hamburger--border:nth-child(3),
.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
  top: 100%
}

.hamburger[data-active="true"] .hamburger--border:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg)
}

.hamburger[data-active="true"] .hamburger--border:nth-child(2) {
  top: 50%;
  opacity: 0
}

.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.linkArea {
  padding: 100px 70px
}

.linkArea__banner {
  text-align: center;
  margin: 100px auto 0;
  max-width: calc(1200px - 140px);
  padding: 0 70px
}

.linkArea__banner:hover {
  opacity: 0.8
}

.linkArea__banner img {
  max-width: 100%
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1200px - 140px);
  margin: auto
}

.link>li {
  width: calc(100% / 3);
  cursor: pointer
}

.link__item {
  display: block;
  padding: 70px 0;
  background: #f8f8f8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative
}

.link__item:after,
.link__item:hover:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-image: url("../img/link__item--hover.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0
}

.link__item__img,
.link__item__img--reservation,
.link__item__img--consultation,
.link__item__img--contact,
.link__item:hover .link__item__img--reservation,
.link__item:hover .link__item__img--consultation,
.link__item:hover .link__item__img--contact {
  height: 46px;
  width: 46px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.link__item__img--reservation {
  background-image: url("../img/link__item__img--reservation.png")
}

.link__item__img--consultation {
  background-image: url("../img/link__item__img--consultation.png")
}

.link__item__img--contact {
  background-image: url("../img/link__item__img--contact.png")
}

.link__item__heading {
  font-size: 2rem;
  margin: 0 0 10px;
  text-align: center;
  color: #333
}

.link__item__text {
  text-align: center;
  font-size: 1.2rem;
  color: #333
}

.link__item:hover {
  background: #b39d1a;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s
}

.link__item:hover .link__item__heading {
  color: #fff
}

.link__item:hover .link__item__text {
  color: #fff
}

.link__item:hover:after {
  opacity: 1
}

.link__item:hover .link__item__img--reservation {
  background-image: url("../img/link__item__img--reservation-w.png")
}

.link__item:hover .link__item__img--consultation {
  background-image: url("../img/link__item__img--consultation-w.png")
}

.link__item:hover .link__item__img--contact {
  background-image: url("../img/link__item__img--contact-w.png")
}

.lowerHeader__breadcrumbs {
  background-color: #f7f3da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px
}

.lowerHeader__breadcrumbs__home {
  display: inline-block;
  height: 14px
}

.lowerHeader__breadcrumbs__home img {
  height: 100%
}

.lowerHeader__breadcrumbs__current,
.lowerHeader__breadcrumbs__link {
  font-size: 1.2rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lowerHeader__breadcrumbs__current:before,
.lowerHeader__breadcrumbs__link:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  border-right: solid 1px #999;
  border-top: solid 1px #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0px 20px
}

.lowerHeader__breadcrumbs__link:hover {
  color: #ddc654
}

.lowerHeader--wrap {
  padding: 150px 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.lowerHeader__title--en {
  display: block;
  margin: 0 0 20px;
  color: #bbb;
  font-size: 1.6rem
}

.lowerHeader__title--jp {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.5rem
}

.lowerHeader__title--jp:first-letter {
  color: #b39d1a
}

.lowerHeader__description {
  text-align: right;
  font-size: 1.6rem;
  line-height: 2;
  color: #333
}

.lowerHeader__description a {
  color: #ddc654;
  text-decoration: underline
}

.mainVis {
  height: 660px;
  position: relative;
  background: #bbb
}

.mainVis__contact {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 25px 30px;
  color: #fff;
  z-index: 2;
  border: solid 1px #e71f19;
  background: #fff
}

.mainVis__contact:before,
.mainVis__contact:hover:before {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e71f19;
  z-index: -1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s
}

.mainVis__contact__header {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mainVis__contact__header .fa-envelope {
  display: inline-block;
  font-size: 2rem;
  margin-right: 5px
}

.mainVis__contact__tel {
  text-align: center;
  font-size: 1.1rem
}

.mainVis__contact__tel .tel {
  font-size: 1.3rem;
  font-weight: bold
}

.mainVis__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 120px 0px 40px 70px;
}

.mainVis__text__header {
  display: block;
  font-size: 1.4rem;
  color: #ddc654
}

.mainVis__text__title {
  display: block;
  font-size: 3.8rem;
  line-height: 1.8;
  color: #ddc654
}

.mainVis {
  width: 100%;
  height: auto;
}

.mainVis-img {
  width: 100%;
  height: 660px !important;
  border: 0 !important;
  background-size: cover;
  background-position: center
}

.map {
  width: 100%;
  height: 500px
}

.map__iframe {
  height: 100%;
  width: 100%
}

.map__contents {
  margin: 40px auto 0;
  max-width: calc(1200px - 140px)
}

.map__contents__btn {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
  padding: 15px;
  font-size: 1.4rem;
  text-align: center;
  background: #f8f8f8;
  color: #333;
  border: solid 1px #ddd
}

.map__contents__btn:hover {
  color: #fff;
  background-color: #ddc654;
  border: solid 1px #ddc654
}

.map__contents__access {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin: 0 0 40px
}

.map__contents__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.map__contents__photo__item {
  width: 33%
}

.map__contents__photo__item img {
  width: 100%
}

.online__illustrated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.online__illustrated:after {
  content: '';
  display: block;
  width: calc((100% / 3) - 30px)
}

.online__illustrated__item,
.online__illustrated__item--sp2col {
  width: calc((100% / 3) - 30px);
  margin: 25px 0
}

.online__illustrated__item--img,
.online__illustrated__item--img--sp2col {
  display: block;
  width: 100%;
  margin: 0 0 30px
}

.online__illustrated__item--text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold
}

.policy__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin: 0 0 30px
}

.policy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1200px - 140px)
}

.policy__link__item,
.policy__link__item--color {
  display: block;
  padding: 40px;
  background: #fff;
  color: #333;
  width: 50%
}

.policy__link__item__heading {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px
}

.policy__link__item__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2
}

.policy__link__item--color {
  background: #b39d1a;
  color: #fff;
  border-radius: 10px;
  position: relative
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif
}

body {
  font-size: 1rem;
  line-height: 1
}

ol,
ul {
  list-style: none;
  list-style-type: none
}

a {
  text-decoration: none
}

.sideNavi {
  height: auto;
  width: 213px;
  min-height: 100vh;
  border: solid 1px #f0f0ee;
  padding: 0 0 20px
}

.sideNavi--wrap {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0%;
  z-index: 10;
  width: 213px
}

.sideNavi--wrap::-webkit-scrollbar {
  display: none
}

.sideNavi--inner {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  padding-right: 17px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.sideNavi__spheader__tel {
  display: none
}

.sideNavi__spheader__tel .fa-phone {
  font-size: 1.5rem;
  color: #ddc654;
  display: block
}

.sideNavi__logo {
  width: 100%;
  height: 213px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #f0f0ee
}

.sideNavi__logo--sp {
  display: none;
  height: 30px;
  width: auto
}

.sideNavi__menu {
  padding: 35px 0 15px
}

.sideNavi__menu__item,
.sideNavi__menu__item--sp,
.sideNavi__menu__item--pc {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #333333;
  position: relative
}

.sideNavi__menu__lower {
  z-index: 10;
  display: none
}

.sideNavi__menu__lower__item,
.sideNavi__menu__lower__item--sp {
  display: block;
  width: 200px;
  padding: 12px 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  margin: 0 0 0 1px
}

.sideNavi__contact--wrap {
  padding: 0 20px
}

.sideNavi__contact--btn {
  background: #e71f19;
  height: 34px;
  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;
  font-size: 1.2rem;
  color: #fff
}

.sideNavi__contact--btn>img {
  display: block;
  margin: 0 10px 0 0
}

.sideNavi__contact--btn:first-child {
  margin: 0 0 5px 0
}

.sideNavi__contact__tel {
  margin: 20px 0
}

.sideNavi__contact__tel--btn {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  color: #ddc654;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5px
}

.sideNavi__contact__tel__attention {
  font-size: 1.1rem;
  color: #666666
}

.sideNavi__search {
  padding: 0 20px
}

.sideNavi__search__searchform {
  border: solid 1px #dcdcdc;
  position: relative
}

.sideNavi__search__searchform--input {
  border: 0;
  line-height: 3rem;
  padding: 0 0 0 10px
}

.sideNavi__search__searchform--btn {
  border-style: none;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  right: 5px;
  background-image: url("../img/search--btn.png");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat
}

.sideNavi__menu__trigger {
  position: relative
}

.table {
  margin: 40px 0
}

.table--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 1px #f0f0ee;
  border-bottom: 0
}

.table__title,
.table__description {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #f0f0ee;
  border-right: solid 1px #f0f0ee;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center
}

.table__description {
  border-right: 0;
  background-color: #fff
}

.sitemap {
  padding: 100px
}

.sitemap__list {
  margin: 0 0 0 20px
}

.sitemap__item {
  font-size: 1.4rem;
  margin: 10px 0
}

.page-wrap {
  padding: 0 0 0 214px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 0.9em
}

.pagetop {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

.pagetop:hover {
  opacity: 0.8
}

.pagetop:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: solid 10px #e71f19;
  border-left: solid 7px #fff;
  border-right: solid 7px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 25px
  }

  .aboutMaleInfertility {
    display: block
  }

  .aboutMaleInfertility__graph {
    width: 100%;
    max-width: 330px;
    margin: 15px auto 0
  }

  .checkList__list__item,
  .checkList__list__item--2col {
    width: 100%
  }

  .contents,
  .contents--lower {
    margin: -60px 0 0 0;
    padding: 85px 0
  }

  .contents__article {
    margin: 0 25px 25px;
    padding: 0
  }

  .contents__article__post p {
    font-size: 1.5rem;
    line-height: 1.8
  }

  .contents__heading {
    margin: 20px 0 15px
  }

  .contents__heading--text {
    font-size: 1.7rem;
    padding: 0 0 13px
  }

  .contents__text {
    font-size: 1.5rem;
    line-height: 1.8
  }

  .contents__text {
    font-size: 1.6rem
  }

  .doctor {
    display: block
  }

  .doctor--staff {
    display: block
  }

  .doctor__img {
    width: 100%;
    margin: 0 0 15px
  }

  .doctor__img--staff {
    width: 100%;
    margin: 0 0 15px;
    text-align: center
  }

  .doctor__img:after {
    padding-top: 60%
  }

  .doctor__biography {
    padding: 0
  }

  .feature__item {
    width: calc((100% / 3) - 1px);
    margin: 0 0 1px 0
  }

  .footer {
    padding: 25px
  }

  .footer__about {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer__about__guide {
    width: 100%
  }

  .footer__about__img {
    width: 50%
  }

  .footer__about__contact {
    width: 50%;
    margin: 0
  }

  .footer__about__contact__tel {
    font-size: 2rem
  }

  .footer__about__address {
    width: 100%;
    margin: 15px 0;
    font-size: 1.4rem
  }

  .footer__about__practiceTime--wrap {
    width: 100%
  }

  .footer__about__practiceTime__attention {
    margin: 15px 0 0
  }

  .footer__navi {
    display: none
  }

  .linkArea {
    padding: 25px
  }

  .linkArea__banner {
    margin: 25px 0 0 0;
    padding: 0
  }

  .mainVis__text {
    padding: 60px 25px 30px
  }

  .map {
    height: 250px
  }

  .policy__link {
    display: block
  }

  .policy__link__item,
  .policy__link__item--color {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .about.pt70 {
    padding: 70px 25px 25px
  }

  .about__heading {
    font-size: 1.7rem;
    padding: 0 0 0 5px;
    border-left: solid 2px #ddc654;
    margin: 0 0 15px
  }

  .aboutMaleInfertility__text {
    margin: 0
  }

  .aboutMaleInfertility__graph img {
    max-width: 265px
  }

  .checkList__list__item--text,
  .checkList__list__item--question {
    padding: 10px 15px
  }

  .checkList__list__item--question {
    font-size: 1.4rem;
    margin: 0 0 1%;
    line-height: 1.8
  }

  .checkList__list__item--img {
    height: 11px;
    width: 11px
  }

  .checkList__list__item--hide {
    font-size: 1.4rem;
    padding: 10px 0 15px
  }

  .contact__link__item {
    font-size: 1.4rem
  }

  .contact__title {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: 0
  }

  .contact__input {
    width: 100%;
    padding: 20px 0
  }

  .contact__privacy {
    padding: 20px
  }

  .contact__privacy__heading {
    margin: 0 0 20px
  }

  .contact__btn--submit,
  .contact__btn--back {
    width: 100%;
    margin: 20px 0 0
  }

  .contact__tel__btn {
    width: 100%
  }

  .contents--lower:before {
    top: 60px
  }

  .contents--lower__heading {
    margin: 20px 25px 50px;
    padding: 0
  }

  .contents--lower__heading--text {
    font-size: 1.9rem;
    line-height: 1.6
  }

  .contents--lower__heading--text br {
    display: block
  }

  .contents--lower__heading__description,
  .contents--lower__heading__description--attention,
  .contents--lower__heading__description--left {
    font-size: 1.5rem;
    margin: 25px 0 0
  }

  .contents__img {
    height: auto
  }

  .contents__img:after {
    content: '';
    display: block;
    padding-top: 60%
  }

  .contents__pagination {
    margin: 50px 25px 0;
    padding: 20px 25px
  }

  .contents__pagination--before,
  .contents__pagination--before--nolink,
  .contents__pagination--after,
  .contents__pagination--after--nolink {
    font-size: 1.4rem;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial
  }

  .contents__item__permalink {
    margin: 20px auto 0
  }

  .contents__facility {
    display: block;
    margin: 0 0 -40px
  }

  .contents__facility__item {
    width: 100%;
    margin: 0 0 40px
  }

  .contents__facility__item__text {
    margin: 10px 0 0;
    font-size: 1.5rem;
    line-height: 1.8
  }

  .description__img {
    margin: 25px -25px 0 -25px;
    width: 100vw;
    height: auto
  }

  .description__img:after {
    content: "";
    display: block;
    padding-top: 60%
  }

  .doctor__biography--name {
    font-size: 1.5rem
  }

  .doctor__biography--belong {
    font-size: 1.5rem;
    margin: 0 0 3rem
  }

  .doctor__biography--comment {
    font-size: 1.5rem;
    margin: 0 0 25px
  }

  .feature__item__img {
    width: 32px;
    height: 32px;
    margin: 0 auto 15px
  }

  .feature__item__text {
    font-size: 1.2rem;
    line-height: 1.4
  }

  .footer__about__contact__text {
    font-size: 1rem
  }

  .footer__about__practiceTime--col {
    width: calc(100% /10)
  }

  .footer__about__practiceTime--header {
    font-size: 1rem;
    padding: 8px 0
  }

  .footer__about__practiceTime--contents {
    font-size: 1rem;
    padding: 8px 0
  }

  .footer__about__practiceTime--col:first-child {
    width: calc((100% /10) * 3)
  }

  .footer__copyWright--top {
    font-style: initial;
    margin: 0 -25px;
    width: 100vw;
    font-size: 1rem;
    text-align: center;
    padding: 15px 0 95px;
    color: #666;
    background: #fff
  }

  .hamburger {
    display: block;
    padding: 25px
  }

  .link {
    display: block
  }

  .link>li {
    width: 100%
  }

  .link__item {
    padding: 22px 0;
    position: relative;
    margin: 0 0 5px
  }

  .link__item__img,
  .link__item__img--reservation,
  .link__item__img--consultation,
  .link__item__img--contact,
  .link__item:hover .link__item__img--reservation,
  .link__item:hover .link__item__img--consultation,
  .link__item:hover .link__item__img--contact {
    position: absolute;
    margin: 0;
    height: 23px;
    width: 23px;
    top: 50%;
    left: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .link__item__text {
    font-size: 1.5rem;
    color: #666
  }

  .link__item:hover .link__item__text {
    color: #fff
  }

  .lowerHeader {
    margin: 60px 0 0
  }

  .lowerHeader__breadcrumbs {
    padding: 10px 25px
  }

  .lowerHeader__breadcrumbs__home {
    display: none
  }

  .lowerHeader__breadcrumbs__current:before,
  .lowerHeader__breadcrumbs__link:before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 2px;
    width: 2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0px 10px
  }

  .lowerHeader--wrap {
    display: block;
    padding: 50px 15px 50px;
    text-align: center
  }

  .lowerHeader__title--en {
    font-size: 1.1rem;
    margin: 0 0 10px
  }

  .lowerHeader__title--jp {
    font-size: 2.2rem;
    margin: 0 0 25px
  }

  .lowerHeader__description {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8
  }

  .mainVis {
    margin-top: 62px;
    height: 390px
  }

  .mainVis__contact {
    position: absolute;
    top: auto;
    bottom: -45px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 14px 15px
  }

  .mainVis__contact__header {
    font-size: 1.3rem;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0
  }

  .mainVis__contact__tel {
    font-size: 1rem
  }

  .mainVis__contact__tel .tel {
    font-size: 1.2rem
  }

  .mainVis__text__header {
    font-size: 1.2rem;
    margin: 0 0 5px
  }

  .mainVis__text__title {
    font-size: 2rem;
    line-height: 1.6
  }

  .mainVis-img {
    height: 390px !important
  }

  .slick-dots {
    padding: 10px 0 200px;
    -webkit-transform: translateY(calc((100% - 210px) / 2));
    -ms-transform: translateY(calc((100% - 210px) / 2));
    transform: translateY(calc((100% - 210px) / 2))
  }

  .slick-dots>li {
    margin: 5px 10px
  }

  .slick-dots button {
    height: 6px;
    width: 6px
  }

  .map__contents {
    margin: 20px 25px 25px
  }

  .map__contents__btn {
    margin: 0 auto 20px
  }

  .map__contents__access {
    font-size: 1.5rem;
    margin: 0 0 25px
  }

  .map__contents__photo {
    display: block
  }

  .map__contents__photo__item {
    width: 100%
  }

  .online__illustrated:after {
    width: 100%
  }

  .online__illustrated__item,
  .online__illustrated__item--sp2col {
    width: 100%;
    margin: 12px 0
  }

  .online__illustrated__item--img,
  .online__illustrated__item--img--sp2col {
    width: 50%;
    margin: 0 25% 10px
  }

  .online__illustrated__item--img--sp2col {
    width: 100%;
    margin: 0 0 10px
  }

  .online__illustrated__item--text {
    font-size: 1.2rem
  }

  .online__illustrated__item--sp2col {
    width: calc((100% / 2) - 20px);
    margin: 12px 0
  }

  .policy__link__item__heading {
    font-size: 1.6rem;
    margin: 0 0 20px
  }

  .policy__link__item__text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6
  }

  .policy__link__item--color {
    font-weight: bold
  }

  .sideNavi--wrap {
    overflow: initial;
    width: 100vw;
    height: auto
  }

  .sideNavi--inner {
    height: auto;
    width: 100vw
  }

  .sideNavi {
    padding-right: 0;
    width: 0;
    border: 0;
    overflow: initial;
    min-height: auto;
    height: auto
  }

  .sideNavi__spheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .sideNavi__spheader__tel {
    height: 34px;
    border-right: solid 1px #f0f0ee;
    padding: 0 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .sideNavi__logo {
    height: auto;
    display: block;
    border: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .sideNavi__logo--pc {
    display: none
  }

  .sideNavi__logo--sp {
    display: block
  }

  .sideNavi__menu {
    width: 100vw;
    position: absolute;
    top: 60px;
    z-index: 5;
    background: #fff;
    padding: 15px 0;
    height: calc(100vh - 145px);
    overflow: scroll;
    right: 0vw;
    display: none
  }

  .sideNavi__menu[data-active="true"] {
    border-top: solid 1px #f0f0ee;
    display: block
  }

  .sideNavi__menu__item--pc {
    display: none
  }

  .sideNavi__menu__lower__item,
  .sideNavi__menu__lower__item--sp {
    width: 100%;
    background: #f0f0ee
  }

  .sideNavi__contact--wrap {
    display: none
  }

  .sideNavi__search {
    display: none
  }

  .sideNavi__menu__trigger:after,
  .sideNavi__menu__trigger[data-active="true"]:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-right: solid 1px #ddc654;
    border-bottom: solid 1px #ddc654;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 13px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
  }

  .sideNavi__menu__trigger[data-active="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 17px
  }

  .table {
    margin: 20px 0
  }

  .table--wrap {
    display: block
  }

  .table__title,
  .table__description {
    padding: 10px;
    font-size: 1.5rem;
    border-right: 0;
    width: 100%;
    font-weight: bold
  }

  .table__description {
    font-weight: 400
  }

  .page-wrap {
    padding: 0
  }

  .pagetop {
    display: none
  }
}

@media screen and (min-width: 769px) {
  .contact__link__item>br {
    display: none
  }

  .footer__navi__item:hover {
    text-decoration: underline
  }

  .footer__navi__item__lower:hover {
    text-decoration: underline
  }

  .footer__spNavi {
    display: none
  }

  .footer__spNavi__attention {
    display: none
  }

  .footer__copyWright--top {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    top: 430px;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    font-style: italic
  }

  .mainVis__contact:hover {
    color: #e71f19
  }

  .mainVis__contact:hover:before {
    width: 0%;
    right: 0;
    left: auto
  }

  .mainVis__contact:hover .mainVis__contact__header {
    border-bottom: solid 1px #e71f19
  }

  .sideNavi--wrap:hover {
    width: 413px
  }

  .sideNavi__logo:hover {
    opacity: 0.8
  }

  .sideNavi__menu__item:hover,
  .sideNavi__menu__item--sp:hover,
  .sideNavi__menu__item--pc:hover {
    color: #fff;
    background: rgba(221, 198, 84, 0.8)
  }

  .sideNavi__menu__item--sp {
    display: none
  }

  .sideNavi__menu__lower {
    position: absolute;
    left: 100%;
    top: 0
  }

  .sideNavi__menu__lower__item--sp {
    display: none
  }

  .sideNavi__menu__lower__item:hover,
  .sideNavi__menu__lower__item--sp:hover {
    color: #fff;
    background: rgba(221, 198, 84, 0.8)
  }

  .sideNavi__menu__lower__item:hover:before,
  .sideNavi__menu__lower__item--sp:hover:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: -6px;
    top: 0;
    background: #b39d1a
  }

  .sideNavi__contact--btn:hover {
    opacity: 0.8
  }

  .sideNavi__menu__trigger:hover>.sideNavi__menu__lower {
    display: block
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .footer {
    display: block;
    margin: 0;
    padding: 25px 25px 100px
  }

  .footer__about__contact__tel {
    font-size: 1.5rem;
    letter-spacing: -0.5px
  }

  .footer__about__address {
    font-size: 1.1rem
  }

  .footer__about__practiceTime__attention {
    font-size: 1rem;
    margin: 0 0 25px
  }

  .policy__link__item,
  .policy__link__item--color {
    padding: 25px 15px
  }
}

.image_box img {
  width: 100%;
  height: auto;
}

#footerFloatingMenu3 {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 25px 30px;
  color: #fff;
  z-index: 2;
}

#footerFloatingMenu3 a {
  display: block;
  border: solid #ff2a2a;
  padding: 20px;
  background: #FFF;
  font-size: 14px;
  color: #ff2a2a;
}

@media screen and (max-width: 480px) {
  #footerFloatingMenu3 {
    display: none !important;
  }
}

/*# sourceMappingURL=maps/style.css.map */

#lvapage .lowerHeader__breadcrumbs {
  background-color: #fff0f0;
}

#lvapage .lowerHeader__breadcrumbs__home {
  width: 17px;
  height: 14px;
  background: url(https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/breadcrumbs__home_pink.png);
}

#lvapage .lowerHeader__breadcrumbs__home img {
  display: none;
}

#lvapage .footer {
  background: #ff9e9e;
}

#lvapage .footer .footer__spNavi__item {
  width: 100%;
  background: #e71f19;
}

#lvapage .sideNavi__menu__item:hover {
  background: #ff9e9e;
}

#lvapage .sideNavi__menu__item--pc:hover {
  background: #ff9e9e;
}

#lvapage .doctoreat__biography--name a {
  color: #ff9e9e;
}

#lvapage .contents__text h2 {
  border-left: solid 4px #ff9e9e;
}

#lvapage .contents__heading--text {
  border-bottom: solid 1px #ff9e9e;
}

#lvapage .sideNavi__menu__lower__item:hover {
  background: #ff9e9e;
}

#lvapage .sideNavi__menu__lower__item:hover:before {
  background: #ff9e9e;
}

#lvapage .sideNavi__menu__lower__item--sp:hover:before {
  background: #ff9e9e;
}

#lvapage .footer__about__guide {
  background-color: #E68E8E;
}

#lvapage .footer__about__practiceTime--header {
  background: #E68E8E;
}

#lvapage .lowerHeader__title--jp::first-letter {
  color: #ff9e9e;
}

.contents__item__permalink {
  text-decoration: none;
}

.contents__item__permalink:hover {
  text-decoration: none;
}

/* 横並びテスト */
.box1 {
  list-style: none;
  padding: 15px;
  margin: 20px auto;
  width: 300px;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  border: solid 1px #ddc654;
  text-align: center;
}

.box2 {
  list-style: none;
  padding: 15px;
  margin: 20px auto;
  width: 300px;
  font-size: 1.4rem;
  text-align: center;
  background: #e71f19;
  border: solid 1px #ddd;
}

.test-box {
  display: flex;
}

/* 404 */
.lowerHeader__title.p404 {
  width: 100%;
  text-align: center;
}

.listtype404 li {
  list-style: disc;
  margin: 10px 0 10px 20px;
  font-size: 1.5rem;
}

.listtype404 li a {
  color: #000;
  text-decoration: underline;
}

.listtype404 li a:hover {
  text-decoration: none;
}

/* footer */
.footer__about__guide__heading {
  margin: 0 !important;
}

@media screen and (min-width:769px) {
  .footer__about__guide__heading {
    font-size: 20px;
  }

  .footer__about__guide__text {
    font-size: 16px;
  }

  .footer__about__guide__text strong {
    font-size: 30px;
    font-weight: normal;
  }

  .pc_none {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .footer__about__guide__heading {
    font-size: 16px;
  }

  .footer__about__guide__text {
    font-size: 14px;
  }

  .footer__about__guide__text strong {
    font-size: 26px;
    font-weight: normal;
  }

  .test-box {
    display: block;
  }

  .box1 {
    width: 285px;
  }

  .box2 {
    width: 285px;
  }
}


/* メディア追加 */
.media-archive {
  display: flex;
  flex-wrap: wrap;

}

.media-archive-list a {
  color: #000;
  transition: .3s;
}

.media-archive-list a:hover {
  opacity: .6;
}

.media-archive-list .img {
  position: relative;
  margin-bottom: 20px;

}

.media-archive-list .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #c39e54;

}

.media-archive-list .img .wrap {
  position: relative;
  padding-top: 77%;
}

.media-archive-list .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-archive-list .post-category {
  border: 1px solid #c39e54;
  font-size: 18px;
  padding: 6px 0;
  color: #c39e54;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.media-archive-list .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.section-btn-wrap {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-btn-wrap a {
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  max-width: 400px;
  width: 100%;

  font-size: 20px;
  border-radius: 31px;
  color: #fff;
  background-color: #e71f19;
  border: 1px solid #e71f19;
  transition: .3s;
}

.section-btn-wrap a:hover {
  color: #e71f19;
  background: #fff;
}

@media screen and (min-width:901px) {
  .media-archive-list {
    width: calc(25% - 25px * 3/4);
    margin-right: 25px;
  }

  .media-archive-list:nth-child(4n) {
    margin-right: 0;
  }

  .media-archive-list:nth-child(n + 5) {
    margin-top: 50px;
  }

  .media-archive-list img {
    width: 100%;
    height: auto;
  }

}

.media-logo-wrap-inner img {
  width: 100%;
  height: auto;
}

.media-logo-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 0;
  max-width: 600px;
  margin: 0 auto;
}

.media-logo-wrap-inner .img {
  width: calc(33.333% - 20px * 2/3);
  margin-right: 20px;
  height: 65px;
  position: relative;
}

.media-logo-wrap-inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.media-logo-wrap-inner .img:nth-child(3n) {
  margin-right: 0;
}

.media-logo-wrap-inner .img:nth-child(n + 4) {
  margin-top: 20px;
}
.contents__article__post2 pre{
  margin-bottom: 100px;
}
.contents__article__post2 pre{
  font-size: 16px;
  line-height: 1.5;
}
.lowerHeader__title--jp {
  line-height: 1.3;
}
.contents__thumbnail2 img{
  width: 100%;
  height: auto;
}
.contents__article__post2 {
  font-size: 16px;
  margin-bottom: 100px;
}
@media screen and (max-width:900px) {
  .contents__article__post2 pre{
    margin-bottom: 50px;
  }
  .contents__article__post2 {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .media-logo-wrap-inner .img {
    height: 8vw;
  }
  .media-archive-list {
    width: calc(50% - 25px * 1/2);
    margin-right: 25px;
  }

  .media-archive-list .post-category {
    font-size: 14px;
  }

  .media-archive-list:nth-child(2n) {
    margin-right: 0;
  }

  .media-archive-list:nth-child(n + 3) {
    margin-top: 30px;
  }

  .media-archive-list img {
    width: 100%;
    height: auto;
  }

}



.pagination .next{
  display: none;
}
.pagination .prev{
  display: none;

}
.pagination {
  margin-top: 60px;
  text-align: center;
}
.page-numbers {
  display: flex;
  justify-content: center;
}
.page-numbers a{
  font-size: 18px;
  color: #000;
  margin: 0 10px;
}
.page-numbers span{
  color: #e71f19;
  font-weight: 700;
  font-size: 18px;
  margin: 0 10px;
}
@media screen and (max-width:900px) {
  .pagination {
    margin-top: 30px;
    text-align: center;
  }

}

.contents__article__post2 a {
  word-break: break-all;
}