@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(255, 187, 0, 0.15);
  color: #EFEFEF;
}

::-moz-selection {
  background: rgba(255, 187, 0, 0.15);
  color: #EFEFEF;
}

html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  color: #FFFFFF;
}

html p {
  font-weight: 500;
  font-size: 17px;
  line-height: 2.1em;
  text-align: justify;
}

html .min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

html .br-pc {
  display: inherit;
}

html .br-sp {
  display: none;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body {
  margin: 0;
  padding: 0;
  background: url(/assets/images/body_bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #222;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 146px;
  margin-top: -146px;
  pointer-events: none;
}

address {
  font-style: normal;
}

main {
  width: 100%;
  position: relative;
}

section {
  padding: 6em 0;
  width: 100%;
}

/* Fade In Animation */
.fadeinup {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition-duration: 0.7s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: 0.015em;
  line-height: 1.25;
  position: relative;
  text-align: center;
}

.wrapper h2 span {
  display: block;
  font-size: 24px;
  color: #c69c6d;
}

.wrapper p {
  font-size: 18px;
  margin-bottom: 10px;
}

.wrapper p:last-child {
  margin-bottom: 0;
}

.wrapper p.mini {
  font-size: 80%;
}

/* scroll */
a.scroll {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 34px;
  text-align: center;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #CCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

a.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #CCC;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.box-wrap .box-txt {
  width: 50%;
  display: inline-block;
}

.box-wrap .box-img {
  width: 45%;
  display: inline-block;
}

.box-wrap .box-img img {
  width: 100%;
  height: auto;
}

.box-wrap-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.box-wrap-r .box-txt {
  width: 55%;
  display: inline-block;
  text-align: right;
}

.box-wrap-r .box-txt p {
  text-align: right;
}

.box-wrap-r .box-img {
  width: 40%;
  display: inline-block;
}

.box-wrap-r .box-img img {
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.btn-detail {
  max-width: 300px;
}

.btn-detail a {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #c69c6d;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 6, 0.25);
}

.btn-detail a:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 38%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

button, input, optgroup, select, textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}

.btn_postal {
  color: #FFFFFF;
  padding: 10px 30px 10px 20px;
  border-radius: 0;
  font-size: 15px;
  position: relative;
}

.btn_postal:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

.btn {
  margin-top: 30px;
}

.btn a {
  background: #e60012;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 0;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  html img {
    width: 100%;
    height: auto;
  }
  body {
    margin: 0;
    padding: 0;
    background: url(/assets/images/body_bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
  main {
    padding-top: 60px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 3em 0;
    width: 100%;
  }
  .btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .btn a {
    display: block;
    background: #e60012;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #FFFFFF;
  }
  .wrapper {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .wrapper h2 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.015em;
    line-height: 1.1;
    position: relative;
  }
  .wrapper h2 span {
    font-size: 18px;
  }
  .wrapper p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .wrapper p:last-child {
    margin-bottom: 0;
  }
  .wrapper p.mini {
    font-size: 80%;
  }
  /* scroll */
  a.scroll {
    display: inline-block;
    position: absolute;
    right: 5px;
    left: inherit;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 40px;
    overflow: hidden;
    color: #CCC;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  a.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #CCC;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .btn-detail {
    max-width: 100%;
  }
  .btn-detail a {
    display: block;
    text-align: center;
    margin: 0 auto 1em auto;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 16px;
  }
}

header {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  z-index: 900;
  height: 113px;
}

header .header-inner {
  padding: 15px 30px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

header .header-inner .logo {
  display: inline-block;
  width: 240px;
}

header .header-inner .logo h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

header .header-inner .nav-pc {
  display: inline-block;
  font-weight: 700;
}

header .header-inner .nav-pc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

header .header-inner .nav-pc ul li {
  display: inline-block;
}

header .header-inner .nav-pc ul li a {
  padding: 10px 30px;
  font-size: 16px;
  letter-spacing: 0em;
}

header .header-inner .nav-pc ul li a:hover {
  color: #c69c6d;
}

header .header-inner .nav-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    z-index: 900;
    height: 60px;
  }
  header .header-inner {
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
  }
  header .header-inner .logo {
    text-align: center;
    margin: 10px auto;
    width: 100%;
  }
  header .header-inner .logo h1 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .header-inner .logo h1 img {
    display: inline-block;
    width: 200px;
    height: auto;
  }
  header .header-inner .logo h1 span {
    padding: 12px 0 0 10px;
    display: inline-block;
  }
  header .header-inner .nav-pc {
    display: none;
  }
  header .header-inner .nav-sp {
    display: none;
  }
  .drawer-overlay {
    z-index: 100 !important;
    backdrop-filter: blur(6px);
  }
}

#float-menu {
  position: fixed;
  z-index: 99;
  left: 30px;
  bottom: 30px;
}

#float-menu a {
  display: block;
  background: #39ab37;
  padding: 0 20px 10px 20px;
  border-radius: 6px;
  font-weight: 900;
  color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  font-size: 21px;
  line-height: 1;
}

