@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  letter-spacing: 0.05rem;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.flexWrap {
  flex-wrap: wrap;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.wrap-800 {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.wrap-745 {
  max-width: 745px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

@media print {
  .fadein {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

main,
.second {
  padding-top: var(--headerHeight);
}

#pankuzu {
  margin: 20px 0 90px;
}
@media screen and (max-width: 820px), print {
  #pankuzu {
    margin: 15px 0 45px;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #f35200;
  border-bottom: 1px solid #f35200;
}

#pageHeader {
  background-color: #eff2fb;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #pageHeader {
    padding: 60px 0;
  }
}
@media screen and (max-width: 820px), print {
  #pageHeader {
    padding: 45px 0;
  }
}
@media screen and (max-width: 520px) {
  #pageHeader {
    padding: 30px 0;
  }
}
#pageHeader .wrapper {
  max-width: 1000px;
}
#pageHeader h1 {
  font-family: "Zen Maru Gothic";
  font-size: 50px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pageHeader h1 {
    margin: 0;
  }
}
@media screen and (max-width: 820px), print {
  #pageHeader h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 520px) {
  #pageHeader h1 {
    font-size: 30px;
  }
}
#pageHeader .en {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  bottom: -80px;
  right: 0;
  line-height: 0.87;
  width: max-content;
  z-index: -1;
  font-size: 236px;
}
@media screen and (min-width: 1701px) {
  #pageHeader .en {
    font-size: 236px;
  }
}
@media screen and (max-width: 1250px) {
  #pageHeader .en {
    font-size: 200px;
  }
}
@media screen and (max-width: 1024px) {
  #pageHeader .en {
    font-size: 170px;
    bottom: -60px;
  }
}
@media screen and (max-width: 820px), print {
  #pageHeader .en {
    font-size: 20.5vw;
    bottom: -6.5vw;
  }
}
@media screen and (max-width: 520px) {
  #pageHeader .en {
    font-size: 20.5vw;
    bottom: -8.2vw;
  }
}

.secTitle {
  font-size: 36px;
  font-weight: normal;
  position: relative;
  padding-top: 30px;
  margin-bottom: 35px;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
}
.secTitle::after {
  position: absolute;
  content: attr(data-en);
  color: #f35200;
  font-size: 1.25rem;
  font-weight: bold;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
}
.secTitle.left .en {
  left: 0;
  transform: none;
}
.secTitle .en {
  position: absolute;
  content: "";
  color: #f35200;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
}
@media screen and (max-width: 520px) {
  .secTitle .en {
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 820px), print {
  .secTitle {
    padding-top: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: left;
  }
  .secTitle::after {
    font-size: 12px;
  }
}

.subTitle {
  font-size: 24px;
  font-weight: normal;
  border-left: 5px solid #f35200;
  padding: 2px 0 2px 15px;
  line-height: 1;
  margin: 90px 0 40px;
}
@media screen and (max-width: 820px), print {
  .subTitle {
    margin: 45px 0 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .subTitle {
    font-size: 20px;
  }
}
.subTitle span {
  font-size: 40px;
}
@media screen and (max-width: 820px), print {
  .subTitle span {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  .subTitle span {
    font-size: 32px;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #f35200;
}

.button01 {
  background-color: #fff;
  border: 3px solid #e6e6e6;
  border-radius: 37px;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 320px;
  height: 73px;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 14px;
    max-width: 100%;
    width: 75%;
    height: 55px;
    border: 2px solid #e6e6e6;
    padding: 14px;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #333;
}
.button01:after {
  background-image: url(../images/common/rightArw@2x.png);
  top: 50%;
  transform: translate(0, -50%);
  height: 5px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5px;
  width: 20px;
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  transition: all 0.2s;
}
.button01:hover {
  border: 3px solid #f35200;
  color: #f35200;
  font-weight: 500;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  opacity: 1;
}

.marugo {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font12 {
  font-size: 12px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.week-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.week-table th {
  color: #fff;
  width: 30px;
  height: 52px;
  background-color: #f35200;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  .week-table th {
    height: 35px;
  }
}
@media print {
  .week-table th {
    background-color: #f35200 !important;
  }
}
.week-table th:first-child {
  width: 65px;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 520px) {
  .week-table th:first-child {
    width: 70px;
  }
}
.week-table th:last-child {
  border-top-right-radius: 5px;
}
.week-table th .rightUp {
  border-top: solid #fff 1px;
  transform: matrix(0.2, -0.25, 0, 1, 0, 0);
}
@media screen and (max-width: 520px) {
  .week-table th .rightUp {
    border-top: solid #fff 1px;
    transform: matrix(0.6, -0.25, 0, 1, 0, 0);
  }
}
.week-table th .niti {
  position: absolute;
  top: 18%;
  left: 25%;
  font-size: 0.6875rem;
}
.week-table th .syuku {
  position: absolute;
  bottom: 18%;
  right: 25%;
  font-size: 0.6875rem;
}
.week-table td {
  color: #333;
  line-height: 16px;
  height: 52px;
  background-color: #fff;
}
.week-table td.orange {
  color: #f35200;
}
.week-table td.orange.font13 {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .week-table td.orange.font13 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px), print {
  .week-table td.orange.font13 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 520px) {
  .week-table td.orange.font13 {
    font-size: 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .week-table td:first-child {
    text-indent: 7px;
  }
}
.week-table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.week-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.week-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.week-table th,
.week-table td {
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .week-table th,
  .week-table td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 820px), print {
  .week-table th,
  .week-table td {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 520px) {
  .week-table th,
  .week-table td {
    height: 45px;
    font-size: 14px;
  }
}
.week-table th:last-child,
.week-table td:last-child {
  border-right: 1px solid #ccc;
}

.contactBtn {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 160px;
  padding: 10px 0;
  border-radius: 5px;
}
.contactBtn:visited {
  color: #f35200;
}
.contactBtn + .contactBtn {
  margin-left: 30px;
}
@media screen and (max-width: 820px), print {
  .contactBtn {
    margin: 0 auto;
  }
  .contactBtn + .contactBtn {
    margin-left: auto;
    margin-top: 40px;
  }
}

.telContact {
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .telContact {
    pointer-events: auto;
  }
}
@media screen and (max-width: 520px) {
  .telContact .tel-p {
    font-size: 18px;
  }
}
.telContact .telNumber {
  font-size: 50px;
  font-family: "Zen Maru Gothic";
}
@media screen and (max-width: 1024px) {
  .telContact .telNumber {
    font-size: 4.9vw;
  }
}
@media screen and (max-width: 820px), print {
  .telContact .telNumber {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  .telContact .telNumber {
    font-size: 41px;
  }
}
.telContact .telNumber .telIcon {
  padding-left: 30px;
  position: relative;
}
.telContact .telNumber .telIcon::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/tel@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: -1.3vw;
  width: 39px;
  height: 43px;
}
@media screen and (max-width: 1024px) {
  .telContact .telNumber .telIcon::before {
    width: 3.8vw;
    height: 4.2vw;
  }
}
@media screen and (max-width: 820px), print {
  .telContact .telNumber .telIcon::before {
    top: 56%;
    width: 41px;
    height: 43.5px;
    left: -2.8vw;
  }
}
@media screen and (max-width: 520px) {
  .telContact .telNumber .telIcon::before {
    width: 32px;
    height: 35px;
  }
}

#bannerBottom {
  border-top: 1px solid #e3e5e8;
}
#bannerBottom .bannerFlex {
  padding: 110px 0;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #bannerBottom .bannerFlex {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  #bannerBottom .bannerFlex {
    max-width: 550px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 520px) {
  #bannerBottom .bannerFlex {
    padding: 30px 0;
    justify-content: space-between;
  }
}
@media print {
  #bannerBottom .bannerFlex {
    padding: 50px 0;
    margin-top: 0;
  }
}
#bannerBottom .bannerFlex .bannerItem {
  width: 31.5%;
}
@media (max-width: 768px) {
  #bannerBottom .bannerFlex .bannerItem {
    width: 43%;
  }
  #bannerBottom .bannerFlex .bannerItem:last-of-type {
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  #bannerBottom .bannerFlex .bannerItem {
    width: 47.8%;
  }
}
#bannerBottom .bannerFlex .bannerItem:hover {
  opacity: 0.8;
}
#bannerBottom .bannerFlex .dummy {
  display: none;
}
@media (max-width: 768px) {
  #bannerBottom .bannerFlex .dummy {
    width: 43%;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #bannerBottom .bannerFlex .dummy {
    width: 47.8%;
  }
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1.2em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* header */
.headerInner {
  background-color: #fff;
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding-left: 10px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ccc;
}
@media print {
  .headerInner {
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .headerInner .headerLogo {
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  .headerInner .headerLogo {
    width: 143px;
  }
}
@media print {
  .headerInner .headerLogo {
    width: 200px;
  }
}
.headerInner .contactBtn {
  width: 80%;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .headerInner .contactBtn {
    width: 90%;
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  #gNav {
    position: relative;
    right: -100vw;
    opacity: 0;
    transition: all 0.5s;
    background-color: #f8f8f8;
    position: fixed;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    width: 100%;
    overflow: auto;
  }
  #gNav.active {
    opacity: 1;
    right: 0;
  }
}
#gNav .headerNav {
  font-family: "Zen Maru Gothic";
}
@media screen and (max-width: 1024px) {
  #gNav .headerNav {
    flex-direction: column;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
  }
  #gNav .headerNav::after {
    content: "";
    position: absolute;
    background-image: url(../images/common/footContactBg-deko@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
    width: 510px;
    height: 435px;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) and (max-width: 660px) {
  #gNav .headerNav::after {
    width: 77.3vw;
    height: 65.9vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #gNav .headerNav::after {
    width: 323px;
    height: 270px;
  }
}
@media print {
  #gNav {
    display: none;
  }
}

