


html,
body {
    border: none;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
body {
    box-sizing: border-box;
    color: #333;
    font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, "lr SVbN" , "lr oSVbN" , "MS Gothic" , sans-serif;
    font-size: 1.6rem;
    text-align: left;
    position: relative;
}
svg,
img,
embed,
object {
    height: auto;
    max-width: 100%;
}
p,
dl,
ul.philosophy-list li,
table.profile,
ul.check li,
ul.surgery-list li,
ul.link-list li {
    font-family: "CI",Meiryo,"lr oSVbN","MS PGothic",sans-serif;
}
p {
    line-height: 1.8;
    padding: 0 0.5em;
}

/* ====================
  Header
==================== */

header {
    background-color: #3c3c3b;
	position: static;
	top: -30px;
	transition: all 0.3s ease 0s;
}
.header-wrap {
    max-width: 1366px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0.5em 2em;
    align-items: center;
    color: #fff;
    position: relative;
}
.info-menu ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    font-size: 1.7rem;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.info-menu ul li:nth-child(1) a,
.info-menu ul li:nth-child(2) a {
    -webkit-transition: 600ms;
            transition: 600ms;
    border: 1px solid #9c8320;
    color: #fff;
    padding: 0.1em 0.8em;
    position: relative;
    background-color: #9c8320;
    border-radius: 10px;
    display: block;
}
.info-menu ul li:nth-child(1) a:hover,
.info-menu ul li:nth-child(2) a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #9c8320;
    text-decoration: none;
}
.info-menu ul li:not(:last-child) {
    margin-right: 1em;
}
.info-menu ul li:nth-child(3) {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
}
.menu-wrap {
    width: 80%;
}
.main-menu {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack:justify;/*--- AndroiduEUp ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:flex-end;/*--- safariiPCjp ---*/
    justify-content:flex-end;
}
.main-menu ul.main-menu-wrap {
    list-style: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 0.5em 0;
    padding: 0;
}
.main-menu ul li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.main-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.main-menu ul li a:hover {
    text-decoration: underline;
}
.main-menu ul li:not(:last-child) {
    margin-right: 1em;
}
ul.main-menu-wrap li.has-menu i {
    /*text-align: center;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 25px;
    display: inline-block;
    font-size: 1.5rem;*/
    margin-left: 0.2em;
}
ul.main-menu-wrap li.has-menu i {
    /*background-color: #9c8320;
    color: #fff;*/
}
.main-menu ul li.active {
    color: #9c8320;
    font-weight: bold;
}
.main-menu ul li:nth-child(1).active,
.main-menu ul li:nth-child(3).active,
.main-menu ul li:nth-child(6).active,
.main-menu ul li:nth-child(7).active {
    font-weight: normal;
}
.main-menu ul li.active:before {
    content: "";
    position: absolute;
    top: 75px;
    border: 14px solid transparent;
    border-bottom: 14px solid #9c8320;
    z-index: 100;
}

/*.main-menu ul li.active:after {
    content: "";
    position: absolute;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 100;
    bottom: -5px;
}*/
.main-menu ul li.active:nth-child(1):before,
.main-menu ul li.active:nth-child(1):after {
    /*left: 9%;*/
}
.main-menu ul li.active:nth-child(2):before,
.main-menu ul li.active:nth-child(2):after {
    left: 40%;
}
.main-menu ul li.active:nth-child(1):before,
.main-menu ul li.active:nth-child(1):after,
.main-menu ul li.active:nth-child(3):before,
.main-menu ul li.active:nth-child(3):after,
.main-menu ul li.active:nth-child(6):before,
.main-menu ul li.active:nth-child(6):after,
.main-menu ul li.active:nth-child(7):before,
.main-menu ul li.active:nth-child(7):after {
    content: none;
}
.main-menu ul li.active:nth-child(4):before,
.main-menu ul li.active:nth-child(4):after {
    left: 57%;
}
.main-menu ul li.active:nth-child(5):before,
.main-menu ul li.active:nth-child(5):after {
    right: 30%;
}

.mdd_wrap {
    position: absolute;
    top: 94%;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
}
.mdd_wrap .mdd_inner {
    display:none;
    width:100%;
    height: 70px;
    margin: 0 auto;
    background: #9c8320;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.mdd_wrap .mdd_inner ul {
    list-style: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    height: 68px;
    padding-left: 0;
    align-items: center;
    justify-content: center;
}
.mdd_wrap .mdd_inner ul li {
    font-size: 1.7rem;
    margin-right: 2em;
    font-weight: bold;
}
.mdd_wrap .mdd_inner ul li a {
    color: #fff;
}
.mdd_wrap .mdd_inner ul li a:hover {
    color: #4D4D4D;
}
.main-menu ul li.has-menu.active a {
    position: relative;
}
.main-menu ul li.has-menu.active a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 42%;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #9c8320 transparent;
    z-index: 100;
}
.main-menu ul li.has-menu.active ul.main-sub-menu li a:after {
    content: none;
}

.sp-menu {
    display: none;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
    background-color: rgba(60,60,59,0.8);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.header-fixed .header-wrap {
    padding: 0.2em 1em 0;   
}
.header-fixed .info-menu ul,
.header-fixed .main-menu ul li {
    font-size: 1.5rem;
}
.header-fixed .info-menu ul li:nth-child(3) {
    font-size: 2.5rem;
}

.header-fixed .mdd_wrap {
    top: 100%;
}
.header-fixed .main-menu ul li.active:before {
    top: 59px;
}
.header-fixed .main-menu ul li.active:nth-child(2):before {
    left: 45%;
}
.header-fixed .main-menu ul li.active:nth-child(4):before {
    left: 61%;
}
.header-fixed .main-menu ul li.active:nth-child(5):before {
    right: 27%;
}


/* ====================
  Top page
==================== */

.smooth {
    letter-spacing: 0.1em;
    margin: 1em auto;
    font-size: 2.5rem;
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
}

.smooth span {
    opacity: 0;
}
.smooth.appeartext span { 
     animation:text_anime_on 1s ease-out forwards; 
}
-webkit-@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.main-visual-box {
    position: relative;
    min-height: 650px;
}
.main-visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../img/main.jpg");
}
.main-bg-wrap {
     position: relative;
}
.main-bg {
     width: 100vw;
     height: 95vh;
     min-height: 700px;
     position: absolute;
     top: 0;
     left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    z-index: -1;
    overflow: hidden;
    max-width: 100%;
}
.main-bg ul li.slide-zoom img {
    width: 100%;
        animation: zoom 15s ease-in-out infinite;
}
.main-bg img.sp-img {
   display: none;
}
@keyframes zoom {
   50% { 
     transform:scale(1.05)
   } 
}
-webkit-@keyframes zoom {
   50% { 
     transform:scale(1.05)
   } 
}
.main-bg ul {
    padding-left: 0;
}
.slick-list,
.slick-track {
    height: 100%;
}

