@charset "UTF-8";

/* line 65, ../../html/sass/style.scss */
.clearfix {
  zoom: 1;
}
/* line 67, ../../html/sass/style.scss */
.clearfix:after {
  content: ' ';
  clear: both;
  display: block;
}

/* line 124, ../../html/sass/style.scss */
.title {
  font-size: 2rem;
  color: #411f5d;
  margin: 1rem 0;
}

/* line 350, ../../html/sass/style.scss */
.cli_ttl {
  font-size: 1.2rem;
  padding: 1rem 0;
}

/* line 354, ../../html/sass/style.scss */
.kind {
  padding: 2rem 0;
}
/* line 356, ../../html/sass/style.scss */
.kind li {
  display: inline-block;
  width: 45%;
  padding: 3rem 0;
  background: #411f5d;
  color: #fff;
  float: left;
  text-align: center;
}
/* line 364, ../../html/sass/style.scss */
.kind li:nth-child(2) {
  float: right;
}

.examine dl {
  padding: 1.5rem 0;
	border-bottom: 1px solid #411f5d;
	display:flex;
	align-items:center;
}
.examine dl:first-child {
	border-top: 1px solid #411f5d;
}
.examine dl dt {
  width: 15%;
  font-size: 1.2rem;
  font-weight: bold;
	color:#411f5d;
}
.examine dl dd {
  width: 83%;
  font-size: 0.8rem;
}
/* line 383, ../../html/sass/style.scss */
.examine dl dd .red {
  color: red;
}

.form dl {
  display: table;
  width: 100%;
  margin: 1rem 0;
}
.form dl dt {
  width: 25%;
  display: table-cell;
  background: #411f5d;
  color: #fff;
  text-align: center;
	vertical-align: middle;
  padding: 0.7rem;
}
.form dl dd {
  width: 74%;
  display: table-cell;
  padding-left: 7%;
	vertical-align: middle;
}
.form dl dd input[type="text"],
.form dl dd input[type="email"],
.form dl dd input[type="tel"],
.form dl dd textarea {
  border: 1px solid #aaa;
  padding: 0.5rem;
  line-height: 1.5;
  width: 100%;
  display: block;
	border-radius:5px;
}
.form dl dd input[type="text"].form-birth{
	width: 50px;
	display: inline-block;
	margin: 0 5px 0 15px;
}
.form dl dd .birth1 input[type="text"].form-birth{
	margin: 0 5px 0 0;
}

.form dl dd textarea {
  height: 15rem;
  resize: none;
}
.form dl dd span.wpcf7-list-item {
  display: block !Important;
}
.form dl dd input[type="radio"] {
  margin-right: 0.5rem;
}
.form .button {
  cursor: pointer;
  background: #fff;
  display: block;
  margin: 3rem auto;
  border: 2px solid #411f5d;
  color: #000;
  font-size: 1rem;
  padding: 0.5rem 5rem;
  border-radius: 30px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.form .button:hover {
  background: #411f5d;
  color: #fff;
}
.form input.wpcf7-form-control.wpcf7-submit.button.wpcf7c-elm-step2 {
  margin: 0 auto;
}
.form input.wpcf7-form-control.wpcf7-back.button.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output{
	border:none;
	background: #fef050;
	text-align:center;
}

/*---------------------
		フッター
---------------------*/
#footer {
  background: #411f5d;
}

/* line 736, ../../html/sass/style.scss */
#copyright {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0.3rem 0 0.5rem;
}
/* line 742, ../../html/sass/style.scss */
#copyright img {
  position: absolute;
  width: 5rem;
  top: 0.5rem;
  left: 50%;
  margin-left: -3rem;
}
/* line 749, ../../html/sass/style.scss */
#copyright .copy_ttl {
  position: relative;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  padding: 0.5rem 0 1rem;
  padding-top: 4rem;
}
/* line 757, ../../html/sass/style.scss */
#copyright .txt {
  font-size: 0.7rem;
}