.headerNavList {
  font-size: 18px;
}
@media screen and (max-width: 1350px) {
  .headerNavList {
    font-size: 1.2vw;
  }
}
.headerNavList + .headerNavList {
  margin-left: clamp(1px, 1.8vw, 35px);
}
@media screen and (max-width: 1350px) {
  .headerNavList + .headerNavList {
    margin-left: 1.6vw;
  }
}
.headerNavList.headContactBtn {
  background-color: #eb6f3c;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .headerNavList.headContactBtn {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.headContactBtn.headContactBtn {
    background-color: transparent;
  }
}
.headerNavList.headContactBtn .headerNavList__link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: var(--headerHeight);
  width: 292px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 1350px) {
  .headerNavList.headContactBtn .headerNavList__link {
    width: 19.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.headContactBtn .headerNavList__link {
    text-align: left;
    display: block;
    height: auto;
    width: 100%;
  }
}
.headerNavList.headContactBtn .headerNavList__link .Btn-p {
  font-size: 18px;
}
@media screen and (max-width: 1350px) {
  .headerNavList.headContactBtn .headerNavList__link .Btn-p {
    font-size: 1.2vw;
  }
}
.headerNavList.headContactBtn .headerNavList__link .contact_b {
  font-size: 30px;
  margin-top: 5px;
  position: relative;
  text-indent: 1vw;
}
@media screen and (max-width: 1350px) {
  .headerNavList.headContactBtn .headerNavList__link .contact_b {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.headContactBtn .headerNavList__link .contact_b {
    font-size: 1rem;
  }
}
.headerNavList.headContactBtn .headerNavList__link .contact_b::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/headerTel@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 58%;
  transform: translate(0, -50%);
  left: -0.9vw;
  width: 23px;
  height: 26px;
}
@media screen and (max-width: 1350px) {
  .headerNavList.headContactBtn .headerNavList__link .contact_b::before {
    width: 1.7vw;
    height: 1.9vw;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    width: 100%;
  }
  .headerNavList:first-of-type .headerNavList__link {
    border-top: 1px solid #ccc;
  }
  .headerNavList + .headerNavList {
    margin-left: 0;
  }
  .headerNavList .headerNavList__link {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    font-size: 16px;
  }
  .headerNavList.headContactBtn {
    background-color: transparent;
  }
  .headerNavList.headContactBtn .headerNavList__link {
    color: #333;
    display: block;
    height: auto;
    width: 100%;
  }
}

.acdTitle {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.acdTitle::after {
  background-image: url(../images/common/plus@2x.png);
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
}
.acdTitle.open::after {
  background-image: url(../images/common/minus@2x.png);
  width: 15px;
  height: 1px;
}
.acdTitle.open + .acdInner {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.acdTitle.open + .acdInner li {
  padding: 5px 0;
}

@media screen and (max-width: 1024px) {
  .acdTitle2 {
    cursor: pointer;
    padding: 20px;
    position: relative;
  }
  .acdTitle2::after {
    background-image: url(../images/common/rightArw@2x.png);
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 15px;
    height: 3px;
  }
}

.acdInner {
  transition: 0.3s;
  background-color: #fff;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.acdInner .linkList {
  padding: 20px 20px;
  border-bottom: 1px solid #ccc;
}
.acdInner .linkList a {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}
.acdInner .linkList a::after {
  content: "";
  background-image: url(../images/common/accordion@2x.png);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 6.5px;
  height: 1px;
}
.acdInner .linkList a.Detail02::after {
  top: 50%;
}
.acdInner .linkList li {
  padding: 5px 0;
}

:root {
  --borderPosition: 11px;
}

.Timebotton {
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
  padding: 0px 45px;
}
.Timebotton::after {
  content: "";
  background-image: url(../images/common/headerTime.png);
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 15%;
  transform: translate(-50%, 0);
}
.Timebotton::before {
  bottom: 7px;
  content: "診療時間";
  color: #333;
  font-size: 14px;
  left: 50%;
  bottom: 5px;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.Timebotton.active {
  background-color: rgba(235, 111, 60, 0.07);
}

.hunsMenu {
  background: #f35200;
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
}
.hunsMenu::before {
  bottom: 7px;
  content: "MENU";
  color: #fff;
  font-size: 14px;
  left: 50%;
  bottom: 5px;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.hunsMenu span {
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 2px;
  width: 30px;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 9px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 19px);
}
.hunsMenu.active::before {
  content: "CLOSE";
}
.hunsMenu.active span:nth-of-type(1) {
  top: 13px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 25px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
}

.TimeArea {
  right: -100vw;
  opacity: 0;
  background-color: #f8f8f8;
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  position: fixed;
  top: var(--headerHeight);
  transition: all 0.5s;
  overflow: auto;
}
.TimeArea.active {
  opacity: 1;
  right: 0;
}
.TimeArea::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/footContactBg-deko@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: 0;
  width: 510px;
  height: 435px;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .TimeArea::after {
    width: 77.3vw;
    height: 65.9vw;
  }
}
@media screen and (max-width: 520px) {
  .TimeArea::after {
    width: 323px;
    height: 270px;
  }
}
.TimeArea .TimeArea-border {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.TimeArea .TimeArea-border .week-table {
  width: 90%;
  margin: 40px auto 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .TimeArea .TimeArea-border .week-table {
    width: 100%;
  }
}
.TimeArea .TimeArea-border .infoCard {
  border-radius: 5px;
  margin: 40px auto;
  width: 80%;
}
@media screen and (max-width: 520px) {
  .TimeArea .TimeArea-border .infoCard {
    margin: 35px auto;
    width: 90%;
  }
}
.TimeArea .TimeArea-border .infoCard .orange {
  color: #f35200;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .TimeArea .TimeArea-border .infoCard .orange {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .TimeArea .TimeArea-border .infoCard .orange {
    margin-bottom: 8px;
  }
}
.TimeArea .TimeArea-border .infoCard .infoCard-p {
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .TimeArea .TimeArea-border .infoCard .infoCard-p {
    letter-spacing: 0.03em;
  }
}
.TimeArea .TimeArea-border .infoCard .link-button {
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .TimeArea .TimeArea-border .infoCard .link-button {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .TimeArea .TimeArea-border .infoCard .link-button {
    margin-top: 10px;
  }
}
.TimeArea .TimeArea-border .infoCard .link-button a {
  position: relative;
  padding-right: 18px;
  border-bottom: 1px solid #333;
}
.TimeArea .TimeArea-border .infoCard .link-button a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/linkIcon@2x.png);
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.TimeArea .TimeArea-border .font12 {
  margin: 0px auto;
  width: 90%;
  padding-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .TimeArea .TimeArea-border .font12 {
    width: 100%;
    letter-spacing: 0em;
  }
}
.TimeArea .infoCard {
  background-color: #f0f2f2;
  border-radius: 5px;
  margin: 0 auto 40px;
  padding: 25px;
  width: 80%;
}
@media screen and (max-width: 520px) {
  .TimeArea .infoCard {
    padding: 15px;
    width: 90%;
  }
}
.TimeArea .infoCard .orange {
  color: #f35200;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .TimeArea .infoCard .orange {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .TimeArea .infoCard .orange {
    margin-bottom: 8px;
  }
  .TimeArea .infoCard .orange.frame-box {
    position: relative;
  }
  .TimeArea .infoCard .orange.frame-box::before, .TimeArea .infoCard .orange.frame-box::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
  }
  .TimeArea .infoCard .orange.frame-box::before {
    border-left: solid 1px #f35200;
    border-top: solid 1px #f35200;
    border-bottom: solid 1px #f35200;
    top: 0;
    left: 8vw;
  }
  .TimeArea .infoCard .orange.frame-box::after {
    border-right: solid 1px #f35200;
    border-top: solid 1px #f35200;
    border-bottom: solid 1px #f35200;
    top: 0;
    right: 8vw;
  }
}
.TimeArea .infoCard .infoCard-p {
  letter-spacing: 0em;
}
@media screen and (max-width: 520px) {
  .TimeArea .infoCard .infoCard-p {
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}
.TimeArea .infoCard .link-button {
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .TimeArea .infoCard .link-button {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .TimeArea .infoCard .link-button {
    margin-top: 10px;
  }
}
.TimeArea .infoCard .link-button a {
  position: relative;
  padding-right: 18px;
  border-bottom: 1px solid #333;
}
.TimeArea .infoCard .link-button a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/linkIcon@2x.png);
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.TimeArea .infoCard .link-button.parking {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .TimeArea .infoCard .link-button.parking {
    margin-top: 10px;
  }
}
.TimeArea .infoCard .link-button.parking a::after {
  background-image: url(../images/common/rightArw2@2x.png);
  top: 67%;
}
.TimeArea .infoCard .link-button .mt-p {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .TimeArea .infoCard .link-button .mt-p {
    text-align: left;
    line-height: 1.7;
  }
}

@media print {
  #footContact {
    page-break-inside: avoid;
  }
}
#footContact .footContactBg {
  background-color: #f0f2f2;
  width: 100%;
  padding: 125px 0;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg {
    padding: 60px 0;
  }
}
#footContact .footContactBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footContactBg-deko@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -274px;
  transform: translate(0, -50%);
  right: 0;
  width: 647px;
  height: 543px;
}
@media (max-width: 1300px) {
  #footContact .footContactBg::before {
    width: 49.7vw;
    height: 41.7vw;
    bottom: -21vw;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg::before {
    width: 320px;
    height: 270px;
    bottom: -137px;
  }
}
#footContact .footContactBg .wrapper {
  position: relative;
  z-index: 1;
}
#footContact .footContactBg .footContactsubTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .footContactsubTitle {
    margin-bottom: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .footContactCard {
    flex-direction: column;
  }
}
#footContact .footContactBg .footContactCard .Contact-left {
  width: calc(50% - 30px);
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .footContactCard .Contact-left {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .footContactCard .Contact-left {
    width: 100%;
  }
}
#footContact .footContactBg .footContactCard .Contact-left a {
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .footContactCard .Contact-left a {
    pointer-events: auto;
  }
}
#footContact .footContactBg .footContactCard .Contact-right {
  width: 49.2%;
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .footContactCard .Contact-right {
    width: 90%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .footContactCard .Contact-right {
    width: 100%;
  }
}
#footContact .footContactBg .footContactCard .Contact-right .font12 {
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .footContactCard .Contact-right .font12 {
    letter-spacing: 0em;
  }
}
#footContact .footContactBg .payment {
  margin: 30px auto 0;
  background-color: #fff;
  padding: 25px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .payment {
    width: 90%;
    padding: 15px;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .payment {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .payment .flex {
    display: block;
  }
}
#footContact .footContactBg .payment .font14 {
  font-size: 14px;
}
#footContact .footContactBg .payment .font14.wid {
  width: 115px;
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .payment .font14.wid {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footContact .footContactBg .payment .left-payment {
  width: 45%;
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .payment .left-payment {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footContact .footContactBg .payment .left-payment .orange {
  color: #f35200;
  font-size: 18px;
  margin-bottom: 15px;
}
#footContact .footContactBg .payment .right-payment {
  background-color: #f0f2f2;
  padding: 25px;
  width: 53%;
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .payment .right-payment {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .payment .right-payment {
    padding: 15px;
  }
}
#footContact .footContactBg .payment .right-payment .payImg {
  width: calc(100% - 70px);
}
@media screen and (max-width: 820px), print {
  #footContact .footContactBg .payment .right-payment .payImg {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg .payment .right-payment .payImg {
    width: 100%;
  }
}

/*  footer  */
@media screen and (max-width: 520px) {
  footer.Wf_pad {
    padding-bottom: 70px;
  }
}
footer .footer-padding {
  padding: 60px 0;
}
footer .foot_flex {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  footer .foot_flex {
    max-width: 700px;
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  footer .foot_flex {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer .foot_flex .flex {
    display: block;
  }
}
footer .foot_flex .flex .footLogo {
  margin-right: 15px;
}
footer .accessCard {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  footer .accessCard {
    font-size: 14px;
    margin-top: 10px;
  }
}
footer .footer-inner {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-pdf {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-pdf {
    margin-top: 20px;
  }
}
footer .footer-inner .footer-pdf a {
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
footer .footer-inner .footer-pdf a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/pdfIcon@2x.png);
  background-size: contain;
  width: 14px;
  height: 19px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
footer .footer-inner .footer-pdf a span {
  border-bottom: 1px solid #333;
}
footer .footer-inner .footer-left {
  width: 48.3%;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-left {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px), print {
  footer .footer-inner .footer-left {
    width: 81%;
  }
}
@media screen and (max-width: 520px) {
  footer .footer-inner .footer-left {
    width: 100%;
  }
}
@media print {
  footer .footer-inner .footer-left {
    width: 80%;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-left .infoCard {
  background-color: #f0f2f2;
  border-radius: 5px;
  margin-top: 20px;
  padding: 25px;
}
@media screen and (max-width: 520px) {
  footer .footer-inner .footer-left .infoCard {
    padding: 15px;
    margin-top: 25px;
  }
}
footer .footer-inner .footer-left .infoCard .orange {
  color: #f35200;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-left .infoCard .orange {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer .footer-inner .footer-left .infoCard .orange {
    margin-bottom: 8px;
  }
  footer .footer-inner .footer-left .infoCard .orange.frame-box {
    position: relative;
  }
  footer .footer-inner .footer-left .infoCard .orange.frame-box::before, footer .footer-inner .footer-left .infoCard .orange.frame-box::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
  }
  footer .footer-inner .footer-left .infoCard .orange.frame-box::before {
    border-left: solid 1px #f35200;
    border-top: solid 1px #f35200;
    border-bottom: solid 1px #f35200;
    top: 0;
    left: 8vw;
  }
  footer .footer-inner .footer-left .infoCard .orange.frame-box::after {
    border-right: solid 1px #f35200;
    border-top: solid 1px #f35200;
    border-bottom: solid 1px #f35200;
    top: 0;
    right: 8vw;
  }
}
footer .footer-inner .footer-left .infoCard .infoCard-p {
  letter-spacing: 0em;
}
@media screen and (max-width: 520px) {
  footer .footer-inner .footer-left .infoCard .infoCard-p {
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}
footer .footer-inner .footer-left .infoCard .link-button {
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-left .infoCard .link-button {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer .footer-inner .footer-left .infoCard .link-button {
    margin-top: 10px;
  }
}
footer .footer-inner .footer-left .infoCard .link-button a {
  position: relative;
  padding-right: 18px;
  border-bottom: 1px solid #333;
}
footer .footer-inner .footer-left .infoCard .link-button a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/linkIcon@2x.png);
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
footer .footer-inner .footer-left .infoCard .link-button.parking {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-left .infoCard .link-button.parking {
    margin-top: 10px;
  }
}
footer .footer-inner .footer-left .infoCard .link-button.parking a::after {
  background-image: url(../images/common/rightArw2@2x.png);
  top: 67%;
}
footer .footer-inner .footer-left .infoCard .link-button .mt-p {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-left .infoCard .link-button .mt-p {
    text-align: left;
    line-height: 1.7;
  }
}
footer .footer-inner .footer-right {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1024px) {
  footer .footer-inner .footer-right {
    display: none;
  }
}
@media print {
  footer .footer-inner .footer-right {
    display: none;
  }
}
footer .footer-inner .footer-right .wrap {
  flex-wrap: wrap;
}
footer .footer-inner .footer-right .sitemap1 {
  padding: 10px 0 30px;
}
footer .footer-inner .footer-right .sitemap1 li {
  font-size: 16px;
  border-right: solid 1px #ccc;
  padding-right: 15px;
  margin-right: 15px;
}
footer .footer-inner .footer-right .sitemap1 li:nth-child(1) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-inner .footer-right .sitemap1 li:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-inner .footer-right .sitemap2 {
  padding: 30px 0 30px;
  border-top: solid 1px #c5bdb4;
}
footer .footer-inner .footer-right .sitemap2 li {
  font-size: 16px;
  border-right: solid 1px #ccc;
  padding-right: 12px;
  margin-right: 12px;
  margin-top: 8px;
}
footer .footer-inner .footer-right .sitemap2 li:nth-child(1) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-inner .footer-right .sitemap2 li:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-inner .footer-right .sitemap3 {
  padding-top: 30px;
  border-top: solid 1px #c5bdb4;
}
footer .footer-inner .footer-right .siteMap-deko {
  margin-bottom: 5px;
  font-size: 18px;
  gap: 8px;
  display: flex;
}
footer .footer-inner .footer-right .siteMap-deko:nth-last-child(2) {
  margin-right: 45px;
}
footer .footer-inner .footer-right .siteMap-deko .arrow {
  position: relative;
  display: inline-block;
  width: 12px;
}
footer .footer-inner .footer-right .siteMap-deko .arrow::before, footer .footer-inner .footer-right .siteMap-deko .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333;
  transform-origin: calc(100% - 0.5px) 50%;
}
footer .footer-inner .footer-right .siteMap-deko .arrow::before {
  transform: rotate(45deg);
}
footer .footer-inner .footer-right .siteMap-deko .arrow::after {
  transform: rotate(-45deg);
}
footer .siteFoot {
  background-color: #939ea3;
  padding: 15px 0;
}
footer .siteFoot .siteFootItem__link {
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  footer .siteFoot .siteFootItem__link {
    font-size: 10px;
  }
}
footer .telLink {
  position: relative;
  z-index: 1;
}
footer .widget_foot {
  background-color: #eb6f3c;
  bottom: 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 85px;
  padding: 13px 0;
}
@media screen and (max-width: 520px) {
  footer .widget_foot {
    height: 70px;
    padding: 9px 0;
  }
}
@media print {
  footer .widget_foot {
    position: relative;
  }
}
footer .widget_foot .widget-textarea {
  background-color: #f8f8f8;
  border-radius: 5px;
  width: 73.5%;
  margin: 0 auto;
  padding: 5px 0 2px;
}
footer .widget_foot .widget-textarea .widgetTel {
  color: #333;
  font-size: 17px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 520px) {
  footer .widget_foot .widget-textarea .widgetTel {
    font-size: 17px;
  }
}
footer .widget_foot .widget-textarea .widgetTel::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/widget-foot@2x.png);
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
footer .widget_foot .widget-textarea .widgetTel .wigetFont2 {
  font-size: 14px;
}
footer .widget_foot .widget-textarea .wigetFont3 {
  font-size: 12px;
}

/** top 共通 ***********************************************************/
#Gallery,
#Calendar {
  margin-top: -170px;
  padding-top: 170px;
}
@media screen and (max-width: 820px), print {
  #Gallery,
  #Calendar {
    margin-top: -100px;
    padding-top: 100px;
  }
}

#topSNS .infoCard {
  padding: 0 10px;
}

@media screen and (max-width: 820px), print {
  .infoCardImage {
    margin: 0 auto 30px;
    width: 80%;
  }
}

@media screen and (max-width: 820px), print {
  .infoCardText {
    width: 100%;
  }
}
#topSNS .infoCardText {
  margin-bottom: 20px;
}

@media screen and (max-width: 520px) {
  .secTitle {
    padding-top: 25px;
    margin-bottom: 15px;
  }
}

.mb-35 {
  margin-bottom: 35px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 520px) {
  .mb-35 {
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1.9;
  }
}

/** topFv ***********************************************************/
#topFv {
  position: relative;
  margin-bottom: 190px;
}
@media screen and (max-width: 1024px) {
  #topFv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 520px) {
  #topFv {
    margin-bottom: 90px;
  }
}
@media print {
  #topFv {
    margin-bottom: 100px;
  }
}
#topFv .topFvCard {
  padding-left: 140px;
}
@media (max-width: 1350px) {
  #topFv .topFvCard {
    padding-left: 100px;
  }
}
@media (max-width: 1150px) {
  #topFv .topFvCard {
    padding-left: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .topFvCard {
    padding-left: 8vw;
  }
}
@media screen and (max-width: 520px) {
  #topFv .topFvCard {
    padding-left: 0px;
    flex-direction: column-reverse;
  }
}
#topFv .topFvCard .topFvBox {
  width: 28.6vw;
}
@media (max-width: 1350px) {
  #topFv .topFvCard .topFvBox {
    width: 28vw;
  }
}
@media (max-width: 1150px) {
  #topFv .topFvCard .topFvBox {
    width: 26.1vw;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .topFvCard .topFvBox {
    width: 31vw;
  }
}
@media screen and (max-width: 520px) {
  #topFv .topFvCard .topFvBox {
    width: auto;
    margin: 50px auto 0;
  }
}
#topFv .topFvCard .topFvBox .topFvTitle {
  font-size: clamp(12px, 4vw, 2.3vw);
  font-family: "Zen Maru Gothic";
  font-weight: 500;
}
@media (max-width: 1350px) {
  #topFv .topFvCard .topFvBox .topFvTitle {
    font-size: 2.6vw;
  }
}
@media (max-width: 1150px) {
  #topFv .topFvCard .topFvBox .topFvTitle {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .topFvCard .topFvBox .topFvTitle {
    font-size: 3vw;
  }
}
@media screen and (max-width: 520px) {
  #topFv .topFvCard .topFvBox .topFvTitle {
    font-size: 30px;
  }
}
#topFv .topFvCard .topFvBox .topFvTitle::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/FvBg@2x.png);
  background-size: contain;
  background-position: center;
  width: 45.8vw;
  height: 38.5vw;
  z-index: -1;
  left: 0;
  bottom: 40px;
}
@media (max-width: 1150px) {
  #topFv .topFvCard .topFvBox .topFvTitle::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #topFv .topFvCard .topFvBox .topFvTitle::before {
    background-image: url(../images/top/FvBg_sp@2x.png);
    width: 375px;
    height: 230px;
    bottom: -50px;
  }
}
@media print {
  #topFv .topFvCard .topFvBox .topFvTitle::before {
    bottom: 20px;
  }
}
#topFv .topFvCard .topFvBox .topFvText {
  font-size: clamp(12px, 1.3vw, 16px);
}
@media screen and (max-width: 820px), print {
  #topFv .topFvCard .topFvBox .topFvText {
    font-size: 14px;
  }
}
#topFv .topFvCard .mainImg {
  width: calc(100% - 28.6vw);
}
@media (max-width: 1350px) {
  #topFv .topFvCard .mainImg {
    width: calc(100% - 28vw);
  }
}
@media (max-width: 1150px) {
  #topFv .topFvCard .mainImg {
    width: calc(100% - 26.1vw);
  }
}
@media screen and (max-width: 820px), print {
  #topFv .topFvCard .mainImg {
    width: calc(100% - 31vw);
  }
}
@media screen and (max-width: 520px) {
  #topFv .topFvCard .mainImg {
    width: 100%;
  }
}
@media print {
  #topFv .topFvCard .mainImg {
    width: 60vw;
  }
  #topFv .topFvCard .mainImg img {
    width: 60vw !important;
  }
}
#topFv .weektable_Fv {
  position: absolute;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 10px 0 0 10px;
  right: 0;
  width: 620px;
  height: 248px;
  bottom: -135px;
}
#topFv .weektable_Fv .week-table {
  margin-bottom: 5px;
}
#topFv .weektable_Fv .week-table th {
  color: #333;
  background-color: #fff;
}
#topFv .weektable_Fv .week-table th .rightUp {
  border-top: solid #333 1px;
}
#topFv .weektable_Fv .week-table th,
#topFv .weektable_Fv .week-table td {
  border: none;
}
#topFv .weektable_Fv .week-table th:first-child,
#topFv .weektable_Fv .week-table td:first-child {
  text-align: left;
}
#topFv .weektable_Fv .week-table td {
  border-top: 1px solid #ccc;
}
@media print {
  #topFv .weektable_Fv {
    display: none;
  }
}

/** topKyukan ***********************************************************/
#topKyukan {
  padding: 100px 0 0;
}
#topKyukan .infoCard {
  border-radius: 5px;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #topKyukan .infoCard {
    margin: 35px auto;
    width: 100%;
    padding: 23px 0;
  }
}
#topKyukan .infoCard .orange {
  color: #f35200;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #topKyukan .infoCard .orange {
    margin-bottom: 8px;
  }
}
#topKyukan .infoCard .infoCard-p {
  letter-spacing: 0em;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 520px) {
  #topKyukan .infoCard .infoCard-p {
    letter-spacing: 0.03em;
    width: 90%;
  }
}
#topKyukan .infoCard .link-button {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #topKyukan .infoCard .link-button {
    margin-top: 10px;
  }
}
#topKyukan .infoCard .link-button a {
  position: relative;
  padding-right: 18px;
  border-bottom: 1px solid #333;
}
#topKyukan .infoCard .link-button a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/linkIcon@2x.png);
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

/** topRecruit ***********************************************************/
#topRecruit {
  margin: 100px 0;
}
@media screen and (max-width: 520px) {
  #topRecruit {
    margin: 50px 0;
  }
}
#topRecruit .recruitBnr {
  box-shadow: 0px 0px 15px 0px rgba(86, 86, 86, 0.2);
}

/** topNews ***********************************************************/
#topNews {
  margin: 100px auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #topNews {
    margin: 70px auto;
  }
}
@media print {
  #topNews {
    margin: 70px auto;
  }
}
@media print {
  #topNews .button01 {
    margin-top: 50px;
  }
}

/** topCalendar ***********************************************************/
#topCalendar {
  position: relative;
  margin: 100px auto;
}
@media screen and (max-width: 820px), print {
  #topCalendar {
    margin: 100px auto 210px;
  }
}
@media screen and (max-width: 520px) {
  #topCalendar {
    margin: 70px auto;
  }
  #topCalendar .mb-35 {
    letter-spacing: 0.1em;
  }
  #topCalendar .fc-title {
    letter-spacing: 0em;
  }
  #topCalendar .fc-widget-header tr {
    display: flex;
  }
}
#topCalendar .fc-row .fc-content-skeleton {
  padding-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #topCalendar .fc-row .fc-content-skeleton {
    padding-bottom: 7px;
  }
}
#topCalendar tr + tr td {
  padding-top: 5px !important;
}
#topCalendar .fc-time {
  display: none;
}
#topCalendar .fc-unthemed th {
  background-color: #939ea3;
  color: #fff;
  font-weight: 500;
}
@media print {
  #topCalendar .fc-unthemed th {
    color: #fff;
    background-color: #939ea3 !important;
    font-weight: 500;
  }
}
#topCalendar .fc-basic-view tbody .fc-row {
  min-height: 90px;
}
@media print {
  #topCalendar .fc-basic-view tbody .fc-row {
    min-height: 90px !important;
  }
}
@media screen and (max-width: 520px) {
  #topCalendar .fc-basic-view tbody .fc-row {
    min-height: 65px !important;
  }
}
#topCalendar .fc-day-grid-event.fc-event {
  width: 90%;
  margin: 0 auto;
  border: none;
}
#topCalendar .fc-content {
  color: #333;
  font-size: 16px;
  padding: 3px;
}
@media screen and (max-width: 520px) {
  #topCalendar .fc-content {
    font-size: 10px;
    padding: 1px;
  }
}
#topCalendar .fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 0 !important;
}
@media screen and (max-width: 520px) {
  #topCalendar .fc-ltr .fc-basic-view .fc-day-number {
    padding: 0px 2px 0 !important;
    font-size: 12px;
  }
}
#topCalendar .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background-color: #fff;
}
#topCalendar .fc-row .fc-content-skeleton td {
  border-color: #ccc;
}
#topCalendar .fc-sun {
  color: #de342f;
}
#topCalendar .fc-state-default {
  background-color: #fff;
  border: 1px solid #cccccc;
}
#topCalendar .fc button {
  width: 30px;
  height: 30px;
  padding: 0;
}
#topCalendar .fc-today-button {
  font-size: 17px;
  width: 50px !important;
}
@media screen and (max-width: 601px) {
  #topCalendar .fc-left {
    float: left;
  }
}
#topCalendar .fc-left h2 {
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 2px 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 520px) {
  #topCalendar .fc-left h2 {
    font-size: 16px;
  }
}
#topCalendar .eo-fullcalendar .fc-toolbar {
  margin-bottom: 20px;
}
@media print {
  #topCalendar .eo-fullcalendar .fc-toolbar {
    display: flex;
  }
}
#topCalendar .fc {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #topCalendar .fc {
    margin-top: 25px;
  }
}
@media screen and (max-width: 520px) {
  #topCalendar .fc-day-header {
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 14.2857142857%;
  }
}
#topCalendar .fc-right {
  padding: 4px 0;
}
@media screen and (max-width: 601px) {
  #topCalendar .fc-right {
    float: right;
    display: flex;
  }
}
#topCalendar .whiteBg {
  height: 100%;
  width: 100%;
  position: absolute;
}
#topCalendar .whiteText {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
@media screen and (max-width: 520px) {
  #topCalendar .whiteText {
    font-size: 12px;
  }
}
#topCalendar .calendarBg {
  position: absolute;
  width: 100%;
  bottom: -100px;
  background-color: #f8f8f8;
  height: 445px;
  z-index: -2;
}
@media screen and (max-width: 520px) {
  #topCalendar .calendarBg {
    bottom: -40px;
    height: 305px;
  }
}
#topCalendar .font14 {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  #topCalendar .font14 {
    font-size: 12px;
    margin-top: 15px;
  }
}

/** topAboutus ***********************************************************/
#topAboutus {
  margin: 170px auto 160px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #topAboutus {
    margin: 120px auto 75px;
  }
  #topAboutus .flex {
    display: block;
  }
}
#topAboutus .infoCard {
  margin-right: 18.75vw;
}
@media (max-width: 1600px) {
  #topAboutus .infoCard {
    margin-right: 10.7vw;
  }
}
@media (max-width: 1400px) {
  #topAboutus .infoCard {
    margin-right: 5.5vw;
  }
}
@media screen and (max-width: 820px), print {
  #topAboutus .infoCard {
    margin-right: 0;
  }
}
#topAboutus .infoCard .secTitle {
  line-height: 1.9;
  padding-top: 35px;
}
@media (max-width: 1600px) {
  #topAboutus .infoCard .secTitle {
    font-size: 2.2vw;
  }
}
@media (max-width: 1400px) {
  #topAboutus .infoCard .secTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  #topAboutus .infoCard .secTitle {
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #topAboutus .infoCard .secTitle {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 25px;
  }
}
#topAboutus .infoCard .mb-L {
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media (max-width: 1400px) {
  #topAboutus .infoCard .mb-L {
    line-height: 2.2;
  }
}
@media screen and (max-width: 520px) {
  #topAboutus .infoCard .mb-L {
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
}
#topAboutus .infoCard .infoCardImage {
  width: 58%;
}
@media (max-width: 1600px) {
  #topAboutus .infoCard .infoCardImage {
    width: 48vw;
  }
}
@media (max-width: 1400px) {
  #topAboutus .infoCard .infoCardImage {
    width: 47vw;
  }
}
@media screen and (max-width: 820px), print {
  #topAboutus .infoCard .infoCardImage {
    width: 85%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 520px) {
  #topAboutus .infoCard .infoCardImage {
    width: 90%;
  }
}
#topAboutus .infoCard .infoCardText {
  width: 37%;
}
@media (max-width: 1600px) {
  #topAboutus .infoCard .infoCardText {
    width: 37vw;
  }
}
@media (max-width: 1400px) {
  #topAboutus .infoCard .infoCardText {
    width: 43vw;
  }
}
@media screen and (max-width: 820px), print {
  #topAboutus .infoCard .infoCardText {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #topAboutus .infoCard .infoCardText {
    width: 90%;
  }
}
#topAboutus .bbs {
  align-items: center;
  color: #f2f2f2;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 27%;
  white-space: nowrap;
  z-index: -1;
  position: absolute;
  bottom: -18%;
  transform: translate(0, -50%);
  line-height: 0.8;
}
@media screen and (max-width: 820px), print {
  #topAboutus .bbs {
    bottom: -24%;
  }
}
@media screen and (max-width: 520px) {
  #topAboutus .bbs {
    bottom: -23%;
  }
}
#topAboutus .bbs ul {
  animation: flowing 150s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
#topAboutus .bbs ul li {
  font-size: 7.2vw;
  padding-right: 50px;
  font-weight: 300;
}
@media screen and (max-width: 820px), print {
  #topAboutus .bbs ul li {
    font-size: 13vw;
  }
}
@media screen and (max-width: 520px) {
  #topAboutus .bbs ul li {
    font-size: 90px;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/** topTreatment ***********************************************************/
#topTreatment .wrapper {
  max-width: 62.5vw;
}
@media (max-width: 1550px) {
  #topTreatment .wrapper {
    max-width: 80vw;
  }
}
@media (max-width: 1200px) {
  #topTreatment .wrapper {
    max-width: 70vw;
  }
}
@media screen and (max-width: 820px), print {
  #topTreatment .wrapper {
    max-width: 70vw;
  }
}
@media screen and (max-width: 520px) {
  #topTreatment .wrapper {
    max-width: 70vw;
  }
}
#topTreatment .TreatmentBox {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #topTreatment .TreatmentBox {
    background-color: #f4f7f9;
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox {
    background-color: #f8f8f8;
    padding: 40px 0;
  }
}
#topTreatment .TreatmentBox .borderBg {
  position: absolute;
  z-index: -2;
  max-width: 3000px;
  height: 100%;
  background-color: #f4f7f9;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: 0;
  width: 95%;
}
@media (max-width: 1920px) {
  #topTreatment .TreatmentBox .borderBg {
    max-width: 1660px;
  }
}
@media screen and (max-width: 820px), print {
  #topTreatment .TreatmentBox .borderBg {
    display: none;
  }
}
#topTreatment .TreatmentBox .mb-35 {
  line-height: 2;
}
#topTreatment .TreatmentBox .TreatmentItem + .TreatmentItem {
  margin-top: 70px;
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem + .TreatmentItem {
    margin-top: 30px;
  }
}
#topTreatment .TreatmentBox .TreatmentItem .komidashi {
  font-size: 24px;
  padding-left: 10px;
  border-left: 3px solid #f35200;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem .komidashi {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  #topTreatment .TreatmentBox .TreatmentItem .flex {
    flex-wrap: wrap;
  }
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard {
  position: relative;
  width: 20%;
}
@media (max-width: 1200px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard {
    width: 33.3333333333%;
    z-index: 1;
  }
}
@media screen and (max-width: 820px), print {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard {
    width: 90%;
  }
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard:hover {
  opacity: 1;
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard + .infoCard {
  border-left: 1px solid #ccc;
}
@media (max-width: 1200px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(4) {
    border-left: none;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-last-child(1) {
    border-right: 1px solid #ccc;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(-n+3) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 820px), print {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-last-child(1) {
    border-right: none;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(odd) {
    border-left: none;
    border-right: 1px solid #ccc;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(even) {
    border-left: none;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(-n+4) {
    border-bottom: 1px solid #ccc;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(-n+4).no_border {
    border-bottom: none;
  }
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard {
    width: 100%;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(odd) {
    border-right: none;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard:nth-child(-n+4) {
    border-bottom: none;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard + .infoCard {
    border-top: 1px solid #ccc;
  }
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem {
  padding: 33px 19px;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem {
    padding: 25px 20px;
    flex-direction: initial;
  }
  #topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem .Card_img {
    width: 60px;
  }
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem .topTreatment_h {
  font-size: 18px;
  font-weight: 500;
  margin: 25px auto;
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem .topTreatment_h {
    font-weight: normal;
    font-size: 17px;
    margin: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem .topTreatment_p {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 820px), print {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem .topTreatment_p {
    letter-spacing: 0.03em;
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .TreatmentItem .infoCard .CardItem .topTreatment_p {
    margin-top: 10px;
    letter-spacing: -0.01em;
    font-size: 14px;
  }
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard:hover {
  z-index: 100;
}
#topTreatment .TreatmentBox .TreatmentItem .infoCard:hover::before {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1);
  transform: scale(1.15);
  z-index: -1;
}
#topTreatment .TreatmentBox .button01 {
  margin-top: 70px;
}
@media screen and (max-width: 520px) {
  #topTreatment .TreatmentBox .button01 {
    margin-top: 25px;
    width: 100%;
  }
}

/** topGallery ***********************************************************/
#topGallery {
  margin: 150px 0 6.2vw;
  margin-left: auto !important;
  width: 95%;
}
@media screen and (max-width: 1920px) {
  #topGallery {
    max-width: 1560px;
  }
}
@media screen and (max-width: 820px), print {
  #topGallery {
    margin: 100px 0 5vw;
  }
}
@media screen and (max-width: 520px) {
  #topGallery {
    margin: 70px 0 7vw;
  }
}
#topGallery .wrapper {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 1920px) {
  #topGallery .wrapper {
    max-width: 1200px;
  }
}
#topGallery .infoCard .CardItem .Gallery_h {
  font-size: 24px;
  margin: 15px auto 10px;
}
@media screen and (max-width: 1024px) {
  #topGallery .infoCard .CardItem .Gallery_h {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 820px), print {
  #topGallery .infoCard .CardItem .Gallery_h {
    font-size: 19px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 520px) {
  #topGallery .infoCard .CardItem .Gallery_h {
    font-size: 15px;
    margin: 10px auto 5px;
  }
}
#topGallery .infoCard .CardItem .Gallery_p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 820px), print {
  #topGallery .infoCard .CardItem .Gallery_p {
    letter-spacing: 0em;
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  #topGallery .infoCard .CardItem .Gallery_p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
#topGallery .infoCard .CardItem + .CardItem {
  margin-left: 30px;
}
#topGallery .infoCard.slick01 .slick-list {
  padding-right: 14.2vw;
}
@media (max-width: 1200px) {
  #topGallery .infoCard.slick01 .slick-list {
    padding-right: 11vw;
  }
}
@media screen and (max-width: 820px), print {
  #topGallery .infoCard.slick01 .slick-list {
    padding-right: 9vw;
  }
}
@media screen and (max-width: 520px) {
  #topGallery .infoCard.slick01 .slick-list {
    padding-right: 60px;
  }
}
#topGallery .arrow_box,
#topGallery .arrow_box02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 45px;
  position: relative;
  margin-right: 5%;
}
@media screen and (max-width: 820px), print {
  #topGallery .arrow_box,
  #topGallery .arrow_box02 {
    justify-content: end;
    margin: -70px 0 45px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 520px) {
  #topGallery .arrow_box,
  #topGallery .arrow_box02 {
    margin: -50px 0 30px;
    margin-right: 5%;
  }
}
#topGallery .prev-arrow,
#topGallery .next-arrow {
  background-image: url(../images/top/GalleryArw@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  height: 33px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
#topGallery .prev-arrow.slick-disabled,
#topGallery .next-arrow.slick-disabled {
  opacity: 0.5;
}
#topGallery .prev-arrow.slick-disabled:hover,
#topGallery .next-arrow.slick-disabled:hover {
  cursor: unset;
}
#topGallery .prev-arrow:hover,
#topGallery .next-arrow:hover {
  transform: scale(1.2);
  background-image: url(../images/top/GalleryArw_hover@2x.png);
}
#topGallery .prev-arrow {
  transform: rotateY(180deg);
  margin-right: 20px;
}
#topGallery .prev-arrow:hover {
  transform: scale(1.2) rotateY(180deg);
}

@media print {
  .category-temporary .fc-content {
    background-color: #f1cba0 !important;
  }
  .category-holiday .fc-content {
    background-color: #e6e6e6 !important;
  }
  .category-pm .fc-content {
    background-color: #cce2ee !important;
  }
  .category-afternoonoff .fc-content {
    background-color: #efabab !important;
  }
}
/** news共通 ***********************************************************/
.newsItemCategory {
  color: #f35200;
  border: 1px solid #f35200;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  width: 115px;
  height: 26px;
  font-family: "Zen Maru Gothic";
}
@media screen and (max-width: 820px), print {
  .newsItemCategory {
    width: 107px;
    height: 23px;
    line-height: 1.5em;
  }
}

/** news ***********************************************************/
.news_main {
  margin-bottom: 110px;
}
@media screen and (max-width: 820px), print {
  .news_main {
    margin-bottom: 60px;
  }
}
@media print {
  .news_main {
    padding-bottom: 60px;
  }
}

.categoryName {
  font-size: 30px;
  font-weight: normal;
  color: #f35200;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  .categoryName {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.category__list {
  font-family: "Zen Maru Gothic";
  margin: 0 auto 50px;
  max-width: 750px;
}
@media screen and (max-width: 820px), print {
  .category__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    padding: 0 15px;
  }
}
.category__list li {
  text-align: center;
  border: 1px solid #b3b3b3;
  width: 150px;
  border-radius: 30px;
}
@media screen and (max-width: 820px), print {
  .category__list li {
    width: 32%;
  }
  .category__list li:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  .category__list li {
    width: 48%;
  }
  .category__list li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.category__list li + li {
  margin-left: 25px;
}
@media screen and (max-width: 820px), print {
  .category__list li + li {
    margin-left: 0px;
  }
}
.category__list li a {
  display: block;
  padding: 6px;
}
.category__list li.choice {
  background-color: #f35200;
  border: 1px solid #f35200;
  color: #fff;
}
.category__list li.choice a {
  color: #fff;
}
.category__list li:hover {
  background-color: #f35200;
}
.category__list li:hover a {
  color: #fff;
  opacity: 1;
}
.category__list .dummy {
  width: 32%;
  display: block;
}
@media screen and (min-width: 821px) {
  .category__list .dummy {
    display: none;
  }
}

.category_title {
  font-family: "Zen Maru Gothic";
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
}
.category_title::after {
  position: absolute;
  border-bottom: 1px solid #f35200;
  width: 20px;
  height: 1px;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.newsList {
  border-bottom: 1px solid #ccc;
}
.newsList:first-of-type {
  border-top: 1px solid #ccc;
}

.newsListItem {
  padding: 30px 30px;
  position: relative;
  align-items: baseline;
}
.newsListItem::after {
  content: "";
  background-image: url(../images/news/rightArw@2x.png);
  width: 18px;
  height: 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, -50%);
  background-size: contain;
}
@media screen and (max-width: 820px), print {
  .newsListItem::after {
    right: 4%;
  }
}
.newsListItem:hover {
  opacity: 1;
}
.newsListItem:hover::after {
  background-image: url(../images/news/rightArw2@2x.png);
  right: 20px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 520px) {
  .newsListItem:hover::after {
    right: 7px;
  }
}
.newsListItem .newsItemHead {
  margin-right: 20px;
}
.newsListItem .newsItemTitle {
  position: relative;
  max-width: calc(100% - 310px);
  font-family: "Zen Maru Gothic";
}
@media screen and (max-width: 820px), print {
  .newsListItem .newsItemTitle {
    max-width: 95%;
    padding-top: 5px;
    font-size: 16px;
  }
}
.newsListItem .newsItemTitle::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.newsListItem:hover {
  background-color: #f6f6f6;
}
.newsListItem:hover .newsItemTitle::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 820px), print {
  .newsListItem {
    padding: 15px;
    padding-right: 40px;
    align-items: flex-start;
  }
}

.newsItemTime {
  font-size: 14px;
  margin-right: 1em;
}

.noNews {
  margin: 50px auto;
}

/** pagination ***********************************************************/
.pagination .inner {
  display: flex;
  font-size: 18px;
  font-weight: 300;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 820px), print {
  .pagination .inner {
    margin-top: 30px;
    page-break-inside: avoid;
  }
}
.pagination .inner .pn-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  margin: 0 10px;
}
.pagination .inner .pn-prev::before {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 44%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(225deg);
  transform: translate(0, -50%) rotate(225deg);
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagination .inner .pn-prev.opa {
  border: 1px solid rgba(77, 77, 77, 0.3);
  background-color: #fff;
}
.pagination .inner .pn-prev.opa::before {
  border-top: 1px solid rgba(77, 77, 77, 0.3);
  border-right: 1px solid rgba(77, 77, 77, 0.3);
}
.pagination .inner .pn-next {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #4d4d4d;
  margin: 0 10px;
}
.pagination .inner .pn-next::before {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 42%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pagination .inner .pn-next.opa {
  border: 1px solid rgba(77, 77, 77, 0.3);
  background-color: #fff;
}
.pagination .inner .pn-next.opa::before {
  border-top: 1px solid rgba(77, 77, 77, 0.3);
  border-right: 1px solid rgba(77, 77, 77, 0.3);
}
.pagination .inner .current {
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  color: #4d4d4d;
  display: flex;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-bottom: 2px;
}
.pagination .inner .pn-numbers {
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  color: #4d4d4d;
  display: flex;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-bottom: 2px;
  font-size: 14px;
}

/** newsDetail 詳細***********************************************************/
@media print {
  #detailBox .wrapper {
    padding-bottom: 20px;
  }
}
#news_detail .news_detail__main {
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1);
  padding: 55px 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #news_detail .news_detail__main {
    padding: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #news_detail .news_detail__main {
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail .news_detail__main {
    padding: 25px;
    margin-bottom: 40px;
  }
}
#news_detail .newsItemHead {
  align-items: flex-start;
}
#news_detail .newsItemTitle {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  font-family: "Zen Maru Gothic";
}
@media screen and (max-width: 820px), print {
  #news_detail .newsItemTitle {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  #news_detail .newsItemTitle {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#news_detail .shareArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #news_detail .shareArea {
    padding: 15px;
    margin-top: 25px;
  }
}
#news_detail .shareArea .share {
  border-right: 1px solid #ccc;
  margin-right: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 820px), print {
  #news_detail .shareArea .share {
    margin-right: 15px;
    padding-right: 15px;
  }
}
#news_detail .shareArea .a2a_kit {
  display: flex;
  align-items: center;
}
#news_detail .shareArea .a2a_button_facebook,
#news_detail .shareArea .a2a_button_x {
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  #news_detail .shareArea .a2a_button_facebook,
  #news_detail .shareArea .a2a_button_x {
    margin-left: 10px;
  }
}
#news_detail .sin_btns {
  padding-top: 35px;
}
@media screen and (max-width: 520px) {
  #news_detail .sin_btns {
    padding-top: 25px;
    justify-content: space-around;
  }
}
#news_detail .sin_pre {
  padding-left: 25px;
  position: relative;
}
#news_detail .sin_pre::before {
  position: absolute;
  content: "";
  background-image: url(../images/news/leftArw@2x.png);
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#news_detail .sin_nex {
  padding-right: 25px;
  position: relative;
}
#news_detail .sin_nex::before {
  position: absolute;
  content: "";
  background-image: url(../images/news/rightArw@2x.png);
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 5px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/** topNews ***********************************************************/
.tab .tab_panel {
  display: none;
  margin-bottom: 40px;
}
.tab .category-area {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
  font-family: "Zen Maru Gothic";
  max-width: 750px;
}
@media screen and (max-width: 820px), print {
  .tab .category-area {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 14px;
    margin: 0 auto 30px;
  }
}
.tab .category-area .cate-link {
  text-align: center;
  border: 1px solid #b3b3b3;
  width: 150px;
  border-radius: 30px;
  padding: 3px;
  background-color: #fff;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 820px), print {
  .tab .category-area .cate-link {
    width: 32%;
  }
  .tab .category-area .cate-link:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  .tab .category-area .cate-link {
    width: 47.3%;
  }
  .tab .category-area .cate-link:nth-child(n+3) {
    margin-top: 15px;
  }
}
.tab .category-area .cate-link:hover {
  background-color: #f35200;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.tab .category-area .cate-link + .cate-link {
  margin-left: 25px;
}
@media screen and (max-width: 820px), print {
  .tab .category-area .cate-link + .cate-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px), print {
  .tab .category-area .dummy {
    width: 32%;
  }
}
.tab #tab1:checked ~ .category-area .tab1_label {
  background-color: #f35200;
  border: 1px solid #f35200;
  color: #fff;
}
.tab #tab1:checked ~ .category-area .tab1_label,
.tab #tab2:checked ~ .category-area .tab2_label,
.tab #tab3:checked ~ .category-area .tab3_label,
.tab #tab4:checked ~ .category-area .tab4_label,
.tab #tab5:checked ~ .category-area .tab5_label {
  color: #fff;
}
.tab #tab1:checked ~ .panel_area #panel1,
.tab #tab2:checked ~ .panel_area #panel2,
.tab #tab3:checked ~ .panel_area #panel3,
.tab #tab4:checked ~ .panel_area #panel4,
.tab #tab5:checked ~ .panel_area #panel5 {
  display: block;
}
.tab #tab2:checked ~ .category-area .tab2_label,
.tab #tab3:checked ~ .category-area .tab3_label,
.tab #tab4:checked ~ .category-area .tab4_label,
.tab #tab5:checked ~ .category-area .tab5_label {
  text-align: center;
  border: 1px solid #f35200;
  border-radius: 30px;
  padding: 3px;
  background-color: #f35200;
  color: #fff;
  font-weight: 500;
  display: block;
}
.tab input[type=radio] {
  display: none;
}
.tab .button01 {
  margin-top: 60px;
}
@media screen and (max-width: 820px), print {
  .tab .button01 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 520px) {
  #contact .textCenter {
    text-align: left;
  }
}
#contact .doiChecks {
  text-align: center !important;
}

.required {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 820px), print {
  .required {
    margin-left: 1em;
  }
}

@media screen and (max-width: 820px), print {
  .formItem + .formItem {
    display: block;
    margin-top: 20px;
  }
}
.formItem th, .formItem td {
  padding: 10px;
}
@media screen and (max-width: 820px), print {
  .formItem th, .formItem td {
    padding: 5px 10px;
    display: block;
    width: 100%;
  }
}

.formTitle {
  vertical-align: top;
  text-align: left;
  width: 280px;
}

.formInner {
  text-align: left;
  width: calc(100% - 280px);
}

.formInputBox {
  border: 1px solid #ccc;
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.mailConf {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.mailConf input {
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.privacyLink {
  text-decoration: underline;
  color: #f35200;
}

.radioInput,
.checkInput {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.radioInput:checked + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  height: 10px;
  width: 10px;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.checkInput:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  position: absolute;
  top: 25%;
  transform: translate(0, -50%) rotate(45deg);
  left: 3px;
  height: 18px;
  width: 11px;
}

#about #about01,
#about #about02,
#about #about03,
#about #about04,
#about #about05 {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (max-width: 820px), print {
  #about #about01,
  #about #about02,
  #about #about03,
  #about #about04,
  #about #about05 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
#about .table {
  background-color: #fff;
}
#about .table .tableLine {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
@media screen and (max-width: 520px) {
  #about .table .tableLine {
    flex-direction: column;
    padding: 0;
  }
}
#about .table .tableLine:nth-child(1) {
  border-top: 1px solid #ccc;
}
#about .table .tableLine dt {
  width: 145px;
  padding: 10px 30px;
}
@media screen and (max-width: 520px) {
  #about .table .tableLine dt {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
  }
}
#about .table .tableLine dd {
  width: calc(100% - 145px);
  padding: 10px 40px;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #about .table .tableLine dd {
    width: 100%;
    border-left: none;
    padding: 15px;
  }
}
#about .table .tableLine dd ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 28px;
}
@media screen and (max-width: 520px) {
  #about .table .tableLine dd ul li {
    line-height: 24px;
  }
}
#about .table .tableLine dd ul li + li {
  margin-top: 10px;
}
#about .table .tableLine dd ul li.noIndent {
  text-indent: 0;
  padding-left: 0;
}
#about .table .tableLine dd ul li.indent {
  text-indent: -0.4em;
  padding-left: 0.4em;
}
#about .table .tableLine dd ul li.indent + .indent {
  margin-top: 5px;
}
#about .table .tableLine dd ul li .kuro {
  color: #000;
}
#about .table .tableLine dd ul li .maru {
  color: #f35200;
  font-size: 11px;
  vertical-align: bottom;
}
#about .table .tableLine dd ul li a {
  border-bottom: 1px solid #333;
  padding-right: 20px;
  position: relative;
}
#about .table .tableLine dd ul li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-us/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  right: 0;
  bottom: 3px;
}
#about #link {
  margin-bottom: 110px;
}
@media screen and (max-width: 820px), print {
  #about #link {
    margin-bottom: 60px;
  }
}
#about #link .linkFlex {
  margin: 0 auto;
  max-width: 900px;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #about #link .linkFlex {
    justify-content: space-between;
  }
}
#about #link .linkFlex .linkItem {
  background-color: #fff;
  border: 1px solid #f35200;
  border-radius: 50px;
  padding: 15px 15px 30px;
  width: 31.4%;
  display: block;
  text-align: center;
}
#about #link .linkFlex .linkItem:nth-child(2) {
  margin: 0 25px;
}
@media screen and (max-width: 1024px) {
  #about #link .linkFlex .linkItem:nth-child(2) {
    margin: 0 20px;
  }
}
@media screen and (max-width: 820px), print {
  #about #link .linkFlex .linkItem:nth-child(2) {
    margin: 0 10px;
  }
}
@media screen and (max-width: 520px) {
  #about #link .linkFlex .linkItem:nth-child(2) {
    margin: 0;
  }
}
#about #link .linkFlex .linkItem:nth-child(5) {
  margin-left: 25px;
}
@media screen and (max-width: 1024px) {
  #about #link .linkFlex .linkItem:nth-child(5) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #about #link .linkFlex .linkItem:nth-child(5) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 520px) {
  #about #link .linkFlex .linkItem:nth-child(5) {
    margin: 0;
  }
}
#about #link .linkFlex .linkItem:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  #about #link .linkFlex .linkItem:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #about #link .linkFlex .linkItem:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  #about #link .linkFlex .linkItem:nth-child(n+4) {
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  #about #link .linkFlex .linkItem {
    width: 48%;
    margin: 0;
    padding: 10px 10px 25px;
  }
  #about #link .linkFlex .linkItem:nth-child(n+3) {
    margin-top: 10px;
  }
}
#about #link .linkFlex .linkItem:hover {
  background-color: #f35200;
  color: #fff;
  opacity: 1;
}
#about #link .linkFlex .linkItem:hover span::before, #about #link .linkFlex .linkItem:hover span::after {
  background-color: #fff;
}
#about #link .linkFlex .linkItem span {
  position: relative;
  padding-bottom: 15px;
}
#about #link .linkFlex .linkItem span::before, #about #link .linkFlex .linkItem span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #f35200;
  transform-origin: 50% calc(100% - 0.5px);
}
#about #link .linkFlex .linkItem span::before {
  transform: rotate(45deg);
}
#about #link .linkFlex .linkItem span::after {
  transform: rotate(-45deg);
}
#about #greeting {
  margin: 110px 0 250px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #about #greeting {
    margin: 60px 0 120px;
  }
}
#about #greeting::before {
  position: absolute;
  content: "";
  background-color: #f4f7f9;
  border-radius: 10px 0 0 10px;
  width: 86.5%;
  height: 560px;
  bottom: -100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  #about #greeting::before {
    bottom: -50px;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex {
    flex-direction: column;
  }
}
#about #greeting .greetFlex .greetLeft {
  width: 29.2%;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetLeft {
    width: 35%;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetLeft {
    width: 80%;
    margin: 0 auto 20px;
  }
}
#about #greeting .greetFlex .greetLeft .greetImage {
  margin-bottom: 15px;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetLeft .greetImage {
    margin-bottom: 5px;
  }
}
#about #greeting .greetFlex .greetLeft .jobType {
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetLeft .jobType {
    margin-bottom: 0;
  }
}
#about #greeting .greetFlex .greetLeft .name {
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetLeft .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetLeft .name {
    font-size: 16px;
  }
}
#about #greeting .greetFlex .greetRight {
  width: 66.7%;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetRight {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetRight {
    width: 100%;
  }
}
#about #greeting .greetFlex .greetRight .greetTitle {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetRight .greetTitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetRight .greetTitle {
    font-size: 24px;
  }
}
#about #greeting .greetFlex .greetRight .greetText {
  line-height: 38px;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetRight .greetText {
    line-height: 32px;
  }
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetRight .shomeiFlex {
    flex-direction: column-reverse;
  }
}
#about #greeting .greetFlex .greetRight .shomei {
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetRight .shomei {
    margin-top: 10px;
  }
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetRight .shomei img {
    width: 180px;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetRight .shomei img {
    width: 150px;
  }
}
#about #greeting .greetFlex .greetRight .ichidai {
  position: relative;
  padding-left: 30px;
  margin-top: 40px;
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 820px), print {
  #about #greeting .greetFlex .greetRight .ichidai {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #about #greeting .greetFlex .greetRight .ichidai {
    font-size: 18px;
  }
}
#about #greeting .greetFlex .greetRight .ichidai::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-us/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#about #greeting .greetFlex .greetRight .ichidai span {
  border-bottom: 1px solid #333;
}
#about #profile {
  margin: 250px 0 130px;
}
@media screen and (max-width: 820px), print {
  #about #profile {
    margin: 120px 0 60px;
  }
}
@media screen and (max-width: 520px) {
  #about #profile .hyosyoFlex {
    flex-direction: column;
  }
}
#about #profile .hyosyoFlex .hyosyoItem {
  width: 48%;
}
@media screen and (max-width: 520px) {
  #about #profile .hyosyoFlex .hyosyoItem {
    width: 100%;
  }
  #about #profile .hyosyoFlex .hyosyoItem + .hyosyoItem {
    margin-top: 20px;
  }
}
#about #profile .hyosyoFlex .hyosyoItem .hyosyoImage {
  margin-bottom: 15px;
  box-shadow: 5px 5px 12px rgba(158, 158, 157, 0.2);
}
@media screen and (max-width: 520px) {
  #about #profile .hyosyoFlex .hyosyoItem .hyosyoImage {
    margin-bottom: 5px;
  }
}
#about #profile .hyosyoFlex .hyosyoItem .hyosyoText {
  line-height: 24px;
}
#about #staff {
  margin: 130px 0 170px;
}
@media screen and (max-width: 820px), print {
  #about #staff {
    margin: 60px 0 80px;
  }
}
#about #staff .staffFlex {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px), print {
  #about #staff .staffFlex {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
#about #staff .staffFlex .staffItem {
  width: 31.8%;
  flex-direction: column;
}
@media screen and (max-width: 820px), print {
  #about #staff .staffFlex .staffItem {
    width: 48%;
  }
  #about #staff .staffFlex .staffItem:nth-child(3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem {
    width: 100%;
  }
  #about #staff .staffFlex .staffItem:nth-child(n+2) {
    margin-top: 30px;
  }
}
#about #staff .staffFlex .staffItem .staffImage {
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .staffImage {
    margin-bottom: 5px;
  }
}
#about #staff .staffFlex .staffItem .jobType {
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .jobType {
    margin-bottom: 0;
  }
}
#about #staff .staffFlex .staffItem .name {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #about #staff .staffFlex .staffItem .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .name {
    font-size: 16px;
  }
}
#about #staff .staffFlex .staffItem .historyArea {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  min-height: 170px;
}
@media screen and (max-width: 1326px) {
  #about #staff .staffFlex .staffItem .historyArea {
    min-height: 200px;
  }
}
@media screen and (max-width: 1268px) {
  #about #staff .staffFlex .staffItem .historyArea {
    min-height: 224px;
  }
}
@media screen and (max-width: 820px), print {
  #about #staff .staffFlex .staffItem .historyArea {
    min-height: 211px;
  }
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .historyArea {
    min-height: auto;
  }
}
@media screen and (max-width: 820px), print {
  #about #staff .staffFlex .staffItem .historyArea.third {
    min-height: auto;
  }
}
#about #staff .staffFlex .staffItem .historyArea.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .historyArea.mt-30 {
    margin-top: 0;
  }
}
@media screen and (max-width: 820px), print {
  #about #staff .staffFlex .staffItem .historyArea.mt-30.mt-none {
    margin-top: 0;
  }
}
#about #staff .staffFlex .staffItem .historyArea ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .historyArea ul {
    padding: 10px 5px;
  }
}
#about #staff .staffFlex .staffItem .historyArea ul li {
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 28px;
  letter-spacing: 0.03rem;
}
#about #staff .staffFlex .staffItem .historyArea ul li .maru {
  color: #f35200;
  font-size: 11px;
  vertical-align: bottom;
}
#about #staff .staffFlex .staffItem .linkArea {
  margin: 20px auto 0;
}
#about #staff .staffFlex .staffItem .linkArea .pageLink {
  border-bottom: 1px solid #333;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .linkArea .pageLink {
    padding-right: 16px;
  }
}
#about #staff .staffFlex .staffItem .linkArea .pageLink::before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  width: 10px;
  border-top: 1px solid #f35200;
  border-right: 1px solid #f35200;
  margin-top: 4px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffFlex .staffItem .linkArea .pageLink::before {
    height: 7px;
    width: 7px;
    margin-top: 2px;
  }
}
#about #staff .staffCol1 .staffImage {
  margin-bottom: 10px;
}
#about #summary .summaryBg {
  background-color: #f8f8f8;
  padding: 130px 0px 150px;
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex {
    flex-direction: column;
  }
}
#about #summary .summaryBg .summaryFlex .table {
  width: 68.3%;
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex .table {
    width: 100%;
  }
}
#about #summary .summaryBg .summaryFlex .summaryImage {
  width: 26.7%;
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex .summaryImage {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex .summaryImage .imageItem {
    width: 48%;
  }
}
#about #summary .summaryBg .summaryFlex .summaryImage .imageItem + .imageItem {
  margin-top: 30px;
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex .summaryImage .imageItem + .imageItem {
    margin-top: 0;
  }
}
#about #summary .summaryBg .summaryFlex .summary-left {
  width: 40%;
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex .summary-left {
    width: 100%;
  }
}
#about #summary .summaryBg .summaryFlex .summary-right {
  width: 55%;
}
@media screen and (max-width: 820px), print {
  #about #summary .summaryBg .summaryFlex .summary-right {
    width: 80%;
    margin: 10px 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #about #summary .summaryBg .summaryFlex .summary-right {
    margin: 10px 0 0 15px;
  }
}
#about #access {
  margin: 150px 0 160px;
}
@media screen and (max-width: 820px), print {
  #about #access {
    margin: 70px 0 80px;
  }
}
#about #access .subTitle {
  margin: 60px 0 30px;
}
@media screen and (max-width: 820px), print {
  #about #access .subTitle {
    margin: 30px 0 15px;
  }
}
#about #access .subTitle.mb-s {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #about #access .subTitle.mb-s {
    margin-bottom: 10px;
  }
}
#about #access .accessText {
  color: red;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  #about #access .accessText {
    margin-bottom: 10px;
  }
}
#about #access .accessFlex {
  flex-wrap: wrap;
}
#about #access .accessFlex .accessItem {
  width: 47.5%;
}
@media screen and (max-width: 520px) {
  #about #access .accessFlex .accessItem {
    width: 100%;
  }
  #about #access .accessFlex .accessItem + .accessItem {
    margin-top: 20px;
  }
}
#about #access .accessFlex .accessItem .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
#about #access .accessFlex .accessItem .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#about #access .accessFlex .accessItem .gmapLink {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 520px) {
  #about #access .accessFlex .accessItem .gmapLink {
    margin-top: 10px;
  }
}
#about #access .accessFlex .accessItem .gmapLink a {
  border-bottom: 1px solid #333;
  padding-right: 20px;
  position: relative;
}
#about #access .accessFlex .accessItem .gmapLink a::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-us/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#about #access .accessFlex .accessItem .accessTitle {
  font-size: 20px;
  color: #f35200;
  margin-top: 10px;
}
@media screen and (max-width: 820px), print {
  #about #access .accessFlex .accessItem .accessTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #about #access .accessFlex .accessItem .accessTitle {
    font-size: 16px;
  }
}
#about #access .accessFlex .accessItem .accessTitle.blue {
  color: #1b1675;
}
#about #access .accessFlex .accessItem .accessNote {
  margin-top: 10px;
}

#treatment {
  /*========= ボタンのためのCSS ===============*/
  /*========= ナビゲーションのためのCSS ===============*/
}
#treatment #treatment_link01,
#treatment #treatment_link02,
#treatment #treatment_link03,
#treatment #treatment_link04,
#treatment #treatment_link05,
#treatment #treatment_link06,
#treatment #treatment_link07,
#treatment #treatment_link08,
#treatment #treatment_link09 {
  margin-top: -250px;
  padding-top: 250px;
}
@media screen and (max-width: 1024px) {
  #treatment #treatment_link01,
  #treatment #treatment_link02,
  #treatment #treatment_link03,
  #treatment #treatment_link04,
  #treatment #treatment_link05,
  #treatment #treatment_link06,
  #treatment #treatment_link07,
  #treatment #treatment_link08,
  #treatment #treatment_link09 {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 820px), print {
  #treatment #treatment_link01,
  #treatment #treatment_link02,
  #treatment #treatment_link03,
  #treatment #treatment_link04,
  #treatment #treatment_link05,
  #treatment #treatment_link06,
  #treatment #treatment_link07,
  #treatment #treatment_link08,
  #treatment #treatment_link09 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
#treatment .treatmentSection {
  padding: 160px 0;
}
@media screen and (max-width: 820px), print {
  #treatment .treatmentSection {
    padding: 80px 0;
  }
}
#treatment .treatmentSection:nth-child(even) {
  background-color: #f4f7f9;
}
#treatment .treatmentSection:nth-child(even) .nayamiArea {
  border: none;
  background-color: #e6e8ef;
}
#treatment .treatmentSection:nth-child(even) .tokuchoArea {
  background-color: #fff;
}
#treatment .treatmentSection.pd-none {
  padding-bottom: 0;
}
#treatment .treatmentSection.pd-none .decoText {
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #treatment .treatmentSection.pd-none .decoText {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .treatmentSection.pd-none .decoText {
    font-size: 22px;
  }
}
#treatment #link .linkArea + .linkArea {
  margin-top: 70px;
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex {
    flex-wrap: wrap;
  }
}
#treatment #link .linkArea .linkFlex .linkItem {
  width: 20%;
}
#treatment #link .linkArea .linkFlex .linkItem + .linkItem {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex .linkItem + .linkItem {
    border: none;
  }
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex .linkItem {
    width: 33.3333333333%;
  }
  #treatment #link .linkArea .linkFlex .linkItem:nth-child(n+4) {
    border-top: 1px solid #ccc;
  }
  #treatment #link .linkArea .linkFlex .linkItem:nth-child(2), #treatment #link .linkArea .linkFlex .linkItem:nth-child(5) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 520px) {
  #treatment #link .linkArea .linkFlex .linkItem {
    width: 50%;
    border-right: none !important;
  }
  #treatment #link .linkArea .linkFlex .linkItem:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  #treatment #link .linkArea .linkFlex .linkItem:nth-child(n+3) {
    border-top: 1px solid #ccc;
  }
  #treatment #link .linkArea .linkFlex .linkItem:nth-child(5) {
    border-left: none;
  }
}
#treatment #link .linkArea .linkFlex .linkItem img {
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex .linkItem img {
    max-width: 70%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment #link .linkArea .linkFlex .linkItem img {
    max-width: 50%;
  }
}
#treatment #link .linkArea .linkFlex .linkItem a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex .linkItem a {
    padding: 15px 10px 20px;
  }
}
@media screen and (max-width: 520px) {
  #treatment #link .linkArea .linkFlex .linkItem a {
    padding: 15px 5px 20px;
  }
}
#treatment #link .linkArea .linkFlex .linkItem a:hover {
  background-color: #f4f7f9;
  opacity: 1;
}
#treatment #link .linkArea .linkFlex .linkItem a span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  #treatment #link .linkArea .linkFlex .linkItem a span {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex .linkItem a span {
    font-size: 16px;
    padding-bottom: 12px;
    letter-spacing: 0;
  }
}
#treatment #link .linkArea .linkFlex .linkItem a span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 1px #f35200;
  border-right: solid 1px #f35200;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0) rotate(135deg);
  margin-top: -2px;
}
#treatment #link .linkArea .linkFlex .dummy {
  display: none;
}
@media screen and (max-width: 820px), print {
  #treatment #link .linkArea .linkFlex .dummy {
    display: block;
  }
}
#treatment .TreatmentFlex .treatmentLeft {
  width: 51.7%;
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex .treatmentLeft {
    width: 100%;
  }
}
#treatment .TreatmentFlex .treatmentLeft .treatmentTitle {
  margin-bottom: 30px;
}
#treatment .TreatmentFlex .treatmentLeft .treatmentTitle .titleImage {
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #treatment .TreatmentFlex .treatmentLeft .treatmentTitle .titleImage {
    width: 80px;
    margin-right: 10px;
  }
}
#treatment .TreatmentFlex .treatmentLeft .treatmentTitle .secTitle {
  margin-bottom: 0;
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex .treatmentLeft .treatmentImage {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .TreatmentFlex .treatmentLeft .treatmentImage {
    width: 100%;
  }
}
#treatment .TreatmentFlex .treatmentLeft .treatmentText {
  line-height: 38px;
  letter-spacing: 0;
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex .treatmentLeft .treatmentText {
    line-height: 30px;
  }
}
#treatment .TreatmentFlex .treatmentRight {
  width: 44.2%;
}
#treatment .TreatmentFlex .implantVideo_pc {
  position: relative;
}
#treatment .TreatmentFlex .implantVideo_pc video {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
}
@media screen and (max-width: 1024px) {
  #treatment .TreatmentFlex .implantVideo_pc video {
    bottom: 16px;
  }
}
#treatment .TreatmentFlex .implantVideo_pc::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 96%;
  aspect-ratio: 520/429;
  bottom: -11px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #treatment .TreatmentFlex .implantVideo_pc::before {
    bottom: -7px;
  }
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex .treatmentMovie_ipad {
    width: 70%;
    margin: 50px auto 20px;
    position: relative;
  }
}
@media screen and (max-width: 820px) and (max-width: 520px) {
  #treatment .TreatmentFlex .treatmentMovie_ipad {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex .treatmentMovie_ipad video {
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 820px) and (max-width: 520px) {
  #treatment .TreatmentFlex .treatmentMovie_ipad video {
    width: calc(100% - 14px);
  }
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex .treatmentMovie_ipad::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 96%;
    aspect-ratio: 520/429;
    bottom: -11px;
    right: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 820px) and (max-width: 520px) {
  #treatment .TreatmentFlex .treatmentMovie_ipad::before {
    bottom: -6px;
  }
}
#treatment .TreatmentFlex2 .treatmentLeft .treatmentTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #treatment .TreatmentFlex2 .treatmentLeft .treatmentTitle {
    margin-bottom: 20px;
  }
}
#treatment .TreatmentFlex2 .treatmentLeft .treatmentTitle .titleImage {
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #treatment .TreatmentFlex2 .treatmentLeft .treatmentTitle .titleImage {
    width: 80px;
    margin-right: 10px;
  }
}
#treatment .TreatmentFlex2 .treatmentLeft .treatmentTitle .secTitle {
  margin-bottom: 0;
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex2 .treatmentLeft .treatmentImage {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .TreatmentFlex2 .treatmentLeft .treatmentImage {
    width: 100%;
  }
}
#treatment .TreatmentFlex2 .treatmentLeft .treatmentText {
  margin-bottom: 50px;
  line-height: 38px;
  letter-spacing: 0;
}
@media screen and (max-width: 820px), print {
  #treatment .TreatmentFlex2 .treatmentLeft .treatmentText {
    line-height: 30px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .TreatmentFlex2 .treatmentLeft .treatmentText {
    margin-bottom: 25px;
  }
}
#treatment .TreatmentFlex2 .treatmentRight {
  width: 44.2%;
}
#treatment .PreventiveFlex .PreventiveLeft {
  width: 55%;
  margin-right: 20px;
}
#treatment .PreventiveFlex .PreventiveRight {
  width: 40%;
}
@media screen and (max-width: 520px) {
  #treatment .PreventiveFlex {
    flex-direction: column;
  }
  #treatment .PreventiveFlex .PreventiveLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #treatment .PreventiveFlex .PreventiveRight {
    width: 100%;
  }
}
#treatment .nayamiArea {
  border: 3px solid #e6e6e6;
  border-radius: 10px;
  padding: 50px;
  max-width: 1000px;
  margin: 90px auto 0;
}
@media screen and (max-width: 1024px) {
  #treatment .nayamiArea {
    padding: 40px;
  }
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea {
    border-radius: 5px;
    padding: 30px;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea {
    padding: 20px;
  }
}
#treatment .nayamiArea .nayamiTitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .nayamiTitle {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .nayamiTitle {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
#treatment .nayamiArea .nayamiText {
  line-height: 36px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .nayamiText {
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .nayamiText {
    text-align: left;
  }
}
#treatment .nayamiArea .nayamiList {
  flex-wrap: wrap;
}
#treatment .nayamiArea .nayamiList .nayamiItem {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  width: 48%;
}
#treatment .nayamiArea .nayamiList .nayamiItem:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .nayamiList .nayamiItem {
    width: 100%;
    letter-spacing: -0.01rem;
    padding-left: 35px;
    font-size: 15px;
  }
  #treatment .nayamiArea .nayamiList .nayamiItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
#treatment .nayamiArea .nayamiList .nayamiItem::before {
  position: absolute;
  content: "";
  background-image: url(../images/treatment/check@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 29px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .nayamiList .nayamiItem::before {
    width: 25px;
    height: 23px;
    top: 1px;
  }
}
#treatment .nayamiArea .nayamiList .nayamiItem span {
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .nayamiList .nayamiItem span {
    margin-left: 10px;
  }
}
#treatment .nayamiArea .kenshinList {
  flex-wrap: wrap;
}
#treatment .nayamiArea .kenshinList .kenshinItem {
  width: 31.8%;
  background-color: #fff;
  padding: 20px;
}
#treatment .nayamiArea .kenshinList .kenshinItem:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .kenshinList .kenshinItem {
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .kenshinList .kenshinItem {
    width: 49%;
  }
  #treatment .nayamiArea .kenshinList .kenshinItem:nth-child(n+3) {
    margin-top: 10px;
  }
}
#treatment .nayamiArea .kenshinList .kenshinItem .kenshinImage {
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .kenshinList .kenshinItem .kenshinImage {
    margin-bottom: 15px;
  }
}
#treatment .nayamiArea .kenshinList .kenshinItem .kenshinTitle {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .kenshinList .kenshinItem .kenshinTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .kenshinList .kenshinItem .kenshinTitle {
    font-size: 18px;
  }
}
#treatment .nayamiArea .kenshinList .kenshinItem .kenshinTitle rt {
  font-size: 12px;
  margin-bottom: 3px;
}
@media screen and (max-width: 820px), print {
  #treatment .nayamiArea .kenshinList .kenshinItem .kenshinTitle rt {
    font-size: 8px;
  }
}
@media screen and (max-width: 1024px) {
  #treatment .nayamiArea .kenshinList .kenshinItem .kenshinText {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .nayamiArea .kenshinList .kenshinItem .kenshinText {
    font-size: 14px;
  }
}
#treatment .tokuchoArea {
  background-color: #eff2fb;
  border-radius: 10px;
  padding: 70px;
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea {
    border-radius: 5px;
    padding: 40px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea {
    padding: 25px;
  }
}
#treatment .tokuchoArea::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#treatment .tokuchoArea.area01::before {
  background-image: url(../images/treatment/tokuchoDeco@2x.png);
  width: 389px;
  height: 396px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea.area01::before {
    width: 40vw;
    height: 40vw;
  }
}
#treatment .tokuchoArea.area02::before {
  background-image: url(../images/treatment/tokuchoDeco02@2x.png);
  width: 332px;
  height: 243px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea.area02::before {
    width: 40vw;
    height: 29vw;
  }
}
#treatment .tokuchoArea.area03::before {
  background-image: url(../images/treatment/tokuchoDeco03@2x.png);
  width: 299px;
  height: 392px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea.area03::before {
    width: 34vw;
    height: 44vw;
  }
}
#treatment .tokuchoArea.area04::before {
  background-image: url(../images/treatment/tokuchoDeco04@2x.png);
  width: 390px;
  height: 439px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea.area04::before {
    width: 40vw;
    height: 44vw;
  }
}
#treatment .tokuchoArea.area05::before {
  background-image: url(../images/treatment/tokuchoDeco05@2x.png);
  width: 430px;
  height: 367px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea.area05::before {
    width: 40vw;
    height: 33vw;
  }
}
#treatment .tokuchoArea .tokuchoTitle {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoTitle {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoTitle {
    font-size: 28px;
    line-height: 36px;
  }
}
#treatment .tokuchoArea .tokuchoSubTitle {
  font-size: 26px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoSubTitle {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoSubTitle {
    font-size: 20px;
  }
}
#treatment .tokuchoArea .tokuchoText {
  line-height: 38px;
  letter-spacing: 0;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoText {
    line-height: 32px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoText {
    line-height: 26px;
    letter-spacing: 0.03em;
  }
}
#treatment .tokuchoArea .tokuchoText .orange {
  font-size: 20px;
  color: #f35200;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoText .orange {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoText .orange {
    font-size: 16px;
  }
}
#treatment .tokuchoArea .tokuchoText .tokuchoRed {
  color: #c1272d;
  display: block;
  text-indent: -1rem;
  padding-left: 1em;
  line-height: 26px;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoText .tokuchoRed {
    letter-spacing: 0.01em;
  }
}
#treatment .tokuchoArea .tokuchoText .small {
  font-size: 0.875rem;
}
#treatment .tokuchoArea .tokuchoBox {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  margin: 35px 0;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoBox {
    border-radius: 3px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoBox {
    padding: 15px;
    margin: 20px 0;
  }
}
#treatment .tokuchoArea .tokuchoBox .tokuchoList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem {
  width: 32%;
  font-size: 21px;
  position: relative;
  padding-left: 20px;
  line-height: 25px;
}
#treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem:nth-child(n+4) {
  margin-top: 35px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem {
    width: 49%;
    font-size: 18px;
  }
  #treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem {
    font-size: 14px;
    line-height: 18px;
  }
}
#treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem .small {
  font-size: 15px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem .small {
    font-size: 10px;
  }
}
#treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem::before {
  position: absolute;
  content: "";
  background-color: #f35200;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .tokuchoBox .tokuchoList .tokuchoItem::before {
    top: 3px;
  }
}
#treatment .tokuchoArea .laserFlex {
  margin: 55px 0;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .laserFlex {
    flex-direction: column;
    margin: 30px 0;
  }
}
#treatment .tokuchoArea .laserFlex .laserLeft {
  width: 42.1%;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .laserFlex .laserLeft {
    width: 100%;
  }
}
#treatment .tokuchoArea .laserFlex .laserRight {
  width: 53.5%;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .laserFlex .laserRight {
    width: 100%;
    margin-top: 20px;
  }
}
#treatment .tokuchoArea .laserFlex .imgNote {
  margin-top: 10px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .commonFlex {
    align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .commonFlex {
    flex-direction: column-reverse;
  }
}
#treatment .tokuchoArea .commonFlex + .commonFlex {
  margin-top: 55px;
}
@media screen and (max-width: 820px), print {
  #treatment .tokuchoArea .commonFlex + .commonFlex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .commonFlex.column {
    flex-direction: column;
  }
  #treatment .tokuchoArea .commonFlex.column .leftItem {
    margin-top: 0;
  }
  #treatment .tokuchoArea .commonFlex.column .rightItem {
    margin-top: 10px;
  }
}
#treatment .tokuchoArea .commonFlex .leftItem {
  width: 53.5%;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .commonFlex .leftItem {
    width: 100%;
    margin-top: 10px;
  }
}
#treatment .tokuchoArea .commonFlex .leftItem .ctFlex .ctImage {
  width: 36.5%;
}
#treatment .tokuchoArea .commonFlex .leftItem .ctFlex .tokuchoText {
  width: 58.9%;
}
#treatment .tokuchoArea .commonFlex .rightItem {
  width: 41.5%;
}
@media screen and (max-width: 520px) {
  #treatment .tokuchoArea .commonFlex .rightItem {
    width: 100%;
  }
}
#treatment .contentText {
  line-height: 30px;
}
#treatment .contentText + .contentFlex {
  margin-top: 50px;
}
@media screen and (max-width: 820px), print {
  #treatment .contentText + .contentFlex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .contentFlex {
    flex-direction: column-reverse;
  }
}
#treatment .contentFlex + .contentFlex {
  margin-top: 60px;
}
@media screen and (max-width: 820px), print {
  #treatment .contentFlex + .contentFlex {
    margin-top: 30px;
  }
}
#treatment .contentFlex .contentLeft {
  width: 53.5%;
}
@media screen and (max-width: 520px) {
  #treatment .contentFlex .contentLeft {
    width: 100%;
    margin-top: 10px;
  }
}
#treatment .contentFlex .contentRight {
  width: 41.2%;
}
@media screen and (max-width: 520px) {
  #treatment .contentFlex .contentRight {
    width: 100%;
  }
}
#treatment .contentFlex .contentRight .imgNote {
  font-size: 12px;
  color: #808080;
  margin-top: 5px;
}
@media screen and (max-width: 520px) {
  #treatment .contentFlex .contentRight .imgNote {
    font-size: 10px;
  }
}
#treatment .contentTitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #treatment .contentTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .contentTitle {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#treatment .contentTitle span {
  font-size: 30px;
}
@media screen and (max-width: 820px), print {
  #treatment .contentTitle span {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .contentTitle span {
    font-size: 22px;
  }
}
#treatment .shinkoArea {
  background-color: #fff;
  padding: 55px 50px;
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea {
    padding: 30px;
  }
}
#treatment .shinkoArea .shinkoFlex {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
#treatment .shinkoArea .shinkoFlex .shinkoItem {
  width: 19.3%;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex .shinkoItem {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #treatment .shinkoArea .shinkoFlex .shinkoItem {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex .shinkoItem:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .shinkoArea .shinkoFlex .shinkoItem:nth-child(n+2) {
    margin-top: 60px;
  }
}
#treatment .shinkoArea .shinkoFlex .shinkoItem:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  left: -30%;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex .shinkoItem:nth-child(n+2)::before {
    transform: translate(-50%, 0) rotate(135deg);
    left: 50%;
    top: -75px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .shinkoArea .shinkoFlex .shinkoItem:nth-child(n+2)::before {
    top: -55px;
  }
}
#treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoImage {
  margin-bottom: 15px;
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoImage {
    width: 60%;
    margin: 0 auto;
  }
}
#treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoTitle {
    margin: 10px 0;
  }
}
#treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoText {
  line-height: 24px;
  font-size: 15px;
}
@media screen and (max-width: 820px), print {
  #treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoText {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #treatment .shinkoArea .shinkoFlex .shinkoItem .shinkoText {
    text-align: left;
  }
}
#treatment .koumokuTitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px), print {
  #treatment .koumokuTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .koumokuTitle {
    font-size: 16px;
  }
}
#treatment .koumokuList {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  padding: 30px 0;
}
#treatment .koumokuList .koumokuItem {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  width: 49%;
  letter-spacing: 0;
}
#treatment .koumokuList .koumokuItem:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 820px), print {
  #treatment .koumokuList .koumokuItem {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .koumokuList .koumokuItem {
    width: 100%;
  }
  #treatment .koumokuList .koumokuItem:nth-child(n+2) {
    margin-top: 5px;
  }
}
#treatment .koumokuList .koumokuItem::before {
  position: absolute;
  content: "";
  background-color: #f35200;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  top: 8px;
  left: 0;
}
#treatment .koumokuList .koumokuItem span {
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 820px), print {
  #treatment .koumokuList .koumokuItem span {
    margin-left: 10px;
  }
}
#treatment .typeArea + .typeArea {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #treatment .typeArea + .typeArea {
    margin-top: 30px;
    padding-top: 20px;
  }
}
#treatment .typeArea .typeFlex {
  margin-top: 30px;
}
@media screen and (max-width: 820px), print {
  #treatment .typeArea .typeFlex {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .typeArea .typeFlex {
    flex-wrap: wrap;
  }
}
#treatment .typeArea .typeFlex .typeItem {
  width: 47.1%;
}
@media screen and (max-width: 520px) {
  #treatment .typeArea .typeFlex .typeItem {
    width: 100%;
  }
  #treatment .typeArea .typeFlex .typeItem + .typeItem {
    margin-top: 10px;
  }
}
#treatment .typeArea .typeFlex + .contentText {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #treatment .typeArea .typeFlex + .contentText {
    margin-top: 15px;
  }
}
#treatment .eiseiFlex {
  margin-top: 80px;
}
@media screen and (max-width: 820px), print {
  #treatment .eiseiFlex {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #treatment .eiseiFlex {
    flex-direction: column;
  }
}
#treatment .eiseiFlex .eiseiText {
  background-color: #eff2fb;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}