.bg-on {
    background-color: #e7e7e7;
    padding: 4em 1em;
}
.info-area {
}

.info-time {

}
.info-time table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
}
.info-time table th,
.info-time table td {
    word-break: break-all;
    padding: 0.5em;
    font-weight: 500;
    text-align: center;
}
.info-time table th {
    font-size: 1.9rem;
    font-weight: normal;
    border-bottom: 1px solid #333;
}
.info-time table td {
    font-size: 2rem;
    border-bottom: 1px solid #333;
}
.info-time table td span {
    font-size: 1.6rem;
}
.info-time table td span.note {
    vertical-align: super;
    color: #c3000d;
}

p.note-txt {
    color: #c3000d;
    margin-top: 1em;
    border-bottom: 1px dashed #aeaeae;
    padding-bottom: 0.5em;
}
span.red,
p.red {
    font-weight: bold;
    color: #c3000d;
}
p.red {
    font-size: 1.8rem;
}
.btn01 {
    margin-bottom: 1em;
}
.btn01 a,
.btn02 a {
  font-size: 2.4rem;
  position: relative;
  padding: 0.5rem 4rem;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 15px;
    display: block;
}
.btn01 a {
    background-color: #9c8320;
    box-shadow: 0 6px 0 #766318, 0 12px 0 rgba(0,0,0,.2);
    transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.btn02 a {
    background-color: #2e85aa;
    box-shadow: 0 6px 0 #236580, 0 12px 0 rgba(0,0,0,.2);
    transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
    margin: 1em 0;
}
.btn01 a:after,
.btn02 a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 0.5em;
}
.btn01 a:hover {
	background: #b09c4d;
	box-shadow: 0 3px 0 #766318, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn02 a:hover {
	background: #589dbb;
	box-shadow: 0 3px 0 #236580, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.measures {
    max-width: 975px;
    margin: 3em auto;
    padding: 1em;
}
.measures {
    border: 2px solid #333;
}

.measures p {
    font-size: 1.6rem;
    margin-top: 1em;
}
.news-on {
    padding: 1.5em 1em 3em;
}
.news-area {
    max-width: 975px;
    margin: 0 auto;
}

.news-area ul {
    list-style: none;
    padding: 2em;
    background-color: #fff;
    margin-top: 1em;
}
.news-area ul li {
    display: flex;
    border-bottom: 1px dashed #aeaeae;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
}
.news-txt ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.8em;
}
p.date {
    margin-right: 1.5em;
}
.news-txt ul li {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
}
.bg-black {
    background-color: #3c3c3b;
    padding: 3em 2em;
}
.bottom-info {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.bottom-info-wrap {
    border: 3px solid #fff;
    padding: 1em;
    width: 48%;
    color: #fff;
}
.bottom-info-wrap h3 {
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    padding: 0 0 0.5em 0;
    text-align: center;
    border-left: none;
}
.bottom-info-wrap p {
    margin: 1em 0;
}
.bottom-info-wrap ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    font-size: 2.7rem;
    margin: 1em 0 1.5em;
    letter-spacing: 0.2em;
}
.bottom-info-wrap ul li:not(:last-child) {
    margin-right: 1em;
}

.bottom-info-wrap h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0 0 0.3em;
}
.mail-btn,
p.mail-txt {
    text-align: center;
}

.mail-btn a {
    -webkit-transition: 600ms;
            transition: 600ms;
    border: 1px solid;
    color: #3c3c3b;
    padding: 0.5em 2em;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
}
.mail-btn a:hover {
    border: 1px solid #fff;
    background: #3c3c3b;
    color: #fff;
    text-decoration: none;
}
.site-map {
    max-width: 1200px;
    margin: 1em auto;
}
.site-map ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}
.site-map ul li > ul {
    display: block;
    padding-left: 1em;
}
.site-map ul li > ul li {
    margin-bottom: 0.5em;
}
.site-map ul li a,
.site-map ul li > ul li a {
    color: #333;
}
.site-map ul li h2 {
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.site-map ul li h2.sp-one {
    margin-bottom: 1em;
}
.glass {
    border-top: 1px dashed #ccc;
    padding-top: 0.5em;
}
.info-box a {
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}
.info-box a:hover {
    text-decoration: none;
}
.info-time table td.time {
    width: 30%;
}
.info-time table td.circle {
    position: relative;
}
.info-time table td.circle i {
    position: absolute;
    top: 9px;
    left: 39px;
}
.d-line {
    position: absolute;
    top: 13px;
    left: 35%;
    width: 38px;
    height: 28px;
    display: inline-block;
    background-image: linear-gradient(-45deg, transparent 49%, #333 49%, #333 51%, transparent 51%, transparent);
}
.double-circle,
.double-circle02 {
    width: 20px;
    height: 20px;
    position: absolute;
    border: solid #333 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
}
.double-circle {
    bottom: 4px;
    right: 41px;
}
.double-circle02 {
    bottom: 0;
    right: 0;
    left: 37%;
    top: 32%;
}
.guidance-time .double-circle02 {
    left: 43.5%;
}
.double-circle:before,
.double-circle02:before,
.double-circle03:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: solid #333 2px;
    border-radius: 50%;
    box-sizing: border-box;
}
.note-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.note-box p {
    font-weight: bold;
    font-size: 1.8rem;
}
.note-box p.exp {
    display: flex;
    align-items: center;
}
.double-circle03 {
    width: 18px;
    height: 18px;
    position: relative;
    border: solid #333 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
}
.double-circle03:before {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
}
.bottom-info-wrap h4 a {
    color: #fff;
}
.footer-tel h2 a {
    color: #333;
}


/* 2022ΗΑ */

/* slide */

.about-slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 210px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.about-slider:before, .about-slider:after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 210px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.about-slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.about-slider:before {
  left: 0;
  top: 0;
}
.about-slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(315px * 11);
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-315px * 5));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-315px * 5));
  }
}
.about-slider .slide {
    height: 210px;
    width: 315px;
    margin: 0 0.3em;
}
.no-bg {
    padding: 2em 1em 4em;
}
p.title-en {
    font-family: 'Montserrat', sans-serif;
    color: #9A8120;
    text-align: center;
    font-weight: 600;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.3em;
}
.title-jp,
.about-txt {
    font-family: ten-mincho, serif;
    text-align: center;
}
.title-jp {
    font-size: 2.1rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #4D4D4D;
}
.about-txt {
    font-size: 2.3rem;
    color: #3C3C3B;
    border-left: none;
    letter-spacing: 0.3em;
    margin: 1em 0;
    line-height: 1.8;
    padding: 0;
    font-weight: normal;
}
.more-btn {
    position: relative;
}
.more-btn01 {
    text-align: center;
    margin: 2em auto 0;
    position: relative;
    width: 24%;
}
.more-btn02 {
    width: 96.5%;
    margin-top: 1em;
}
.more-btn a,
.other-link li a {
    display: block;
    background-color: #9A8120;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0.5em 1em 0.5em 1.5em;
}
.more-btn01 a {

}
.more-btn02 a {
    font-weight: normal;
    text-decoration: none;
}
.more-btn a:before,
p.more:before,
p.more-en:before,
.other-link li a:before {
	content: "";
	position: absolute;
	top: calc(60% - 5px);
	right: 24px;
	transform: rotate(30deg);
	width: 16px;
	height: 1px;
	background-color: #fff;
}

.more-btn a:after,
p.more:after,
p.more-en:after,
.other-link li a:after {
	content: "";
	position: absolute;
	bottom: 17px;
	right: 25px;
	transform: translateY(-50%);
	width: 62px;
	height: 1px;
	background-color: #fff;
}

.more-btn a:hover,
.top-contents > div a:hover,
.surgery-box > div a:hover,
.other-link li a:hover {
    opacity: .5;
}
.info-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 480px;
}
.info-area {
    display: flex;
}
.info-img {
    display: grid;
    place-items: center center;
    position: absolute;
    /*top: 20px;*/
    top: 0;
    right: 0;
    width: 50%;
}
.info-box {
    flex-basis: 65%;
    z-index: 2;
    margin-top: 1em;
}
.info-area02 h3 {
    margin-top: 2em;
    font-size: 1.8rem;
    margin-bottom: 0.5em;
}
.info-wrap p.title-en {
    text-align: left;
    padding: 0;
}
.info-wrap .title-jp {
    text-align: left;
}
.info-box figure img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

p.title-surgery {
    color: #587B7F;
}
.top-contents,
.surgery-box {
    display: flex;
}
.surgery-box {
    justify-content: center;
    margin: 2em auto;
    max-width: 1200px;
}
.top-contents > div,
.surgery-box > div {
    width: calc(100% / 3);
}
.top-contents > div a {
    min-height: 350px;
}
.top-contents > div a {
    align-items: flex-end;
}
.top-contents > div a,
.surgery-box > div a {
    display: flex;
    padding: 30px;
    flex-direction: column;
}
.surgery-box > div a {
    align-items: center;
    justify-content: center;
}