#float-menu a span {
  display: inline-block;
  padding-bottom: 10px;
}

#float-menu a i {
  position: relative;
  top: 5px;
  font-size: 36px;
  margin-right: 10px;
  margin-top: 10px;
}

#float-menu a:hover {
  transform: translateY(3px);
  box-shadow: none;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

#pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: #c69c6d;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#pagetop a img {
  padding-top: 40%;
}

#pagetop a:hover {
  transform: translateY(3px);
  box-shadow: none;
}

footer {
  color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
  font-size: 13px;
}

footer a {
  color: #FFFFFF;
}

footer .logo-f {
  margin-bottom: 2em;
}

footer p {
  text-align: center;
  margin: 20px auto;
}

footer .footer-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

footer .footer-sns li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}

footer .footer-sns li img {
  width: auto;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  #float-menu {
    position: fixed;
    z-index: 99;
    left: 1em;
    bottom: 1em;
  }
  #float-menu a {
    display: block;
    background: #39ab37;
    padding: 0 10px 5px 10px;
    border-radius: 6px;
    font-weight: 900;
    color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    line-height: 1;
  }
  #float-menu a span {
    display: inline-block;
    padding-bottom: 10px;
  }
  #float-menu a i {
    position: relative;
    top: 5px;
    font-size: 30px;
    margin-right: 6px;
    margin-top: 2px;
  }
  #float-menu a:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  #pagetop {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 1;
  }
  #pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
  #pagetop a img {
    width: 15px;
    padding-top: 33%;
  }
  #pagetop a:hover {
    transform: translateY(3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
  footer {
    padding: 30px 0 60px 0;
    text-align: center;
    font-size: 13px;
  }
  footer a {
    color: #FFFFFF;
  }
  footer .logo-f {
    margin-bottom: 2em;
  }
  footer .logo-f img {
    width: 75px;
  }
  footer p {
    text-align: center;
    margin: 20px auto;
  }
  footer .footer-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  footer .footer-sns li {
    list-style: none;
    display: inline-block;
    padding: 5px;
  }
  footer .footer-sns li img {
    width: auto;
    height: 20px;
  }
  footer copy {
    font-size: 12px;
  }
}

body.home #sec01 {
  height: 900px;
  max-height: 900px;
  padding-top: 0;
  width: 100%;
}

body.home #sec01 .mainimg {
  height: 900px;
  max-height: 900px;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

body.home #sec01 .mainimg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.home #sec01 .mainimg .maintxt {
  position: absolute;
  content: '';
  left: 5%;
  top: 58vh;
  z-index: 3;
  color: #222;
}

body.home #sec01 .mainimg .maintxt p {
  display: inherit;
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 2.5%;
  font-weight: 900;
  letter-spacing: 0.05em;
}

body.home #sec01 .mainimg .maintxt h2 {
  font-weight: 900;
  display: inherit;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

body.home #sec01 .mainimg .maintxt span {
  padding: 4px 12px 0 12px;
  margin: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
}

body.home #sec02 .wrapper {
  padding: 0 0 0 6em;
}

body.home #sec02 .wrapper .box-wrap {
  position: relative;
}

body.home #sec03 .wrapper {
  padding: 0 6em;
}

body.home #sec03 .wrapper p {
  text-align: center;
}

body.home #sec03 .wrapper ul {
  text-align: center;
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.home #sec03 .wrapper ul li {
  min-width: 220px;
  height: 40px;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0 15px 15px 0;
  background: #c69c6d;
  padding: 6px 18px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.5s;
}

body.home #sec03 .wrapper ul li:hover {
  transition: all 0.5s;
  transform: scale(1.1);
  background: #222;
}

body.home #sec04 {
  padding-bottom: 0;
  margin-bottom: 0;
}

body.home #sec04 .wrapper {
  padding-bottom: 0;
}

body.home #sec04 .wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -40px;
}

body.home #sec04 .wrapper .clinic-info {
  max-width: 1200px;
  padding: 6em;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.home #sec04 .wrapper .clinic-info > div {
  display: inline-block;
  width: 50%;
}

body.home #sec04 .wrapper .clinic-info > div img {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

body.home #sec04 .wrapper .clinic-info > div p {
  line-height: 1.5;
  margin-bottom: 20px;
}

body.home #sec04 .wrapper .clinic-info h3 {
  text-align: left;
  margin-bottom: 20px;
}

main {
  padding-top: 6em;
  padding-bottom: 0;
}

main#legal {
  height: inherit;
}

main#legal #sec01 {
  height: inherit;
  margin: 6em auto;
}

main#legal #sec01 .wrapper {
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  max-width: 1200px;
  padding: 6em;
}

main#legal #sec01 .wrapper h2 {
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.8;
}

main#legal #sec01 .wrapper h2 span {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

main#legal #sec01 .wrapper table {
  width: 100%;
  border-collapse: collapse;
}

main#legal #sec01 .wrapper table th {
  width: 30%;
  font-weight: normal;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
  color: #a98777;
}

