@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap);
@import url(//fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap);

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

*:focus {
  outline: none;
}

/*input[type="checkbox"],
input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="radio"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}*/
img {
  max-width: initial;
}

body {
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  height: 100%;
  min-width: 1120px;
}

.inner {
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner-m {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner-l {
  width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.8;
    min-width: 100%;
  }

  .inner,
  .inner-m,
  .inner-l {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
  }

  img {
    width: 100%;
  }

  main {
    margin-top: 0px !important;
  }
}

/*--- link ---*/
a {
  color: #333;
}

a:link,
a:hover,
a:active,
a:focus {
  border: none;
  text-decoration: none;
}

header .nav-top {
  padding-top: 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

header .nav-top h1 {
  text-align: center;
  margin-bottom: 20px;
}

header .nav-top nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .nav-top nav ul li {
  margin-left: 30px;
  font-size: 15px;
  text-shadow: 0 0 5px #999, 0 0 5px #999;
}

header .nav-top nav ul li:first-child {
  margin-left: 0px;
}

header .nav-top nav ul li a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

header .nav-top nav ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

header .nav-top nav ul li a:hover:after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

header .nav-top nav ul li.dw {
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
}

header .nav-top nav ul li.dw.open>.dropdwn_menu {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

header .nav-top nav ul li .dropdwn>li {
  display: inline;
}

header .nav-top nav ul li .dropdwn_menu {
  width: 321px;
  position: absolute;
  padding: 0;
  top: 30px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .nav-top nav ul li .dropdwn_menu.arow {
  width: 130px;
}

header .nav-top nav ul li .dropdwn_menu li {
  width: 160px;
  margin: 0 0 1px;
  padding: 0;
  text-align: left;
}

header .nav-top nav ul li .dropdwn_menu li:nth-child(odd) {
  margin-right: 1px;
}

header .nav-top nav ul li .dropdwn_menu.arow li:nth-child(even) {
  margin-left: 0px;
}

header .nav-top nav ul li .dropdwn_menu li a {
  padding: 10px 0 10px 10px;
  background-color: #094ea1;
  display: block;
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header .nav-top nav ul li .dropdwn_menu li a:after {
  display: none;
}

header .nav-top nav ul li .dropdwn_menu li a:hover {
  opacity: 0.7;
}

header .nav-fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

header .nav-fix nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .nav-fix nav ul li {
  margin-left: 30px;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
}

header .nav-fix nav ul li:first-child {
  margin-left: 0px;
}

header .nav-fix nav ul li a {
  color: #333;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

header .nav-fix nav ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

header .nav-fix nav ul li a:hover:after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

header .nav-fix nav ul li.dw {
  position: relative;
  display: block;
  cursor: pointer;
  /*&:hover{
							& > .dropdwn_menu{
								clip-path: inset(0);
							}	
						}*/
}

header .nav-fix nav ul li.dw.open>.dropdwn_menu {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

header .nav-fix nav ul li .dropdwn>li {
  display: inline;
}

header .nav-fix nav ul li .dropdwn_menu {
  width: 321px;
  position: absolute;
  padding: 0;
  top: 60px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .nav-fix nav ul li .dropdwn_menu.arow {
  width: 130px;
}

header .nav-fix nav ul li .dropdwn_menu li {
  width: 160px;
  margin: 0 0 1px;
  padding: 0;
  text-align: left;
  height: auto;
  line-height: 1.2;
}

header .nav-fix nav ul li .dropdwn_menu li:nth-child(odd) {
  margin-right: 1px;
}

header .nav-fix nav ul li .dropdwn_menu.arow li:nth-child(even) {
  margin-left: 0;
}

header .nav-fix nav ul li .dropdwn_menu li a {
  padding: 15px 0 15px 10px;
  background-color: #094ea1;
  display: block;
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header .nav-fix nav ul li .dropdwn_menu li a:after {
  display: none;
}

header .nav-fix nav ul li .dropdwn_menu li a:hover {
  opacity: 0.7;
}

header .btn-r {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .btn-r a {
  display: inline-block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border: 1px solid #ddd;
  margin-bottom: 8px;
}

header .btn-r a:hover {
  opacity: 0.7;
}

header .btn-r a.tel {
  display: none;
}

header .btn-r.coming:before {
  content: '準備中';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  font-size: 16px;
  line-height: 90px;
  color: #fff;
}

header.top-anime-h .nav-top h1 {
  opacity: 0;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

header.top-anime-h .nav-top nav {
  opacity: 0;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

header.top-anime-h.active .nav-top h1 {
  opacity: 1;
}

header.top-anime-h.active .nav-top nav {
  opacity: 1;
}

header .sp-logo {
  display: none;
}

.is-fixed .nav-fix {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.is-fixed .btn-r {
  top: 80px;
}

@media screen and (max-width: 768px) {
  header .nav-top {
    padding-top: 15px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }

  header .nav-top h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  header .nav-top h1 img {
    width: 240px;
  }

  header .nav-top nav {
    display: none !important;
  }

  header .nav-fix {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    box-shadow: 1px 1px 5px #dedede;
  }

  header .nav-fix nav {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 40px 40px;
  }

  header .nav-fix nav .dropdwn {
    display: block;
  }

  header .nav-fix nav ul {
    display: block;
  }

  header .nav-fix nav ul li {
    margin-left: 0px;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.4;
  }

  header .nav-fix nav ul li:first-child {
    margin-left: 0px;
  }

  header .nav-fix nav ul li:last-child {
    margin-bottom: 0px;
  }

  header .nav-fix nav ul li.dw {
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    padding-left: 1.5em;
  }

  header .nav-fix nav ul li.dw:after {
    content: '';
    background: url(../images/arrow2.png) no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 120px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  header .nav-fix nav ul li.dw:before {
    content: '－';
    position: absolute;
    top: 0;
    left: 0;
  }

  header .nav-fix nav ul li.dw.open:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  header .nav-fix nav ul li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
  }

  header .nav-fix nav ul li a:before {
    content: '－';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .nav-fix nav ul li a:after {
    display: none;
  }

  header .nav-fix nav ul li .dropdwn>li {
    display: block;
    position: relative;
  }

  header .nav-fix nav ul li .dropdwn_menu {
    width: 100%;
    display: none;
    position: relative;
    padding: 0;
    top: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
  }

  header .nav-fix nav ul li .dropdwn_menu li {
    width: 160px;
    margin: 0 0 1px;
    padding: 0;
    text-align: left;
    float: left;
  }

  header .nav-fix nav ul li .dropdwn_menu li a {
    padding: 5px 0 5px 15px;
    background: none;
    display: block;
    color: #333;
    font-size: 14px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  header .nav-fix nav ul li .dropdwn_menu li a:hover {
    opacity: 0.7;
  }

  header .btn-r {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    right: auto;
    left: 0;
    z-index: 100;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  header .btn-r.coming:before {
    line-height: 60px;
  }

  header .btn-r a {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #094ea1;
    margin-bottom: 0;
    height: 63px;
    line-height: 63px;
    width: 33.333%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  header .btn-r a:nth-child(even) {
    background-color: #094ea1b5;
  }

  header .btn-r a:hover {
    opacity: 1;
  }

  header .btn-r a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  header .btn-r a span:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  header .btn-r a span.icon-rsv:before {
    background-image: url(../images/top/sp_icon_rsv.png);
    width: 54px;
    height: 41px;
  }

  header .btn-r a span.icon-rsv2:before {
    background-image: url(../images/top/sp_icon_rsv2.png);
    width: 54px;
    height: 41px;
  }

  header .btn-r a span.icon-movie:before {
    background-image: url(../images/top/sp_icon_movie.png);
    width: 54px;
    height: 38px;
  }

  header .btn-r a span.icon-blog:before {
    background-image: url(../images/top/sp_icon_blog.png);
    width: 58px;
    height: 42px;
  }

  header .btn-r a.tel {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
  }

  header .btn-r a.tel span:before {
    content: "";
    background: url(../images/top/sp_icon_tel2.png) no-repeat;
    background-size: contain;
    width: 53px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  header .btn-r a span.icon-line:before {
    content: "";
    background: url(../images/top/sp_icon_line2.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  header .menu {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 3%;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*&:after{
				content: '';
				background-color: #928042;
				width: 38px;
				height: 38px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -21px 0 0 -19px;
				z-index: -1;
				border-radius: 24px;
			}*/
  }

  header .menu .menu-trigger,
  header .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header .menu .menu-trigger {
    position: relative;
    width: 26px;
    height: 20px;
    display: block;
  }

  header .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #094ea1;
    border-radius: 1px;
    overflow: hidden;
  }

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

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

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

  header .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  header .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  header .menu.fixed {
    position: fixed;
  }

  header .pc-logo {
    display: none;
  }

  header .sp-logo {
    display: block;
  }

  header .sp-logo img {
    width: 170px;
    padding: 8px;
  }

  /*.hidden{
		transform: translateY(0);
	}
	.is-fixed{
		header{
			overflow: visible;
			position: fixed;
			transform: translateY(0);
		}
	}*/
}

footer {
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}

footer .inner {
  width: 1000px;
  padding: 40px 0 55px;
}

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

footer .inner ul li dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

footer .inner ul li dd {
  padding-left: 1.2em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 16px;
}

footer .inner ul li dd:before {
  content: '-';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .inner ul li dd a:hover {
  text-decoration: underline;
}

footer .inner ul li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner ul li:nth-child(2) dl {
  margin-left: 50px;
}

footer .inner ul li:nth-child(2) dl:first-child {
  margin-left: 0px;
  padding-top: 0px;
}

footer .copy {
  background-color: #595757;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 25px 0;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  footer .inner {
    padding: 30px 5% 40px;
  }

  footer .inner ul {
    display: block;
  }

  footer .inner ul li {
    margin-bottom: 20px;
  }

  footer .inner ul li:last-child {
    margin-bottom: 0px;
  }

  footer .inner ul li dt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  footer .inner ul li dd {
    padding-left: 1.2em;
    position: relative;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 14px;
  }

  footer .inner ul li dd:before {
    content: '-';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  footer .inner ul li dd a:hover {
    text-decoration: underline;
  }

  footer .inner ul li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .inner ul li:nth-child(2) dl {
    margin-left: 10px;
    padding-top: 2.2em;
  }

  footer .inner ul li:nth-child(2) dl:first-child {
    margin-left: 0px;
    padding-top: 0px;
  }

  footer .copy {
    font-size: 10px;
    padding: 20px 0 80px;
  }
}

/*---------------------------
		pagetop
----------------------------*/
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #094ea1;
  cursor: pointer;
  z-index: 10;
}

#pagetop:before {
  content: '';
  background: url(/bodysprout/asset/images/btn_top.png) no-repeat;
  width: 25px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-----------------------------
		btn
-----------------------------*/
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  height: 80px;
  border: 1px solid #094ea1;
  line-height: 80px;
  font-size: 16px;
  color: #094ea1;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn a:before {
  content: '';
  background: url(../images/arrow2.png) no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #094ea1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.btn a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.btn a:hover {
  color: #fff;
}

.btn a:hover:before {
  content: '';
  background: url(../images/arrow2_on.png) no-repeat;
}

.btn a:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .btn a {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }

  .btn a:after {
    display: none;
  }

  .btn a:hover {
    color: #094ea1;
  }

  .btn a:hover:before {
    content: '';
    background: url(../images/arrow2.png) no-repeat;
  }
}

/*-----------------------------
		ttl
-----------------------------*/
h2.ttl {
  font-size: 48px;
  line-height: 0.9;
  font-family: "Lora", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

h2.ttl span {
  display: inline-block;
}

h2.ttl small,
h2.ttl .en {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  color: #094ea1;
  margin-top: 25px;
  font-weight: 600;
}

h2.ttl .en {
  color: #fff;
}

h2.ttl2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

h2.ttl2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

h2.ttl2 span:after {
  content: '';
  width: 150px;
  height: 3px;
  background-color: #094ea1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3.ttl {
  font-size: 28px;
  border-bottom: 2px solid #333;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }

  h2.ttl small,
  h2.ttl .en {
    font-size: 14px;
    margin-top: 10px;
  }

  h2.ttl2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  h2.ttl2 span {
    padding-bottom: 10px;
  }

  h2.ttl2 span:after {
    width: 100px;
  }

  h3.ttl {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 5px;
  }
}

/*-----------------------------
		common-area
-----------------------------*/
#appointment {
  margin-bottom: 100px;
}

#appointment .appointment-wrap {
  background: url(../images/top/appointment_bg.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
  padding: 90px 60px 70px;
}

#appointment .appointment-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#appointment .appointment-wrap ul li {
  color: #fff;
}

#appointment .appointment-wrap ul li.tel {
  font-family: "Lora", serif;
  font-size: 40px;
  padding-left: 40px;
  line-height: 0.8;
  color: #fff !important;
}

#appointment .appointment-wrap ul li.tel .wrap {
  background-color: #094ea1b5;
  position: relative;
  padding: 41px 40px 41px 80px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#appointment .appointment-wrap ul li.tel .wrap::before {
  content: '';
  background: url(../images/top/icon_tel.png) no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#appointment .appointment-wrap ul li.tel small {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

#appointment .appointment-wrap ul li.tel a {
  color: #fff !important;
}

#appointment .appointment-wrap ul li .btn2 a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 300px;
  text-align: center;
  font-size: 21px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#appointment .appointment-wrap ul li .btn2 a:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

#appointment .appointment-wrap ul li .btn2 a:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#appointment .appointment-wrap ul li .btn2.online {
  margin-bottom: 10px;
}

#appointment .appointment-wrap ul li .btn2.online a span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

#appointment .appointment-wrap ul li .btn2.online a span::before {
  content: '';
  background: url(../images/top/icon1.png) no-repeat;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#appointment .appointment-wrap ul li .btn2.online.coming {
  position: relative;
}

#appointment .appointment-wrap ul li .btn2.online.coming:before {
  content: '準備中';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}

#appointment .appointment-wrap ul li .btn2.contact a span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

#appointment .appointment-wrap ul li .btn2.contact a span::before {
  content: '';
  background: url(../images/top/icon2.png) no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#appointment .appointment-wrap ul li .btn2.line {
  margin-bottom: 10px;
}

#appointment .appointment-wrap ul li .btn2.line a span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

#appointment .appointment-wrap ul li .btn2.line a span::before {
  content: '';
  background: url(../images/top/icon3.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#info {
  margin-bottom: 100px;
}

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

#info .info-wrap .figure {
  width: 50%;
  background: url(../images/top/info_pic.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
  height: 465px;
}

#info .info-wrap article {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
}

#info .info-wrap article h3 {
  margin-bottom: 15px;
}

#info .info-wrap article table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#info .info-wrap article table th,
#info .info-wrap article table td {
  padding: 17px 15px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  background-color: #fffefe;
}

#info .info-wrap article table th a,
#info .info-wrap article table td a {
  color: #333;
}

#info .info-wrap article table th {
  background-color: #f9f8f8;
  width: 80px;
}

#info .info-wrap article table tr:last-of-type th,
#info .info-wrap article table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

#info img {
  max-width: 100%;
  vertical-align: bottom;
}

#info .block {
  margin-bottom: 80px;
}

#info #treatment-flow {
  margin-bottom: 100px;
}

#info #treatment-flow h3.ttl {
  margin-top: 60px;
}

#info #treatment-flow dl dt {
  font-weight: 700;
  font-size: 18px;
  color: #094ea1;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

#info #treatment-flow dl dt:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #094ea1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#info #treatment-flow dl dd {
  margin-bottom: 40px;
}

#info #treatment-flow dl dd:last-of-type {
  margin-bottom: 0px;
}

#info #treatment-flow dl dd.pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#info #treatment-flow dl dd.pic article {
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#info #treatment-flow dl dd.pic .figure {
  width: 300px;
}

#info #treatment-flow dl dd.pic .figure img {
  width: 100%;
}

#info #treatment-flow .lead {
  margin: 40px auto;
  font-size: 1.125rem;
  color: #094ea1;
  line-height: 2;
  text-align: center;
}

#info #treatment-flow .bold {
  font-weight: bold;
}

#access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#access article {
  width: 386px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 35px 0 60px;
}

#access article h2 {
  text-align: left;
  margin-bottom: 50px;
}

#access article .btn {
  margin-top: 75px;
}

#access article .btn a {
  width: 215px;
  height: 60px;
  line-height: 60px;
}

#access article strong {
  color: #b90303;
  display: inline-block;
  padding-top: 5px;
  font-weight: 500;
}

#access #map {
  width: calc(100% - 386px);
  background-color: #dfdfdf;
  height: 430px;
  overflow: hidden;
}

#access #map iframe {
  width: 100%;
  height: 430px;
  opacity: 0.8;
  margin: 0px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #appointment {
    margin-bottom: 40px;
  }

  #appointment .appointment-wrap {
    background: url(../images/top/appointment_bg.jpg?ver=2) no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 7% 50px;
  }

  #appointment .appointment-wrap ul {
    display: block;
  }

  #appointment .appointment-wrap ul li {
    color: #fff;
  }

  #appointment .appointment-wrap ul li.tel {
    font-family: "Lora", serif;
    font-size: 32px;
    position: relative;
    line-height: 0.8;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0px;
    white-space: nowrap;
  }

  #appointment .appointment-wrap ul li.tel .wrap {
    position: relative;
    padding: 20px 20px 20px 60px;
    display: inline-block;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  #appointment .appointment-wrap ul li.tel .wrap::before {
    content: '';
    background: url(../images/top/icon_tel.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 34px;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 3.4em), -50%);
    transform: translate(calc(-50% - 3.4em), -50%);
  }

  #appointment .appointment-wrap ul li.tel small {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #appointment .appointment-wrap ul li.tel::before {
    content: '';
    background: url(../images/top/icon_tel.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 34px;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 3.7em), -50%);
    transform: translate(calc(-50% - 3.7em), -50%);
  }

  #appointment .appointment-wrap ul li .btn2 a {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 16px;
  }

  #appointment .appointment-wrap ul li .btn2 a:after {
    display: none;
  }

  #appointment .appointment-wrap ul li .btn2.online.coming:before {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    top: 1px;
    left: 1px;
  }

  #info {
    margin-bottom: 40px;
  }

  #info .info-wrap {
    display: block;
    min-height: auto;
  }

  #info .info-wrap .figure {
    width: 100%;
    background: url(../images/top/info_pic.jpg?ver=2) no-repeat 50% 50%;
    background-size: cover;
    height: 200px;
    margin-bottom: 20px;
  }

  #info .info-wrap article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding: 0 7%;
  }

  #info .info-wrap article h3 {
    margin-bottom: 15px;
    text-align: center;
  }

  #info .info-wrap article h3 img {
    width: 200px;
  }

  #info .info-wrap article table th,
  #info .info-wrap article table td {
    padding: 10px 10px;
  }

  #info .info-wrap article table th a,
  #info .info-wrap article table td a {
    text-decoration: underline;
  }

  #info .info-wrap article table th {
    white-space: nowrap;
    width: auto;
  }

  #access {
    display: block;
  }

  #access article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  #access article h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  #access article .btn {
    margin-top: 20px;
  }

  #access article .btn a {
    width: 215px;
    height: 50px;
    line-height: 50px;
  }

  #access #map {
    width: 100%;
    height: 300px;
  }

  #access #map iframe {
    height: 300px;
  }
}

/*-----------------------------
		low
-----------------------------*/
.low {
  margin: 0px !important;
}




.low .contents-wrap {
  margin-top: 480px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0px 0 100px;
}

.low #mv {
  position: fixed;
  width: 100%;
  height: 480px;
  z-index: 1;
}

.low #mv h2 {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 0 5px #999, 0 0 5px #999;
}

.low #mv h2 small {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
}

.low #mv.top-anime-h {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.6s all ease-in;
  transition: 0.6s all ease-in;
}

.low #mv.top-anime-h.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.low #breadcrumbs {
  padding: 15px 0 70px;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  padding-left: 1.5em;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: '＞';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.low #breadcrumbs ul li:first-child {
  padding-left: 0px;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low .contents-wrap {
    margin-top: 300px;
    padding: 0px 0 50px;
  }

  .low #mv {
    height: 300px;
    margin-top: 61px;
  }

  .low #mv h2 {
    top: calc(36% + 20px);
    font-size: 32px;
  }

  .low #mv h2 small {
    font-size: 16px;
    margin-top: 15px;
  }

  .low #breadcrumbs {
    padding: 10px 0 40px;
  }

  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}

/*---------------------------
		modal
----------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  height: 80%;
  border: 1px solid #094ea1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

#modal h3 {
  text-align: center;
  color: #094ea1;
  font-size: 18px;
  margin-bottom: 20px;
}

#modal .scroll {
  overflow-y: scroll;
  height: calc(100% - 40px);
}

#modal .close {
  background: url(../images/close.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#modal2 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 1000px;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px;
  height: 80%;
  border: 1px solid #094ea1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

#modal2 .scroll {
  overflow-y: scroll;
  height: calc(100% - 60px);
}

#modal2 .close {
  background: url(../images/close.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#modal2 h3 {
  text-align: center;
  color: #094ea1;
  font-size: 20px;
  margin-bottom: 20px;
}

#modal2 h3.ttl3 {
  font-size: 32px;
}

#modal2 p.lead {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

#modal2 p.lead span {
  display: inline-block;
  background-color: Rgba(121, 114, 8, 1);
  padding: 20px 40px;
  color: #fff;
  line-height: 1;
}

#modal2 p.lead i {
  font-style: normal;
  padding-right: 1em;
  display: inline-block;
}

#modal2 p.strong {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #bd1b1b;
}

#modal2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto 40px;
  font-weight: 700;
}

#modal2 .list li {
  position: relative;
  padding-left: 1.2em;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#modal2 .list li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#modal2 .box {
  background-color: #f9f8f8;
  padding: 20px 40px;
}

#modal2 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#modal2 .box ul li {
  width: 48%;
}

#modal2 .box ul li dd {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

#modal2 .box ul li dd .note {
  font-size: 12px;
  position: relative;
  padding-left: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}

#modal2 .box ul li dd .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #modal {
    width: 90%;
    padding: 5%;
    height: 80%;
  }

  #modal h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #modal .scroll {
    overflow-y: scroll;
    height: calc(100% - 50px);
  }

  #modal .close {
    background: url(../images/close.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }

  #modal2 {
    width: 90%;
    padding: 5%;
    height: 80%;
  }

  #modal2 .scroll {
    overflow-y: scroll;
    height: calc(100% - 40px);
  }

  #modal2 .close {
    background: url(../images/close.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }

  #modal2 h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #modal2 h3.ttl3 {
    font-size: 22px;
  }

  #modal2 p.lead {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  #modal2 p.lead span {
    padding: 10px 20px;
    color: #fff;
    line-height: 1.4;
  }

  #modal2 p.lead i {
    padding: 0;
  }

  #modal2 p.strong {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
  }

  #modal2 .list {
    display: block;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 20px;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }

  #modal2 .list li {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #modal2 .box {
    padding: 20px 20px 10px;
  }

  #modal2 .box ul {
    display: block;
  }

  #modal2 .box ul li {
    width: 100%;
  }
}

/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none !important;
}

.sp_none {
  display: inline-block !important;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  main img {
    width: 100%;
    height: auto;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

.anime.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.no-anime {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: 0s all ease-out !important;
  transition: 0s all ease-out !important;
}

/*------------------------------
    slide
------------------------------*/
.slick-slider .main-txt {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
  z-index: 3;
  line-height: 1.6;
  text-align: center;
  width: 90%;
  text-shadow: 0 0 8px #6c6c6c, 0 0 8px #6c6c6c;
}

@media screen and (max-width: 768px) {
  .slick-slider .main-txt {
    top: 44%;
    font-size: 22px;
  }
}

header .nav-top {
  background: linear-gradient(rgba(64, 107, 177, 0.51), rgb(64 107 177 / 40%), rgba(0, 0, 0, 0));
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  header .nav-top {
    background: none;
  }
}

/*------------------------------
    top
------------------------------*/
#top #mv {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#top #mv ul {
  width: 100%;
  height: 100vh;
}

#top #mv ul li {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#top #mv .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  z-index: 3;
  text-align: center;
  text-shadow: 0 0 10px #555, 0 0 10px #555;
}

#top #mv .txt span {
  display: block;
  background-color: #341f0c;
  font-size: 24px;
  padding: 8px 0;
  margin-bottom: 20px;
}

#top #mv .txt h3 {
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

#top #mv .arrow {
  background: url(../images/top/mv_arrow.png) no-repeat;
  width: 79px;
  height: 35px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -40px;
  -webkit-animation: 3s fuwafuwa infinite;
  animation: 3s fuwafuwa infinite;
  cursor: pointer;
}

@-webkit-keyframes fuwafuwa {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

#top #mv.top-anime {
  opacity: 0;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#top #mv.top-anime.active {
  opacity: 1;
}

#top .contents-wrap {
  margin-top: 100vh;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 40px 0;
}

#top #please {
  margin-bottom: 75px;
}

#top #please .btn {
  text-align: center;
}

#top #please .btn a {
  width: 610px;
  font-size: 20px;
}

#top #please .btn a:before {
  content: '';
  background: url(../images/arrow2.png) no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top #please .btn a:hover:before {
  content: '';
  background: url(../images/arrow2_on.png) no-repeat;
}

#top #our {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 115px;
}

#top #our article {
  width: 58.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 20px 60px;
}

#top #our article h2 {
  font-size: 64px;
  margin-bottom: 45px;
  padding-left: 150px;
  position: relative;
  text-align: left;
}

#top #our article h2:before {
  content: '';
  width: 190px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}

#top #our article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top #our article ul li {
  width: 47%;
}

#top #our .figure {
  width: 41.4%;
  background: url(../images/top/our_pic.png?ver=3) no-repeat 50% 0;
  background-size: cover;
}

#top #our .btn-list {
  width: 100%;
  margin-top: 40px;
}

#top #our .btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top #our .btn-list ul li {
  margin-left: 20px;
}

#top #our .btn-list ul li:first-child {
  margin-left: 0px;
}

#top #our .btn-list ul li a {
  width: 340px;
}

#top #our .btn-list .standerd {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
}

#top #our .btn-list .standerd a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#top #our .btn-list .standerd a:hover {
  opacity: 0.7;
}

#top #news {
  padding: 0 60px;
  margin-bottom: 100px;
}

#top #news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-bottom: -30px;
}

#top #news ul li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
  position: relative;
}

#top #news ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#top #news ul li .figure {
  margin-bottom: 3px;
  overflow: hidden;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
}

#top #news ul li .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
}

#top #news ul li .figure .data {
  position: absolute;
  bottom: -2px;
  left: 0;
}

#top #news ul li .figure .data span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #094ea1;
  font-size: 12px;
  padding: 5px 10px;
}

#top #news ul li article {
  line-height: 1.6;
}

#top #news ul li article h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#top #news ul li article .data {
  margin-top: 10px;
  text-align: center;
}

#top #news ul li article .data span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #094ea1;
  font-size: 12px;
  padding: 5px 10px;
}

#top #news .btn {
  margin-top: 50px;
}

#top #news .btn a {
  width: 340px;
}

#top #instagram {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #top #instagram {
    margin-bottom: 30px;
  }
}

#top #treatments {
  margin-bottom: 120px;
  margin-top: -100px;
  padding-top: 100px;
}

#top #treatments .subject {
  /*dl{
        @include flexbox();
        flex-wrap: wrap;
        width: 100%;
        dd{
          width: 33.3%;
          box-sizing: border-box;
          padding: 0.5px;
          &:nth-of-type(4),&:nth-of-type(5),&:nth-of-type(6),&:nth-of-type(7){
            width: 25%;
          }
          a{
            display: block;
            position: relative;
            z-index: 1;
            &:before{
              content: '';
              background-color: $key1;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 2;
              transition: 0.5s all;
              opacity: 0;
            }
            &:hover{
              //opacity: 0.7;
              &:before{
                opacity: 0.1;
              }
            }
          }
        }
      }
      img{
        width: 100%;
      }*/
}

#top #treatments .subject dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #094ea1;
}

#top #treatments .subject dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 40px;
  background-color: #e7e6e1;
  border-left: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#top #treatments .subject dl dd:nth-of-type(even) {
  background-color: #f6f6f3;
}

#top #treatments .subject dl dd:hover {
  opacity: 0.95;
}

#top #treatments .subject dl dd a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#top #treatments .subject dl dd .figure {
  width: 30%;
}

#top #treatments .subject dl dd .figure img {
  width: 100%;
}

#top #treatments .subject dl dd article {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 1.6;
}

#top #treatments .subject dl dd article h3 {
  font-size: 1.8vw;
  margin-bottom: 10px;
}

#top #treatments .subject dl dd.col4 {
  width: 25%;
  background-color: #e7e6e1;
  display: block;
  border-top: 1px solid #fff;
  padding: 40px 40px;
}

#top #treatments .subject dl dd.col4:nth-of-type(odd) {
  background-color: #f6f6f3;
}

#top #treatments .subject dl dd.col4 .figure {
  width: 40%;
  margin: 0 auto 10px;
}

#top #treatments .subject dl dd.col4 article {
  width: 100%;
  padding-left: 0px;
}

#top #treatments .subject dl dd.col4 article h3 {
  text-align: center;
}

#top #treatments ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 447px;
}

#top #treatments ul li .figure {
  background: url(../images/top/treatments_pic1.jpg?ver=4) no-repeat 50%;
  background-size: cover;
  width: calc(100% - 420px);
  height: 100%;
  min-height: 447px;
}

#top #treatments ul li article {
  width: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 60px 50px 60px;
  text-align: left;
}

#top #treatments ul li article h2 {
  text-align: left;
}

#top #treatments ul li article h2 small {
  line-height: 1.6;
}

#top #treatments ul li article .btn {
  margin: 35px auto 0;
}

#top #treatments ul li article .btn a {
  width: 220px;
  height: 60px;
  line-height: 60px;
  margin: auto;
}

#top #treatments ul li.invisalign {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#top #treatments ul li.invisalign .figure {
  background: url(../images/top/treatments_pic2.jpg?ver=3) no-repeat 50%;
  background-size: cover;
}

#top #treatments ul li.message .figure {
  background: url(../images/top/treatments_pic3.jpg?ver=3) no-repeat 23%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #top #mv {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #top #mv ul {
    width: 100%;
    height: 100vh;
  }

  #top #mv ul li {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }

  #top #mv .txt {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    z-index: 3;
    line-height: 1.4;
    text-align: center;
    width: 90%;
  }

  #top #mv .txt span {
    display: block;
    background-color: #341f0c;
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 15px;
  }

  #top #mv .txt h3 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }

  #top #mv .arrow {
    background: url(../images/top/mv_arrow.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 18px;
    bottom: auto;
    top: calc(100vh - 140px);
    margin-left: -20px;
  }

  #top .contents-wrap {
    padding: 30px 0 50px;
  }

  #top #please {
    margin-bottom: 40px;
  }

  #top #please .btn {
    text-align: center;
  }

  #top #please .btn a {
    width: 100%;
    font-size: 16px;
  }

  #top #please .btn a span {
    display: inline-block;
    padding-left: 20px;
  }

  #top #our {
    display: block;
    margin-bottom: 24px;
  }

  #top #our article {
    width: 100%;
    padding: 0 7% 0;
  }

  #top #our article h2 {
    font-size: 36px;
    margin-bottom: 25px;
    padding-left: 70px;
    position: relative;
    text-align: left;
  }

  #top #our article h2:before {
    content: '';
    width: calc(60px + 8%);
    height: 1px;
    position: absolute;
    top: 50%;
    left: -8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
  }

  #top #our article ul {
    display: block;
  }

  #top #our article ul li {
    width: 100%;
    margin-bottom: 2em;
  }

  #top #our article ul li:last-child {
    margin-bottom: 0px;
  }

  #top #our .figure {
    width: 100%;
    height: 300px;
    background: url(../images/top/our_pic.png?ver=3) no-repeat 50% 0;
    background-size: cover;
    margin-top: 30px;
  }

  #top #our .btn-list ul {
    display: block;
  }

  #top #our .btn-list ul li {
    margin-left: 0px;
  }

  #top #our .btn-list ul li:first-child {
    margin-left: 0px;
    margin-bottom: 5px;
  }

  #top #our .btn-list ul li a {
    width: 90%;
    max-width: 340px;
  }

  #top #our .btn-list .standerd {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0 5%;
  }

  #top #our .btn-list .standerd a {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  #top #our .btn-list .standerd a:hover {
    opacity: 0.7;
  }

  #top #news {
    padding: 0 7%;
    margin-bottom: 40px;
  }

  #top #news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-bottom: -20px;
  }

  #top #news ul li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
  }

  #top #news ul li .figure {
    margin-bottom: 10px;
    overflow: hidden;
    height: 130px;
  }

  #top #news ul li .figure .data span {
    font-size: 10px;
    padding: 3px 10px;
  }

  #top #news ul li article {
    font-size: 12px;
    line-height: 1.4;
  }

  #top #news ul li article h3 {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }

  #top #news ul li article .data {
    margin-top: 5px;
    text-align: center;
  }

  #top #news ul li article .data span {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: #094ea1;
    font-size: 9px;
    padding: 5px 10px;
  }

  #top #news .btn {
    margin-top: 20px;
  }

  #top #news .btn a {
    width: 90%;
    max-width: 340px;
  }

  #top #treatments {
    margin-bottom: 40px;
    margin-top: -40px;
    padding-top: 40px;
  }

  #top #treatments .subject {
    /*dl{
          dd{
            width: 100%;
            box-sizing: border-box;
            padding: 0.5px;
            &:nth-of-type(4),&:nth-of-type(5),&:nth-of-type(6),&:nth-of-type(7){
              width: 50%;
            }
            a{
              &:before{
                display: none;
              }
            }
          }
        }
        img{
          width: 100%;
        }*/
  }

  #top #treatments .subject dl {
    display: block;
  }

  #top #treatments .subject dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 25px 20px;
    border: 0px;
    border-top: 1px solid #fff;
  }

  #top #treatments .subject dl dd:nth-of-type(even) {
    background-color: #f6f6f3;
  }

  #top #treatments .subject dl dd:hover {
    opacity: 0.95;
  }

  #top #treatments .subject dl dd .figure {
    width: 30%;
  }

  #top #treatments .subject dl dd .figure img {
    width: 100%;
  }

  #top #treatments .subject dl dd article {
    padding-left: 20px;
  }

  #top #treatments .subject dl dd article h3 {
    font-size: 20px;
  }

  #top #treatments .subject dl dd.col4 {
    width: 100%;
    background-color: #f6f6f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 20px;
  }

  #top #treatments .subject dl dd.col4:nth-of-type(odd) {
    background-color: #e7e6e1;
  }

  #top #treatments .subject dl dd.col4 .figure {
    width: 30%;
    margin: 0 auto 0px;
  }

  #top #treatments .subject dl dd.col4 article {
    width: 70%;
    padding-left: 20px;
  }

  #top #treatments .subject dl dd.col4 article h3 {
    text-align: left;
  }

  #top #treatments ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
  }

  #top #treatments ul li .figure {
    background: url(../images/top/treatments_pic1.jpg?ver=4) no-repeat 77%;
    background-size: cover;
    width: 50%;
    height: 100%;
    min-height: 360px;
  }

  #top #treatments ul li article {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px 30px 20px;
    text-align: left;
    font-size: 12px;
  }

  #top #treatments ul li article h2 {
    text-align: left;
  }

  #top #treatments ul li article .btn {
    margin: 35px auto 0;
  }

  #top #treatments ul li article .btn a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: auto;
  }
}

/*------------------------------
    info
------------------------------*/
#info #mv {
  background: url(../images/info/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

#info #vision {
  margin-bottom: 150px;
  margin-top: -140px;
  padding-top: 140px;
}

#info #vision h2 {
  margin-bottom: 60px;
}

#info #vision p {
  text-align: center;
  font-size: 30px;
  line-height: 2.2;
  font-weight: 700;
}

#info #vision p.txt {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  max-width: 1000px;
  margin: 40px auto 0;
}

#info #message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: -140px;
  padding-top: 140px;
}

#info #message h2 {
  width: 100%;
  margin-bottom: 60px;
}

#info #message .figure {
  width: 588px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 60px;
  position: relative;
}

#info #message .figure img {
  width: 100%;
}

#info #message .figure span {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #094ea1e8;
  width: 400px;
  color: #fff;
  padding: 28px 0;
  font-size: 36px;
  line-height: 1.2;
}

#info #message .figure span small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

#info #message article {
  width: calc(100% - 648px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 60px;
}

#info #message article p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}

#info #message dl {
  width: 80%;
  margin: 90px auto 0;
}

#info #message dl dt {
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#info #message dl dd {
  margin-bottom: 20px;
}

#info #message dl dd:last-of-type {
  margin-bottom: 0px;
}

#info #message dl dd ul {
  padding: 0px 20px;
}

#info #message dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#info #message dl dd ul li .data {
  width: 7em;
}

#info #message dl dd ul li p {
  width: calc(100% - 7em);
}

#info #message dl dd.box {
  padding: 25px 20px;
  background-color: #f2f2f2;
  margin-top: 20px;
}

#info #about {
  margin-bottom: 70px;
}

#info #about .inner {
  width: 800px;
}

#info #about .figure {
  margin-bottom: 40px;
}

#info #about .figure img {
  width: 100%;
}

#info #about table {
  width: 100%;
  border: 1px solid #919191;
  margin-bottom: 15px;
}

#info #about table th,
#info #about table td {
  border-bottom: 1px solid #919191;
  padding: 10px;
  font-size: 16px;
}

#info #about table tr.head th,
#info #about table tr.head td {
  background-color: #f2f2f2;
}

#info #about table+p {
  font-size: 16px;
  margin-left: 10px;
}

#info #gallery {
  margin-bottom: 100px;
}

#info #gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -30px;
}

#info #gallery ul li {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 30px;
}

#info #gallery ul li img {
  width: 100%;
}

#info #gallery ul li p {
  font-weight: 700;
  font-size: 16px;
}

#info #policy {
  margin-bottom: 100px;
}

#info #policy .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

#info #policy .mv .figure {
  width: 588px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 60px;
  position: relative;
}

#info #policy .mv .figure img {
  width: 100%;
}

#info #policy .mv .figure span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #094ea1e8;
  width: 400px;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  line-height: 1.2;
}

#info #policy .mv article {
  width: calc(100% - 648px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 60px;
  font-size: 18px;
}

#info #policy .mv article p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
  border-bottom: 2px solid #333;
}

#info #policy .mv article strong {
  font-size: 20px;
}

#info #policy h3.ttl {
  margin-top: 60px;
}

#info #policy dl dt {
  font-weight: 700;
  font-size: 18px;
  color: #094ea1;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

#info #policy dl dt:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #094ea1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#info #policy dl dd {
  margin-bottom: 40px;
}

#info #policy dl dd:last-of-type {
  margin-bottom: 0px;
}

#info #policy dl dd.pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#info #policy dl dd.pic article {
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#info #policy dl dd.pic .figure {
  width: 300px;
}

#info #policy dl dd.pic .figure img {
  width: 100%;
}

#info #policy .inlist {
  margin-bottom: 20px;
}

#info #policy .inlist li {
  padding-left: 1.5em;
  position: relative;
}

#info #policy .inlist li span {
  position: absolute;
  top: 0;
  left: 0;
}

#info #policy .inlist2 li {
  padding-left: 1.2em;
  position: relative;
}

#info #policy .inlist2 li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #info #vision {
    margin-bottom: 75px;
    margin-top: -60px;
    padding-top: 60px;
  }

  #info #vision h2 {
    margin-bottom: 30px;
  }

  #info #vision p {
    font-size: 22px;
    line-height: 2;
  }

  #info #vision p.txt {
    margin: 20px auto 0;
    padding: 0 5%;
  }

  #info #message {
    display: block;
    margin-bottom: 50px;
    margin-top: -60px;
    padding-top: 60px;
  }

  #info #message h2 {
    margin-bottom: 30px;
  }

  #info #message .figure {
    width: 100%;
    margin-left: 0px;
  }

  #info #message .figure span {
    bottom: -40px;
    width: 280px;
    padding: 18px 0;
    font-size: 26px;
  }

  #info #message .figure span small {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #info #message article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 7% 0px;
  }

  #info #message article p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  #info #message dl {
    width: 86%;
    margin: 45px auto 0;
  }

  #info #message dl dt {
    font-size: 18px;
  }

  #info #message dl dd ul {
    padding: 0px 10px;
  }

  #info #message dl dd.box {
    padding: 15px 10px;
    margin-top: 15px;
  }

  #info #about {
    margin-bottom: 45px;
  }

  #info #about .inner {
    width: 92%;
  }

  #info #about .figure {
    margin-bottom: 20px;
  }

  #info #about table {
    margin-bottom: 15px;
  }

  #info #about table th,
  #info #about table td {
    padding: 7px;
    font-size: 13px;
  }

  #info #about table+p {
    font-size: 14px;
    margin-left: 0px;
  }

  #info #about table+p small {
    font-size: 12px;
  }

  #info #gallery {
    margin-bottom: 50px;
  }

  #info #gallery ul {
    margin-left: 0;
    margin-bottom: -15px;
    display: block;
  }

  #info #gallery ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  #info #gallery ul li p {
    font-size: 14px;
  }

  #info #policy {
    margin-bottom: 60px;
  }

  #info #policy .mv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  #info #policy .mv .figure {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
  }

  #info #policy .mv .figure span {
    width: 280px;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
  }

  #info #policy .mv article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 16px;
    margin-bottom: 20px;
  }

  #info #policy .mv article p {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  #info #policy .mv article strong {
    font-size: 18px;
  }

  #info #policy h3.ttl {
    margin-top: 40px;
  }

  #info #policy dl dt {
    font-size: 16px;
  }

  #info #policy dl dd {
    margin-bottom: 20px;
  }

  #info #policy dl dd.pic {
    display: block;
  }

  #info #policy dl dd.pic article {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  #info #policy dl dd.pic .figure {
    width: 100%;
  }

  #info #policy dl dd.pic .figure img {
    width: 100%;
  }

  #info #policy .inlist {
    margin-bottom: 20px;
  }

  #info #policy .inlist li {
    padding-left: 1.5em;
    position: relative;
  }

  #info #policy .inlist li span {
    position: absolute;
    top: 0;
    left: 0;
  }

  #info #policy .inlist2 li {
    padding-left: 1.2em;
    position: relative;
  }

  #info #policy .inlist2 li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }

  #info #treatment-flow {
    margin-bottom: 60px;
  }

  #info #treatment-flow h3.ttl {
    margin-top: 40px;
  }

  #info #treatment-flow dl dt {
    font-size: 16px;
  }

  #info #treatment-flow dl dd {
    margin-bottom: 20px;
  }

  #info #treatment-flow dl dd.pic {
    display: block;
  }

  #info #treatment-flow dl dd.pic article {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  #info #treatment-flow dl dd.pic .figure {
    width: 100%;
  }

  #info #treatment-flow dl dd.pic .figure img {
    width: 100%;
  }

  #info #treatment-flow .lead {
    font-size: 0.9375rem;
    text-align: justify;
  }
}

/*------------------------------
    treatment
------------------------------*/
.treatment #lead {
  margin-bottom: 80px;
}

.treatment #lead .inner-m {
  overflow: hidden;
}

.treatment #lead .figure {
  float: left;
  margin-right: 40px;
}

.treatment #lead article .lead {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.treatment #lead article strong {
  color: #094ea1;
}

.treatment #step,
.treatment .step {
  margin-bottom: 100px;
}

.treatment#endodontic #step,
.treatment#endodontic .step {
  margin-bottom: 100px;
}

.treatment #step.last,
.treatment .step.last {
  margin-bottom: 0px;
}

.treatment #step li,
.treatment .step li {
  background-color: #f4f4f4;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.treatment #step li:last-child,
.treatment .step li:last-child {
  margin-bottom: 0px;
}

.treatment #step li .figure,
.treatment .step li .figure {
  margin-right: 40px;
}

.treatment #step li article h3,
.treatment .step li article h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.treatment#implant #mv {
  background: url(../images/implant/mv.jpg?ver=7) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#implant #lead article {
  overflow: hidden;
}

.treatment#implant #lead .pic-wrap {
  display: block;
  background-color: #f2f2f2;
  padding: 20px 20px 10px;
  margin-top: 20px;
}

.treatment#implant #lead .pic-wrap img {
  width: 100%;
}

.treatment#implant #lead .pic-wrap small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.treatment#implant #lead .pic-wrap.pc {
  display: block;
}

.treatment#implant #lead .pic-wrap.sp {
  display: none;
}

.treatment#implant #imp-about {
  margin-bottom: 100px;
}

.treatment#implant #imp-about .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}

.treatment#implant #imp-about .check-list li {
  margin-left: 60px;
}

.treatment#implant #imp-about .check-list li:first-child {
  margin-left: 0px;
}

.treatment#implant #imp-about .check-list li dd {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.treatment#implant #imp-about .check-list li dd:last-of-type {
  margin-bottom: 0px;
}

.treatment#implant #imp-about .check-list li dd::before {
  content: '';
  background: url(../images/implant/check.jpg) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#implant #imp-about .case dt {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  padding-left: 5.7em;
  margin-bottom: 25px;
}

.treatment#implant #imp-about .case dt span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#implant #imp-about .case dd {
  margin-bottom: 120px;
}

.treatment#implant #imp-about .case dd:last-of-type {
  margin-bottom: 0px;
}

.treatment#implant #imp-about .case dd .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 25px;
}

.treatment#implant #imp-about .case dd .block1 .figure {
  margin-right: 35px;
}

.treatment#implant #imp-about .case dd .block1 .figure .img-list {
  margin-top: 20px;
}

.treatment#implant #imp-about .case dd .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.treatment#implant #imp-about .case dd .block2 article {
  margin-right: 40px;
}

.treatment#implant #imp-about .case dd .block2 .figure img {
  display: block;
  margin-bottom: 20px;
}

.treatment#implant #imp-about .case dd .block2 .figure img:last-of-type {
  margin-bottom: 0px;
}

.treatment#implant #imp-about .case dd .block2.mt {
  margin-top: 35px;
}

.treatment#implant #imp-about .case dd .img-list.mt {
  margin-top: 35px;
}

.treatment#implant #imp-about .case dd .img-list.mb {
  margin-bottom: 35px;
}

.treatment#implant #imp-about .case dd .img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.treatment#implant #imp-about .case dd .img-list ul li {
  text-align: center;
  margin-left: 20px;
}

.treatment#implant #imp-about .case dd .img-list ul li:first-child {
  margin-left: 0px;
}

.treatment#implant #imp-about .case dd .img-list ul li p {
  margin-top: 10px;
  line-height: 1.4;
}

.treatment#implant #imp-items {
  margin-bottom: 100px;
}

.treatment#implant #imp-items .items-wrap {
  background-color: #f4f4f4;
  padding: 40px 0;
}

.treatment#implant #imp-items .items-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment#implant #imp-items .items-wrap ul li {
  width: 15.41%;
  margin-left: 1.5%;
}

.treatment#implant #imp-items .items-wrap ul li:first-child {
  margin-left: 0px;
}

.treatment#implant #imp-items .items-wrap ul li img {
  width: 100%;
}

.treatment#implant #imp-items .items-wrap ul li p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.treatment#implant #imp-items .items-wrap ul li p small {
  font-size: 11px;
}

.treatment#implant #imp-caution .list dt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
  background-color: #e9e8db;
  margin-bottom: 20px;
}

.treatment#implant #imp-caution .list dd {
  margin-bottom: 30px;
}

.treatment#implant #imp-caution .list dd:last-of-type {
  margin-bottom: 0px;
}

.treatment#implant #imp-caution .list dd ol li {
  list-style: none;
  position: relative;
  padding-left: 2em;
}

.treatment#implant #imp-caution .list dd ol li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#implant #imp-caution .list dd ul.mt {
  margin-top: 20px;
}

.treatment#implant #imp-caution .list dd ul.mb {
  margin-bottom: 20px;
}

.treatment#implant #imp-caution .list dd ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 15px;
}

.treatment#implant #imp-caution .list dd ul li:last-child {
  margin-bottom: 0px;
}

.treatment#implant #imp-caution .list dd ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#implant #imp-caution .mt {
  margin-top: 40px;
}

.treatment#orthodontics #mv {
  background: url(../images/orthodontics/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#orthodontics #item {
  margin-bottom: 100px;
}

.treatment#orthodontics #item .wrap {
  background-color: #f4f4f4;
  padding: 60px 0 100px;
}

.treatment#orthodontics #item .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.treatment#orthodontics #item .block:last-of-type {
  margin-bottom: 0px;
}

.treatment#orthodontics #item .block article {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}

.treatment#orthodontics #item .block article .merit {
  margin-top: 15px;
}

.treatment#orthodontics #item .block article .merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.treatment#orthodontics #item .block article .merit ul li {
  width: 49.5%;
  text-align: center;
  background-color: #f5fcff;
  padding-bottom: 15px;
  border: 1px solid #fff;
}

.treatment#orthodontics #item .block article .merit ul li h4 {
  font-size: 16px;
  line-height: 1.2;
  padding: 7px;
  background-color: #bce2fc;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.treatment#orthodontics #item .block article .merit ul li:nth-child(2) {
  background-color: #fff6f6;
}

.treatment#orthodontics #item .block article .merit ul li:nth-child(2) h4 {
  background-color: #ffc6c2;
}

.treatment#orthodontics #item .block article .merit ul li ol {
  padding: 0 20px;
}

.treatment#orthodontics #item .block article .merit ul li ol li {
  list-style: none;
  width: 100%;
  text-align: left;
  background: none !important;
  border: none;
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.treatment#orthodontics #item .block article .merit ul li ol li span {
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#orthodontics #item .block .figure {
  width: 200px;
}

.treatment#orthodontics #item .block .figure li {
  margin-bottom: 20px;
}

.treatment#orthodontics #item .block .figure li small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.2;
  text-align: center;
}

.treatment#orthodontics #item .block .note {
  margin-top: 15px;
  padding-left: 1.5em;
  position: relative;
}

.treatment#orthodontics #item .block .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#orthodontics #child .block {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment#orthodontics #child .block article {
  padding-right: 60px;
}

.treatment#orthodontics #child .block article .step-list {
  margin-top: 15px;
}

.treatment#orthodontics #child .block article .step-list li {
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 5px;
}

.treatment#orthodontics #child .block article .step-list li h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.treatment#orthodontics #child .price-list {
  margin-bottom: 40px;
}

.treatment#orthodontics #child .price-list dt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
  background-color: #e9e8db;
  margin-bottom: 20px;
}

.treatment#orthodontics #child .price-list dd {
  margin-bottom: 30px;
}

.treatment#orthodontics #child .price-list dd:last-of-type {
  margin-bottom: 0px;
}

.treatment#orthodontics #child .price-list dd table {
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #919191;
  border-left: 1px solid #919191;
}

.treatment#orthodontics #child .price-list dd table th,
.treatment#orthodontics #child .price-list dd table td {
  border-bottom: 1px solid #919191;
  border-right: 1px solid #919191;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.treatment#orthodontics #child .price-list dd table th {
  background-color: #f2f2f2;
}

.treatment#orthodontics #child .price-list dd table+.note {
  margin-top: 10px;
  padding-left: 1.5em;
  position: relative;
}

.treatment#orthodontics #child .price-list dd table+.note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#orthodontics #child .caution {
  font-size: 16px;
  margin-bottom: 40px;
}

.treatment#orthodontics #child .caution strong {
  color: #094ea1;
}

.treatment#orthodontics #child .case-list li {
  margin-bottom: 30px;
}

.treatment#orthodontics #child .case-list li:last-child {
  margin-bottom: 0px;
}

.treatment#orthodontics #child .case-list li label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 10px;
}

.treatment#orthodontics #child .case-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.treatment#orthodontics #child .case-list dl dd {
  width: 48%;
}

.treatment#orthodontics #child .case-list dl dd img {
  width: 100%;
}

.treatment#orthodontics #child .case-list dl dd p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.treatment#aesthetic #mv {
  background: url(../images/aesthetic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#aesthetic #about {
  margin-bottom: 100px;
}

.treatment#aesthetic #about .merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.treatment#aesthetic #about .merit h4 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #094ea1;
  margin-bottom: 20px;
}

.treatment#aesthetic #about .merit ul {
  margin-right: 40px;
}

.treatment#aesthetic #about .merit ul li {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.treatment#aesthetic #about .merit ul li:last-of-type {
  margin-bottom: 0px;
}

.treatment#aesthetic #about .merit ul li::before {
  content: '';
  background: url(../images/implant/check.jpg) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#aesthetic #about .recome-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.treatment#aesthetic #about .recome-list li {
  width: 49.6%;
  background-color: #f4f4f4;
}

.treatment#aesthetic #about .recome-list li .figure img {
  width: 100%;
}

.treatment#aesthetic #about .recome-list li article {
  padding: 20px;
}

.treatment#aesthetic #about .recome-list li article h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.treatment#aesthetic #about .recome-list li article .btn {
  margin-top: 20px;
}

.treatment#aesthetic #about .recome-list li article .btn a {
  width: 260px;
  line-height: 60px;
  height: 60px;
  background-color: #fff;
}

.treatment#whitening #mv {
  background: url(../images/whitening/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#whitening .bk-wrap {
  background-color: #f4f4f4;
}

.treatment#whitening #beyond #beyond-anchor {
  margin-top: -140px;
  padding-top: 140px;
}

.treatment#whitening #beyond .wrap {
  padding: 60px 0 100px;
}

.treatment#whitening #beyond .list li {
  margin-bottom: 40px;
}

.treatment#whitening #beyond .list li:last-child {
  margin-bottom: 0px;
}

.treatment#whitening #beyond .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.treatment#whitening #beyond .block article {
  margin-right: 60px;
}

.treatment#whitening #beyond .block article strong {
  font-size: 16px;
  color: #094ea1;
}

.treatment#whitening #beyond .block .figure p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
}

.treatment#whitening #beyond table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.treatment#whitening #beyond table th,
.treatment#whitening #beyond table td {
  padding: 12px 15px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  background-color: #fffefe;
}

.treatment#whitening #beyond table th strong,
.treatment#whitening #beyond table td strong {
  color: #094ea1;
}

.treatment#whitening #beyond table th {
  background-color: #f9f8f8;
  white-space: nowrap;
}

.treatment#whitening #beyond table td ul li {
  margin-bottom: 5px !important;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.4;
}

.treatment#whitening #beyond table td ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#whitening #beyond table td ul li:last-child {
  margin-bottom: 0px;
}

.treatment#whitening #beyond table tr:first-of-type th,
.treatment#whitening #beyond table tr:first-of-type td {
  border-bottom: 1px solid #ccc;
  background-color: #f3f2e8;
}

.treatment#whitening #beyond table tr:last-of-type th,
.treatment#whitening #beyond table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

.treatment#whitening #beyond table+.note {
  margin-top: 10px;
  position: relative;
  padding-left: 2.2em;
}

.treatment#whitening #beyond table+.note span {
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#whitening #beyond .pc_table {
  display: block;
}

.treatment#whitening #beyond .sp_table {
  display: none;
}

.treatment#whitening #beyond dl {
  margin-top: 25px;
}

.treatment#whitening #beyond dl dd {
  padding: 25px 40px;
  background-color: #fff;
  margin-bottom: 5px;
}

.treatment#whitening #beyond dl dd h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.treatment#whitening #beyond .box {
  padding: 25px 40px;
  background-color: #fff;
  margin-bottom: 25px;
}

.treatment#whitening #beyond .box h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.treatment#whitening #beyond h4.ttl {
  font-size: 20px;
  margin-bottom: 10px;
  color: #094ea1;
}

.treatment#whitening #beyond .block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.treatment#whitening #beyond .block3 .anchor-list {
  margin: 0;
  width: 500px;
}

.treatment#whitening #beyond .block3 .anchor-list dd {
  text-align: center;
  background-color: #fdf9fa;
  position: relative;
}

.treatment#whitening #beyond .block3 .anchor-list dd a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.treatment#whitening #beyond .block3 .anchor-list dd h4 {
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f4b3c9;
  color: #fff;
}

.treatment#whitening #beyond .block3 .anchor-list dd .txt {
  padding: 20px 0 0;
}

.treatment#whitening #beyond .block3 .anchor-list dd .txt p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.treatment#whitening #beyond .block3 .anchor-list dd.home {
  background-color: #f6fcff;
}

.treatment#whitening #beyond .block3 .anchor-list dd.home h4 {
  background-color: #56c3ea;
}

.treatment#whitening #beyond .block3 article {
  width: calc(100% - 500px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}

.treatment#whitening #beyond .pic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment#whitening #beyond .pic-list dd {
  background: none;
  padding: 0;
  text-align: center;
}

.treatment#whitening #beyond .pic-list dd p {
  font-size: 14px;
}

.treatment#whitening #beyond .pic-list dd:first-of-type {
  position: relative;
  padding-right: 23px;
  margin-right: 5px;
}

.treatment#whitening #beyond .pic-list dd:first-of-type:before {
  content: '';
  background: url(../images/whitening/arrow.png) no-repeat;
  width: 16px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% - 0.5em));
  transform: translateY(calc(-50% - 0.5em));
}

.treatment#whitening #beyond .pic-list dd img {
  width: 200px;
}

.treatment#whitening #kulin {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 60px;
}

.treatment#whitening #kulin #kulin-anchor {
  margin-top: -140px;
  padding-top: 140px;
}

.treatment#whitening #kulin .wrap {
  padding: 0px 0 60px;
}

.treatment#whitening #kulin .list li {
  margin-bottom: 40px;
}

.treatment#whitening #kulin .list li:last-child {
  margin-bottom: 0px;
}

.treatment#whitening #kulin .list li .step {
  margin-bottom: 0px;
}

.treatment#whitening #kulin .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.treatment#whitening #kulin .block article {
  margin-right: 60px;
}

.treatment#whitening #kulin .block article strong {
  color: #094ea1;
}

.treatment#whitening #kulin .figure.center {
  text-align: center;
}

.treatment#whitening #kulin .figure.center img {
  display: inline-block;
  padding: 30px;
  background-color: #fff;
}

.treatment#whitening #kulin .figure.mt {
  margin-top: 25px;
}

.treatment#whitening #kulin .figure.mb {
  margin-bottom: 25px;
}

.treatment#whitening #kulin .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.treatment#whitening #kulin .anchor-list dd {
  width: 49.6%;
  text-align: center;
  background-color: #fdf9fa;
  position: relative;
}

.treatment#whitening #kulin .anchor-list dd a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.treatment#whitening #kulin .anchor-list dd h4 {
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f4b3c9;
  color: #fff;
}

.treatment#whitening #kulin .anchor-list dd .txt {
  padding: 20px;
}

.treatment#whitening #kulin .anchor-list dd .txt p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.treatment#whitening #kulin .anchor-list dd:nth-of-type(2) {
  background-color: #f6fcff;
}

.treatment#whitening #kulin .anchor-list dd:nth-of-type(2) h4 {
  background-color: #56c3ea;
}

.treatment#whitening #kulin .method h4 {
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 20px;
  color: #f4b3c9;
  position: relative;
  font-size: 24px;
  padding-left: 60px;
}

.treatment#whitening #kulin .method h4:before {
  content: '';
  background: url(../images/whitening/kulin_icon1.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#whitening #kulin .method #clinictype {
  margin-top: -80px;
  padding-top: 80px;
}

.treatment#whitening #kulin .method #clinictype .method-wrap {
  background-color: #fdf9fa;
  padding: 40px;
}

.treatment#whitening #kulin .method #clinictype h4 {
  margin-bottom: 10px;
}

.treatment#whitening #kulin .method #clinictype h4+.note {
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.2em;
}

.treatment#whitening #kulin .method #clinictype h4+.note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#whitening #kulin .method #hometype {
  margin-top: -80px;
  padding-top: 80px;
}

.treatment#whitening #kulin .method #hometype .method-wrap {
  background-color: #f6fcff;
  padding: 40px;
}

.treatment#whitening #kulin .method #hometype h4 {
  color: #56c3ea;
}

.treatment#whitening #kulin .method #hometype h4:before {
  content: '';
  background: url(../images/whitening/kulin_icon2.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#whitening #kulin .method .step li {
  background-color: #fff;
  margin-bottom: 5px;
}

.treatment#whitening #kulin .method .step li.repeat {
  font-size: 20px;
  font-weight: 700;
  background-color: #fddae5;
  padding: 15px;
}

.treatment#whitening #kulin .method .step li.repeat p {
  text-align: center;
  width: 100%;
}

.treatment#whitening #kulin .method .step li.h5 {
  font-size: 20px;
  font-weight: 700;
  background-color: #b0e6fa;
  padding: 15px;
}

.treatment#whitening #kulin .method .step li.h5 p {
  text-align: center;
  width: 100%;
}

.treatment#whitening #kulin .method .step li article.no-pic {
  padding-left: 0px;
  margin-left: 0px;
}

.treatment#whitening #kulin .bnr {
  margin-top: 60px;
  text-align: center;
}

.treatment#whitening #caution li {
  margin-bottom: 40px;
}

.treatment#whitening #caution li h3 {
  position: relative;
  padding-left: 80px;
}

.treatment#whitening #caution li h3:before {
  content: 'NG';
  font-size: 22px;
  background-color: #cc1919;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3px 15px;
  line-height: 1.2;
  display: inline-block;
  font-family: "Lora", serif;
}

.treatment#whitening #caution li dt {
  color: #cc1919;
}

.treatment#whitening #caution li:last-child {
  margin-bottom: 0px;
}

.treatment#whitening #caution li:last-child h3 {
  position: relative;
  padding-left: 80px;
}

.treatment#whitening #caution li:last-child h3:before {
  content: 'OK';
  background-color: #2321c7;
}

.treatment#whitening #caution li:last-child dt {
  color: #2321c7;
}

.treatment#whitening #caution li strong {
  color: #094ea1;
}

.treatment#whitening #caution li dl {
  padding: 20px;
  background-color: #f4f4f4;
}

.treatment#whitening #caution li dl.mt {
  margin-top: 15px;
}

.treatment#whitening #caution li dl dt {
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
}

.treatment#whitening #caution li dl dt:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#whitening #caution li dl dd {
  padding-left: 1.2em;
}

.treatment#endodontic #mv {
  background: url(../images/endodontic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#endodontic #lead article {
  overflow: hidden;
}

.treatment#endodontic #lead article+p {
  clear: both;
}

.treatment#endodontic #lead .txt {
  padding-top: 40px;
}

.treatment#endodontic #lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.treatment#endodontic #lead ul li {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: 10px;
}

.treatment#endodontic #lead ul li:first-child {
  margin-left: 0px;
}

.treatment#endodontic #lead ul li::before {
  content: '';
  background: url(../images/implant/check.jpg) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#endodontic #about {
  margin-bottom: 100px;
}

.treatment#endodontic #about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.treatment#endodontic #about ul li {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: 10px;
}

.treatment#endodontic #about ul li:first-child {
  margin-left: 0px;
}

.treatment#endodontic #about ul li::before {
  content: '';
  background: url(../images/implant/check.jpg) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#endodontic #about2 .box {
  margin-top: 60px;
  padding: 20px 40px 20px;
  background-color: #f2f2f2;
}

.treatment#endodontic #about2 .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.treatment#endodontic #about2 .box .block .figure {
  width: 200px;
  position: relative;
}

.treatment#endodontic #about2 .box .block .figure img {
  width: 100%;
}

.treatment#endodontic #about2 .box .block .figure span {
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #094ea1e8;
  width: 180px;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.2;
}

.treatment#endodontic #about2 .box .block .figure span small {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.treatment#endodontic #about2 .box .block article {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}

.treatment#endodontic #about2 .box .block article dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment#endodontic #about2 .box .block article dl dt {
  font-weight: 700;
  width: 4em;
}

.treatment#endodontic #about2 .box .block article dl dd {
  width: calc(100% - 4em);
}

.treatment#endodontic #about2 .block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.treatment#endodontic #about2 .block h4 {
  font-size: 18px;
  margin: 0px 0 20px;
  color: #094ea1;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  width: 100%;
}

.treatment#endodontic #about2 .block h4:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #094ea1;
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#endodontic #about2 .block article {
  width: calc(100% - 260px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

.treatment#endodontic #about2 .block .figure {
  width: 250px;
  text-align: center;
}

.treatment#endodontic #about2 .block .figure small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.treatment#endodontic #about2 .block .figure img {
  width: 100%;
}

#endodontic img {
  max-width: 100%;
  vertical-align: bottom;
}

#endodontic .block {
  margin-bottom: 80px;
}

#endodontic .float-l {
  float: left;
  margin-right: 40px;
}


#endodontic .float-r {
  float: right;
  margin-left: 40px;
}

#endodontic .clear-fix::after {
  content: "";
  display: block;
  clear: both;
}

#endodontic #about .check li {
  margin-top: 6px;
  margin-bottom: 6px;
}

#endodontic #about2 {
  margin-bottom: 0px;
}

#endodontic #about2 .align-center {
  text-align: center;
  margin-bottom: 40px;
}

#endodontic #about2 .img-wrap-flex {
  margin-top: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#endodontic #about2 .img-wrap {
  margin: 0;
}

#endodontic #about2 .img-wrap figcaption {
  font-size: 1.25rem;
  text-align: center;
}

#endodontic #about2 .btn {
  text-align: center;
  margin: 0 auto;
}

#endodontic #about2 .btn a {
  width: 400px;
  margin-top: 30px;
}

#endodontic #about2 .ttl-band {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 22px;
  background-color: #094ea1;
  color: #fff;
}

#endodontic #about2 .box-wrap {
  max-width: 800px;
  /* text-align: center; */
  margin-bottom: 30px;
  margin-top: 30px;
}

#endodontic #about2 .box-wrap .ttl {
  background-color: #333;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#endodontic #about2 .strong {
  font-size: 1.125rem;
  font-weight: bold;
  color: #094ea1;
  line-height: 2;
  text-align: center;
}

#endodontic #step ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#endodontic #step ul li article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#endodontic #step ul li .img-wrap {
  width: 100%;
  max-width: 300px;
}

.treatment#endodontic #doctor {
  margin-top: 60px;
  padding: 60px 30px 80px;
  background-color: #f2f2f2;
}

.treatment#endodontic #doctor .box .block {
  display: flex;
  margin-bottom: 0;
}

.treatment#endodontic #doctor .box .block .figure {
  width: 200px;
  position: relative;
}

.treatment#endodontic #doctor .box .block .figure img {
  width: 100%;
}

.treatment#endodontic #doctor .box .block .figure span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #094ea1e8;
  width: 180px;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.2;
}

.treatment#endodontic #doctor .box .block .figure span small {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.treatment#endodontic #doctor .box .block article {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding-left: 40px;
}

.treatment#endodontic #doctor .box .block article dl {
  display: flex;
}

.treatment#endodontic #doctor .box .block article dl dt {
  font-weight: 700;
  width: 4em;
}

.treatment#endodontic #doctor .box .block article dl dd {
  width: calc(100% - 4em);
}

.treatment#periodontal #mv {
  background: url(../images/periodontal/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#periodontal #lead article {
  overflow: hidden;
}

.treatment#periodontal #early {
  margin-bottom: 100px;
}

.treatment#periodontal #early li {
  margin-bottom: 40px;
}

.treatment#periodontal #early li:last-child {
  margin-bottom: 0px;
}

.treatment#periodontal #test,
.treatment#periodontal #brushing {
  margin-bottom: 100px;
}

.treatment#periodontal #test .block,
.treatment#periodontal #brushing .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment#periodontal #test .block .figure,
.treatment#periodontal #brushing .block .figure {
  margin-left: 60px;
}

.treatment#periodontal #brushing {
  margin-bottom: 0px;
}

.treatment#dentures #mv {
  background: url(../images/dentures/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#dentures #items {
  margin-bottom: 100px;
}

.treatment#dentures #items p {
  text-align: center;
}

.treatment#dentures #items ul {
  margin-top: 40px;
}

.treatment#dentures #items li {
  margin-bottom: 40px;
}

.treatment#dentures #items li p {
  text-align: left;
}

.treatment#dentures #items li:last-child {
  margin-bottom: 0px;
}

.treatment#dentures #maintenance .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treatment#dentures #maintenance .block .figure {
  margin-left: 60px;
}

.treatment#invisalign #mv {
  background: url(../images/invisalign/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#invisalign #lead article {
  overflow: hidden;
}

.treatment#invisalign #lead .box {
  padding: 13px 25px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

.treatment#invisalign #lead .box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.treatment#invisalign #lead .box li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.treatment#invisalign #lead .box li:last-of-type {
  margin-bottom: 0px;
}

.treatment#invisalign #lead .box li::before {
  content: '';
  background: url(../images/implant/check.png) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#invisalign #lead .movie-wrap {
  padding: 30px 60px 30px;
  background-color: #f2f2f2;
  margin: 40px 0 0;
}

.treatment#invisalign #lead .movie-wrap .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.treatment#invisalign #lead .movie-wrap .movie iframe,
.treatment#invisalign #lead .movie-wrap .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.treatment#invisalign #point {
  margin-bottom: 100px;
}

.treatment#invisalign #point li {
  margin-bottom: 40px;
}

.treatment#invisalign #point li:last-child {
  margin-bottom: 0px;
}

.treatment#invisalign #point .ttl-bnr {
  margin-bottom: 45px;
}

.treatment#invisalign #point .ttl-bnr img {
  vertical-align: bottom;
  max-width: 100%;
}

.treatment#invisalign #point li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.treatment#invisalign #point li .block_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.treatment#invisalign #point li .block p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5%;
}

.treatment#invisalign #point li .block_rev p {
  margin-left: 5%;
  margin-right: 0 !important;
}

.treatment#invisalign #point li .block .figure {
  max-width: 40%;
}

.treatment#invisalign #point li .block .figure img {
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .treatment#invisalign #point li .block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .treatment#invisalign #point li .block p {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    ;
    margin-right: 0;
  }

  .treatment#invisalign #point li .block_rev p {
    margin-left: 0;
  }

  .treatment#invisalign #point li .block .figure {
    max-width: 100%;
    margin-top: 15px;
  }
}

.treatment#invisalign #step .tel {
  margin-top: 10px;
}

.treatment#invisalign #step .tel span {
  display: inline-block;
  padding: 15px 45px;
  background-color: #fff;
  font-size: 16px;
}

.treatment#invisalign #step li article.pic-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.treatment#invisalign #step li article.pic-add .txt {
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  display: block;
}

.treatment#invisalign #step li article.pic-add .figure {
  width: 300px;
  margin: 0px;
}

.treatment#invisalign #step li article.pic-add .figure img {
  width: 100%;
}

.treatment#invisalign #price table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: auto;
}

.treatment#invisalign #price table th,
.treatment#invisalign #price table td {
  padding: 12px 35px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  background-color: #fffefe;
  text-align: center;
}

.treatment#invisalign #price table th {
  background-color: #f3f2e8;
  white-space: nowrap;
}

.treatment#invisalign #price table tr:last-of-type th,
.treatment#invisalign #price table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

.treatment#ceramics #mv {
  background: url(../images/ceramics/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

.treatment#ceramics .note-list li {
  padding-left: 1.2em;
  position: relative;
}

.treatment#ceramics .note-list li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.treatment#ceramics h2.ttl2 i {
  font-style: normal;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.treatment#ceramics #lead .lead {
  text-align: center;
  font-size: 26px;
}

.treatment#ceramics #lead .lead span {
  font-weight: 700;
  color: #094ea1;
  margin-right: 0.5em;
}

.treatment#ceramics #lead .lead small {
  display: block;
  font-size: 20px;
}

.treatment#ceramics #lead .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 40px;
}

.treatment#ceramics #lead .point li {
  width: 200px;
  height: 200px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #094ea1;
  border-radius: 100px;
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 60px;
}

.treatment#ceramics #lead .point li:first-child {
  margin-left: 0px;
}

.treatment#ceramics #lead .point li strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #094ea1;
}

.treatment#ceramics #lead .note-list {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-bottom: 40px;
}

.treatment#ceramics #lead .box {
  background-color: #f2f2f2;
  max-width: 800px;
  margin: auto;
}

.treatment#ceramics #lead .box h3 {
  text-align: center;
  margin-bottom: 0px;
  line-height: 60px;
  font-size: 22px;
  background-color: #094ea1;
  color: #fff;
}

.treatment#ceramics #lead .box .box-wrap {
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.treatment#ceramics #lead .box .box-wrap ul {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

.treatment#ceramics #lead .box .box-wrap li {
  position: relative;
  font-size: 20px;
  padding-left: 30px;
}

.treatment#ceramics #lead .box .box-wrap li::before {
  content: '';
  background: url(../images/implant/check.png) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment#ceramics #lead .strong {
  text-align: center;
  font-size: 30px;
  margin-top: 60px;
  font-weight: 700;
  color: #094ea1;
  line-height: 1.6;
}

.treatment#ceramics #merit {
  margin-bottom: 100px;
}

.treatment#ceramics #merit dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.treatment#ceramics #merit dl dt span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0 20px;
  margin-right: 0.5em;
}

.treatment#ceramics #merit dl dd {
  font-size: 16px;
  margin-bottom: 40px;
}

.treatment#ceramics #merit dl dd:last-of-type {
  margin-bottom: 0px;
}

.treatment#ceramics #cost {
  margin-bottom: 100px;
}

.treatment#ceramics #cost .lead {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}

.treatment#ceramics #cost .lead strong {
  color: #094ea1;
}

.treatment#ceramics #cost .box {
  background-color: #f2f2f2;
  padding: 70px 40px 40px;
  margin-bottom: 40px;
  position: relative;
}

.treatment#ceramics #cost .box .pop {
  position: absolute;
  top: -30px;
  left: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 40px;
  background-color: #094ea1e8;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.treatment#ceramics #cost .box p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.treatment#ceramics #cost .box ul {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-bottom: 40px;
}

.treatment#ceramics #cost .box ul li {
  font-size: 18px;
  position: relative;
  padding-left: 35px;
}

.treatment#ceramics #cost .box ul li span {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  display: block;
}

.treatment#ceramics #cost .box .caution {
  text-align: center;
  color: #094ea1;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}

.treatment#ceramics #cost .box2 {
  border: 2px solid #094ea1;
  padding: 40px;
  margin-bottom: 60px;
}

.treatment#ceramics #cost .box2 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.treatment#ceramics #cost .box2 .block article {
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 16px;
}

.treatment#ceramics #cost .box2 .block article h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.treatment#ceramics #cost .box2 .block .figure {
  width: 300px;
}

.treatment#ceramics #cost .box2 .block .figure img {
  width: 100%;
}

.treatment#ceramics #cost .box2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.treatment#ceramics #cost .box2 dl dt {
  background-color: #094ea1;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.6;
  text-align: center;
}

.treatment#ceramics #cost .box2 dl dt strong {
  font-size: 26px;
}

.treatment#ceramics #cost .box2 dl dd {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #094ea1;
}

.treatment#ceramics #cost .box2+p {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}

.treatment#ceramics #cost .box2+p strong {
  color: #094ea1;
  font-size: 32px;
}

.treatment#ceramics #cost table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: auto;
  font-size: 18px;
  margin-top: 60px;
}

.treatment#ceramics #cost table th,
.treatment#ceramics #cost table td {
  padding: 12px 45px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  background-color: #fffefe;
  vertical-align: middle;
  text-align: center;
}

.treatment#ceramics #cost table th {
  background-color: #f3f2e8;
}

.treatment#ceramics #cost table th small {
  display: block;
  font-size: 80%;
}

.treatment#ceramics #cost table td small {
  font-size: 60%;
}

.treatment#ceramics #cost table td.price {
  font-size: 26px;
  font-weight: 700;
}

.treatment#ceramics #cost table td strong {
  color: #b90303;
}

.treatment#ceramics #cost table tr:last-of-type th,
.treatment#ceramics #cost table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

.treatment#ceramics #cost .note-list {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

.treatment#ceramics #faq h2+p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.treatment#ceramics #faq dl {
  border-top: 1px solid #919191;
  padding-top: 20px;
}

.treatment#ceramics #faq dl dt,
.treatment#ceramics #faq dl dd {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
}

.treatment#ceramics #faq dl dt span,
.treatment#ceramics #faq dl dd span {
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Lora", serif;
  font-size: 30px;
  display: block;
  line-height: 1;
}

.treatment#ceramics #faq dl dt {
  font-weight: 700;
  min-height: 50px;
}

.treatment#ceramics #faq dl dt span {
  color: #094ea1;
  font-weight: 400 !important;
}

.treatment#ceramics #faq dl dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #919191;
}

.treatment#ceramics #faq dl dd span {
  left: 3px;
}

.treatment#ceramics #faq dl dd:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .treatment #lead {
    margin-bottom: 60px;
  }

  .treatment #lead .figure {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .treatment #lead article .lead {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .treatment #step,
  .treatment .step {
    margin-bottom: 60px;
  }

  .treatment #step.last,
  .treatment .step.last {
    margin-bottom: 0px;
  }

  .treatment #step li,
  .treatment .step li {
    padding: 5%;
    display: block;
  }

  .treatment #step li:last-child,
  .treatment .step li:last-child {
    margin-bottom: 0px;
  }

  .treatment #step li .figure,
  .treatment .step li .figure {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .treatment #step li article h3,
  .treatment .step li article h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .treatment#implant #lead .pic-wrap.pc {
    display: none;
  }

  .treatment#implant #lead .pic-wrap.sp {
    display: block;
  }

  .treatment#implant #imp-about {
    margin-bottom: 60px;
  }

  .treatment#implant #imp-about .check-list {
    display: block;
    margin-bottom: 45px;
  }

  .treatment#implant #imp-about .check-list li {
    margin-left: 0px;
  }

  .treatment#implant #imp-about .check-list li:first-child {
    margin-left: 0px;
  }

  .treatment#implant #imp-about .check-list li dd {
    font-size: 15px;
  }

  .treatment#implant #imp-about .case {
    padding-top: 10px;
  }

  .treatment#implant #imp-about .case dt {
    font-size: 20px;
    padding-left: 5em;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  .treatment#implant #imp-about .case dt span {
    padding: 7px 15px;
    font-size: 16px;
  }

  .treatment#implant #imp-about .case dd {
    margin-bottom: 60px;
  }

  .treatment#implant #imp-about .case dd:last-of-type {
    margin-bottom: 0px;
  }

  .treatment#implant #imp-about .case dd .block1 {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .treatment#implant #imp-about .case dd .block1 .figure {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .treatment#implant #imp-about .case dd .block1 .figure .img-list {
    margin-top: 10px;
  }

  .treatment#implant #imp-about .case dd .block2 {
    display: block;
    overflow: hidden;
  }

  .treatment#implant #imp-about .case dd .block2 article {
    margin-right: 0px;
  }

  .treatment#implant #imp-about .case dd .block2 .figure {
    float: right;
    width: 45%;
    margin-left: 20px;
  }

  .treatment#implant #imp-about .case dd .block2 .figure img {
    display: block;
    margin-bottom: 10px;
  }

  .treatment#implant #imp-about .case dd .block2 .figure img:last-of-type {
    margin-bottom: 0px;
  }

  .treatment#implant #imp-about .case dd .block2.mt {
    margin-top: 20px;
  }

  .treatment#implant #imp-about .case dd .img-list.mt {
    margin-top: 20px;
  }

  .treatment#implant #imp-about .case dd .img-list.mb {
    margin-bottom: 20px;
  }

  .treatment#implant #imp-about .case dd .img-list ul li {
    font-size: 12px;
  }

  .treatment#implant #imp-about .case dd .img-list ul li p {
    margin-top: 5px;
  }

  .treatment#implant #imp-about .case dd:nth-of-type(1) .img-list ul li {
    width: 31%;
    margin-left: 2%;
  }

  .treatment#implant #imp-about .case dd:nth-of-type(1) .img-list ul li:first-child {
    margin-left: 0px;
  }

  .treatment#implant #imp-about .case dd:nth-of-type(2) .img-list ul li {
    width: 48%;
    margin-left: 2%;
  }

  .treatment#implant #imp-about .case dd:nth-of-type(2) .img-list ul li:first-child {
    margin-left: 0px;
  }

  .treatment#implant #imp-about .case dd:nth-of-type(3) .img-list ul li {
    width: 48%;
    margin-left: 2%;
  }

  .treatment#implant #imp-about .case dd:nth-of-type(3) .img-list ul li:first-child {
    margin-left: 0px;
  }

  .treatment#implant #imp-items {
    margin-bottom: 60px;
  }

  .treatment#implant #imp-items .items-wrap {
    padding: 20px 0;
  }

  .treatment#implant #imp-items .items-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .treatment#implant #imp-items .items-wrap ul li {
    width: 30%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .treatment#implant #imp-items .items-wrap ul li:first-child {
    margin-left: 0px;
  }

  .treatment#implant #imp-items .items-wrap ul li p {
    font-size: 14px;
  }

  .treatment#implant #imp-items .items-wrap ul li p small {
    font-size: 9px;
    white-space: nowrap;
  }

  .treatment#implant #imp-caution .list dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .treatment#implant #imp-caution .list dd {
    margin-bottom: 20px;
  }

  .treatment#implant #imp-caution .list dd ul.mt {
    margin-top: 10px;
  }

  .treatment#implant #imp-caution .list dd ul.mb {
    margin-bottom: 10px;
  }

  .treatment#implant #imp-caution .list dd ul li {
    margin-bottom: 10px;
  }

  .treatment#orthodontics #item {
    margin-bottom: 50px;
  }

  .treatment#orthodontics #item .wrap {
    padding: 40px 0 50px;
  }

  .treatment#orthodontics #item .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .treatment#orthodontics #item .block:last-of-type {
    margin-bottom: 0px;
  }

  .treatment#orthodontics #item .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    margin-top: 10px;
  }

  .treatment#orthodontics #item .block article .merit {
    margin-top: 10px;
  }

  .treatment#orthodontics #item .block article .merit ul {
    display: block;
  }

  .treatment#orthodontics #item .block article .merit ul li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .treatment#orthodontics #item .block article .merit ul li:last-child {
    margin-bottom: 0px;
  }

  .treatment#orthodontics #item .block article .merit ul li h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .treatment#orthodontics #item .block article .merit ul li ol {
    padding: 0 10px;
  }

  .treatment#orthodontics #item .block .figure {
    width: 100%;
  }

  .treatment#orthodontics #item .block .figure ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .treatment#orthodontics #item .block .figure li {
    margin-bottom: 20px;
    width: 49.5%;
  }

  .treatment#orthodontics #item .block .figure li small {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.2;
    text-align: center;
  }

  .treatment#orthodontics #item .block .note {
    margin-top: 10px;
  }

  .treatment#orthodontics #child .block {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .treatment#orthodontics #child .block article {
    padding-right: 0px;
  }

  .treatment#orthodontics #child .block article .step-list {
    margin-top: 10px;
  }

  .treatment#orthodontics #child .block article .step-list li {
    padding: 10px;
  }

  .treatment#orthodontics #child .block article .step-list li h4 {
    font-size: 14px;
  }

  .treatment#orthodontics #child .block .figure {
    display: none;
  }

  .treatment#orthodontics #child .price-list {
    margin-bottom: 30px;
  }

  .treatment#orthodontics #child .price-list dt {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .treatment#orthodontics #child .price-list dd {
    margin-bottom: 20px;
  }

  .treatment#orthodontics #child .price-list dd:last-of-type {
    margin-bottom: 0px;
  }

  .treatment#orthodontics #child .price-list dd table {
    font-size: 13px;
  }

  .treatment#orthodontics #child .price-list dd table th,
  .treatment#orthodontics #child .price-list dd table td {
    padding: 7px 2px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }

  .treatment#orthodontics #child .caution {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .treatment#orthodontics #child .case-list li {
    margin-bottom: 15px;
  }

  .treatment#orthodontics #child .case-list li:last-child {
    margin-bottom: 0px;
  }

  .treatment#orthodontics #child .case-list li label {
    padding: 7px 15px;
    font-size: 16px;
  }

  .treatment#orthodontics #child .case-list dl dd {
    width: 49%;
  }

  .treatment#orthodontics #child .case-list dl dd p {
    font-size: 14px;
    margin-top: 5px;
  }

  .treatment#aesthetic #about {
    margin-bottom: 50px;
  }

  .treatment#aesthetic #about .merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 40px;
  }

  .treatment#aesthetic #about .merit h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .treatment#aesthetic #about .merit ul {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .treatment#aesthetic #about .merit ul li {
    font-size: 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .treatment#aesthetic #about .merit ul li:last-of-type {
    margin-bottom: 0px;
  }

  .treatment#aesthetic #about .merit ul li::before {
    content: '';
    background: url(../images/implant/check.jpg) no-repeat;
    width: 19px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .treatment#aesthetic #about .recome-list {
    display: block;
    margin-top: 20px;
  }

  .treatment#aesthetic #about .recome-list li {
    width: 100%;
    margin-bottom: 5px;
  }

  .treatment#aesthetic #about .recome-list li article h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .treatment#aesthetic #about .recome-list li article .btn a {
    width: 240px;
    line-height: 50px;
    height: 50px;
  }

  .treatment#whitening #beyond #beyond-anchor {
    margin-top: -50px;
    padding-top: 50px;
  }

  .treatment#whitening #beyond .wrap {
    padding: 60px 0 60px;
  }

  .treatment#whitening #beyond .list li {
    margin-bottom: 40px;
  }

  .treatment#whitening #beyond .list li:last-child {
    margin-bottom: 0px;
  }

  .treatment#whitening #beyond .block {
    display: block;
    margin-bottom: 20px;
  }

  .treatment#whitening #beyond .block article {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .treatment#whitening #beyond table th,
  .treatment#whitening #beyond table td {
    padding: 7px 10px;
  }

  .treatment#whitening #beyond table.mt {
    margin-top: 20px;
  }

  .treatment#whitening #beyond .pc_table {
    display: none;
  }

  .treatment#whitening #beyond .sp_table {
    display: block;
  }

  .treatment#whitening #beyond dl {
    margin-top: 20px;
  }

  .treatment#whitening #beyond dl dd {
    padding: 15px 20px;
  }

  .treatment#whitening #beyond dl dd h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .treatment#whitening #beyond .box {
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  .treatment#whitening #beyond .box h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .treatment#whitening #beyond h4.ttl {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
  }

  .treatment#whitening #beyond .block3 {
    display: block;
  }

  .treatment#whitening #beyond .block3 .anchor-list {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .treatment#whitening #beyond .block3 .anchor-list dd {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .treatment#whitening #beyond .block3 .anchor-list dd h4 {
    line-height: 1.2;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f4b3c9;
    color: #fff;
  }

  .treatment#whitening #beyond .block3 .anchor-list dd img {
    width: auto;
  }

  .treatment#whitening #beyond .block3 .anchor-list dd .txt {
    padding: 20px 0px 0;
  }

  .treatment#whitening #beyond .block3 .anchor-list dd .txt p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .treatment#whitening #beyond .block3 article {
    width: 100%;
    padding-left: 0px;
  }

  .treatment#whitening #beyond .pic-list dd p {
    font-size: 12px;
  }

  .treatment#whitening #beyond .pic-list dd img {
    width: 100%;
  }

  .treatment#whitening #kulin {
    margin-bottom: 60px;
  }

  .treatment#whitening #kulin #kulin-anchor {
    margin-top: -50px;
    padding-top: 50px;
  }

  .treatment#whitening #kulin .wrap {
    padding: 0px 0 60px;
  }

  .treatment#whitening #kulin .list li {
    margin-bottom: 30px;
  }

  .treatment#whitening #kulin .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .treatment#whitening #kulin .block article {
    margin-right: 0px;
    width: 100%;
  }

  .treatment#whitening #kulin .block article strong {
    color: #094ea1;
  }

  .treatment#whitening #kulin .block .figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .treatment#whitening #kulin .figure.center {
    text-align: center;
  }

  .treatment#whitening #kulin .figure.center img {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .treatment#whitening #kulin .figure.mt {
    margin-top: 20px;
  }

  .treatment#whitening #kulin .figure.mb {
    margin-bottom: 20px;
  }

  .treatment#whitening #kulin .anchor-list {
    display: block;
    margin-top: 20px;
  }

  .treatment#whitening #kulin .anchor-list dd {
    width: 100%;
  }

  .treatment#whitening #kulin .anchor-list dd h4 {
    line-height: 1.2;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f4b3c9;
    color: #fff;
  }

  .treatment#whitening #kulin .anchor-list dd img {
    width: auto;
  }

  .treatment#whitening #kulin .anchor-list dd .txt {
    padding: 20px 10px;
  }

  .treatment#whitening #kulin .anchor-list dd .txt p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .treatment#whitening #kulin .method h4 {
    line-height: 1.2;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 40px;
  }

  .treatment#whitening #kulin .method h4:before {
    content: '';
    background: url(../images/whitening/kulin_icon1.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 40px;
  }

  .treatment#whitening #kulin .method #clinictype {
    margin-top: -40px;
    padding-top: 40px;
  }

  .treatment#whitening #kulin .method #clinictype .method-wrap {
    padding: 20px;
  }

  .treatment#whitening #kulin .method #hometype {
    margin-top: -40px;
    padding-top: 40px;
  }

  .treatment#whitening #kulin .method #hometype .method-wrap {
    padding: 20px;
  }

  .treatment#whitening #kulin .method #hometype h4:before {
    background: url(../images/whitening/kulin_icon2.png) no-repeat;
    background-size: 30px;
  }

  .treatment#whitening #kulin .method .step li.repeat {
    font-size: 16px;
  }

  .treatment#whitening #kulin .method .step li.h5 {
    font-size: 16px;
  }

  .treatment#whitening #kulin .bnr {
    margin-top: 30px;
    text-align: center;
  }

  .treatment#whitening #caution li {
    margin-bottom: 30px;
  }

  .treatment#whitening #caution li h3 {
    position: relative;
    padding-left: 70px;
    text-align: left;
  }

  .treatment#whitening #caution li h3:before {
    font-size: 18px;
  }

  .treatment#whitening #caution li:last-child {
    margin-bottom: 0px;
  }

  .treatment#whitening #caution li:last-child h3 {
    padding-left: 70px;
  }

  .treatment#whitening #caution li dl {
    padding: 20px 10px;
  }

  .treatment#endodontic #mv {
    background: url(../images/endodontic/mv.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .treatment#endodontic #lead .txt {
    padding-top: 0.5em;
  }

  .treatment#endodontic #lead ul {
    display: block;
    margin: 10px 0;
  }

  .treatment#endodontic #lead ul li {
    font-size: 16px;
    margin-left: 0px;
  }

  .treatment#endodontic #lead ul li:first-child {
    margin-left: 0px;
  }

  .treatment#endodontic #about {
    margin-bottom: 60px;
  }

  .treatment#endodontic #about ul {
    display: block;
    margin: 10px 0;
  }

  .treatment#endodontic #about ul li {
    font-size: 16px;
    margin-left: 0px;
  }

  .treatment#endodontic #about ul li:first-child {
    margin-left: 0px;
  }

  .treatment#endodontic #about2 .box {
    margin-top: 30px;
    padding: 20px 20px 30px;
  }

  .treatment#endodontic #about2 .box .block {
    display: block;
  }

  .treatment#endodontic #about2 .box .block .figure {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }

  .treatment#endodontic #about2 .box .block .figure img {
    width: 100%;
  }

  .treatment#endodontic #about2 .box .block .figure span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background-color: #094ea1e8;
    width: 200px;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .treatment#endodontic #about2 .box .block .figure span small {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .treatment#endodontic #about2 .box .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .treatment#endodontic #about2 .box .block article dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .treatment#endodontic #about2 .box .block article dl dt {
    font-weight: 700;
    width: 4em;
  }

  .treatment#endodontic #about2 .box .block article dl dd {
    width: calc(100% - 4em);
  }

  .treatment#endodontic #about2 .block {
    margin-top: 20px;
    display: block;
  }

  .treatment#endodontic #about2 .block h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .treatment#endodontic #about2 .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .treatment#endodontic #about2 .block .figure {
    width: 100%;
    text-align: center;
  }

  .treatment#endodontic #about2 .block .figure small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }

  .treatment#endodontic #about2 .block .figure img {
    width: 100%;
  }

  #endodontic .float-l {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #endodontic .float-r {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }

  #endodontic .block {
    margin-bottom: 40px;
  }

  #endodontic #about2 .img-wrap {
    width: 50%;
  }

  #endodontic #about2 .img-wrap figcaption {
    font-size: 1rem;
  }

  #endodontic #about2 .btn a {
    width: 90%;
    max-width: 340px;
  }

  #endodontic #about2 .ttl-band {
    font-size: 16px;
  }

  #endodontic #about2 .box-wrap {
    margin-top: 20px;
  }

  #endodontic #about2 .box-wrap .ttl {
    padding: 10px;
  }

  #endodontic #about2 .strong {
    font-size: 1rem;
  }

  #endodontic #step ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #endodontic #step ul li .img-wrap {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .treatment#endodontic #doctor .box {
    margin-top: 30px;
    padding: 20px 20px 30px;
  }

  .treatment#endodontic #doctor .box .block {
    display: block;
  }

  .treatment#endodontic #doctor .box .block .figure {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }

  .treatment#endodontic #doctor .box .block .figure img {
    width: 100%;
  }

  .treatment#endodontic #doctor .box .block .figure span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: #094ea1e8;
    width: 200px;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .treatment#endodontic #doctor .box .block .figure span small {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .treatment#endodontic #doctor .box .block article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .treatment#endodontic #doctor .box .block article dl {
    display: flex;
  }

  .treatment#endodontic #doctor .box .block article dl dt {
    font-weight: 700;
    width: 4em;
  }

  .treatment#endodontic #doctor .box .block article dl dd {
    width: calc(100% - 4em);
  }

  .treatment#periodontal #early {
    margin-bottom: 60px;
  }

  .treatment#periodontal #early li {
    margin-bottom: 20px;
  }

  .treatment#periodontal #test,
  .treatment#periodontal #brushing {
    margin-bottom: 60px;
  }

  .treatment#periodontal #test .block,
  .treatment#periodontal #brushing .block {
    display: block;
  }

  .treatment#periodontal #test .block .figure,
  .treatment#periodontal #brushing .block .figure {
    margin-left: 0px;
    margin-top: 20px;
  }

  .treatment#periodontal #brushing {
    margin-bottom: 0px;
  }

  .treatment#dentures #items {
    margin-bottom: 60px;
  }

  .treatment#dentures #items ul {
    margin-top: 20px;
  }

  .treatment#dentures #items li {
    margin-bottom: 20px;
  }

  .treatment#dentures #maintenance .block {
    display: block;
  }

  .treatment#dentures #maintenance .block .figure {
    margin-left: 0px;
    margin-top: 20px;
  }

  .treatment#invisalign #lead .box {
    padding: 15px;
    margin-top: 10px;
  }

  .treatment#invisalign #lead .box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .treatment#invisalign #lead .movie-wrap {
    padding: 20px;
    margin: 20px 0 0;
  }

  .treatment#invisalign #point {
    margin-bottom: 60px;
  }

  .treatment#invisalign #point li {
    margin-bottom: 20px;
  }

  .treatment#invisalign #step .tel span {
    padding: 10px 25px;
    font-size: 14px;
  }

  .treatment#invisalign #step li article.pic-add {
    display: block;
  }

  .treatment#invisalign #step li article.pic-add .txt {
    width: 100%;
    padding-right: 0px;
  }

  .treatment#invisalign #step li article.pic-add .figure {
    width: 100%;
    margin: 0px;
  }

  .treatment#invisalign #step li article.pic-add .figure img {
    width: 100%;
  }

  .treatment#invisalign #price table th,
  .treatment#invisalign #price table td {
    padding: 10px 25px;
  }

  .treatment#ceramics .note-list li {
    font-size: 12px;
    line-height: 1.6;
  }

  .treatment#ceramics #lead .lead {
    text-align: center;
    font-size: 20px;
  }

  .treatment#ceramics #lead .lead span {
    font-weight: 700;
    color: #094ea1;
    margin-right: 0;
    display: block;
  }

  .treatment#ceramics #lead .lead small {
    font-size: 16px;
  }

  .treatment#ceramics #lead .point {
    margin: 20px 0 20px;
  }

  .treatment#ceramics #lead .point li {
    width: 110px;
    height: 110px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 1.2;
    padding-top: 25px;
  }

  .treatment#ceramics #lead .point li:first-child {
    margin-left: 0px;
    padding-top: 35px;
  }

  .treatment#ceramics #lead .point li strong {
    font-size: 16px;
    margin-top: 5px;
  }

  .treatment#ceramics #lead .box h3 {
    line-height: 50px;
    font-size: 16px;
  }

  .treatment#ceramics #lead .box .box-wrap {
    padding: 15px 20px 20px;
  }

  .treatment#ceramics #lead .box .box-wrap li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .treatment#ceramics #lead .box .box-wrap li:last-child {
    margin-bottom: 0px;
  }

  .treatment#ceramics #lead .strong {
    font-size: 18px;
    margin-top: 30px;
  }

  .treatment#ceramics #merit {
    margin-bottom: 60px;
  }

  .treatment#ceramics #merit dl dt {
    font-size: 16px;
    position: relative;
    padding-left: 90px;
    line-height: 1.4;
  }

  .treatment#ceramics #merit dl dt span {
    position: absolute;
    top: -2px;
    left: 0;
    padding: 2px 10px;
  }

  .treatment#ceramics #merit dl dd {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .treatment#ceramics #cost {
    margin-bottom: 60px;
  }

  .treatment#ceramics #cost .lead {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
  }

  .treatment#ceramics #cost .lead strong {
    color: #094ea1;
  }

  .treatment#ceramics #cost .box {
    background-color: #f2f2f2;
    padding: 70px 20px 20px;
    margin-bottom: 40px;
  }

  .treatment#ceramics #cost .box .pop {
    padding: 10px 20px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.6;
  }

  .treatment#ceramics #cost .box p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .treatment#ceramics #cost .box ul {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .treatment#ceramics #cost .box ul li {
    font-size: 16px;
    position: relative;
    padding-left: 27px;
  }

  .treatment#ceramics #cost .box ul li span {
    font-size: 22px;
    top: 4px;
  }

  .treatment#ceramics #cost .box .caution {
    font-size: 18px;
  }

  .treatment#ceramics #cost .box2 {
    border: 2px solid #094ea1;
    padding: 20px;
    margin-bottom: 30px;
  }

  .treatment#ceramics #cost .box2 .block {
    display: block;
    margin-bottom: 30px;
  }

  .treatment#ceramics #cost .box2 .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 14px;
  }

  .treatment#ceramics #cost .box2 .block article h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .treatment#ceramics #cost .box2 .block .figure {
    width: 100%;
    margin-top: 20px;
  }

  .treatment#ceramics #cost .box2 .block .figure img {
    width: 100%;
  }

  .treatment#ceramics #cost .box2 dl {
    display: block;
  }

  .treatment#ceramics #cost .box2 dl dt {
    background-color: #094ea1;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
  }

  .treatment#ceramics #cost .box2 dl dt strong {
    font-size: 20px;
  }

  .treatment#ceramics #cost .box2 dl dd {
    padding-left: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #094ea1;
  }

  .treatment#ceramics #cost .box2+p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }

  .treatment#ceramics #cost .box2+p strong {
    color: #094ea1;
    font-size: 24px;
  }

  .treatment#ceramics #cost table {
    font-size: 14px;
    margin-top: 40px;
  }

  .treatment#ceramics #cost table th,
  .treatment#ceramics #cost table td {
    padding: 5px 5px;
  }

  .treatment#ceramics #cost table th {
    background-color: #f3f2e8;
  }

  .treatment#ceramics #cost table th small {
    display: block;
    font-size: 80%;
  }

  .treatment#ceramics #cost table td {
    line-height: 1.6;
  }

  .treatment#ceramics #cost table td.price {
    font-size: 18px;
  }

  .treatment#ceramics #faq h2+p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .treatment#ceramics #faq dl {
    padding-top: 10px;
  }

  .treatment#ceramics #faq dl dt,
  .treatment#ceramics #faq dl dd {
    padding-left: 25px;
    font-size: 14px;
  }

  .treatment#ceramics #faq dl dt span,
  .treatment#ceramics #faq dl dd span {
    top: 0px;
    font-size: 20px;
  }

  .treatment#ceramics #faq dl dt {
    min-height: auto;
    margin-bottom: 10px;
  }

  .treatment#ceramics #faq dl dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .treatment#ceramics #faq dl dd span {
    left: 1.5px;
  }
}

/*------------------------------
    introduction
------------------------------*/
#introduction #mv {
  background: url(../images/introduction/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

#introduction #galler {
  margin-bottom: 100px;
}

#introduction #galler .inner {
  width: 900px;
}

#introduction #galler .container {
  margin: 0px auto 0;
}

#introduction #galler img {
  height: auto;
  width: 100%;
}

#introduction #galler .slick-prev {
  left: -55px;
  background: url(../images/introduction/arrow.png) no-repeat;
  width: 37px;
  height: 79px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#introduction #galler .slick-next {
  right: -55px;
  background: url(../images/introduction/arrow.png) no-repeat;
  width: 37px;
  height: 79px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#introduction #galler .slider {
  margin-bottom: 5px;
}

#introduction #galler .slick-img {
  position: relative;
}

#introduction #galler .slick-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #094ea1;
  color: #fff;
  font-size: 18px;
  padding: 5px 30px;
}

#introduction #tour {
  margin-bottom: 100px;
}

#introduction #tour .wrap {
  background-color: #f4f4f4;
  padding: 60px 0;
}

#introduction #tour .map iframe {
  width: 100%;
  height: 500px;
}

#introduction #facility li {
  margin-bottom: 40px;
}

#introduction #facility li:last-child {
  margin-bottom: 0px;
}

#introduction #facility li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#introduction #facility li .block .figure {
  width: 240px;
}

#introduction #facility li .block .figure img {
  width: 100%;
}

#introduction #facility li .block article {
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#introduction #facility li .block article h4 {
  margin: 25px 0 20px;
}

#introduction #facility li h4 {
  font-size: 18px;
  margin: 0px 0 20px;
  color: #094ea1;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

#introduction #facility li h4:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #094ea1;
  position: absolute;
  top: 0;
  left: 0;
}

#introduction #facility li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#introduction #facility li dl dd:last-of-type {
  margin-bottom: 0px;
}

#introduction #facility li dl dd span {
  font-weight: 700;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  padding: 7px 0px;
  display: inline-block;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  text-align: center;
}

#introduction #facility li dl dd p {
  width: calc(100% - 120px);
  padding: 3px 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#introduction #facility li dl.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 20px 20px 10px;
  margin-top: 20px;
}

#introduction #facility li dl.check-list dd {
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  line-height: 1.4;
}

#introduction #facility li dl.check-list dd::before {
  content: '';
  background: url(../images/implant/check.png) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#introduction #facility li table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}

#introduction #facility li table th,
#introduction #facility li table td {
  padding: 12px 15px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
  border-right: 1px solid #ccc;
  background-color: #fffefe;
}

#introduction #facility li table th strong,
#introduction #facility li table td strong {
  color: #094ea1;
}

#introduction #facility li table th {
  background-color: #f9f8f8;
  white-space: nowrap;
  vertical-align: middle;
  width: 3em;
  text-align: center;
}

#introduction #facility li table tr:last-of-type th,
#introduction #facility li table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

#introduction .ceramics-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
}

#introduction .ceramics-step li {
  width: 28%;
  position: relative;
}

#introduction .ceramics-step li:not(:last-child) {
  margin-right: 30px;
}

#introduction .ceramics-step li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


#introduction .ceramics-step li h5 {
  text-align: center;
  background-color: #333;
  color: #fff;
}

#introduction .ceramics-step li h5 .num {
  display: inline-block;
  color: #fff;
  padding-right: 6px;
}

#introduction .ceramics-step li img {
  width: 100%;
  vertical-align: bottom;
}

#introduction .clinic-video .movie-wrap {
  padding: 30px 60px;
  background-color: #f2f2f2;
  margin: 30px 0 40px;
}

#introduction .clinic-video .movie {
  height: 480px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}


#introduction .clinic-video .movie>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #introduction #galler {
    margin-bottom: 60px;
  }

  #introduction #galler .inner {
    padding: 0 40px;
  }

  #introduction #galler .slick-prev {
    left: -30px;
    background: url(../images/introduction/arrow.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 52px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #introduction #galler .slick-next {
    right: -30px;
    background: url(../images/introduction/arrow.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 52px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  #introduction #galler .slick-img p {
    font-size: 14px;
    padding: 2px 10px;
  }

  #introduction #tour {
    margin-bottom: 60px;
  }

  #introduction #tour .wrap {
    padding: 40px 0;
  }

  #introduction #tour .map iframe {
    width: 100%;
    height: 300px;
  }

  #introduction #facility li {
    margin-bottom: 30px;
  }

  #introduction #facility li .block {
    display: block;
  }

  #introduction #facility li .block .figure {
    width: 100%;
    margin-bottom: 10px;
  }

  #introduction #facility li .block article {
    width: 100%;
    padding-right: 0px;
  }

  #introduction #facility li .block article h4 {
    margin: 20px 0 15px;
  }

  #introduction #facility li h4 {
    font-size: 16px;
    margin: 20px 0 15px;
  }

  #introduction #facility li h4:before {
    width: 3px;
  }

  #introduction #facility li dl dd {
    display: block;
    margin-bottom: 10px;
  }

  #introduction #facility li dl dd:last-of-type {
    margin-bottom: 0px;
  }

  #introduction #facility li dl dd span {
    font-size: 14px;
    padding: 5px 0px;
    width: 90px;
  }

  #introduction #facility li dl dd p {
    width: 100%;
    padding: 0;
  }

  #introduction #facility li dl.check-list {
    display: block;
    margin-top: 10px;
  }

  #introduction #facility li dl.check-list dd {
    width: 100%;
  }

  #introduction #facility li table {
    margin-bottom: 10px;
  }

  #introduction #facility li table th,
  #introduction #facility li table td {
    padding: 7px 10px;
  }

  #introduction .ceramics-step li:not(:last-child) {
    margin-right: 20px;
  }

  #introduction .ceramics-step li:not(:last-child)::after {
    border-width: 7.5px 0 7.5px 10px;
    right: -15px;
  }

  #introduction .clinic-video .movie-wrap {
    padding: 20px 5% 20px;
    margin: 20px 0 20px;
  }

  #introduction .clinic-video .movie {
    height: 300px;
  }
}

/*------------------------------
    staff
------------------------------*/
#staff #mv {
  background: url(../images/staff/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

#staff #director,
#staff #doctor-list {
  margin-bottom: 100px;
}

#staff #director .block,
#staff #doctor-list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#staff #director .block .figure,
#staff #doctor-list .block .figure {
  width: 588px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: 60px;
}

#staff #director .block .figure img,
#staff #doctor-list .block .figure img {
  width: 100%;
}

#staff #director .block .figure span,
#staff #doctor-list .block .figure span {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #094ea1e8;
  width: 400px;
  color: #fff;
  padding: 28px 0;
  font-size: 36px;
  line-height: 1.2;
}

#staff #director .block .figure span small,
#staff #doctor-list .block .figure span small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

#staff #director .block article,
#staff #doctor-list .block article {
  width: calc(100% - 588px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 60px;
}

#staff #director .block article p,
#staff #doctor-list .block article p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}

#staff #director dl.list,
#staff #doctor-list dl.list {
  margin: 90px auto 0;
}

#staff #director dl.list dt,
#staff #doctor-list dl.list dt {
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#staff #director dl.list dd,
#staff #doctor-list dl.list dd {
  margin-bottom: 20px;
}

#staff #director dl.list dd:last-of-type,
#staff #doctor-list dl.list dd:last-of-type {
  margin-bottom: 0px;
}

#staff #director dl.list dd ul,
#staff #doctor-list dl.list dd ul {
  padding: 0px 20px;
}

#staff #director dl.list dd ul li,
#staff #doctor-list dl.list dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#staff #director dl.list dd ul li .data,
#staff #doctor-list dl.list dd ul li .data {
  width: 7em;
}

#staff #director dl.list dd ul li p,
#staff #doctor-list dl.list dd ul li p {
  width: calc(100% - 7em);
}

#staff #director dl.list dd.box,
#staff #doctor-list dl.list dd.box {
  padding: 25px 20px;
  background-color: #f2f2f2;
  margin-top: 15px;
}

#staff #doctor-list li {
  margin-bottom: 60px;
}

#staff #doctor-list li:last-child {
  margin-bottom: 0px;
}

#staff #doctor-list li.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}

#staff #doctor-list li.col2 .block-wrap {
  width: 48%;
}

#staff #doctor-list li.col2 .block-wrap .block .figure {
  width: 250px;
}

#staff #doctor-list li.col2 .block-wrap .block .figure span {
  width: 220px;
}

#staff #doctor-list li.col2 .block-wrap .block .list2 {
  width: calc(100% - 250px);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 0px;
}

#staff #doctor-list li.col2 .block-wrap .block .list2 dl {
  width: 100%;
}

#staff #doctor-list .block {
  margin-bottom: 60px;
}

#staff #doctor-list .block .figure {
  width: 300px;
  margin-left: 0px;
}

#staff #doctor-list .block .figure span {
  bottom: -45px;
  width: 260px;
  padding: 18px 0;
  font-size: 26px;
}

#staff #doctor-list .block .figure span small {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

#staff #doctor-list .block article {
  width: calc(100% - 300px);
  padding-right: 0px;
}

#staff #doctor-list .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

#staff #doctor-list .list2 dl.list {
  margin: 0;
  width: 48%;
}

#staff #doctor-list .list2 dl.list dd ul {
  padding: 0px 0px;
}

#staff #doctor-list .list2 dl.list dd ul li {
  margin-bottom: 0px;
}

#staff #doctor-list .list2 dl.list dd ul li .data {
  width: 4.5em;
}

#staff #doctor-list .list2 dl.list dd ul li p {
  width: calc(100% - 4.5em);
}

#staff #doctor-list .list2 dl.list dd.box {
  padding: 15px 20px;
}

#staff #staff-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4%;
  margin-bottom: -40px;
}

#staff #staff-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 40px;
}

#staff #staff-list ul li sup {
  vertical-align: top;
  font-size: 50%;
}

#staff #staff-list ul li .figure {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#staff #staff-list ul li .figure img {
  width: 100%;
}

#staff #staff-list ul li .figure span {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #094ea1e8;
  width: 182px;
  color: #fff;
  padding: 15px 0 10px;
  font-size: 19px;
  line-height: 1.2;
}

#staff #staff-list ul li .figure span.tc {
  bottom: -40px;
}

#staff #staff-list ul li .figure span.tc small {
  display: block;
  padding-right: 0;
  padding: 0 5%;
}

#staff #staff-list ul li .figure span small {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  padding-right: 1em;
}

#staff #staff-list ul li article {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.6;
  min-height: 300px;
}

#staff #staff-list ul li article dt {
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}

#staff #staff-list ul li article dd {
  margin-bottom: 10px;
}

#staff #staff-list ul li article dd:last-of-type {
  margin-bottom: 0px;
}

#staff #staff-list ul li article .note {
  position: relative;
  padding-left: 1.2em;
  margin-top: 5px;
  line-height: 1.2;
}

#staff #staff-list ul li article .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#staff #staff-list ul li .square {
  display: block;
  margin-bottom: 0;
}

#staff #staff-list ul li .square li {
  width: 100%;
  margin-bottom: 5px;
}

#staff #staff-list ul li .square li::before {
  content: "■";
}

@media screen and (max-width: 768px) {

  #staff #director,
  #staff #doctor-list {
    margin-bottom: 60px;
  }

  #staff #director .block,
  #staff #doctor-list .block {
    display: block;
  }

  #staff #director .block .figure,
  #staff #doctor-list .block .figure {
    width: 100%;
    margin-left: 0px;
  }

  #staff #director .block .figure span,
  #staff #doctor-list .block .figure span {
    bottom: -40px;
    width: 280px;
    padding: 18px 0;
    font-size: 26px;
  }

  #staff #director .block .figure span small,
  #staff #doctor-list .block .figure span small {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #staff #director .block article,
  #staff #doctor-list .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 7% 0px;
  }

  #staff #director .block article p,
  #staff #doctor-list .block article p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  #staff #director dl.list,
  #staff #doctor-list dl.list {
    margin: 25px auto 0;
  }

  #staff #director dl.list dt,
  #staff #doctor-list dl.list dt {
    font-size: 18px;
  }

  #staff #director dl.list dd ul,
  #staff #doctor-list dl.list dd ul {
    padding: 0px 10px;
  }

  #staff #director dl.list dd.box,
  #staff #doctor-list dl.list dd.box {
    padding: 15px 10px;
    margin-top: 15px;
  }

  #staff #doctor-list li {
    margin-bottom: 40px;
  }

  #staff #doctor-list li:last-child {
    margin-bottom: 0px;
  }

  #staff #doctor-list li.col2 {
    display: block;
    margin-top: 40px;
  }

  #staff #doctor-list li.col2 .block-wrap {
    width: 100%;
  }

  #staff #doctor-list li.col2 .block-wrap:last-of-type {
    margin-top: -30px;
  }

  #staff #doctor-list li.col2 .block-wrap .block .figure {
    width: 100%;
  }

  #staff #doctor-list li.col2 .block-wrap .block .figure span {
    width: 260px;
  }

  #staff #doctor-list li.col2 .block-wrap .block .list2 {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 50px;
    padding: 0 30px;
  }

  #staff #doctor-list li.col2 .block-wrap .block .list2 dl {
    width: 100%;
  }

  #staff #doctor-list .block .figure {
    width: 100%;
    margin-left: 0px;
  }

  #staff #doctor-list .block .figure span {
    bottom: -40px;
    width: 260px;
    font-size: 22px;
  }

  #staff #doctor-list .block .figure span small {
    font-size: 12px;
  }

  #staff #doctor-list .block article {
    width: 100%;
  }

  #staff #doctor-list .list2 {
    display: block;
    margin: 25px auto 0;
    width: 84%;
  }

  #staff #doctor-list .list2 dl.list {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  #staff #doctor-list .list2 dl.list:last-of-type {
    margin-bottom: 0px;
  }

  #staff #doctor-list .list2 dl.list dd ul {
    padding: 0px 0px;
  }

  #staff #doctor-list .list2 dl.list dd ul li {
    margin-bottom: 0px;
  }

  #staff #doctor-list .list2 dl.list dd ul li .data {
    width: 4.5em;
  }

  #staff #doctor-list .list2 dl.list dd ul li p {
    width: calc(100% - 4.5em);
  }

  #staff #doctor-list .list2 dl.list dd.box {
    padding: 5px 10px;
  }

  #staff #staff-list ul {
    display: block;
    margin-left: 0;
    margin-bottom: -30px;
  }

  #staff #staff-list ul li {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  #staff #staff-list ul li .figure {
    width: 100%;
  }

  #staff #staff-list ul li .figure span {
    bottom: -20px;
    width: 200px;
    padding: 10px 0;
    font-size: 20px;
  }

  #staff #staff-list ul li .figure span.tc {
    bottom: -35px;
  }

  #staff #staff-list ul li .figure span.tc small {
    display: block;
    padding-right: 0;
    padding: 0 5%;
  }

  #staff #staff-list ul li .figure span small {
    font-size: 11px;
    margin-bottom: 10px;
    padding-right: 0.5em;
  }

  #staff #staff-list ul li article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 40px;
    font-size: 12px;
    min-height: 0;
  }

  #staff #staff-list ul li article .note {
    font-size: 10px;
  }

  #staff #staff-list ul li .square li {
    flex-direction: inherit;
  }
}

/*------------------------------
    price
------------------------------*/
#price #mv {
  background: url(../images/price/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

/*------------------------------
    access
------------------------------*/
#access-page #mv {
  background: url(../images/access/mv.jpg?ver=3) no-repeat 50% 50%;
  background-size: cover;
}

#access-page #train {
  margin-bottom: 100px;
}

#access-page #train ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#access-page #train ul li {
  width: 48%;
}

#access-page #train ul li img {
  width: 100%;
}

#access-page #train ul li p {
  margin-bottom: 20px;
}

#access-page #map-a {
  margin-bottom: 100px;
}

#access-page #map-a iframe {
  width: 100%;
  height: 400px;
  margin: 0px 0 -5px;
  padding-bottom: 0px;
}

#access-page #map-a iframe+p {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}

#access-page #map-a .movie-wrap {
  padding: 30px 60px;
  background-color: #f2f2f2;
  margin: 30px 0 40px;
}

#access-page #map-a .movie-wrap h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

#access-page #map-a .movie-wrap .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#access-page #map-a .movie-wrap .movie iframe,
#access-page #map-a .movie-wrap .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access-page #map-a .movie-wrap .movie.coming {
  height: 480px;
  padding-bottom: 0px;
}

#access-page #map-a .movie-wrap .movie.coming p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
}

#access-page #parking {
  margin-bottom: 100px;
}

#access-page #parking .wrap {
  padding: 40px 40px 20px;
  background-color: #f2f2f2;
}

#access-page #parking ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#access-page #parking ul li {
  width: 49%;
}

#access-page #parking ul li img {
  width: 100%;
}

#access-page #parking ul+p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

#access-page #parking .movie-wrap {
  padding: 30px 60px;
  background-color: #f2f2f2;
  margin: 30px 0 40px;
}

#access-page #parking .movie-wrap h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

#access-page #parking .movie-wrap .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#access-page #parking .movie-wrap .movie iframe,
#access-page #parking .movie-wrap .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access-page #parking .movie-wrap .movie.coming {
  height: 400px;
  padding-bottom: 0px;
}

#access-page #parking .movie-wrap .movie.coming p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
}

#access-page #time {
  margin-top: -100px;
  padding-top: 100px;
}

#access-page #time .inner {
  width: 800px;
}

#access-page #time table {
  width: 100%;
  border: 1px solid #919191;
  margin-bottom: 15px;
}

#access-page #time table th,
#access-page #time table td {
  border-bottom: 1px solid #919191;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  width: 10%;
}

#access-page #time table th:first-of-type,
#access-page #time table td:first-of-type {
  width: 30%;
}

#access-page #time table tr.head th,
#access-page #time table tr.head td {
  background-color: #f2f2f2;
}

#access-page #time table+p {
  font-size: 16px;
  margin-left: 10px;
}

#access-page #free {
  margin-bottom: 100px;
}

#access-page #free .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#access-page #free .block .figure {
  width: 400px;
}

#access-page #free .block .figure img {
  width: 100%;
}

#access-page #free .block article {
  width: calc(100% - 400px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}

#access-page #free .block article strong {
  display: block;
  font-size: 22px;
  color: #094ea1;
  margin-bottom: 10px;
  line-height: 1.6;
}

#access-page #free .block article dl {
  margin: 10px 0 20px;
  padding: 10px 20px;
  background-color: #f2f2f2;
}

#access-page #free .block article dl dt {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}

#access-page #free .block article dl dd {
  margin-bottom: 10px;
}

#access-page #free .block article dl dd:last-of-type {
  margin-bottom: 0px;
}

#access-page #free .block article .tel {
  font-size: 16px;
}

#access-page #free .block article .tel a {
  text-decoration: underline;
}