.surgery-box > div:not(:last-child) {
    margin-right: 20px;
}
.surgery-box > div a {
    min-height: 270px;
}
.top-contents > div a:hover,
.surgery-box > div a:hover {
    text-decoration: none;
}
.doctor a {
    background: url("../img/doctor_0119.jpg") top center/cover no-repeat;
}
.for-around a {
    background: url("../img/for-around.jpg") bottom center/cover no-repeat;
}
.recruit a {
    background: url("../img/recruit.jpg") center center/cover no-repeat;
}
.cataract a {
    background: url("../img/operation1.jpg") center center/cover no-repeat;
}
.vitreous a {
    background: url("../img/operation2.jpg") center center/cover no-repeat;
}
.eyelids a {
    background: url("../img/operation3.jpg") center center/cover no-repeat;
}
.top-contents > div h3 {
    border-left: none;
    padding: 0;
    text-align: right;
    color: #fff;
    margin: 0 0 0.3em;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
p.more {
    position: relative;
    padding: 0.5em 1em 0.5em 1.5em;
    background-color: #9A8120;
    color: #fff;
}
.doctor p.more,
.recruit p.more {
    width: 178px;
}
.for-around p.more {
    width: 300px;
}
.btn-box {
    background-color: rgba(0,0,0,0.6);
    padding: 0.5em 0 0;
    max-width: 200px;
    width: 100%;
}
.btn-box h3 {
    border-left: none;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-family: ten-mincho, serif;
    text-align: center;
}
p.more-en {
    padding: 0 0 0 2em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
}
p.more-en:after {
    bottom: 13px;
}
.info-area02 {
    padding-top: 1em;
}
.more-btn03 {
    width: 62.5%;
}
span.op {
    font-weight: bold;
    font-size: 1.8rem;
}
a.op-link {
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}
a.op-link:hover {
    text-decoration: none;
    color: #c3000d;
}
p.fw {
    font-weight: bold;
}
span.fw-red {
    color: #c3000d;
    font-weight: bold;
    font-size: 1.8rem;
}
body.home main {
    padding-top: 95vh;
}
body.home footer {
    border-top: 1px solid #ccc;
}



/* ====================
  Page
==================== */
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto 2em;
}
.breadcrumb a {
    color: #333;
    text-decoration: underline;
}
.page-header {
    padding: 2.5em 1em;
}
.page-header h2 {
    position: relative;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.2em;
    padding-bottom: 0.5em;
}
.page-header h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: "";
    border-radius: 3px;
    background: #c3000d;
}
h3 {
    border-left: 6px solid #9c8320;
    padding: 0.3em 0 0.3em 0.8em;
    letter-spacing: 0.2em;
    font-size: 2.1rem;
    margin-bottom: 1em;
    font-family: ten-mincho, serif;
}
h3:not(:first-of-type) {
    margin-top: 2em;
}
h3.first02 {
    margin-bottom: 0;
}
h4 {
    font-size: 1.9rem;
    letter-spacing: 0.15em;
    margin: 2em 0 1em;
    background-color: #F7EDF0;
    padding: 0.3em 0.3em 0.3em 0.8em;
    -webkit-box-shadow: 5px 5px 0 #9c8320;
    box-shadow: 5px 5px 0 #efd3dc;
    font-family: ten-mincho, serif;
    font-weight: normal;
}
h4.line {
    margin: 2em 0 0.5em;
    background-color: transparent;
    box-shadow: none;
}
h4.line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 1px;
    margin-right: 10px;
    background: #333;
}
dl {
    padding: 1em;
}
dt {
    margin-bottom: 0.5em;
}
dt:not(:first-child) {
    margin-top:1.5em;
}
dd {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.5em;
    padding-left: 0.8em;
}
.contents {
    background-color: #f3f0e4;
    padding: 2em 1em;
}
.contents-wrap {
    background-color: #fff;
    max-width: 1200px;
    margin: 1em auto 2.5em;
    padding: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.column {
    display: flex;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}
.column-box01 {
    flex-basis: 66.66%;
    /*margin-left: 2em;*/
}
.column-box01 p {
    letter-spacing: 0.05em;
}
.column-box02 {
    flex-basis: 33.33%;
}
.column-box02 img {
    margin: 0 auto;
    display: block;
}
.column-half:first-of-type {
    margin-right: 2em;
}
.sign {
   text-align: right;
}
.sign p {
    margin-bottom: 0;
}
.sign p.sign-name {
    font-weight: bold;
}

figcaption {
    text-align: center;
    margin-top: 0.5em;
    font-style: italic;
    color: #717071;
}
.txt-left figcaption {
    text-align: left;
}


table {
    width: 100%;
}

table.profile {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 1em;
}
table.profile tr {
    border-bottom: 1px solid #b5b1b1;
}
table.profile th,
table.profile td {
    padding: 1em;
}
table.profile th {
    width: 30%;
    background-color: #f4f4f4;
    text-align: center;
    border-right: 1px solid #ccc;
}
ul.philosophy-list {
    list-style: decimal;
    font-size: 1.7rem;
}
ul.philosophy-list li {
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.5em;
}

p.philosophy-txt {
    padding: 0 1em;
    font-size: 1.7rem;
}
.guidance-time {
    max-width: 100%;
}
h3.first {
    margin-top: 2em;
}

.arrow_down {
    font-size: 30px;
    position: relative;
    width: 0.6em;
    height: 1em;
    background-color: #c3000d;
    margin: 1em auto;
}
.arrow_down:before {
    position: absolute;
    top: 0.8em;
    left: -0.3em;
    width: 0;
    height: 0;
    content: "";
    border-top: 0.6em solid #c3000d;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
}
ul.other-link {
    list-style: none;
    display: flex;
    padding-left: 0;
}
ul.other-link li  {
    position: relative;
    width: 45%;
}
ul.other-link li a:hover {

}
ul.other-link li:first-child {
    margin-right: 2em;
}
.page-header {
    min-height: 250px;
    height: 28vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    align-items:center;
    justify-content: center;
    position: relative;
}
.entry-title-box {
    display:flex;
    align-items:center;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    width: 60%;
    padding: 1em;
    border-radius: 20px 0;
}
.entry-title-txt {
    display: inline-flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    color: #fff;
}
body.operation .page-header {
    background: url("../img/operation_bg.jpg") center center no-repeat;
}
body.about .page-header {
    background: url("../img/about_bg.jpg") center center no-repeat;
}
body.guidance .page-header {
    background: url("../img/guidance_bg.jpg") center center no-repeat;
}
body.greetings .page-header {
    background: url("../img/greetings_bg.jpg") center center no-repeat;
}
body.around .page-header {
    background: url("../img/for-around_bg.jpg") center center no-repeat;
}
body.sick .page-header {
    background: url("../img/sick_bg.jpg") center center no-repeat;
}
body.recruit-info .page-header {
    background: url("../img/recruit_bg.jpg") center center no-repeat;
}

p.en {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    text-align: center;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    color: #9c8320;
}
h1.entry-title {
    font-family: ten-mincho, serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 3rem;
    text-align: center;
}
.contents h2 {
    font-family: ten-mincho, serif;
    text-align: center;
    color: #4D4D4D;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.contents p.en {
    font-size: 2.5rem;
}

.sign-name span {
    font-family: "HG³²Μ-PRO", serif;
    font-size: 2.3rem;
}

.info-time {
    padding: 0;
}
body.greetings .column-box01 p {
    font-family: "CI",Meiryo,"lr oSVbN","MS PGothic",sans-serif;
}

/* f@J_[ */

.schedule table {
    border: 1px solid #ccc;
}
.schedule table th,
.schedule table td.day {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.schedule table th:not(:last-child),
.schedule table td:not(:last-child) {
    border-right: 1px solid #ccc;
}
.schedule table th,
.schedule table td {
    padding: 0.5em;
}

.schedule {
   border: 1px solid #ccc;
}
.schedule-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.schedule-box:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.day {
    /*flex: 0 0 8%;
    -webkit-box-flex: 0 0 8%;*/
    text-align: center;
    font-weight: bold;
    flex-basis: 91px;
}
.time-box {
    flex: 0 0 23%;
    -webkit-box-flex: 0 0 23%;
    border-left: 1px solid #ccc;
}

.time-box-wrap {
    display: flex;
  	display:-webkit-box;
    align-items: center;
	-webkit-box-align: center;
    padding: 0.3em;
    margin: 0.5em;
}
.time-box p {
    padding: 0;
    margin: 0;
}
p.am,
p.pm {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin-right: 0.5em;
}
p.am {
    color: #9A8120;
}
p.pm {
    color: #4B819B;
}
.am-box .time-box-wrap {
    background-color: #EBE6D2;

}
.pm-box .time-box-wrap {
    background-color: #DBE6EB;

}
.holiday {
    border-left: 1px solid #ccc;
    flex: 0 0 92%;
    -webkit-box-flex: 0 0 92%;  
}
.holiday-wrap {
    padding: 0.3em;
    margin: 0.5em;
    background-color: #F7E9E0;
    text-align: center;
}
.time-header {
    flex: 0 0 46%;
    -webkit-box-flex: 0 0 46%;
}
.time-header .time-box-wrap {
    justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.time-header p {
    font-weight: bold;
}




/* Q&A */

p.qa-txt {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 2em;
    font-family: ten-mincho, serif;
}

.accordion__container {
    margin: 1em;
}

.accordion__title {
    background-color: #3c3c3b;
    border: 3px solid transparent;
    color: #fff;
    padding: .3em .3em .3em 1em;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
    font-family: ten-mincho, serif;
    font-weight: normal;
}

.accordion__title:before, 
.accordion__title:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 4px;
  right: 25px;
}

.accordion__title:after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
  background-color: #9c8320;
}
.accordion__title.is-active {
    margin-bottom: 0;
}

.accordion__title.is-active:before {
  opacity: 0;
}

.accordion__title.is-active:after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion__content.is-open {
  border: 3px solid #9c8320;
  padding: .625em 1.5em;
  height: auto;
  opacity: 1;
    font-size: 1.7rem;
    line-height: 1.9;
    margin-bottom: 1.5em;
}
.accordion__content span {
    font-size: 2.8rem;
    font-weight: bold;
    color: #c3000d;
    margin-right: 0.5em;
}
.accordion__content h4 {
    margin: 2em 0 0.5em;
}
.anser {
    margin-bottom: 2em;
    border-bottom: 1px dashed #ccc;
}
.accordion__content .column {
    margin-top: 1em;
}
ul.anser-list {
    margin-top: 2em;
}
ul.anser-list li {
    margin-bottom: 2em;
}
ul.anser-list li h5 {
    font-size: 1.7rem;
    border-bottom: 1px solid #c3000d;
    padding: 0 0 0.3em 0.3em;
    border-top: none;
    border-right: none;
    border-left: none;
}
ul.check {
    list-style: none;
    margin-top: 1em;
    padding-left: 1em;
}
ul.check li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1em;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.3em;
    content: "\f058";
    color: #c3000d;
    font-size: 1.7rem;
}