main#legal #sec01 .wrapper table td {
  width: 70%;
  font-weight: normal;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}

main#campaign {
  height: inherit;
}

main#campaign #sec01 {
  height: inherit;
  margin: 6em auto;
}

main#campaign #sec01 .wrapper {
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  max-width: 1200px;
  padding: 6em;
}

main#campaign #sec01 .wrapper h2 {
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.8;
}

main#campaign #sec01 .wrapper h2 span {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

main#campaign #sec01 .wrapper p {
  width: 100%;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body.home main {
    padding-top: 4em;
  }
  body.home #sec01 {
    padding-top: 0;
    width: 100%;
    height: 390px;
  }
  body.home #sec01 .mainimg {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  body.home #sec01 .mainimg img {
    width: 100%;
    height: auto;
  }
  body.home #sec01 .mainimg .maintxt {
    position: relative;
    content: '';
    top: inherit;
    z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  body.home #sec01 .mainimg .maintxt p {
    position: absolute;
    display: inherit;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 2.5%;
    font-weight: 900;
    letter-spacing: 0.025em;
    text-align: center;
    color: #FFFFFF;
    z-index: 3;
    left: 0;
    right: 0;
    top: 50px;
    text-align: center;
    margin: 0 auto;
  }
  body.home #sec01 .mainimg .maintxt h2 {
    position: absolute;
    top: 275px;
    display: inherit;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: 0em;
    color: #FFFFFF;
    z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  body.home #sec01 .mainimg .maintxt span {
    background: none;
    padding: 2px 6px 0 6px;
    margin: 4px;
    display: inline-block;
  }
  body.home #sec02 {
    display: inline-block;
  }
  body.home #sec02 .wrapper {
    padding: 0 20px;
  }
  body.home #sec02 .wrapper .box-wrap {
    display: block;
    flex: none;
    position: relative;
  }
  body.home #sec02 .wrapper .box-wrap .box-txt {
    width: 100%;
  }
  body.home #sec02 .wrapper .box-img {
    margin-top: 30px;
    float: right;
    width: 75%;
  }
  body.home #sec03 .wrapper {
    padding: 0 20px;
  }
  body.home #sec03 .wrapper ul {
    text-align: center;
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  body.home #sec03 .wrapper ul li {
    min-width: inherit;
    width: 48%;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0 0;
    background: #c69c6d;
    padding: 6px 18px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
  }
  body.home #sec03 .wrapper ul li:hover {
    transition: all 0.5s;
    transform: scale(1.1);
    background: #222;
  }
  body.home #sec04 .wrapper {
    padding-bottom: 0;
  }
  body.home #sec04 .wrapper img {
    position: relative;
    width: 75%;
    height: auto;
    margin-top: 0;
  }
  body.home #sec04 .wrapper .clinic-info {
    max-width: 100%;
    padding: 30px 20px 0 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home #sec04 .wrapper .clinic-info h3 {
    text-align: left;
    margin-bottom: 20px;
  }
  body.home #sec04 .wrapper .clinic-info > div {
    display: block;
    width: 100%;
  }
  body.home #sec04 .wrapper .clinic-info > div img {
    width: 75%;
    text-align: left;
    margin: 1em 0 0 0;
  }
  body.home #sec04 .wrapper .clinic-info > div .btn-detail {
    margin-bottom: 20px;
  }
  body.home #sec04 .wrapper .clinic-info > div p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  main {
    padding-bottom: 3em;
  }
  main#legal {
    padding-top: 6.5em;
    height: inherit;
  }
  main#legal #sec01 {
    max-height: inherit;
    height: inherit;
    margin: 0em auto;
    padding: 0 2.5em;
  }
  main#legal #sec01 .wrapper {
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    max-width: inherit;
    width: 100%;
    padding: 1.5em;
  }
  main#legal #sec01 .wrapper h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
  }
  main#legal #sec01 .wrapper h2 span {
    display: block;
    font-size: 15px;
    font-weight: 900;
  }
  main#legal #sec01 .wrapper table {
    width: 100%;
    border-collapse: collapse;
  }
  main#legal #sec01 .wrapper table th {
    display: block;
    width: 100%;
    font-weight: normal;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
    color: #a98777;
  }
  main#legal #sec01 .wrapper table td {
    display: block;
    width: 100%;
    font-weight: normal;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
  }
  main#campaign {
    padding-top: 6.5em;
    height: inherit;
  }
  main#campaign #sec01 {
    max-height: inherit;
    height: inherit;
    margin: 0em auto;
    padding: 0 2.5em;
  }
  main#campaign #sec01 .wrapper {
    text-align: center;
    margin: 0 auto;
    background: #FFFFFF;
    max-width: inherit;
    width: 100%;
    padding: 1.5em;
    min-height: 69vh;
  }
  main#campaign #sec01 .wrapper h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
  }
  main#campaign #sec01 .wrapper h2 span {
    display: block;
    font-size: 15px;
    font-weight: 900;
  }
  main#campaign #sec01 .wrapper p {
    padding-top: 12vh;
    font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */