@charset "utf-8";

* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-smoothing: antialiased;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  text-size-adjust: 100%;
  width: 100%;
}

::selection {
  background-color: #3aade9;
  color: #ffffff;
}

a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  appearance: button;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input,
select,
textarea {
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.no_border {
  border: none !important;
}

.no_margin {
  margin: 0 !important;
}

.no_padding {
  padding: 0 !important;
}

.text_color {
  color: #444444;
}

.text_red {
  color: #fc4d4d;
}

.text_bold {
  font-weight: 700;
}

.text_center {
  text-align: center;
}

.text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* pagenavi */

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi span {
  background-color: #ffffff;
  color: #3aade9;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 33px;
  line-height: 33px;
  margin: 0 5.5px;
  padding-top: 0;
  width: 22px;
}

.wp-pagenavi span.current {
  background-color: #3aade9;
  color: white;
}

a.previouspostslink,
a.nextpostslink,
a.page.smaller,
a.page.larger,
a.first,
a.last {
  background-color: #ffffff;
  border: solid 1px #3aade9;
  box-sizing: border-box;
  color: #3aade9;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 33px;
  line-height: 31px;
  margin: 0 5.5px;
  padding-top: 0;
  width: 22px;
}

a.nextpostslink {
  border: none;
}

a.previouspostslink {
  border: none;
}

a.previouspostslink:hover,
a.nextpostslink:hover,
a.page.smaller:hover,
a.page.larger:hover,
a.first:hover,
a.last:hover {
  background-color: #3aade9;
  color: white;
}

/* header */

.parallax {
  background-color: #ffffff;
  background-image: url(../images/common/parallax.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

header {
  background-color: #ffffff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 11;
}

.header_space {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.logo_wrapper {
  float: left;
  overflow: hidden;
  position: relative;
  width: 320px;
  height: 100%;
}

.logo_wrapper h1 img {
  width: 313.4864px;
  height: 57.0181px;
}

.logo_wrapper h2 {
  font-size: 1.2rem;
  margin: 20px 0 25px 0;
}

.tel_wrapper {
  float: right;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 80px;
  margin-top: 40px;
}

.full {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tel {
  /* margin-bottom: 15px; */
  margin-bottom: 2px;
}

.tel img {
  float: left;
  overflow: hidden;
  position: relative;
  width: 18.402px;
  height: 24px;
}

.tel h3 {
  display: block;
  float: none;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}

.tel small {
  float: none;
  font-size: 1.2rem;
  padding-left: 0;
  text-align: center;
  padding-left: 15px;
}

button {
  float: left;
  background-color: #3aade9;
  border: solid 1px #3aade9;
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 30px;
  padding: 0 1em;
  transition: all 0.2s;
  margin-right: 10px;
}

button:hover {
  background-color: #ffffff;
  color: #3aade9;
}

button.white {
  background-color: #ffffff;
  border: solid 1px #3aade9;
  color: #3aade9;
}

button.white:hover {
  background-color: #3aade9;
  color: #ffffff;
}

.access_wrapper {
  float: right;
  overflow: hidden;
  position: relative;
  width: auto;
  height: 80px;
  margin-top: 40px;
  margin-left: 10px;
  padding-left: 30px;
  border-left: solid 1px #e0e4e6;
}

.access {
  width: auto;
  height: 39px;
}

.access h4 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
}

.access h5 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

nav {
  background-color: #3aade9;
  color: #ffffff;
  overflow: hidden;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
}

nav ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
}

nav ul li {
  float: left;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  width: 20%;
  height: 50px;
  text-align: center;
  transition: all 0.2s;
}

nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

nav ul li:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

nav ul a:first-child li:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

nav ul li span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  width: calc(100% - 2em);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.global {
  overflow: hidden;
  position: relative;
  width: 70px;
  height: auto;
  z-index: 10;
  position: fixed;
  top: 230px;
  right: 0;
  transform: translateY(0%) translateX(0%);
  -webkit- transform: translateY(0%) translateX(0%);
  z-index: 12;
}

.global ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.global ul li {
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}

.global ul li:after {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global ul li:hover:after {
  background-color: rgba(255, 255, 255, 0.18);
}

.global_nav1 {
  background-color: #3aade9;
  border-top-left-radius: 15px;
  width: 100%;
  height: 70px;
}

.global_nav1 img {
  width: 22.3584px;
  height: 29.16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.global_nav2,
.global_nav3,
.global_nav4 {
  background-color: #86c9e7;
  width: 100%;
  height: auto;
  padding: 1em 0;
  text-align: center;
}

.global_nav4 {
  border-bottom-left-radius: 15px;
}

.global_nav2:before,
.global_nav3:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.global_nav2 img {
  width: 21.2801px;
  height: 109.4072px;
  margin: 0 auto;
}

.global_nav3 img {
  width: 21.7316px;
  height: 127.968px;
  margin: 0 auto;
}

.global_nav4 img {
  width: 20.038px;
  height: 126.857px;
  margin: 0 auto;
}

.video_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: block;
}

.video_wrapper::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVQImWNgYGD4z4AE/gMADwMB/414xEUAAAAASUVORK5CYII=) repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.18;
}

.video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

section.main_visual {
  height: 520px;
}

.slide1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 71.538461538%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  z-index: 1;
}

.slide2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.461538462%;
  height: 275px;
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 3;
}

.slide3 {
  position: absolute;
  top: 275px;
  right: 0;
  width: 28.461538462%;
  height: 245px;
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  z-index: 3;
}

.slide4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 520px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 3;
}

.slide5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 520px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 3;
}

.slide6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 3;
}

.slogan_white {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: auto;
  padding: 1em 20px;
  color: #3aade9;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  z-index: 4;
}

.blue_line {
  background-color: #3aade9;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.slogan {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1140px;
  height: 130px;
  z-index: 2;
}

.slogan span {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  width: 71.538461538%;
}

section.greeting {
  padding: 75px 0;
  text-align: center;
}

section h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  line-height: 1.25;
}

section h2 {
  color: #3aade9;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.25;
}

section p {
  font-weight: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 1em;
}

ul.greeting_list {
  position: relative;
  float: left;
  left: 50%;
  width: auto;
  margin-top: 60px;
}

ul.greeting_list li {
  position: relative;
  float: left;
  left: -50%;
  width: 160px;
  height: auto;
  margin: 0 30px;
}

ul.greeting_list li img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  margin-bottom: 10px;
}

ul.greeting_list li span {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

section.alternate {
  background-color: #ebf5fb;
}

section.information {
  padding: 40px 0;
  text-align: center;
}

.wrapper {
  background-color: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.information_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px auto;
}

ul.information_list li {
  border-bottom: solid 1px #e0e4e6;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
  line-height: 1.5;
}

ul.information_list a:first-child li {
  border-top: solid 1px #e0e4e6;
}

.information_date {
  float: left;
  width: 200px;
  text-align: center;
}

.information_title {
  float: none;
  width: auto;
  margin-left: 200px;
  text-align: left;
}

section.clinic {
  padding: 75px 0;
  text-align: center;
}

.half_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.half {
  float: left;
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-right: 2.5%;
  text-align: left;
}

.half:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 2.5%;
}

.box {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

.box.sns {
  background-color: #ebf5fb;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 20px 40px 20px;
  margin-bottom: 40px;
  text-align: center;
}

.box.sns h4 {
  color: #3aade9;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}

ul.sns_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.sns_list li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
}

.line_friend {
  overflow: hidden;
  position: relative;
  margin: 12.5px 10px 0 0;
}

.icon_instagram {
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 40px 0 0;
}

.icon_friend {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 60px;
  margin: 0;
}

section h3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  padding-left: 25px;
}

section h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #3aade9;
}

table.schedule {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

table.schedule tr {
  border: 1px solid #3aade9;
}

table.schedule tr th {
  background-color: #3aade9;
  border: 1px solid #3aade9;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 500;
}

table.schedule tr td {
  background-color: #ffffff;
  border: 1px solid #3aade9;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 500;
}

table.schedule tr th:first-child,
table.schedule tr td:first-child {
  width: 120px;
}

small {
  float: right;
}

small.center {
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
  padding-left: 54px;
}

ul.clinic_list {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

ul.clinic_list li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 24.25%;
  margin-right: 1%;
}

ul.clinic_list li:nth-child(4n+4) {
  margin-right: 0;
}

ul.clinic_list li img {
  width: 100%;
  height: auto;
}

table.basic,
table.basic tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
}

table.basic tr {
  border-top: solid 1px #e0e4e6;
}

table.basic tr:first-child {
  border-top: none;
}

table.basic tr th {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 12.5px 1em;
  vertical-align: top;
  width: 120px;
}

table.basic tr td {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 12.5px 1em;
  vertical-align: top;
}

.map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 76.19%;
  margin-bottom: 10px;
}

.map iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

table.chart_tbl,
table.chart_tbl tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.chart_list {
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.chart_list li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 49%;
  height: 120px;
  margin-right: 2%;
}

ul.chart_list li:nth-child(2n+2) {
  margin-right: 0;
}

ul.chart_list li:first-child {
  background-color: #3aade9;
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

ul.chart_list li:first-child p {
  font-weight: 500;
  margin-bottom: 0;
}

.smartphone_wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.smartphone {
  width: 24.9344px;
  height: 39px;
  margin-bottom: 10px;
}

.chart {
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.clinic_btn_wrapper {
  overflow: hidden;
  position: relative;
  width: 300px;
  display: inline-block;
  text-align: center;
  margin-bottom: 85px;
}

button.clinic_btn {
  width: 300px;
  height: 60px;
  border: solid 1px #3aade9;
  box-sizing: border-box;
  border-radius: 30px;
  transition: all 0.2s;
  background-color: #ffffff;
  background-image: url(../images/common/printer.svg);
  background-size: 31.2721px 25.394px;
  background-position: 45px 50%;
  background-repeat: no-repeat;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  text-indent: 30px;
  margin: 0 auto;
}

button.clinic_btn:hover {
  background-color: #3aade9;
  color: #ffffff;
  background-image: url(/images/common/printer_hover.svg);
}

.clinic_remarks {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 50px;
  border: solid 1px #3aade9;
  box-sizing: border-box;
  border-radius: 30px;
}

h4 {
  color: #3aade9;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.clinic_remarks h4 {
  margin-bottom: 40px;
  text-align: center;
}

section.contact_link {
  text-align: center;
  padding: 75px 0;
}

.contact_link_tel {
  overflow: hidden;
  position: relative;
  width: 350px;
  text-align: right;
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: 0;
  /* margin: 0 auto 35px auto; */
  margin: 0 auto;
  background-color: inherit;
  background-image: url(../images/common/tel.svg);
  background-size: 30.3633px 39.6px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

ul.contact_link_list {
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.contact_link_list li {
  float: left;
  width: 49%;
  height: 120px;
  margin-right: 2%;
  text-align: center;
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}

ul.contact_link_list a:nth-child(2n+2) li {
  margin-right: 0;
}

ul.contact_link_list a:nth-child(2n+1) li {
  background-color: #3aade9;
  background-image: url(../images/common/contact_link1.svg);
  background-size: 26.6002px 26px;
  background-position: 50% 27px;
  background-repeat: no-repeat;
  border: solid 1px #3aade9;
}

ul.contact_link_list a:nth-child(2n+1):hover li {
  background-color: #ffffff;
  background-image: url(../images/common/contact_link1_hover.svg);
  background-size: 26.6002px 26px;
  color: #3aade9;
}

ul.contact_link_list a:nth-child(2n+2) li {
  background-color: #86c9e7;
  background-image: url(../images/common/contact_link2.svg);
  background-size: 28.2511px 26px;
  background-position: 50% 27px;
  background-repeat: no-repeat;
  border: solid 1px #86c9e7;
}

ul.contact_link_list a:nth-child(2n+2):hover li {
  background-color: #ffffff;
  background-image: url(../images/common/contact_link2_hover.svg);
  color: #86c9e7;
}

ul.contact_link_list li span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

ul.contact_link_list li p {
  margin-top: 47px;
  margin-bottom: 0;
}

section.staff {
  text-align: center;
  padding: 75px 0;
}

.full_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
}

section.facilities {
  padding: 75px 0;
  text-align: center;
}

.gallery_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.main_gallery {
  float: left;
  width: 70%;
  height: auto;
  padding-right: 5%;
}

#main_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6666%;
  background-color: inherit;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-sizing: border-box;
  margin-bottom: 25px;
  transition: all 0.2s;
}

#facility_title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 12px 2em;
  background-color: #ffffff;
}

#facility_title p {
  margin-bottom: 0;
}