#treatment .eiseiFlex .eiseiText::before {
  position: absolute;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #eff2fb;
  top: 50%;
  right: -17px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #treatment .eiseiFlex .eiseiText::before {
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -17px;
    top: auto;
    left: 50%;
    right: auto;
  }
}
#treatment .eiseiFlex .eiseiText span {
  font-size: 22px;
  line-height: 32px;
}
@media screen and (max-width: 520px) {
  #treatment .eiseiFlex .eiseiText span {
    font-size: 16px;
  }
}
#treatment .eiseiFlex .eiseiImage {
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  #treatment .eiseiFlex .eiseiImage {
    margin-left: 0;
  }
}
#treatment .rightMenu {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px 0 0 10px;
  position: fixed;
  top: 55%;
  right: -260px;
  padding: 0 20px;
  width: 20%;
  max-width: 260px;
  z-index: 999;
  transform: translate(0, -50%);
  transition: 0.8s;
}
#treatment .rightMenu.show {
  right: 0;
}
@media screen and (max-width: 1700px) {
  #treatment .rightMenu {
    width: 200px;
  }
}
@media screen and (max-width: 1400px) {
  #treatment .rightMenu {
    display: none;
  }
}
@media print {
  #treatment .rightMenu {
    display: none;
  }
}
#treatment .rightMenu .header__item + .header__item {
  border-top: 1px solid #ccc;
}
#treatment .rightMenu .header__item .header__link {
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  padding-left: 30px;
  opacity: 0.3;
  padding: 15px 15px 15px 40px;
}
@media screen and (max-width: 1700px) {
  #treatment .rightMenu .header__item .header__link {
    font-size: 14px;
  }
}
#treatment .rightMenu .header__item .header__link.is-active {
  opacity: 1;
}
#treatment .rightMenu .header__item .header__link::before {
  content: "";
  position: absolute;
  background-image: url(../images/treatment/linkButton@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#treatment .rightMenu .header__item .header__link:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#treatment .rightMenu .header__item .header__link.link01::after {
  background-image: url(../images/treatment/link01@2x.png);
}
#treatment .rightMenu .header__item .header__link.link02::after {
  background-image: url(../images/treatment/link02@2x.png);
}
#treatment .rightMenu .header__item .header__link.link03::after {
  background-image: url(../images/treatment/link03@2x.png);
}
#treatment .rightMenu .header__item .header__link.link04::after {
  background-image: url(../images/treatment/link04@2x.png);
}
#treatment .rightMenu .header__item .header__link.link05::after {
  background-image: url(../images/treatment/link05@2x.png);
}
#treatment .rightMenu .header__item .header__link.link06::after {
  background-image: url(../images/treatment/link06@2x.png);
}
#treatment .rightMenu .header__item .header__link.link07::after {
  background-image: url(../images/treatment/link07@2x.png);
}
#treatment .rightMenu .header__item .header__link.link08::after {
  background-image: url(../images/treatment/link08@2x.png);
}
#treatment .rightMenu .header__item .header__link.link09::after {
  background-image: url(../images/treatment/link09@2x.png);
}
#treatment .rightMenu .br-1700 {
  display: none;
}
@media screen and (max-width: 1700px) {
  #treatment .rightMenu .br-1700 {
    display: block;
  }
}
#treatment .openbtn1 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #f35200;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1 {
    width: 60px;
    height: 60px;
  }
}
@media print {
  #treatment .openbtn1 {
    position: absolute;
  }
}
#treatment .openbtn1::before {
  white-space: nowrap;
  content: "目次";
  display: inline;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1::before {
    top: 34px;
    font-size: 11px;
  }
}
#treatment .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
  transform: translate(-50%, 0);
}
#treatment .openbtn1 span:nth-of-type(1) {
  top: 19px;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1 span:nth-of-type(1) {
    top: 12px;
  }
}
#treatment .openbtn1 span:nth-of-type(2) {
  top: 27px;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1 span:nth-of-type(2) {
    top: 20px;
  }
}
#treatment .openbtn1 span:nth-of-type(3) {
  top: 35px;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1 span:nth-of-type(3) {
    top: 28px;
  }
}
#treatment .openbtn1.active {
  background-color: transparent;
}
#treatment .openbtn1.active::before {
  z-index: 999;
  white-space: nowrap;
  content: "目次";
  display: inline;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1.active::before {
    top: 34px;
    font-size: 13px;
  }
}
#treatment .openbtn1.active .openbtn2 {
  background-color: #fff;
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: -400px;
  left: -400px;
  z-index: 998;
  animation-name: gnaviAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1.active .openbtn2 {
    left: -260px;
  }
}
#treatment .openbtn1.active span {
  background-color: #333;
  z-index: 999;
}
#treatment .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1.active span:nth-of-type(1) {
    left: 21px;
  }
}
#treatment .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
#treatment .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media screen and (max-width: 520px) {
  #treatment .openbtn1.active span:nth-of-type(3) {
    left: 21px;
  }
}
#treatment #g-nav {
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
}
#treatment #g-nav.panelactive #g-nav-list {
  display: block;
}
#treatment #g-nav.panelactive #g-nav-list ul {
  opacity: 1;
}
#treatment #g-nav #g-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
}
#treatment #g-nav .scroll-contents {
  background-color: #fff;
  padding: 15px;
  max-height: 320px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: fixed;
  width: 400px;
  height: 320px;
  bottom: 130px;
  right: 30px;
  z-index: 999;
  animation-name: gnaviAnime;
  animation-duration: 0.8s;
  animation-delay: 0.1s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: both;
}
@media screen and (max-width: 520px) {
  #treatment #g-nav .scroll-contents {
    right: 20px;
    width: 280px;
    bottom: 100px;
  }
}
#treatment #g-nav .scroll-contents::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
#treatment #g-nav .scroll-contents .simplebar-scrollbar::before {
  background: #333;
  border-radius: 4px;
  width: 4px;
  margin-left: 2px;
  margin-top: 2px;
}
#treatment #g-nav .scroll-contents .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#treatment #g-nav .scroll-contents .simplebar-track {
  background-color: #fff;
}
#treatment #g-nav ul {
  opacity: 0; /*はじめは透過0*/
}
#treatment #g-nav ul li a {
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #333;
  text-decoration: none;
  padding-left: 30px;
  padding: 15px 15px 15px 40px;
}
#treatment #g-nav ul li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/treatment/linkButton@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}
#treatment #g-nav ul li a:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#treatment #g-nav ul li a.link01::after {
  background-image: url(../images/treatment/link01@2x.png);
}
#treatment #g-nav ul li a.link02::after {
  background-image: url(../images/treatment/link02@2x.png);
}
#treatment #g-nav ul li a.link03::after {
  background-image: url(../images/treatment/link03@2x.png);
}
#treatment #g-nav ul li a.link04::after {
  background-image: url(../images/treatment/link04@2x.png);
}
#treatment #g-nav ul li a.link05::after {
  background-image: url(../images/treatment/link05@2x.png);
}
#treatment #g-nav ul li a.link06::after {
  background-image: url(../images/treatment/link06@2x.png);
}
#treatment #g-nav ul li a.link07::after {
  background-image: url(../images/treatment/link07@2x.png);
}
#treatment #g-nav ul li a.link08::after {
  background-image: url(../images/treatment/link08@2x.png);
}
#treatment #g-nav ul li a.link09::after {
  background-image: url(../images/treatment/link09@2x.png);
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#treatment #grayBg.active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  top: 0;
}
@media screen and (min-width: 1401px) {
  #treatment .w1400__show {
    display: none !important;
  }
}