/*---------------------
		スマホ対応
---------------------*/
@media only screen and (max-width: 768px) {
  /* line 782, ../../html/sass/style.scss */
  .title {
    font-size: 1.6rem;
  }

  /* line 790, ../../html/sass/style.scss */
  .cli_ttl {
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  /* line 877, ../../html/sass/style.scss */
  .kind li {
    width: 49%;
    font-size: 0.6rem;
    padding: 2rem 0;
  }
	.examine dl{
		flex-direction:column;
	}
  /* line 886, ../../html/sass/style.scss */
  .examine dl dt {
    width: 100%;
    font-size: 1rem;
	  padding-bottom:10px;
  }
  /* line 890, ../../html/sass/style.scss */
  .examine dl dd {
    width: 100%;
  }

  /* line 898, ../../html/sass/style.scss */
  .form dl dt {
    width: 100%;
    display: inline-block;
  }
  /* line 902, ../../html/sass/style.scss */
  .form dl dd {
	  padding:10px 10px 30px;
    width: 100%;
    display: inline-block;
   }
  /* line 906, ../../html/sass/style.scss */
  .form dl dd textarea {
    height: 10rem;
  }

  /* line 999, ../../html/sass/style.scss */
  #copyright img {
    width: 4rem;
    margin-left: -2rem;
  }
  /* line 1003, ../../html/sass/style.scss */
  #copyright .copy_ttl {
    font-size: 1.3rem;
    padding: 3rem 0 1rem;
  }
}



/* ーーーーーーーーーー　以下、追加分　ーーーーーーーーーー */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", "Open Sans", sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: #411f5d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

#container{
	width:calc( 100% - 80px);
	margin: 110px auto 90px;
	display: flex;
	justify-content: space-between;
}

.pageHome #container{
	margin-top: 40px;
}

main {
  width: calc(100% - 340px);
}

main h1 {
  letter-spacing: 5px;
  padding: 0.5rem 2rem;
  color: #fef050;
  background: #411f5d;
  border-left:10px solid #fef050;
  font-size:20px;
}

main h2 {
  color: #411f5d;
  margin: 1rem 0;
  padding: 0.5rem 0;
  border-bottom: 0.3rem solid #fef050;
}

main a{
	text-decoration:underline;
}