p.map {
    text-align: center;
}
.map-link {
    margin: 2em auto;
    text-align: center;
}
.map-link a {
    color: #fff;
    padding: 0.5em 2em;
    box-sizing: border-box;
    -webkit-transition: 600ms;
            transition: 600ms;
    background-color: #C8000D;
    border-radius: 25px;
    font-size: 1.8rem;
}
.map-link a:hover {
    background: #fff;
    color: #C8000D;
    box-sizing: border-box;
    border: 1px solid #C8000D;
    text-decoration: none;
}
ul.link-list {
    margin-bottom: 0;
}
ul.link-list li {
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.5em;
}
ul.link-list li a {
    color: #333;
    text-decoration: underline;
}
ul.link-list li a:hover {
    color: #c3000d;
}

p.soon {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* ίΧΜγ@ΜF³άΦ */

.around-wrap {
    position: relative;
    min-height: 480px;
}
.around-area {
    display: flex;
}
.around-img {
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.around-txt {
    flex-basis: 56%;
    z-index: 2;
    margin-top: 3.5em;
    background-color: rgba(255,255,255,0.5);
    padding: 1em;
}

ul.surgery-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
ul.surgery-list li {
    width: 45%;
    margin-bottom: 0.5em;
}
.map-btn {
    width: 50%;
    margin-bottom: 2em;
}

/* Μpξρ */
.around-txt p.en {
    text-align: left;
}
.around-txt h2 {
    margin-bottom: 1em;
    text-align: left;
}
.recruit-info-txt {
    margin-top: 1em;
    margin-bottom: 2em;
}
h5 {
    border: 1px solid #9c8320;
    padding: 0.3em 0.3em 0.3em 0.8em;
    font-size: 1.6rem;
}
h5:not(:first-of-type) {
    margin-top: 1em;
}
.process {
    display: flex;
    align-items: center;
}
.process h5:not(:first-of-type) {
    margin-top: 0;
}
.process h5 {
    padding: 0.5em 2em;
    margin-bottom: 0;
}
.process p {
    margin-bottom: 0;
    font-size: 2.5rem;
}
.process p i {
    color: #9c8320;
}


/* XC_[ */

.slide-wrap {
    max-width: 1090px;
    margin: 0 auto;
    box-shadow: 0 0 5px #ccc;
    padding: 1em;
}
.slick-slide {
  position: relative;
}
.slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 8px);
  padding: 10px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  opacity: 0;
  transition: .3s ease;
  text-align: center;
  margin-bottom: 0;
}
.slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}
.slick-next {
    right: 19%;
}
.slick-prev, 
.slick-next {
    width: 30px;
    height: 30px;
}
.slick-prev {
    left: 18%;
    z-index: 50;
}
.slick-prev:before, 
.slick-next:before {
    color: #333;
    font-size: 3rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-prev:before {
    content: "\f137";
}
.slick-next:before {
    content: "\f138";
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    background: #aaa;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #333;
}


/* CX^ίέ */
.instagram {
    max-width: 1136px;
    margin: auto;
}
.instagram-gallery {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.instagram-gallery li {
    min-width: 33.3333%;
    width: 33.3333%;
    overflow: hidden;
    padding: 0 0.5em;
    margin: 0 0 1em;
}
.instagram-gallery li img {
    display: block;
    transition-duration: 0.5s;
}
.instagram-gallery li:hover {
    border-radius: 10px;
}
.instagram-gallery li img:hover {
    transform: scale(1.3);
    transition-duration: 0.5s;
    opacity: 0.6;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column-box02 img.sp-photo {
    display: none;
}
.line-box {
    margin-top: 1em;
    border-top: 1px dashed #ccc;
    padding-top: 1em;
}


/* ====================
  Footer
==================== */

.footer-info {
    padding: 4em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-tel {
    margin-left: 4em;
}
.footer-tel h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 4.4rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}
.footer-logo p {
    font-size: 1.9rem;
    font-weight: 500;
}
.footer-tel p {
    font-size: 1.7rem;
}
p.copy-rigth {
    font-size: 1.5rem;
    padding: 1em 0 2em;
    text-align: center;
    border-top: 1px solid;
    font-weight: normal;
}

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: rgba(195,0,13, 0.8);
    position: fixed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(0);
    text-decoration: none;
    z-index: 100;
}
#fixedTop a i {
    color: #fff;
    font-size: 2.5rem;
    margin-top: 0.1em;
}
#fixedTop a {
    display: block;
    line-height: 0.8;
    height: 100%;
}
#fixedTop a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#fixedTop.show {
    transform: scale(1);
    -webkit-transform: translateZ(0);
	-webkit-animation: bounce 0.8s linear 0s 1;
	animation: bounce 0.8s linear 0s 1;
}
@-webkit-keyframes bounce {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes bounce {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

#fixedTop a span {
    display: block;
    color: #fff;
    font-size: 1.3rem;
}
footer .no-bg {
    border-bottom: 4px solid;
}
p.fax {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}





@media screen and (min-width:1141px) {
.main-visual-box {
    min-height: 780px;
}
}
@media screen and (max-width:1242px) {
.header-fixed .header-wrap {
    padding: 0.2em 1em 0.8em;
}
.pc-menu {
    display: none;
}
.sp-menu {
    display: block;
}
.header-wrap {
    display: block;
    padding: 0.5em;
}
.button_container {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    z-index: 500;
    background-color: #fff;
    transition: opacity .25s ease;
}
.button_container.active {
    position: fixed;
    right: 7px;
    top: 15px;
}
.button_container:hover {
  opacity: .9;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #3c3c3b;
}
.button_container.active .middle {
  opacity: 0;
  background: #3c3c3b;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #3c3c3b;
}

.button_container span {
  background: #3c3c3b;
    border: none;
    height: 5px;
    width: 75%;
    position: absolute;
    top: 11px;
    left: 6px;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 24px;
}
.button_container span:nth-of-type(3) {
  top: 37px;
}

.button_container.active span:nth-of-type(3) {
  top: 33px;
}

.overlay {
  position: fixed;
  background: #3c3c3b;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
    z-index: 400;
  overflow-y: auto;
  overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}


.tel-icn {
    position: absolute;
    top: 11px;
    right: 74px;
    font-size: 3.5rem;
    background-color: #9c8320;
}
.tel-icn a {
    display: block;
    color: #fff;
    width: 52px;
    height: 52px;
    text-align: center;
}
/*overlay*/

.sp-wrap {
	color:#fff;
	max-width:90%;
	margin:0 auto;
    padding: 4em 0;
}
ul.wrap-nav {
    padding-left: 0;
    list-style: none;
}
ul.wrap-nav li {
    margin-bottom: 2em;
}
ul.wrap-nav li > ul {
    padding-left: 1.5em;
    list-style: none;
    margin-top: 0.5em;
}
ul.wrap-nav li > ul li {
    margin-bottom: 0.5em;
}
ul.wrap-nav li > ul li a:after,
ul.wrap-nav li h2 a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.3em;
    content: "\f138";
}
ul.wrap-nav li h2 {
    font-size: 1.9rem;
    border-bottom: 1px solid;
    padding-bottom: 0.3em;
}
ul.wrap-nav li a,
ul.wrap-nav li > ul li a {
    font-size: 1.9rem;
    color: #fff;
}
}


@media screen and (min-width:2600px) {
.doctor a {
    background: url("../img/doctor.jpg") bottom center/cover no-repeat;
}
}


@media screen and (max-width:1024px) {
.time-box {
    flex: 0 0 21.5%;
    -webkit-box-flex: 0 0 21.5%;
}
.time-header {
    flex: 0 0 43%;
    -webkit-box-flex: 0 0 43%;
}
.holiday {
    flex: 0 0 87%;
    -webkit-box-flex: 0 0 87%;  
}
}

@media screen and (max-width:900px) {
.info-time table td {
    font-size: 2rem;
}
.d-line {
    top: 13px;
    left: 42%;
    width: 30px;
    height: 30px;
}
.double-circle, 
.double-circle02 {
    width: 20px;
    height: 20px;
}
.double-circle:before,
.double-circle02:before {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
}
.double-circle {
    bottom: 4px;
    right: 6px;
}
.top-contents {
    flex-wrap: wrap;
}
.top-contents > div {
    width: 100%;
}
.surgery-box {
    overflow: hidden;
}
}

@media screen and (max-width:768px) {
.contents-wrap {
    padding: 2em 1em;
}
h4 {
    margin: 1em 0;
}
.button-menu {
    top: 24px;
}
.main-visual-box {
    min-height: 500px;
}

.smooth {
    font-size: 2.5rem;
}

.measures {
    max-width: 100%;
    margin: 3em 1em;
}
.btn01 a, 
.btn02 a {
    font-size: 2rem;
    padding: 0.5rem 2rem;
}
.bottom-info {
    flex-wrap: wrap;
}
.bottom-info-wrap {
    width: 100%;
}
.bottom-info-wrap:first-of-type {
    margin-bottom: 2em;
}
.site-map ul {
    display: block;
    margin: 0 auto;
    max-width: 706px;
}
.site-map ul li {
    margin: 0 1.5em 1em;
    display: inline-block;
    vertical-align: top;
}
.site-map ul li > ul,
.site-map ul li > ul li {
    display: block;
}
.site-map ul li > ul li {
    margin: 0.5em;
}
.footer-tel {
    margin-left: 3em;
}
.footer-tel h2 {
    font-size: 3.5rem;
}
.info-time table td.circle i {
    left: 22px;
}
.double-circle {
    right: 7px;
}
ul.other-link li a {
    padding: 0.5rem 1rem;
    font-size: 1.9rem;
}
.accordion__container {
    margin: 1em 0;
}
.accordion__content.is-open {
    padding: .625em 1em;
}
.accordion__content .column {
    margin-top: 0.5em;
}
.accordion__content h4 {
    margin: 2em 0 1em;
}
ul.anser-list {
    padding-left: 2em;
}
.more-btn01 {
    width: 33%;
}
.info-img {
    width: 40%;
    top: 0;
}
.info-wrap {
    min-height: 400px;
}
.page-header {
    min-height: 185px;
    height: 18vh;
}
.slide-wrap {
    padding: 0.5em;
}
.slick-slide .caption {
    width: 100%;
    padding: 10px;
}
.slick-next {
    right: -5px;
}
.slick-prev {
    left: -5px;
}
.main-bg {
     height: 45vh;
     min-height: 450px;
}
body.home main {
    padding-top: 46vh;
}
.slick-dots {
    bottom: -35px;
}
.surgery-box > div a {
    padding: 30px 20px;
}
.column {
    flex-wrap: wrap;
}
.column-box01 {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 1em;
}
.column-box02 {
    flex-basis: 100%;
}
.schedule {
    width: 100%;
}
ul.other-link {
    display: block;
}
ul.other-link li:first-child {
    margin-right: 0;
    margin-bottom: 1em;
}
ul.other-link li {
    width: 100%;
}
.more-btn a:after, 
p.more:after, 
p.more-en:after, 
.other-link li a:after {
    bottom: 15px;
}
.entry-title-box {
    width: 80%;
}
.around-img {
    position: relative;
    width: 100%;
}
.around-area {
    display: block;
}
.around-txt {
    flex-basis: 100%;
    margin-top: 1em;
    margin-bottom: 2em;
}
}