#facility_description {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
}

#facility_description p {
  margin-bottom: 0;
}

.sub_gallery {
  overflow: hidden;
  position: relative;
  float: left;
  width: 30%;
  height: auto;
}

ul#gallery_list {
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul#gallery_list li {
  background-color: #ffffff;
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  width: 48%;
  height: 0;
  padding-top: 31.999968%;
  background-color: inherit;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 4%;
  margin-bottom: 4%;
  transition: all 0.2s;
  opacity: 0.5;
}

ul#gallery_list li:hover,
ul#gallery_list li.active {
  opacity: 1;
}

ul#gallery_list li:nth-child(2n+2) {
  margin-right: 0;
}

.relation_wrapper {
  padding: 40px;
}

table.relation_tbl,
table.relation_tbl tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: left;
}

table.relation_tbl tr td {
  padding-left: 60px;
  padding-right: 60px;
  border-right: solid 1px #e0e4e6;
  box-sizing: border-box;
  line-height: 1.75;
}

table.relation_tbl tr td:first-child {
  padding-left: 0px;
}

table.relation_tbl tr td:last-child {
  border-right: none;
}

h6 {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 2px 0 2px 27px;
  background-color: inherit;
  background-image: url(../images/common/radius.svg);
  background-size: 18px 18px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

ul.relation_list {
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.relation_list li {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 12px;
  background-color: inherit;
  background-image: url(../images/common/triangle.svg);
  background-size: 8px 8px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

ul.relation_list li a {
  color: #3aade9;
  text-decoration: underline;
  display: inline-block;
  padding-right: 15px;
  background-color: inherit;
  background-image: url(../images/common/rectangle.svg);
  background-size: 12px 12px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.background {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
}

section.contact {
  padding: 75px 0;
  background-color: #3aade9;
  color: #ffffff;
  text-align: center;
}

section.contact h1 {
  color: #ffffff;
  margin-bottom: 0;
}

section.contact h2 {
  color: #ffffff;
}

section.contact_form {
  padding: 50px 0;
  text-align: center;
}

section.contact_form .wrapper {
  padding: 75px 20px;
}

.contents {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.contents .contact_link_tel {
  /*margin-bottom: 50px;*/
}

.hr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e0e4e6;
  margin-bottom: 50px;
}

.contact_mail {
  overflow: hidden;
  position: relative;
  width: 320px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 auto 35px auto;
  margin-bottom: 35px;
  background-color: inherit;
  background-image: url(../images/common/contact_mail.svg);
  background-size: 31.9202px 24px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 225px;
  background-color: #3aade9;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

ul.footer_nav {
  position: relative;
  width: auto;
  left: 50%;
  float: left;
}

ul.footer_nav li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: 500;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
}

#page_top {
  background-color: transparent;
  border-radius: 47.5px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 95px;
  height: 95px;
  transition: all 0.4s;
  opacity: 0;
}

#page_top.active {
  opacity: 1;
}

.contact_form_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

table.contact_form_tbl,
table.contact_form_tbl tbody {
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: left;
}

table.contact_form_tbl {
  margin-bottom: 40px;
}

table.contact_form_tbl th {
  overflow: hidden;
  position: relative;
  width: 220px;
  padding: 12px 20px 12px 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
}

table.contact_form_tbl td {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 12px 0 12px 20px;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
}

small {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
}

small a {
  color: #3aade9 !important;
  text-decoration: underline;
  display: inline-block;
  padding-right: 15px;
  background-color: inherit;
  background-image: url(../images/common/rectangle.svg);
  background-size: 12px 12px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.required {
  float: right;
  width: 57px;
  height: 25px;
  text-align: center;
  color: #ffffff;
  background-color: #fc4d4d;
  line-height: 25px;
  overflow: hidden;
  position: relative;
}

.required:after {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  content: '必須';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none !important;
  text-shadow: none !important;
}

.mfp_buttons {
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
}

.mfp_buttons button {
  width: 250px !important;
  height: 60px !important;
  background-color: #3aade9 !important;
  border: solid 1px #3aade9 !important;
  border-radius: 30px !important;
  box-sizing: border-box !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.mfp_buttons button:hover {
  color: #3aade9 !important;
  background-color: #ffffff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.message {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

ol {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  counter-reset: number 0;
  margin-bottom: 30px;
}

ol li {
  line-height: 1.75;
  padding-left: 29px;
  text-indent: -29px;
}

ol li::before {
  counter-increment: number 1;
  content: counter(number) ".　";
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 0.25em 0.6em;
}

.zip {
  width: 50% !important;
}

select {
  width: auto;
  padding: 0.35em;
}

textarea {
  width: 100%;
  padding: 0.25em 0.6em;
  height: 7em;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #e0e4e6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.25em 0.6em !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.mfp_element_textarea {
  width: 100% !important;
  height: 7em !important;
  border: solid 1px #e0e4e6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.25em 0.6em !important;
  margin: 0 !important;
  vertical-align: middle !important
}

section.thanks {
  padding: 75px 0;
  text-align: center;
  width: 100%;
  min-height: calc(100vh - 425px);
}

#mfp_overlay_inner h4 {
  margin-bottom: 30px;
}

table#mfp_confirm_table {
  margin-bottom: 30px;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: rgba(58, 173, 233, 0.05) !important;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  border-top: solid 1px #e0e4e6 !important;
}

form#mailformpro label.mfp_not_checked {
  padding: 0 !important;
  border: none !important;
}

.mfp_element_all {
  max-width: 100% !important;
}

.newMark {
  float: none;
  width: auto;
  height: auto;
  text-align: center;
  color: #ffffff;
  background-color: #fc4d4d;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  border-radius: 10.475px;
  font-size: 1.3rem;
  font-weight: 700;
  vertical-align: bottom;
  padding: 0.1em 0.5em 0.05em 0.5em;
}

.sp,
.sp_header_wrapper,
.sp_header_space,
.sp_footer_nav {
  display: none;
}

.contact_mail br {
  display: none;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 520px;
}

section.single {
  background-color: #ffffff;
  min-height: calc(100vh - 200px);
}

article {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 0 75px 0;
}

article h1 {
  line-height: 1.5;
}

article h2 {
  color: #3aade9;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  line-height: 1.5;
}

#detail {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.detailText {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 25px;
}

.detailUpfile img {
  overflow: hidden;
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
}

ul.breadcrumbs {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}

ul.breadcrumbs li {
  overflow: hidden;
  position: relative;
  width: auto;
  float: left;
  padding-right: 0.5em;
  font-size: 1.2rem;
  color: #aaa;
  line-height: 1.75;
}

ul.breadcrumbs li a {
  transition: all 0.2s;
}

ul.breadcrumbs li:hover a {
  color: #000;
}

.news_box {
  min-height: calc(100vh - 200px);
}

.pdf {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  color: #3aade9 !important;
  text-decoration: none !important;
  display: inline-block;
  background-image: url(../images/icon_pdf.webp);
  background-size: 24px 24px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 28px;
}

.pdf:hover {
  text-decoration: underline !important;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

input[type="submit"] {
  width: 250px !important;
  height: 60px !important;
  background-color: #3aade9 !important;
  border: solid 1px #3aade9 !important;
  border-radius: 30px !important;
  box-sizing: border-box !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

input[type="submit"]:hover {
  color: #3aade9 !important;
  background-color: #ffffff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.contact_form p {
  display: inline;
}

.wpcf7-response-output {
  display: none !important;
}