#access-page #free .block article .tel a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #access-page #train {
    margin-bottom: 60px;
  }

  #access-page #train ul {
    display: block;
  }

  #access-page #train ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  #access-page #train ul li:last-child {
    margin-bottom: 0px;
  }

  #access-page #train ul li p {
    margin-bottom: 10px;
  }

  #access-page #map-a {
    margin-bottom: 60px;
  }

  #access-page #map-a iframe {
    height: 300px;
  }

  #access-page #map-a iframe+p {
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;
  }

  #access-page #map-a .movie-wrap {
    padding: 20px 5% 20px;
    margin: 20px 0 20px;
  }

  #access-page #map-a .movie-wrap .movie.coming {
    height: 300px;
  }

  #access-page #parking {
    margin-bottom: 60px;
  }

  #access-page #parking .wrap {
    padding: 10px;
  }

  #access-page #parking ul {
    display: block;
  }

  #access-page #parking ul li {
    width: 100%;
    margin-top: 10px;
  }

  #access-page #parking ul li:first-child {
    margin-top: 0px;
  }

  #access-page #parking ul+p {
    font-size: 14px;
    margin-top: 10px;
  }

  #access-page #parking li {
    line-height: 1.4;
  }

  #access-page #parking li p {
    margin-top: 5px;
  }

  #access-page #parking .movie-wrap {
    padding: 20px 5% 20px;
    background-color: #f2f2f2;
    margin: 20px 0 20px;
  }

  #access-page #parking .movie-wrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #access-page #time .inner {
    width: 100%;
  }

  #access-page #time table {
    width: 100%;
    margin-bottom: 10px;
  }

  #access-page #time table th,
  #access-page #time table td {
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
  }

  #access-page #time table+p {
    font-size: 14px;
    margin-left: 0px;
  }

  #access-page #free {
    margin-bottom: 60px;
  }

  #access-page #free .block {
    display: block;
  }

  #access-page #free .block .figure {
    width: 100%;
    margin-bottom: 20px;
  }

  #access-page #free .block .figure img {
    width: 100%;
  }

  #access-page #free .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
  }

  #access-page #free .block article strong {
    font-size: 18px;
  }

  #access-page #free .block article dl {
    margin: 5px 0 10px;
    padding: 5px 10px;
  }

  #access-page #free .block article .tel {
    font-size: 16px;
  }

  #access-page #free .block article .tel a {
    text-decoration: underline;
  }

  #access-page #free .block article .tel a:hover {
    text-decoration: none;
  }
}

/*------------------------------
    standard-precautions
------------------------------*/
#standard-precautions #mv {
  background: url(../images/standard-precautions/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

#standard-precautions #about h3.ttl {
  margin-top: 40px;
}

#standard-precautions #about h3.ttl:first-of-type {
  margin-top: 0px;
}

#standard-precautions #about h3.ttl+p {
  margin-bottom: 20px;
}

#standard-precautions #about .lead {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}

#standard-precautions #about .block,
#standard-precautions #about .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#standard-precautions #about .block article,
#standard-precautions #about .block2 article {
  width: calc(100% - 400px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#standard-precautions #about .block article .inlist,
#standard-precautions #about .block2 article .inlist {
  margin: 10px 0;
}

#standard-precautions #about .block article .inlist li,
#standard-precautions #about .block2 article .inlist li {
  position: relative;
  font-weight: 700;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 5px;
}

#standard-precautions #about .block article .inlist li:last-child,
#standard-precautions #about .block2 article .inlist li:last-child {
  margin-bottom: 0px;
}

#standard-precautions #about .block article .inlist li:before,
#standard-precautions #about .block2 article .inlist li:before {
  content: '';
  background: url(../images/implant/check.png) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#standard-precautions #about .block .figure,
#standard-precautions #about .block2 .figure {
  width: 400px;
}

#standard-precautions #about .block .figure img,
#standard-precautions #about .block2 .figure img {
  width: 100%;
}

#standard-precautions #about .block2 article {
  padding-right: 0px;
  padding-left: 40px;
}

#standard-precautions #about .block2 article p {
  margin-top: 20px;
}

#standard-precautions #about .block2 article p.lead2 {
  margin-top: 0px;
}

#standard-precautions #about .block2 article .box {
  margin: 20px 0;
}

#standard-precautions #about .block2 article .box li {
  line-height: 1.4;
}

#standard-precautions #about .block3 {
  margin-bottom: 60px;
}

#standard-precautions #about .block3 .inlist2 {
  margin: 10px 0;
}

#standard-precautions #about .block3 .inlist2 li {
  position: relative;
  font-weight: 700;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 5px;
}

#standard-precautions #about .block3 .inlist2 li:last-child {
  margin-bottom: 0px;
}

#standard-precautions #about .block3 .inlist2 li:before {
  content: '';
  background: url(../images/implant/check.png) no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#standard-precautions #about .block3 .in-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#standard-precautions #about .block3 .in-block article {
  padding-right: 40px;
}

#standard-precautions #about .block3 .in-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#standard-precautions #about .block3 .in-block ul li {
  margin-left: 20px;
}

#standard-precautions #about .block3 .in-block ul li:first-child {
  margin-left: 0px;
}

#standard-precautions #about dl {
  padding: 40px;
  background-color: #f2f2f2;
}

#standard-precautions #about dl dt {
  line-height: 1.2;
  margin-bottom: 10px;
}

#standard-precautions #about dl dt span {
  display: inline-block;
  padding: 7px 20px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

#standard-precautions #about dl dd {
  margin-bottom: 20px;
}

#standard-precautions #about dl dd:last-of-type {
  margin-bottom: 0px;
}

#standard-precautions #about .lead3 {
  text-align: center;
  margin: 60px 0 0;
  font-weight: 700;
  font-size: 24px;
  background-color: #f0f8ff;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  #standard-precautions #about h3.ttl {
    margin-top: 30px;
  }

  #standard-precautions #about h3.ttl:first-of-type {
    margin-top: 0px;
  }

  #standard-precautions #about h3.ttl+p {
    margin-bottom: 10px;
  }

  #standard-precautions #about .lead {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #standard-precautions #about .block,
  #standard-precautions #about .block2 {
    display: block;
  }

  #standard-precautions #about .block article,
  #standard-precautions #about .block2 article {
    width: 100%;
    padding-left: 0px;
  }

  #standard-precautions #about .block article .inlist,
  #standard-precautions #about .block2 article .inlist {
    margin: 15px 0;
  }

  #standard-precautions #about .block article .inlist li,
  #standard-precautions #about .block2 article .inlist li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  #standard-precautions #about .block .figure,
  #standard-precautions #about .block2 .figure {
    width: 100%;
    margin-top: 20px;
  }

  #standard-precautions #about .block .figure img,
  #standard-precautions #about .block2 .figure img {
    width: 100%;
  }

  #standard-precautions #about .block2 article {
    padding-right: 0px;
    padding-left: 0px;
  }

  #standard-precautions #about .block2 article p {
    margin-top: 20px;
  }

  #standard-precautions #about .block2 article p.lead2 {
    margin-top: 0px;
  }

  #standard-precautions #about .block2 article .box {
    margin: 10px 0;
  }

  #standard-precautions #about .block2 .figure {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #standard-precautions #about .block3 {
    margin-bottom: 30px;
  }

  #standard-precautions #about .block3 .inlist2 {
    margin: 15px 0;
  }

  #standard-precautions #about .block3 .inlist2 li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  #standard-precautions #about .block3 .in-block {
    display: block;
    margin-top: 10px;
  }

  #standard-precautions #about .block3 .in-block article {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  #standard-precautions #about .block3 .in-block ul li {
    margin-left: 10px;
  }

  #standard-precautions #about dl {
    padding: 20px;
  }

  #standard-precautions #about dl dt {
    margin-bottom: 5px;
    line-height: 1.4;
  }

  #standard-precautions #about dl dt span {
    padding: 5px 10px;
    font-size: 14px;
  }

  #standard-precautions #about dl dd {
    margin-bottom: 15px;
  }

  #standard-precautions #about dl dd:last-of-type {
    margin-bottom: 0px;
  }

  #standard-precautions #about .lead3 {
    text-align: center;
    margin: 40px 0 0;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 20px;
  }
}

/*------------------------------
    news
------------------------------*/
#news #mv {
  background: url(../images/news/mv.jpg?ver=2) no-repeat 50% 50%;
  background-size: cover;
}

#news.detail #mv {
  height: 300px;
}

#news.detail #mv h2 {
  top: calc(50% + 60px);
}

#news.detail .contents-wrap {
  margin-top: 300px;
}

#news #news-list {
  padding: 0 60px;
  margin-bottom: 100px;
}

#news #news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-bottom: -30px;
}

#news #news-list ul li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
  position: relative;
}

#news #news-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#news #news-list ul li .figure {
  margin-bottom: 20px;
  overflow: hidden;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
}

#news #news-list ul li .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
}

#news #news-list ul li .figure .data {
  position: absolute;
  bottom: -2px;
  left: 0;
}

#news #news-list ul li .figure .data span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #094ea1;
  font-size: 12px;
  padding: 5px 10px;
}

#news #news-list ul li article {
  line-height: 1.6;
}

#news #news-list ul li article h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#news #news-list ul li article .data {
  margin-top: 10px;
  text-align: center;
}

#news #news-list ul li article .data span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #094ea1;
  font-size: 12px;
  padding: 5px 10px;
}

#news #news-list #pager {
  text-align: center;
}

#news #news-list #pager .pager-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

#news #news-list #pager .pager-inner span {
  margin: 60px 7px 0;
  line-height: 1;
  padding: 10px;
  background-color: #094ea1;
  color: #fff;
}

#news #news-list #pager .pager-inner a {
  margin: 60px 7px 0;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  color: #094ea1;
  line-height: 1;
  border: 1px solid #094ea1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#news #news-list #pager .pager-inner a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #094ea1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

#news #news-list #pager .pager-inner a:hover {
  color: #fff;
}

#news #news-list #pager .pager-inner a:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#news #detail {
  margin-bottom: 100px;
}

#news #detail .inner-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news #detail #main {
  width: calc(100% - 250px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}

#news #detail #main .ttl-area {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 40px;
}

#news #detail #main .ttl-area h3 {
  font-size: 26px;
  line-height: 1.6;
}

#news #detail #main .ttl-area h3 span {
  display: block;
  margin-bottom: 5px;
}

#news #detail #main .ttl-area h3 span small {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  background-color: #094ea1;
  color: #fff;
  font-weight: 400;
}

#news #detail #main .ttl-area+figure {
  margin-top: 0px;
}

#news #detail #main figure {
  max-width: 700px;
  margin-top: 20px;
}

#news #detail #main.archive p {
  font-size: 16px;
  margin-bottom: 20px;
}

#news #detail #main.archive p strong {
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
}

#news #detail #main.archive ul li {
  font-size: 16px;
  position: relative;
  padding-left: 1.5em;
}

#news #detail #main.archive ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#news #detail #main.archive ul li a {
  text-decoration: underline;
}

#news #detail #main.archive ul li a:hover {
  text-decoration: none;
}

#news #detail aside {
  width: 250px;
}

#news #detail aside h3.ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

#news #detail aside ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}

#news #detail aside ul li span {
  display: block;
}

#news #detail aside ul li small {
  font-size: 60%;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  background-color: #094ea1;
  color: #fff;
}

#news #detail aside ul li:first-child {
  padding-top: 0px;
}

#news #detail aside .btn {
  margin-top: 20px;
}

#news #detail aside .btn a {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

#news #detail aside .archive {
  margin-top: 40px;
}

#news #detail aside .archive input {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  #news.detail #mv {
    height: 200px;
  }

  #news.detail #mv h2 {
    top: calc(50% + 30px);
  }

  #news.detail .contents-wrap {
    margin-top: 200px;
  }

  #news #news-list {
    padding: 0 7%;
    margin-bottom: 50px;
  }

  #news #news-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-bottom: -20px;
  }

  #news #news-list ul li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
  }

  #news #news-list ul li .figure {
    margin-bottom: 10px;
    height: 130px;
  }

  #news #news-list ul li .figure .data span {
    font-size: 10px;
    padding: 3px 10px;
  }

  #news #news-list ul li article {
    font-size: 12px;
    line-height: 1.4;
  }

  #news #news-list ul li article h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #news #news-list ul li article .data {
    margin-top: 5px;
    text-align: center;
  }

  #news #news-list ul li article .data span {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: #094ea1;
    font-size: 9px;
    padding: 5px 10px;
  }

  #news #news-list #pager {
    text-align: center;
  }

  #news #news-list #pager .pager-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  #news #news-list #pager .pager-inner span {
    margin: 30px 4px 0;
    line-height: 1;
    padding: 5px;
    background-color: #094ea1;
    color: #fff;
  }

  #news #news-list #pager .pager-inner a {
    margin: 30px 4px 0;
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    color: #094ea1;
    line-height: 1;
    border: 1px solid #094ea1;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  #news #news-list #pager .pager-inner a:after {
    display: none;
  }

  #news #news-list #pager .pager-inner a:hover {
    color: #094ea1;
  }

  #news #detail {
    margin-bottom: 60px;
  }

  #news #detail .inner-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #news #detail #main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-bottom: 50px;
  }

  #news #detail #main .ttl-area {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  #news #detail #main .ttl-area h3 {
    font-size: 20px;
  }

  #news #detail #main .ttl-area h3 span small {
    font-size: 11px;
  }

  #news #detail aside {
    width: 100%;
  }

  #news #detail aside h3.ttl {
    font-size: 18px;
  }

  #news #detail aside ul li {
    padding: 10px 5px;
  }

  #news #detail aside ul li small {
    font-size: 9px;
  }

  #news #detail aside .btn {
    margin-top: 20px;
  }

  #news #detail aside .btn a {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  #news #detail aside .archive {
    margin-top: 30px;
  }
}

/*------------------------------
    news追加　2022.10.25
------------------------------*/

#news #news-list ul li .figure {
  margin-bottom: 3px;
}

#news ul li article small {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 10px;
}

#news ul li article h3 {
  margin-top: 10px;
}

#news #detail aside .category {
  margin-top: 40px;
}

#news #detail aside ul li small {
  font-size: 13px;
  padding: 5px 0px;
  background: none;
  color: #afafaf;
}

#news #detail #main .ttl-area h3 span {
  color: #333;
  font-size: 16px;
}

#news #detail #main .ttl-area h3 span small {
  margin-left: 16px;
}

#news .cat-btn {
  margin-top: 50px;
}

#news .cat-btn a {
  width: 340px;
  padding: 0 !important;
  line-height: 80px !important;
}

#news .cat-btn a span {
  margin: 0 !important;
  padding: 0px !important;
  background: none !important;
  color: inherit !important;
}

@media screen and (max-width: 768px) {
  #news ul li article small {
    font-size: 12px;
  }

  #news #detail aside .category {
    margin-top: 30px;
  }

  #news .cat-btn a {
    line-height: 62px !important;
  }
}

.top-schedule {
  width: 50%;
  background-size: cover;
  height: 465px;
}

.top-schedule h3 {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .top-schedule {
    width: 100%;
    background-size: cover;
    height: auto;
    margin-bottom: 20px;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .top-schedule iframe {
    height: 340px;
  }

  .top-schedule h3 {
    padding-left: 0;
    font-size: 16px;
  }
}

/*------------------------------
    contact
------------------------------*/
#contact #mv {
  background: url(../images/contact/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

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

/* 20250913 */
.bnr-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.bnr-flex a img {
  max-width: 500px;
  border: 1px solid #ccc;
}

.bnr-flex a:hover {
  transition: 0.4s;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .bnr-flex {
    gap: 10px;
    margin-top: 10px;
    flex-direction: column;
  }

  .bnr-flex a {
    text-align: center;
  }

  .bnr-flex a img {
    width: 80%;
  }
}

/* 251024追記 */
.mv-yoyaku {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #f6f6f3f2;
  text-align: center;
}

.mv-yoyaku p {
  padding-top: 16px;
  font-size: 24px;
  font-weight: 500;
}

.slick-slider .main-txt {
  text-shadow: rgb(108, 108, 108) 0px 0px 8px, rgb(108, 108, 108) 0px 0px 8px,
    rgb(108, 108, 108) 0px 0px 8px,
    rgb(108, 108, 108) 0px 0px 8px;
}

@media screen and (max-width: 768px) {
  .mv-yoyaku {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* bottom: 150px; */
    bottom: 80px;
  }

  .mv-yoyaku iframe {
    width: 100%;
  }

  .mv-yoyaku p {
    font-size: 16px;
  }

  .slick-slider .main-txt {
    padding-bottom: 180px;
  }

  .mv-yoyaku p {
    padding-top: 10px;
  }

  header .btn-r a {
    width: 100%;
  }

  header .btn-r a {
    background: #094ea1b5;
  }

  header .btn-r a:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* 251215追加 */
/* top  bannerlp */
.banner-lp img{
  width: 480px;
  height: auto;
  z-index: 10000;
  max-width: 100%;
}

.banner-lp {
  position: absolute;
    bottom: 0px;
    right: 0px;
}

.banner-lp:hover {
  opacity: .8;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  /* .mv-yoyaku {
    bottom:165px;
  } */
  /* .banner-lp {
    bottom: 64px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  } */
  .banner-lp img{
    width: 300px;
  }
}
/* imp bannerlp */
.imp-banner-lp img{
  width: 480px;
  height: auto;
  z-index: 10000;
  max-width: 100%;
}

.imp-banner-lp {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

.imp-banner-lp:hover {
  opacity: .8;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .imp-banner-lp {
    margin: 20px auto 0;
  }
  .imp-banner-lp img{
    width: 90%;
    display: flex;
    margin: 0 auto;
  }
}

/* 20251216 */
@media screen and (max-width: 768px) {
  .banner-lp {
    bottom: 300px;
    right: 0;
  }
}
.banner-lp-mid {
  text-align: center;
  margin: 30px auto;
}
.banner-lp-mid a img {
  width: 70%;
  transition: 0.4s;
}
.banner-lp-mid a img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .banner-lp-mid {
    margin: 20px;
  }
  .banner-lp-mid a img {
    width: 100%;
  }
}

/* 260202 */
.medatsu {
  border: 1px solid #094ea1;
    padding: 4px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 15px;
}