@media screen and (max-width:600px) {
.main-visual-box {
    min-height: 235px;
}
p,
.measures p {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.8rem;
}
h4 {
    font-size: 1.5rem;
    margin: 1.5em 0 1em;
}
.header-wrap {
    padding: 0 0.5em 0.3em;
}
.header-fixed .header-wrap {
    padding: 0 0.5em;
}
.header-wrap h1 {
    width: 45%;
}
.button-menu {
    right: 16px;
    top: 13px;
    font-size: 3rem;
}
.button-menu a {
    width: 40px;
    height: 40px;
    line-height: 38px;
}
.tel-icn {
    top: 6px;
    right: 59px;
    font-size: 3rem;
}
.tel-icn a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.button_container {
    top: 7px;
    right: 8px;
    height: 40px;
    width: 40px;
}
.button_container span {
    top: 9px;
    height: 4px;
    left: 5px;ol
}
.button_container span:nth-of-type(2) {
    top: 18px;
}
.button_container span:nth-of-type(3) {
    top: 27px;
}
.button_container.active {
    right: 14px;
    top: 11px;
}
.button_container.active .top {
    top: 7px;
}
.button_container.active span:nth-of-type(3) {
    top: 29px;
}
ul.wrap-nav li h2,
ul.wrap-nav li a, 
ul.wrap-nav li > ul li a {
    font-size: 1.6rem;
}
.info-time {
    padding: 0.5em;
}
.info-time table th,
.info-time table td.time {
    font-size: 1.2rem;
}
.info-time table td {
    font-size: 1.3rem;
}
.info-time table td span {
    font-size: 1rem;
}
.btn01 a,
.btn02 a {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0;
}
.smooth {
    font-size: 1.5rem;
    padding: 0 0.5em;
    margin: 1em auto;
}
.bg-on,
.no-bg {
    padding: 1em;
}

.page-header h2 {
    font-size: 2rem;
}
.info-time {
    margin: 1em auto;
}
.measures {
    margin: 1em;
    padding: 1em;
}
.news-area ul {
    padding: 1em;
}
.news-area ul li {
    display: block;
    font-size: 1.6rem;
}
.news-txt ul li {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
}
p.date {
    margin-right: 0;
    margin-bottom: 0;
}
.bg-black {
    padding: 1em;
}
.bottom-info-wrap h3 {
    font-size: 2rem;
}
.bottom-info-wrap ul {
    font-size: 1.8rem;
    margin: 1em 0;
    flex-wrap: wrap;
}
.bottom-info-wrap h4 {
    font-size: 3rem;
}

.mail-btn a {
    padding: 0.5rem 1.5rem;
}
.site-map ul {
    display: block;
}
.site-map ul li {
    margin: 0;
    display: block;
}
.site-map ul li > ul {
    display: flex;
    padding-left: 0.5em;
    justify-content: flex-start;
    margin: 0 0 1em;
    line-height: 1;
    flex-wrap: wrap;
}
.site-map ul li h2 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0.5em 0 0;
    border-bottom: 1px solid #ccc;
}
.site-map ul li h2.sp-one {
    margin: 1.5em 0;
}
.site-map ul li:nth-child(3) {
    margin-bottom: 0.5em;
}
.site-map ul li > ul li a:after,
.site-map ul li h2.sp-one a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.3em;
    content: "\f138";
}
.footer-info {
    flex-wrap: wrap;
    padding: 2em 1em;
}
.footer-tel {
    margin-left: 0;
    margin-top: 1em;
}
.footer-tel h2 {
    font-size: 3rem;
    text-align: left;
}
.contents {
    padding: 1em 0.5em;
}
.contents-wrap {
    padding: 1em 1em 2em;
}
.d-line {
    top: 9px;
    left: 29%;
    width: 15px;
    height: 15px;
}
.double-circle, 
.double-circle02 {
    width: 13px;
    height: 13px;
    border: solid #333 1px;
}
.double-circle {
    right: 4px;
    bottom: 4px;
}
.double-circle:before,
.double-circle02:before {
    width: 7px;
    height: 7px;
    top: 2px;
    left: 2px;
    border: solid #333 1px;
}
.info-time table td.circle i {
    top: 4px;
    left: 5px;
}
.note-box p {
    font-size: 1.3rem;
}
.note-box p.off-tyme {
    margin-bottom: 0;
}
.double-circle03 {
    width: 13px;
    height: 13px;
    border: solid #333 1px;
}
.double-circle03:before {
    width: 7px;
    height: 7px;
    top: 2px;
    left: 2px;
    border: solid #333 1px;
}
.page-header {
    padding: 1em;
}
.page-header h2:before {
    bottom: -2px;
}
ul.philosophy-list {
    font-size: 1.6rem;
    padding-left: 1.5em;
}
.site-map ul li > ul li {
    margin: 0.5em 1.5em 0.5em 0;
}
.column {
    flex-wrap: wrap;
}
.column-box01 {
    flex-basis: 100%;
}
.column-box02 {
    flex-basis: 100%;
    margin-left: 0;
}
.sp-column-box01 {
    order: 2;
}
table.profile th,
table.profile td {
    display: block;
}
table.profile th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table.profile td ul {
    padding-left: 1.5em;
}
h4.line {
    padding: 0;
}
h4.line:before {
    width: 35px;
}
dl {
    padding: 1em 0 1em;
}
ul.other-link {
    display: block;
}
ul.other-link li a {
    font-size: 1.5rem;
}
ul.other-link li:first-child {
    margin-right: 0;
    margin-bottom: 1.5em;
}
p.qa-txt {
    font-size: 1.6rem;
}
.accordion__title {
    font-size: 1.6rem;
    padding: 0.3em 1em;
}
.accordion__title:before, 
.accordion__title:after {
  top: 46%;
  right: 12px;
}
.accordion__content.is-open {
   padding: .625em 0.5em;
}
.anser:last-of-type {
   margin-bottom: 0;
   border-bottom: none;
}
.txt-left figcaption {
   font-size: 1.3rem;
}
ul.anser-list {
   padding-left: 1.3em;
}
ul.anser-list li h5 {
   font-size: 1.4rem;
}
ul.check {
   padding-left: 0;
}
ul.check li {
    font-size: 1.5rem;
    line-height: 1.8;
}
.site-map {
    margin: 0 auto;
}
p.title-en {
    font-size: 2rem;
}
.title-jp {
    font-size: 1.6rem;
}
.about-txt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.about-slider:before,
.about-slider:after {
    content: none;
}
.more-btn {
    margin-bottom: 1em;
}
.more-btn a {
    font-size: 1.6rem;
}
.more-btn a:after {
    bottom: 16px;
}
.info-area,
.around-area {
    display: block;
}
.info-img,
.around-img {
    position: relative;
    width: auto;
    top: 0;
}
.info-box {
    flex-basis: 100%;
}
.more-btn01 {
    width: 100%;
    margin: 1em auto 0;
}
.info-box {
    margin-top: 0;
}
.more-btn02 {
    width: 100%;
}
.top-contents > div a {
    padding: 10px;
    min-height: 270px;
}
.news-txt ul {
    padding: 0;
}
.time-box-wrap {
    display: block;
    margin: 0;
}
.day,
.holiday-wrap,
.time-box p {
    font-size: 1rem;
}
.surgery-box {
    flex-wrap: wrap;
}
.surgery-box > div {
    width: 100%;
}
.surgery-box > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
}
.around-txt {
    margin-top: 0;
    padding: 0;
    margin-bottom: 2em;
}
ul.other-link li {
   width: 100%;
}
.arrow_down {
   font-size: 20px;
}
.slick-dots {
    bottom: -34px;
} 
.main-bg img.pc-img {
    display: none;
}
.main-bg img.sp-img {
    display: block;
}
.main-bg {
    height: 25vh;
    min-height: 250px;
}
body.home main {
    padding-top: 30vh;
}
.entry-title-box {
    width: 90%;
}
.page-header {
    min-height: 125px;
    height: 10vh;
}
p.en {
    font-size: 2.5rem;
}
h1.entry-title,
.contents p.en,
.contents h2 {
    font-size: 2rem;
}
.more-btn03 {
    width: 100%;
}
.instagram-gallery li {
    padding: 0 0.3em;
    margin: 0 0 0.5em;
}
.column-box02 img.pc-photo {
    display: none;
}
.column-box02 img.sp-photo {
    display: block;
}
}
@media screen and (max-width:360px) {
.bg-on,
.no-bg {
    padding: 1em 0.5em;
}
.info-time table th, 
.info-time table td.time,
.info-time table td {
    font-size: 1rem;
}
.d-line {
    top: 6px;
    left: 29%;
}
.double-circle,
.double-circle02 {
    width: 10px;
    height: 10px;
}
.double-circle:before,
.double-circle02:before {
    width: 4px;
    height: 4px;
    top: 2px;
    left: 2px;
}
.double-circle {
    right: 2px;
}
}