sub {
  width: 300px;
}
sub ul.sideBanner {
  width: 100%;
}
sub ul.sideBanner li {
  margin: 0.5rem 0;
}
sub ul.sideBanner li:first-child {
  margin: 0 0 0.5rem;
}
sub ul.sideBanner li a {
  display: block;
  border: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
sub ul.sideBanner li a:hover {
  opacity: 0.6;
}
sub ul.sideBanner li a img {
  width: 100%;
  border: none;
}
sub .archive h2 {
    color: #411f5d;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border-bottom: 0.3rem solid #fef050;
}
sub .archive ul{
	margin:20px 0 40px;
	display: flex;
	flex-wrap: wrap;
}
sub .archive ul li{
	width:33.3333%;
}
sub .archive ul li a{
	display: block;
	padding:5px 0;
}

header {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navLeft, header .navRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
}

header .navLeft {
  padding-top: 5px;
}

header .navRight a {
  font-size: 30px;
  color: white;
}

header nav {
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header nav ul li {
  margin: 0 10px;
}

header nav ul li a {
  font-size: 12px;
  letter-spacing: 4px;
  color: white;
  display: block;
}

header nav ul.navMain li a {
  padding: 5px 0 5px 4px;
}

header nav ul li.active a {
  color: #fef050;
}

header nav ul.navSub li a:hover {
  text-decoration: none;
}

header nav ul.navSub li a h2 {
  text-align: center;
}

header .menu-trigger {
  outline: none;
  position: relative;
  width: 32px;
  height: 26px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

header .menu-trigger span {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

header .menu-trigger span:nth-of-type(2) {
  top: 12px;
}

header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  header nav ul.navMain {
    height: 100vh;
    background: #411f5d;
    width: 200px;
    position: fixed;
    top: 0;
    right: -200px;
    margin: 0;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header nav ul.navMain li {
    margin: 0 0 0 30px;
  }
  header nav ul.navMain li.sp a {
    font-size: 30px;
  }
  header nav ul.navMain li a {
    padding: 15px 0;
  }
  header nav ul.navSub li a h2 {
    font-size: 12px;
  }
  header.active nav ul.navMain {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  header.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  header.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  header.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}

.visual {
  z-index: 100;
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100px - 100vh);
}

.visual::before, .visual::after{
  content: '';
  position: absolute;
  width: 100vw;
  height: auto;
  aspect-ratio: 1364/144.3;
  background-image: url(../images/visual_cover.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  z-index: 1;
}

.visual::before{
  top: -2px;
}

.visual::after{
  bottom: -2px;
  transform: rotate(180deg);
}

.visual .slider {
  position: relative;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
  cursor: all-scroll;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.visual .slider.animation, .visual .slider.animation .slide__darkbg, .visual .slider.animation .slide__text, .visual .slider.animation .slide__letter {
  -webkit-transition: -webkit-transform 750ms ease-in-out;
  transition: -webkit-transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}

.visual .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.visual .slide__darkbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
  background-position: center center;
  background-repeat: no-repeat;
}

.visual .slide__darkbg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual .slide__text-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.visual .slide__letter {
  position: absolute;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-mask-image: url(/wp-content/uploads/2021/04/logo_w.png);
          mask-image: url(/wp-content/uploads/2021/04/logo_w.png);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 30%;
          mask-size: 30%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .visual .slide__letter {
    -webkit-mask-size: 75%;
            mask-size: 75%;
  }
}

.visual .slide__letter .slide__letter__inner {
  position: absolute;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
  will-change: transform;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.visual .slide__text {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  letter-spacing: 12px;
  color: #fff;
  z-index: 3;
  text-align: center;
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.visual .slide__text h2 {
  text-shadow: 0 0 6px #352a4d;
  font-size: 5vw;
  padding-bottom: 10px;
  padding-left: 10px;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.visual .slide__text p {
  padding-top: 20px;
  padding-left: 10px;
  text-shadow: 0 0 6px #352a4d;
  font-size: 1.5vw;
}

@media screen and (max-width: 768px) {
  .visual .slide__text h2 {
    font-size: 8vw;
  }
  .visual .slide__text p {
    letter-spacing: 5px;
    font-size: 4.5vw;
    padding: 20px 10px 0;
  }
}

.visual .slide--0 {
  left: 0%;
}

.visual .slide--0 .slide__darkbg {
  left: 0%;
}

.visual .slide--0 .slide__darkbg, .visual .slide--0 .slide__letter .slide__letter__inner {
  background-image: url("/wp-content/themes/wp/images/top1.jpg");
}

.visual .slide--1 {
  left: 100%;
}

.visual .slide--1 .slide__darkbg {
  left: -50%;
}

.visual .slide--1 .slide__darkbg, .visual .slide--1 .slide__letter .slide__letter__inner {
  background-image: url("/wp-content/themes/wp/images/top2.jpg");
}

.visual .slide--2 {
  left: 200%;
}

.visual .slide--2 .slide__darkbg {
  left: -100%;
}

.visual .slide--2 .slide__darkbg, .visual .slide--2 .slide__letter .slide__letter__inner {
  background-image: url("/wp-content/themes/wp/images/top3.jpg");
}

.visual .slide--3 {
  left: 300%;
}

.visual .slide--3 .slide__darkbg {
  left: -150%;
}

.visual .slide--3 .slide__darkbg, .visual .slide--3 .slide__letter .slide__letter__inner {
  background-image: url("/wp-content/themes/wp/images/top4.jpg");
}

.visual .slide--4 {
  left: 400%;
}

.visual .slide--4 .slide__darkbg {
  left: -200%;
}

.visual .slide--4 .slide__darkbg, .visual .slide--4 .slide__letter .slide__letter__inner {
  background-image: url("/wp-content/themes/wp/images/top5.jpg");
}

.visual .nav {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style-type: none;
  z-index: 10;
}

.visual .nav__slide {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.visual .nav__slide:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}

.visual .nav__slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
}

.visual .nav__slide:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fef050;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.visual .nav-active:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}

.visual.noVisual{
	width:100%;
	height:70px;
  position: fixed;
  top: 0;
}
.visual.noVisual .slide__text-wrapper,.visual.noVisual .nav{
	display:none;
}

.pd {
  position: relative;
  line-height: 2;
  padding: 0 20px 40px;
}

.top_img {
  margin: 0 0 40px;
}

.bg_logo {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  opacity: 0.3;
  width: 8rem;
  z-index: -1;
}

.about {
	overflow: hidden;
}

.about h2{
	text-align: center;
	border-bottom: none;
	width: fit-content;
	width: -moz-fit-content;
	position: relative;
	margin: 30px auto;
}

.about h2:before{
	content:"「";
	position: absolute;
	font-size:100px;
	color: #fef050;
	top: 0;
	left: -110px;
	line-height:100%;
}

.about h2:after{
	content:"」";
	position: absolute;
	font-size:100px;
	color: #fef050;
	bottom: 5px;
	right: -100px;
	line-height:100%;
}

.about .box{
	display: flex;
	padding: 50px 0;
	justify-content: space-between;
	border-bottom: 1px solid #411f5d;
}

.about .box:last-child{
	border-bottom: none;
}

.about .box p{
	width: calc( 100% - 330px);
}

.place{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.place article{
	width: 48%;
	padding-bottom: 20px;
}

.place article h3 {
	display: flex;
	color: #fef050;
  background: #411f5d;
	width: 100px;
	justify-content: center;
	align-items: center;
	margin:10px 0;
}

.place dl{
	display: flex;
}

.place dl dt{
	white-space: nowrap;
	color: #411f5d;
	padding-left: 10px;
}

.place .map{
	padding:20px 10px 0;
}

.place .map iframe{
	border:1px solid #411f5d;
	border-radius: 10px;
}

.place small{
	padding: 0 10px 20px 22px;
    line-height: 150%;
    text-indent: -13px;
    display: block;
}

.topInfo th{
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
	color: #411f5d;
}


.promise{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:20px;
}

.promise li{
	width:calc(50% - 10px);
	padding-bottom:20px;
	list-style-type:none;
}

.promise li a {
	position: relative;
  display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  background: #ebe8ed;
  border: 2px solid #411f5d;
  color: #411f5d;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
	height: 100px;
	border-radius: 10px;
	text-decoration:none;
}

.promise li a:hover {
  background: #411f5d;
  color: #fff;
}

.promise li a span{
	display:block;
	font-size:30px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform:translatey(-50%);
}

#info {
  padding: 2rem 0;
}

#info .archive-main {
  width: calc(100% - 40px);
	margin: 0 auto;
  vertical-align: top;
}
#info .archive-main .archive-list li {
  display: flex;
	justify-content:space-between;
	width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #411f5d;
}
#info .archive-main .archive-list li:first-child {
  border-top: 1px solid #411f5d;
}
#info .archive-main .archive-list li .left {
  width: calc(100% - 240px);
  display: inline-block;
  vertical-align: top;
}
#info .archive-main .archive-list li .left .date {
  font-size: 0.7rem;
  width: 100%;
  display: flex;
	justify-content:space-between;
}
#info .archive-main .archive-list li .left .date .tag {
  display: inline-block;
  text-align: center;
  width: 5.5rem;
  padding: 0;
  color: #fff;
  float: right;
}
#info .archive-main .archive-list li .left .date .tag.clinic {
  background: #00A0E9;
}
#info .archive-main .archive-list li .left .date .tag.news {
  background: #411f5d;
}
#info .archive-main .archive-list li .left .date .tag.event {
  background: #C9A063;
}
#info .archive-main .archive-list li .left .ttl {
  padding: 2rem 0 0;
}
#info .archive-main .archive-list li .thumb {
  width: 200px;
  display: inline-block;
}
#info .archive-main .content_date {
  font-size: 0.7rem;
  width: 12rem;
  margin-bottom: 1rem;
}
#info .archive-main .content_date .tag {
  display: inline-block;
  text-align: center;
  width: 5.5rem;
  padding: 0;
  color: #fff;
  float: right;
}
#info .archive-main .content_date .tag.clinic {
  background: #00A0E9;
}
#info .archive-main .content_date .tag.news {
  background: #411f5d;
}
#info .archive-main .content_date .tag.event {
  background: #C9A063;
}
#info .archive-main .content_ttl {
  font-size: 1.5rem;
  margin: 1rem 0;
}
#info .archive-main .content_txt {
  padding: 1rem 0.5rem;
}
#info .pager {
  text-align: center;
  margin: 3rem auto;
  position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
