@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
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,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
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
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  font-family: "Noto Serif JP",serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 60px
  }
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto
}
@media screen and (max-width: 768px) {
  .container {
    width: 90vw
  }
}
.sp-br {
  display: none
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block
  }
}
.low-mv {
  position: relative;
  height: 220px;
  background-image: url(../images/low-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .low-mv {
    height: 33vw;
    background-position: 70% 0%
  }
}
.low-mv.m1 {
  background-image: url(../images/low-mv2.jpg)
}
.low-mv.m2 {
  background-image: url(../images/low-mv3.jpg)
}
.low-mv.m3 {
  background-image: url(../images/low-mv4.jpg)
}
@media screen and (max-width: 768px) {
  .low-mv.m3 {
    background-position: 40% 0%
  }
}
.low-mv h2 {
  padding-top: 75px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #373b94
}
@media screen and (max-width: 768px) {
  .low-mv h2 {
    padding-top: 45px;
    padding-left: 7vw;
    font-size: 18px;
    font-size: 1.8rem;
    text-shadow: white 0 0 8px
  }
}
.low-mv h2 span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .low-mv h2 span {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.low-mv .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #373b94
}
@media screen and (max-width: 768px) {
  .low-mv .bottom-line {
    height: 2px
  }
}
.breadcrumb {
  padding-top: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 20px;
    padding-left: 5vw;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.breadcrumb ul li {
  display: inline-block
}
.breadcrumb ul li::before {
  content: ">";
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px
}
.breadcrumb ul li:first-child::before {
  display: none
}
.breadcrumb ul li a {
  color: #fc006a
}
.tbl-t1 {
  width: 100%;
  border-top: solid 1px #c2c3cf;
  border-left: solid 1px #c2c3cf
}
.tbl-t1 tr th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 38px;
  text-align: center;
  vertical-align: top;
  border-right: solid 1px #c2c3cf;
  border-bottom: solid 1px #c2c3cf
}
@media screen and (max-width: 768px) {
  .tbl-t1 tr th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px
  }
}
.tbl-t1 tr td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 38px;
  text-align: center;
  color: #373b94;
  border-right: solid 1px #c2c3cf;
  border-bottom: solid 1px #c2c3cf
}
@media screen and (max-width: 768px) {
  .tbl-t1 tr td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px
  }
}
.tbl-t1 tr td span {
  display: block;
  margin-top: -5px;
  padding-bottom: 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2
}
.tbl-t1 tr.week th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
  background-color: #f3f7fc
}
@media screen and (max-width: 768px) {
  .tbl-t1 tr.week th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px
  }
}
.wd288 {
  width: 288px
}
@media screen and (max-width: 768px) {
  .wd288 {
    width: 30vw
  }
}
.tbl-t2 {
  width: 100%;
  border-top: solid 1px #c2c3cf;
  border-right: solid 1px #c2c3cf
}
.tbl-t2 tr th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #c2c3cf;
  border-left: solid 1px #c2c3cf;
  background-color: #f3f7fc
}
@media screen and (max-width: 768px) {
  .tbl-t2 tr th {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    white-space: pre
  }
}
.tbl-t2 tr td {
  padding-left: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  text-align: left;
  border-bottom: solid 1px #c2c3cf;
  border-left: solid 1px #c2c3cf
}
@media screen and (max-width: 768px) {
  .tbl-t2 tr td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px
  }
}
.tbl-t2 tr td.ldb {
  border-left: double 3px #c2c3cf
}
.tbl-t2 tr td.rt {
  padding-right: 2em;
  padding-left: 0;
  text-align: right
}
@media screen and (max-width: 768px) {
  .tbl-t2 tr td.rt {
    padding-right: 2em;
    padding-left: 1em
  }
}
.tbl-t2 tr td span.kr {
  display: inline-block;
  margin-right: -1em
}
@media screen and (max-width: 768px) {
  .tbl-t2 tr td span.kr {
    white-space: pre
  }
}
.tbl-t3 {
  width: 100%;
  border-top: solid 1px #c2c3cf;
  border-right: solid 1px #c2c3cf
}
.tbl-t3 tr th {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: solid 1px #c2c3cf;
  border-left: solid 1px #c2c3cf;
  background-color: #f3f7fc
}
@media screen and (max-width: 768px) {
  .tbl-t3 tr th {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    white-space: pre
  }
}
.tbl-t3 tr td {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  border-bottom: solid 1px #c2c3cf;
  border-left: solid 1px #c2c3cf
}
@media screen and (max-width: 768px) {
  .tbl-t3 tr td {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.heading-t1 {
  position: relative;
  height: 60px;
  margin-bottom: 45px;
  padding-top: 5px;
  padding-left: 35px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: .3em;
  color: #373b94
}
@media screen and (max-width: 768px) {
  .heading-t1 {
    height: 40px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.heading-t1 span {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em
}
@media screen and (max-width: 768px) {
  .heading-t1 span {
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem
  }
}
.heading-t1.ne {
  padding-top: 15px
}
.heading-t1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fc006a
}
@media screen and (max-width: 768px) {
  .heading-t1::before {
    width: 10px;
    height: 10px
  }
}
.heading-t1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 46px;
  background-color: #373b94
}
@media screen and (max-width: 768px) {
  .heading-t1::after {
    width: 10px;
    height: 30px
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 12px -10px rgba(0, 0, 0, 0.2)
  }
}
header .upper {
  width: 960px;
  height: 90px;
  margin-right: auto;
  margin-left: auto
}
@media screen and (max-width: 768px) {
  header .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
header .upper:after {
  content: "";
  display: block;
  clear: both
}
header .upper h1 {
  float: left;
  padding-top: 10px
}
@media screen and (max-width: 768px) {
  header .upper h1 {
    width: 53vw;
    padding-top: 0
  }
}
header .upper h1 a {
  font-family: "M PLUS Rounded 1c",sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #373b94
}
@media screen and (max-width: 768px) {
  header .upper h1 a {
    font-size: 16px;
    font-size: 1.6rem
  }
}
@media screen and (max-width: 500px) {
  header .upper h1 a {
    font-size: 14px;
    font-size: 1.4rem
  }
}
@media screen and (max-width: 380px) {
  header .upper h1 a {
    font-size: 13px;
    font-size: 1.3rem
  }
}
header .upper h1 a img {
  width: 52px;
  margin-right: 18px;
  vertical-align: middle
}
@media screen and (max-width: 768px) {
  header .upper h1 a img {
    width: 50px;
    margin-right: 15px
  }
}
@media screen and (max-width: 500px) {
  header .upper h1 a img {
    width: 45px;
    margin-right: 5px
  }
}
@media screen and (max-width: 380px) {
  header .upper h1 a img {
    width: 35px;
    margin-right: 3px
  }
}
header .upper h1 a span {
  display: block;
  padding-bottom: 7px;
  font-family: "Noto Serif JP",serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #323f3f
}
@media screen and (max-width: 768px) {
  header .upper h1 a span {
    display: none
  }
}
header .upper .tel {
  float: right;
  padding-top: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: right;
  color: #323f3f
}
@media screen and (max-width: 768px) {
  header .upper .tel {
    width: 36vw;
    padding-top: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    white-space: pre
  }
}
@media screen and (max-width: 500px) {
  header .upper .tel {
    width: 34vw;
    padding-top: 0;
    font-size: 8px;
    font-size: 0.8rem
  }
}
@media screen and (max-width: 320px) {
  header .upper .tel {
    width: 30vw
  }
}
header .upper .tel img {
  width: 209px;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  header .upper .tel img {
    width: 100%;
    max-width: 209px;
    margin-top: 0
  }
}
header nav {
  height: 80px;
  background-color: #373b94
}
@media screen and (max-width: 768px) {
  header nav {
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-family: "M PLUS Rounded 1c",sans-serif
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: block;
    width: 100%;
    padding-top: 30px
  }
}
header nav ul li {
  width: 192px
}
@media screen and (max-width: 768px) {
  header nav ul li {
    width: 100%
  }
}
header nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    height: 60px
  }
}
header nav ul li a span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0
}
header nav ul li a:hover {
  color: #fc006a
}
header nav ul li.current a:hover {
  color: #fff
}
header nav ul li.current a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fc006a
}
@media screen and (max-width: 768px) {
  header nav ul li.current a:after {
    display: none
  }
}
body.fxnv nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%
}
@media screen and (max-width: 768px) {
  body.fxnv nav {
    position: absolute;
    z-index: -1;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100vh
  }
}
body.fxnv .wrapper {
  padding-top: 80px
}
@media screen and (max-width: 768px) {
  body.fxnv .wrapper {
    padding-top: 90px
  }
}
footer {
  background-color: #373b94
}
footer .container {
	 padding-bottom: 40px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between*/
}
@media screen and (max-width: 768px) {
  footer .container {
    display: block;
    padding-bottom: 30px
  }
}
footer .container .banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 620px;*/
  padding-top: 60px;
	gap:30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  footer .container .banner-area {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
		gap:10px;
  }
}
footer .container .banner-area .banner {
  width: 300px
}
@media screen and (max-width: 768px) {
  footer .container .banner-area .banner {
    width: 33vw
  }
}
footer .container .banner-area .banner a img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
footer .container .banner-area .banner a:hover img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2)
}
footer .container .copyright {
  /*width: 300px;*/
  padding-top: 30px;
  font-size: 10px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff
}
@media screen and (max-width: 768px) {
  footer .container .copyright {
    width: 100%;
    padding-top: 30px;
    font-size: 8px;
    font-size: 0.8rem;
    text-align: center
  }
}
.gotop {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  background-color: #fa0066;
  background-image: url(../images/gotop-aw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px auto
}
@media screen and (max-width: 768px) {
  .gotop {
    width: 35px;
    height: 35px;
    background-size: 15px auto
  }
}
.gotop:hover {
  background-color: #4798fe
}
body.vgtop .gotop {
  visibility: visible;
  opacity: 1
}
.hamburger-menu {
  position: fixed;
  z-index: 9000;
  bottom: 20px;
  left: 10px;
  display: none;
  width: 50px;
  height: 50px;
  border: solid 2px #fa0066;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2)
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block
  }
}
.hamburger-menu .inner {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 30px;
  height: 21px
}
.hamburger-menu .inner .hamburger-menu-line {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #373b94
}
.hamburger-menu .inner .hamburger-menu-line.line-top {
  top: 0;
  -webkit-transition: .2s;
  transition: .2s
}
.hamburger-menu .inner .hamburger-menu-line.line-middle {
  top: 9px;
  -webkit-transition: .5s;
  transition: .5s
}
.hamburger-menu .inner .hamburger-menu-line.line-bottom {
  bottom: 0;
  -webkit-transition: .2s;
  transition: .2s
}
.hamburger-menu.on .inner {
  top: 12px;
  left: 8px
}
.hamburger-menu.on .inner .hamburger-menu-line.line-top {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.hamburger-menu.on .inner .hamburger-menu-line.line-middle {
  top: 9px;
  opacity: 0
}
.hamburger-menu.on .inner .hamburger-menu-line.line-bottom {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
body.spnav .hamburger-menu .inner {
  top: 12px;
  left: 8px
}
body.spnav .hamburger-menu .inner .hamburger-menu-line.line-top {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
body.spnav .hamburger-menu .inner .hamburger-menu-line.line-middle {
  top: 9px;
  opacity: 0
}
body.spnav .hamburger-menu .inner .hamburger-menu-line.line-bottom {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
body.spnav header nav {
  visibility: visible;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1
}
.top-mv {
  position: relative;
  height: 550px
}
@media screen and (max-width: 768px) {
  .top-mv {
    height: 42.3vw
  }
}
.top-mv .top-mv-slider {
  z-index: 1;
  width: 100%;
  height: 550px
}
.top-mv .top-mv-slider li {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover
}
@media screen and (max-width: 768px) {
  .top-mv .top-mv-slider {
  height: auto;
}
  .top-mv .top-mv-slider li {
    height: 42.3vw;
  }
}
.top-mv .top-mv-slider li.top-mv1 {
  background-image: url(../images/top-mv.jpg)
}
.top-mv .top-mv-slider li.top-mv2 {
  background-image: url(../images/top-mv2.jpg)
}
.top-mv .top-mv-slider li.top-mv3 {
  background-image: url(../images/top-mv3.jpg)
}
.top-mv .container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 960px;
  height: 550px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width: 768px) {
  .top-mv .container {
    width: 90vw;
    height: 42.3vw;
  }
}
.top-mv .container .tag-line {
  position: absolute;
  top: 275px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  height: 255px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .top-mv .container .tag-line {
    top: 21.15vw;
    width: 30vw;
    height: 30vw
  }
}
.top-mv .container .tag-line img {
  width: 150px
}
@media screen and (max-width: 768px) {
  .top-mv .container .tag-line img {
    width: 20vw
  }
}
.top-news-hours {
  padding-top: 95px;
  padding-bottom: 95px
}
@media screen and (max-width: 768px) {
  .top-news-hours {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
.top-news-hours .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .top-news-hours .container {
    display: block
  }
}
.top-news-hours .container .top-news {
  width: 465px
}
@media screen and (max-width: 768px) {
  .top-news-hours .container .top-news {
    width: 90vw;
    margin-right: auto;
    margin-left: auto
  }
}
.top-news-hours .container .top-news .news-wrap .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: solid 1px #999;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .top-news-hours .container .top-news .news-wrap .news {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.top-news-hours .container .top-news .news-wrap .news:last-child {
  border-bottom: none
}
.top-news-hours .container .top-news .news-wrap .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  color: #000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.top-news-hours .container .top-news .news-wrap .news a:hover {
  color: #373b94
}
.top-news-hours .container .top-news .news-wrap .news a .date {
  width: 100px
}
@media screen and (max-width: 768px) {
  .top-news-hours .container .top-news .news-wrap .news a .date {
    width: 24vw
  }
}
.top-news-hours .container .top-news .news-wrap .news a .news-content {
  width: 345px
}
@media screen and (max-width: 768px) {
  .top-news-hours .container .top-news .news-wrap .news a .news-content {
    width: 76vw
  }
}
.top-news-hours .container .top-hours {
  width: 465px
}
@media screen and (max-width: 768px) {
  .top-news-hours .container .top-hours {
    width: 90vw;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto
  }
}
.top-news-hours .container .top-hours .note {
  margin-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .top-news-hours .container .top-hours .note {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem
  }
}
.top-links .top-links-principle {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef8ff), to(#fff));
  background: linear-gradient(to bottom, #eef8ff, #fff)
}
@media screen and (max-width: 768px) {
  .top-links .top-links-principle {
    padding-top: 40px
  }
}
.top-links .top-links-clinic {
  padding-top: 50px
}
@media screen and (max-width: 768px) {
  .top-links .top-links-clinic {
    padding-top: 25px
  }
}
.top-links .top-links-treatment {
  padding-top: 50px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef8ff));
  background: linear-gradient(to bottom, #fff, #eef8ff)/*h2 {
      margin-bottom: 15px;
      font-size: 1.6rem;
      text-align: right;
      letter-spacing: 0.1em;
      color: #fc006a;
      @media screen and (max-width: 768px) {
        width: 90vw;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        font-size: 1.4rem;
        text-align: left;
      }
    }*/
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment {
    padding-top: 30px;
    padding-bottom: 40px
  }
}
.top-links .top-links-treatment .copy {
  margin-bottom: 15px;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .copy {
    width: 90vw;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.top-links .top-links-treatment p {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment p {
    width: 90vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.top-links .top-links-treatment .links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap {
    width: 90vw;
    margin-right: auto;
    margin-left: auto
  }
}
.top-links .top-links-treatment .links-wrap .link a {
  display: block;
  color: #000;
  background-color: #fff
}
.top-links .top-links-treatment .links-wrap .link a img {
  display: block;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 1
}
.top-links .top-links-treatment .links-wrap .link a span {
  position: relative;
  display: block;
  height: 60px;
  padding-left: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap .link a span {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px
  }
}
.top-links .top-links-treatment .links-wrap .link a span:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #373b94;
  background-image: url(../images/top-links-aw2.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px auto
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap .link a span:after {
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 7px auto
  }
}
.top-links .top-links-treatment .links-wrap .link a:hover img {
  opacity: 0.7
}
.top-links .top-links-treatment .links-wrap .link a:hover span:after {
  background-color: #fa0066;
  background-position: 55% 50%
}
.top-links .top-links-treatment .links-wrap .link.lsp a img.pc {
  display: block
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap .link.lsp a img.pc {
    display: none
  }
}
.top-links .top-links-treatment .links-wrap .link.lsp a img.sp {
  display: none
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap .link.lsp a img.sp {
    display: block
  }
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap.l3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.top-links .top-links-treatment .links-wrap.l3 .link {
  width: 307px
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap.l3 .link {
    width: 50%
  }
  .top-links .top-links-treatment .links-wrap.l3 .link:last-child {
    width: 100%
  }
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap.l4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.top-links .top-links-treatment .links-wrap.l4 .link {
  width: 225px
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap.l4 .link {
    width: 50%
  }
}
.top-links .top-links-treatment .links-wrap.mb {
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .top-links .top-links-treatment .links-wrap.mb {
    margin-bottom: 0
  }
}
.top-links .pic-link .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container {
    display: block
  }
}
.top-links .pic-link .container .section-text {
  width: 280px;
  margin-top: -80px/*h2 {
          margin-bottom: 20px;
          font-size: 1.6rem;
          text-align: right;
          letter-spacing: 0.1em;
          color: #fc006a;
          @media screen and (max-width: 768px) {
            margin-bottom: 0;
            font-size: 1.2rem;
            text-align: left;
          }
        }*/
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-text {
    width: 90vw;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto
  }
}
.top-links .pic-link .container .section-text .copy {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-text .copy {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.top-links .pic-link .container .section-text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-text p {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.top-links .pic-link .container .section-pic {
  position: relative;
  width: 600px
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-pic {
    width: 90vw;
    margin-right: auto;
    margin-left: auto
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-links .pic-link .container .section-pic {
    margin-top: 20px
  }
}
.top-links .pic-link .container .section-pic .more-button {
  position: absolute;
  z-index: 2;
  bottom: 50px
}
.top-links .pic-link .container .section-pic .more-button.fr {
  right: -80px
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-pic .more-button.fr {
    right: 10px
  }
}
.top-links .pic-link .container .section-pic .more-button.fl {
  left: -80px
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-pic .more-button.fl {
    left: 10px
  }
}
.top-links .pic-link .container .section-pic .more-button a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #fff;
  background-color: #373b94;
  background-image: url(../images/top-links-aw.svg);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 22px auto
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-pic .more-button a {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1rem;
    background-position: 50% 30%;
    background-size: 11px auto
  }
}
.top-links .pic-link .container .section-pic .more-button a:hover {
  background-color: #fa0066;
  background-position: 55% 40%
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-pic .more-button a:hover {
    background-color: #373b94;
    background-position: 50% 30%
  }
}
.top-links .pic-link .container .section-pic .more-button a span {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center
}
@media screen and (max-width: 768px) {
  .top-links .pic-link .container .section-pic .more-button a span {
    bottom: 3px
  }
}
.top-links .pic-link .container.pl .section-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.top-links .pic-link .container.pl .section-pic {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.top-access {
  padding-top: 100px;
  padding-bottom: 100px
}
@media screen and (max-width: 768px) {
  .top-access {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
.top-access .top-map {
  margin-bottom: 50px
}
@media screen and (max-width: 768px) {
  .top-access .top-map {
    margin-bottom: 25px
  }
}
.top-access .top-map iframe {
  width: 960px
}
@media screen and (max-width: 768px) {
  .top-access .top-map iframe {
    width: 100%;
    height: 300px
  }
}
.top-access .top-info-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map {
    display: block
  }
}
.top-access .top-info-map .top-access-info {
  width: 300px
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map .top-access-info {
    width: 90vw;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.top-access .top-info-map .top-access-info h3 {
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  color: #000569;
  border-bottom: solid 1px #cccde1
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map .top-access-info h3 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.top-access .top-info-map .top-access-info h3 img.railroad {
  width: 25px;
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: text-bottom
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map .top-access-info h3 img.railroad {
    width: 20px;
    margin-right: 7px;
    margin-left: 5px
  }
}
.top-access .top-info-map .top-access-info h3 img.car {
  width: 32px;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: text-bottom
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map .top-access-info h3 img.car {
    width: 27px;
    margin-right: 7px
  }
}
.top-access .top-info-map .top-access-info .adress {
  padding-top: 10px
}
.top-access .top-info-map .top-access-info .railroad {
  padding-top: 20px
}
.top-access .top-info-map .top-access-info .car {
  padding-top: 20px
}
.top-access .top-info-map .top-access-mov {
  width: 635px
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map .top-access-mov {
    width: 100%
  }
}
.top-access .top-info-map .top-access-mov iframe {
  width: 100%;
  height: 380px
}
@media screen and (max-width: 768px) {
  .top-access .top-info-map .top-access-mov iframe {
    display: block;
    width: 90vw;
    height: 70vw;
    margin-right: auto;
    margin-left: auto
  }
}
.news-detail {
  padding-top: 50px;
  padding-bottom: 200px
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding-top: 30px;
    padding-bottom: 200px
  }
}
.news-detail h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .3em;
  color: #373b94
}
@media screen and (max-width: 768px) {
  .news-detail h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.news-detail .news-detail-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fa0066
}
.news-detail .news-detail-content {
  line-height: 2
}
.news-list {
  padding-top: 50px;
  padding-bottom: 200px
}
@media screen and (max-width: 768px) {
  .news-list {
    padding-top: 30px;
    padding-bottom: 200px
  }
}
.news-list .information-news-list
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: solid 1px #999;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .news-list .information-news-list
.news {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.news-list .information-news-list
.news:last-child {
  border-bottom: none
}
.news-list .information-news-list
.news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  color: #000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .news-list .information-news-list
.news a {
    display: block
  }
}
.news-list .information-news-list
.news a:hover {
  color: #373b94
}
.news-list .information-news-list
.news a .date {
  width: 100px
}
@media screen and (max-width: 768px) {
  .news-list .information-news-list
.news a .date {
    width: 100%;
    color: #fa0066
  }
}
.news-list .information-news-list
.news a .tit {
  width: 870px
}
@media screen and (max-width: 768px) {
  .news-list .information-news-list
.news a .tit {
    width: 100%;
    color: #373b94
  }
}
.clinic-officehours {
  padding-top: 90px
}
@media screen and (max-width: 768px) {
  .clinic-officehours {
    padding-top: 40px
  }
}
.clinic-officehours .note {
  margin-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .clinic-officehours .note {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem
  }
}
.clinic-access {
  padding-top: 90px;
  padding-bottom: 100px
}
@media screen and (max-width: 768px) {
  .clinic-access {
    padding-top: 40px
  }
}
.clinic-access .clinic-access-mov-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info {
    display: block
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-mov {
  width: 635px
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info .clinic-access-mov {
    width: 90vw;
    margin-right: auto;
    margin-left: auto
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-mov iframe {
  width: 100%;
  height: 380px
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info .clinic-access-mov iframe {
    width: 90vw;
    height: 60vw
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-info {
  width: 295px
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info .clinic-access-info {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-info h3 {
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  color: #000569;
  border-bottom: solid 1px #cccde1
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info .clinic-access-info h3 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-info h3 img.railroad {
  width: 25px;
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: text-bottom
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info .clinic-access-info h3 img.railroad {
    width: 20px;
    margin-right: 7px;
    margin-left: 5px
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-info h3 img.car {
  width: 32px;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: text-bottom
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-mov-info .clinic-access-info h3 img.car {
    width: 27px;
    margin-right: 7px
  }
}
.clinic-access .clinic-access-mov-info .clinic-access-info .adress {
  padding-top: 10px
}
.clinic-access .clinic-access-mov-info .clinic-access-info .railroad {
  padding-top: 20px
}
.clinic-access .clinic-access-mov-info .clinic-access-info .car {
  padding-top: 20px
}
.clinic-access .clinic-access-map {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-map {
    margin-top: 25px
  }
}
.clinic-access .clinic-access-map iframe {
  display: block;
  width: 100%;
  height: 450px
}
@media screen and (max-width: 768px) {
  .clinic-access .clinic-access-map iframe {
    height: 300px
  }
}
.clinic-introduction {
  padding-top: 90px
}
@media screen and (max-width: 768px) {
  .clinic-introduction {
    padding-top: 40px
  }
}
.clinic-introduction .introduction-slide {
  position: relative;
  z-index: 1;
  overflow: hidden
}
.clinic-introduction .introduction-slide li {
  position: relative;
  z-index: 1;
  float: left;
  outline: none
}
.clinic-introduction .introduction-slide:after {
  content: "";
  display: block;
  clear: both
}
.clinic-introduction .introduction-slide-nav {
  position: relative;
  z-index: 1;
  overflow: hidden
}
.clinic-introduction .introduction-slide-nav li {
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
  outline: none
}
.clinic-introduction .introduction-slide-nav li:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000
}
.clinic-introduction .introduction-slide-nav li.slick-current:after {
  display: none
}
.clinic-introduction .introduction-slide-nav:after {
  content: "";
  display: block;
  clear: both
}
.clinic-introduction .introduction-slide-nav .slick-prev {
  z-index: 5;
  left: 10px
}
.clinic-introduction .introduction-slide-nav .slick-next {
  z-index: 5;
  right: 10px
}
.clinic-facilities {
  padding-top: 90px
}
@media screen and (max-width: 768px) {
  .clinic-facilities {
    padding-top: 40px
  }
}
.clinic-facilities .facilities-wrap {
  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
}
.clinic-facilities .facilities-wrap .facilities {
  width: 305px;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .clinic-facilities .facilities-wrap .facilities {
    width: 48%;
    margin-bottom: 15px
  }
}
.clinic-facilities .facilities-wrap .facilities .desc {
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .clinic-facilities .facilities-wrap .facilities .desc {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.clinic-facilities .facilities-wrap .facilities .desc .tit {
  color: #373b94
}
.principle-content {
  padding-top: 80px
}
@media screen and (max-width: 768px) {
  .principle-content {
    padding-top: 40px
  }
}
.principle-content.last {
  padding-bottom: 100px
}
.principle-content .text-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .principle-content .text-pict {
    display: block
  }
}
.principle-content .text-pict .text-content {
  width: 465px
}
@media screen and (max-width: 768px) {
  .principle-content .text-pict .text-content {
    width: 90vw;
    margin-right: auto;
    margin-left: auto
  }
}
.principle-content .text-pict .text-content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .principle-content .text-pict .text-content p {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.principle-content .text-pict .text-content p + h4 {
  margin-top: 30px
}
@media screen and (max-width: 768px) {
  .principle-content .text-pict .text-content p + h4 {
    margin-top: 20px
  }
}
.principle-content .text-pict .text-content p + p {
  margin-top: 1em
}
.principle-content .text-pict .text-content h4 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fc006a
}
@media screen and (max-width: 768px) {
  .principle-content .text-pict .text-content h4 {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.principle-content .text-pict .pic-content {
  width: 465px
}
@media screen and (max-width: 768px) {
  .principle-content .text-pict .pic-content {
    width: 100%;
    margin-top: 20px
  }
}
.principle-content .text-pict .pic-content img {
  width: 100%
}
.contact-content {
  padding-top: 80px;
  padding-bottom: 100px
}
@media screen and (max-width: 768px) {
  .contact-content {
    padding-top: 40px
  }
}
.contact-content .contact-note {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .contact-content .contact-note {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.contact-content .contact-note span.red {
  color: #f00
}
.contact-content .contact-error {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #f00
}
@media screen and (max-width: 768px) {
  .contact-content .contact-error {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
.contact-content .contact-form table {
  width: 100%;
  border-top: solid 1px #e5e5e5
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form table {
    display: block
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form table tbody {
    display: block;
    width: 100%
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form table tr {
    display: block;
    width: 100%
  }
}
.contact-content .contact-form table th {
  width: 205px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #e5e5e5
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form table th {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: none
  }
}
.contact-content .contact-form table th label {
  display: block;
  padding-top: 10px;
  padding-left: 38px;
  font-weight: bold
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form table th label {
    padding-top: 5px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.contact-content .contact-form table th label:before {
  content: "※";
  display: none;
  color: #f00
}
.contact-content .contact-form table th label.required {
  text-indent: -1em
}
.contact-content .contact-form table th label.required:before {
  display: inline
}
.contact-content .contact-form table td {
  width: 755px;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
  border-bottom: solid 1px #e5e5e5
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form table td {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
  }
}
.contact-content .contact-form input {
  width: 100%;
  height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  outline-style: none;
  background-color: #f5f5f5
}
.contact-content .contact-form textarea {
  width: 100%;
  height: 120px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: none;
  outline-style: none;
  background-color: #f5f5f5
}
.contact-content .contact-form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1em;
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline-style: none;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.contact-content .contact-form .form-note {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #06b6b5
}
.contact-content .contact-form .submit-button {
  margin-top: 40px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form .submit-button {
    margin-top: 20px
  }
}
.contact-content .contact-form .submit-button a {
  position: relative;
  display: inline-block;
  width: 255px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px;
  color: #000;
  border: solid 1px #c0c0c0
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form .submit-button a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px
  }
}
.contact-content .contact-form .submit-button a + a {
  margin-left: 15px
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form .submit-button a + a {
    margin-top: 15px;
    margin-left: 0
  }
}
.contact-content .contact-form .submit-button a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #373b94;
  background-image: url(../images/top-links-aw2.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px auto
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form .submit-button a:after {
    top: 7px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-size: 8px auto
  }
}
.contact-content .contact-form .submit-button a:hover:after {
  background-color: #fa0066;
  background-position: 55% 50%
}
@media screen and (max-width: 768px) {
  .contact-content .contact-form .submit-button a:hover:after {
    background-color: #373b94;
    background-position: 50% 50%
  }
}
.treatment-links {
  padding-top: 80px
}
@media screen and (max-width: 768px) {
  .treatment-links {
    padding-top: 40px
  }
}
.treatment-links .container {
  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-links .container .link {
  width: 225px;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .treatment-links .container .link {
    width: 43vw;
    margin-bottom: 12px
  }
}
.treatment-links .container .link a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  color: #000;
  border: solid 1px #a0a0a0
}
@media screen and (max-width: 768px) {
  .treatment-links .container .link a {
    padding-left: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px
  }
}
.treatment-links .container .link a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 7px;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #373b94;
  background-image: url(../images/treatment-aw.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto
}
@media screen and (max-width: 768px) {
  .treatment-links .container .link a:after {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-size: 10px auto
  }
}
.treatment-links .container .link a:hover:after {
  background-color: #fa0066;
  background-position: 55% 50%
}
@media screen and (max-width: 768px) {
  .treatment-links .container .link a:hover:after {
    background-color: #373b94;
    background-position: 50% 50%
  }
}
.treatment-content {
  padding-top: 80px
}
@media screen and (max-width: 768px) {
  .treatment-content {
    padding-top: 40px
  }
}
.treatment-content.last {
  padding-bottom: 100px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-o-content {
    width: 90vw
  }
}
.treatment-content .text-o-content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em
}
.treatment-content .text-o-content p + h4 {
  margin-top: 30px
}
.treatment-content .text-o-content p + p {
  margin-top: 1em
}
.treatment-content .text-o-content p a {
  text-decoration: underline;
  color: #373b94
}
.treatment-content .text-o-content p.note {
  font-size: 12px;
  font-size: 1.2rem
}
.treatment-content .text-o-content p + table {
  margin-top: 1em
}
.treatment-content .text-o-content table + h4 {
  margin-top: 30px
}
.treatment-content .text-o-content table + p {
  margin-top: 1em
}
.treatment-content .text-o-content h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fc006a
}
.treatment-content .text-o-content h4 span {
  font-size: 16px;
  font-size: 1.6rem
}
.treatment-content .text-o-content + .text-pict {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-o-content + .text-pict {
    margin-top: 25px
  }
}
.treatment-content .text-o-content + .text-vertical {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-o-content + .text-vertical {
    margin-top: 25px
  }
}
.treatment-content .text-o-content + .text-o-content {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-o-content + .text-o-content {
    margin-top: 25px
  }
}
.treatment-content .text-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .treatment-content .text-pict {
    display: block
  }
}
.treatment-content .text-pict .text-content {
  width: 465px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-pict .text-content {
    width: 90vw
  }
}
.treatment-content .text-pict .text-content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em
}
.treatment-content .text-pict .text-content p + h4 {
  margin-top: 30px
}
.treatment-content .text-pict .text-content p + p {
  margin-top: 1em
}
.treatment-content .text-pict .text-content p a {
  text-decoration: underline;
  color: #373b94
}
.treatment-content .text-pict .text-content p.note {
  font-size: 12px;
  font-size: 1.2rem
}
.treatment-content .text-pict .text-content h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fc006a
}
.treatment-content .text-pict .text-content h4 span {
  font-size: 16px;
  font-size: 1.6rem
}
.treatment-content .text-pict .pic-content {
  width: 465px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-pict .pic-content {
    width: 100%;
    margin-top: 20px
  }
}
.treatment-content .text-pict .pic-content img {
  width: 100%
}
.treatment-content .text-pict + .text-pict {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-pict + .text-pict {
    margin-top: 25px
  }
}
.treatment-content .text-pict + .text-vertical {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-pict + .text-vertical {
    margin-top: 25px
  }
}
.treatment-content .text-pict + .text-o-content {
  margin-top: 50px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-pict + .text-o-content {
    margin-top: 25px
  }
}
.treatment-content .text-pict.rev .text-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.treatment-content .text-pict.rev .pic-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.treatment-content .text-vertical {
  margin-top: 50px;
  padding: 30px;
  border: double 3px #c2c3cf
}
@media screen and (max-width: 768px) {
  .treatment-content .text-vertical {
    margin-top: 25px;
    padding: 15px
  }
}
.treatment-content .text-vertical p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .treatment-content .text-vertical p {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.treatment-content .text-vertical p + h4 {
  margin-top: 30px
}
@media screen and (max-width: 768px) {
  .treatment-content .text-vertical p + h4 {
    margin-top: 20px
  }
}
.treatment-content .text-vertical p + p {
  margin-top: 1em
}
.treatment-content .text-vertical p + .pic {
  margin-top: 0.5em
}
.treatment-content .text-vertical p a {
  text-decoration: underline;
  color: #373b94
}
.treatment-content .text-vertical p.note {
  font-size: 12px;
  font-size: 1.2rem
}
@media screen and (max-width: 768px) {
  .treatment-content .text-vertical p.note {
    font-size: 10px;
    font-size: 1rem
  }
}
.treatment-content .text-vertical h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fc006a
}
@media screen and (max-width: 768px) {
  .treatment-content .text-vertical h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.treatment-content .text-vertical h4 span {
  font-size: 16px;
  font-size: 1.6rem
}
@media screen and (max-width: 768px) {
  .treatment-content .text-vertical h4 span {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.clinic-price {
  padding-top: 90px;
  padding-bottom: 100px
}
@media screen and (max-width: 768px) {
  .clinic-price {
    padding-top: 40px
  }
}
.clinic-price .clinic-price-text-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic {
    display: block
  }
}
.clinic-price .clinic-price-text-pic.mt {
  margin-top: 43px
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic.mt {
    margin-top: 30px
  }
}
.clinic-price .clinic-price-text-pic .clinic-price-text {
  width: 465px
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic .clinic-price-text {
    width: 90vw;
    margin-right: auto;
    margin-left: auto
  }
}
.clinic-price .clinic-price-text-pic .clinic-price-text h4 {
  margin-bottom: 25px;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #fc006a
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic .clinic-price-text h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
.clinic-price .clinic-price-text-pic .clinic-price-text h4 span {
  font-size: 18px;
  font-size: 1.8rem
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic .clinic-price-text h4 span {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.clinic-price .clinic-price-text-pic .clinic-price-text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.1em
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic .clinic-price-text p {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.clinic-price .clinic-price-text-pic .clinic-price-pic {
  width: 465px
}
@media screen and (max-width: 768px) {
  .clinic-price .clinic-price-text-pic .clinic-price-pic {
    width: 90vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto
  }
}
.clinic-price .clinic-price-text-pic .clinic-price-pic img {
  width: 100%
}
.clinic-price .clinic-price-table {
  margin-top: 50px
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