#info .pager i {
  color: #411f5d;
  font-size: 1.7rem;
  line-height: 2rem;
  margin-top: -0.3rem;
}
#info .pager span {
  line-height: 2rem;
  display: block;
}
#info .pager .left a {
  margin-right: 1rem;
  background: url("../images/l_arrow.png") no-repeat left center;
  height: 2.4rem;
  width: 2.4rem;
	display: block;
}
#info .pager .right a {
  margin-left: 1rem;
  background: url("../images/r_arrow.png") no-repeat right center;
  height: 2.4rem;
  width: 2.4rem;
	display: block;
}

.staff.main {
  margin: 0 0 3rem;
}
.staff.main li {
  display: block;
  margin: 0;
	padding: 1.3rem 0 1rem;;
  border-bottom: 1px solid #411f5d;
}
.staff.main li .thumb {
  width: 30%;
  display: inline-block;
}
.staff.main li .right {
  width: 69%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
}
.staff.main li .right .name {
  font-size: 1.5rem;
}
.staff.main li .right .descript {
  font-size: 1rem;
  padding: 1rem 0;
}
.staff.support {
  padding: 1rem 0;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff.support li {
	position:relative;
  margin: 1rem 0;
  width: 50%;
  text-align: left;
	display: flex;
}
.staff.support li .right{
  width: 94%;
  border-bottom: 1px solid #411f5d;
	padding-bottom:10px;
}
.staff.support li:nth-child(even) {
	width: calc(50% - 1px);
	border-left: 1px solid #411f5d;
	justify-content: flex-end;
}
.staff.support li:nth-child(even):after {
	position: absolute;
	content:"";
	bottom: -1px;
	left: -2px;
	width: 4px;
	height:32px;
	background: #fff;
}
.staff.support li .name {
  font-size: 1.3rem;
}
.staff.support li .descript {
  font-size: 0.8rem;
  padding: 1rem 0;
}

.cal {
  border: 3px solid #411f5d;
  margin: 2rem 0;
}
.cal iframe {
  width: 100%;
  height: 40rem;
}

#side_info {
	margin-top:40px;
  padding: 20px;
  background: #EFEFEF;
}
#side_info .list {
  padding: 0.5rem 0;
}
#side_info .list dl {
  padding: 1rem 0.3rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #411f5d;
}
#side_info .list dl:first-child {
  border-top: 1px solid #411f5d;
}
#side_info .list dl dt {
  display: flex;
  justify-content: space-between;
}
#side_info .list dl dt .tag {
  display: inline-block;
  text-align: center;
  width: 5.5rem;
  padding: 0;
  color: #fff;
  float: right;
}
#side_info .list dl dt .tag.clinic {
  background: #00A0E9;
}
#side_info .list dl dt .tag.news {
  background: #411f5d;
}
#side_info .list dl dt .tag.event {
  background: #C9A063;
}
#side_info .list dl dd {
  display: inline-block;
  font-size: 1rem;
  padding-top: 10px;
}
#side_info .list dl dd a {
  color: #411f5d;
}
#side_info .list dl dd a:hover {
  text-decoration: underline;
}

#footer_contact {
	display:flex;
  position: relative;
  color: #411f5d;
  width: 100%;
  margin: 5rem auto;
  text-align: center;
	flex-direction: column;
  border-top: 5px solid #411f5d;
  padding-top: 30px;
	align-items:center;
}
#footer_contact .contact_ttl {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  padding: 0.5rem 0;
}
#footer_contact .catch {
  padding: 0;
}
#footer_contact a {
	width: 55rem;
  border: 3px solid #411f5d;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  color: #411f5d;
  margin: 2rem 0 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
	height: 100px;
  background: #ebe8ed;
}
#footer_contact a span {
  font-size: 30px;
  margin-right: 15px;
}
#footer_contact a:hover {
  background: #411f5d;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .about h2{
	  font-size:16px;
	  margin-bottom: 10px;
  }
	
  .about h2:before{
	left: -100px;
  }

	.about .box{
		flex-direction: column-reverse;
		align-items: center;
	}
		
	.about .box p{
		width: 100%;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 960px) {
  #container{
	  width: calc(100% - 20px);
	  flex-direction: column;
  }

  main {
    width: 100%;
    margin: 0 0 1rem;
  }

  sub {
    width: 100%;
  }

  #footer_contact a {
	width: calc(100% - 20px);
    padding: 0.5rem 0;
    margin: 1rem 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .pd {
    padding: 0.5rem 0;
  }
	
	.place{
		flex-direction:column;
	}
	
	.place article{
		width: 100%;
	}
	
	.promise li{
		width:100%;
	}
	
	.promise li a{
		height:80px;
	}
	
	#info .archive-main {
	  width: calc(100% - 20px);
	}
	#info .archive-main .archive-list li .left {
	  width: calc(100% - 140px);
	}
	#info .archive-main .archive-list li .thumb {
	  width: 120px;
	}
	
  .staff.main li .thumb {
    width: 100%;
  }
  .staff.main li .right {
  padding-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .staff.support li {
    width: 100%;
    margin: 0.5rem 0;
  }
  .staff.support li:nth-child(even) {
    width: 100%;
    border-left: none;
  }
  .staff.support li .right {
    width: 100%;
  }
  .staff.support li:nth-child(even):after {
	display: none;
  }
}