@charset "UTF-8";
/*
_common.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;700&display=swap");

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 1rem;
  line-height: 1.8;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

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

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

hr {
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table,
table th,
table td {
  border-spacing: 0;
  word-wrap: break-word;
}

h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0.5rem auto 1rem auto;
}

h2 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin: 1rem auto 0.75rem auto;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}

h5 {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}

p {
  font-size: 1em;
  line-height: 1.9;
  /*text-align: justify;*/
  word-wrap: break-word;
  margin: 0.5rem 0 1rem 0;
}

.title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

.title h2 .eng {
  font-size: 13px;
  color: #ff8c00;
  padding-top: 5px;
  letter-spacing: 0;
}

.title .sub__title {
  font-size: 13px;
  color: #ff8c00;
  padding-top: 5px;
  letter-spacing: 0;
  margin-bottom: 4rem;
}


@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

a {
  color: #5c5041;
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

a img.hover {
  transition: all 0.3s;
}

a:hover img.hover {
  opacity: 0.75;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-wrap {
  margin: 0 auto;
  padding: 0;
}

.l-section {
  margin: 5em auto;
  max-width: 1080px;
  width: 94%;
}

.l-section__noSpace {
  margin: 0 auto !important;
}

.l-section__noBmSpace {
  margin-bottom: 0 !important;
}

.l-section__noTpSpace {
  margin-top: 0 !important;
}

.l-section__wide {
  max-width: 100% !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .l-content {
    margin: 1.5rem auto;
    padding: 0;
  }

  .l-section {
    margin: 1em auto 3em auto;
  }
}

.l-col2 {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-col2__item {
  flex-basis: 47%;
}

.l-col2.center {
  justify-content: center;
}

.l-col2.l-col.v-center {
  align-items: center;
}

.l-col2.reverse {
  flex-direction: row-reverse;
}

.l-col2.reverse_row {
  flex-direction: row-reverse;
}

.l-col2_small_img {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-col2_small_img__item {
  padding: 1rem;
}

.l-col2_small_img__photo {
  width: 30% !important;
}

.l-col2_small_img__txt {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .l-col2_small_img {
    flex-direction: column;
  }

  .l-col2_small_img__item {
    padding: 0;
  }

  .l-col2_small_img__photo {
    width: 100% !important;
  }

  .l-col2_small_img__txt {
    width: 100% !important;
  }
}

.l-col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-col3:after {
  flex-basis: 30.5%;
  content: "";
  display: block;
}

.l-col3__item {
  flex-basis: 30.5%;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .l-col2.reverse {
    flex-direction: column-reverse;
  }

  .l-col2.reverse_row {
    flex-direction: column;
  }

  .l-col2__item {
    flex-basis: 100%;
  }

  .l-col3__item {
    flex-basis: 100%;
    margin-bottom: 1em;
  }
}

.bg_lightgray {
  padding: 1em;
  background-color: #efede0;
}

.bg_lightblue {
  padding: 1em;
  background-color: #ecf5f7;
}

.bg_wh {
  padding: 1em;
  background-color: white;
}

.tx-white {
  color: white;
}

.tx-black {
  color: #333;
}

.tx-keycolor {
  color: #ff8c00;
}

.tx-subcolor {
  color: #489db2;
}

.tx-orange {
  color: #ff8c00;
}

.tx-orange2 {
  color: #b86500;
}

.tx-blue {
  color: #489db2;
}

.tx-blue2 {
  color: #0c5a6d;
}

.tx-red {
  color: #cc0033;
}

.tx-bold {
  font-weight: 700 !important;
}

.tx-medium-weight {
  font-weight: 500 !important;
}

.center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.v-center {
  vertical-align: center !important;
}

.tx-center {
  text-align: center !important;
}

.tx-left {
  text-align: left !important;
}

.tx-right {
  text-align: right !important;
}

.tx-middium-size {
  font-size: 1em !important;
}

.tx-xl {
  font-size: 1.3em !important;
}

.tx-l {
  font-size: 1.1em !important;
}

.tx-s {
  font-size: 0.9em !important;
}

.tx-xs {
  font-size: 0.7em !important;
}

.caption {
  font-size: 0.7em !important;
}

.u-break {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .u-inline-block_sp {
    display: inline-block !important;
  }
}

/* photo */
.u-img-right {
  display: block;
  margin-left: auto;
}

.u-img-left {
  display: block;
  margin-right: auto;
}

.u-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .u-img-right {
    margin-right: auto;
  }

  .u-img-left {
    margin-left: auto;
  }
}

/* width */
.u-w30 {
  width: 30%;
}

.u-w40 {
  width: 40%;
}

.u-w60 {
  width: 60%;
}

.u-w70 {
  width: 70%;
}

.u-w100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-w30 {
    width: 100%;
  }

  .u-w40 {
    width: 100%;
  }

  .u-w60 {
    width: 100%;
  }

  .u-w70 {
    width: 100%;
  }

  .u-w100 {
    width: 100%;
  }
}

/* margin */
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 0.5em !important;
}

u-mt10 {
  margin-top: 1em !important;
}

.u-mt20 {
  margin-top: 2em !important;
}

.u-mt30 {
  margin-top: 3em !important;
}

.u-mr10 {
  margin-right: 1em !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1em !important;
}

.u-mb20 {
  margin-bottom: 2em !important;
}

.u-mb30 {
  margin-bottom: 3em !important;
}

.u-mb40 {
  margin-bottom: 4em !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pd10 {
  padding: 1em;
}

/* ボタン */
.btn_container {
  margin: 1.5rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn_container li {
  text-align: center;
  margin: 2px auto;
  padding: 4px;
}

a.btn__brown {
  min-width: 17rem;
  display: inline-block;
  margin: 5px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #5c5041;
  color: #fff !important;
  padding: 0.75rem 2rem;
  font-size: 0.9rem;
  line-height: 1.4;
  position: relative;
}

a.btn__brown:after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/icn-arrow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  position: absolute;
  top: 38%;
  right: 8px;
}

a.btn__brown:hover {
  background-color: #efede0;
  color: #5c5041 !important;
}

a.btn__brown:hover:before {
  background-image: url(../images/common/icn-arrow_brown.svg);
}

/* display/hidden */
@media screen and (min-width: 1080px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 921px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* fonts */
.eng {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.eng__bold {
  font-weight: 700;
}

/* appointment */
.appointment {
  width: 100%;
  background-color: #5c5041;
  background-image: url(../images/common/appoint_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2.5rem 0 3rem 0;
}

.appointment .title h2 {
  color: white;
}

.appointment__inner {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.appointment__inner .flex__item {
  width: 50%;
  text-align: center;
}

.appointment__inner .flex__item img {
  max-width: 400px;
}

.appointment__inner .flex__item:nth-of-type(2) {
  border-left: 1px solid white;
}

@media screen and (max-width: 767px) {
  .appointment__inner .flex__item {
    width: 100%;
  }

  .appointment__inner .flex__item:nth-of-type(2) {
    border-left: 0;
    margin-top: 1.5rem;
  }

  .appointment__inner img {
    width: 90%;
    max-width: 90%;
  }
}

.appointment a.btn {
  min-width: 20rem;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  border: 1px solid white;
  color: white;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
}

/* clinic info */
.clinicinfo {
  background-image: url(../images/common/aboutclinic_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .clinicinfo {
    padding: 2rem 0;
  }
}

.clinicinfo .daytime {
  margin-bottom: 10px;
}

.clinicinfo .daytime table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 15px;
  background-color: #fff;
}

.clinicinfo .daytime table th {
  width: 6rem;
  font-weight: normal;
  padding: 4px 2px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.clinicinfo .daytime table th:last-child {
  border-right: 0;
}

.clinicinfo .daytime table td {
  width: calc((100% - 6rem) / 7);
  text-align: left;
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

.clinicinfo .daytime table td:last-child {
  border-right: 0;
}

.clinicinfo .daytime .notice p {
  margin: 0 auto 4px auto;
  line-height: 1.5;
}

.clinicinfo .info h3 {
  padding-bottom: 15px;
}

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

.clinicinfo .info table th {
  width: 6rem;
  font-weight: normal;
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.clinicinfo .info table td {
  text-align: left;
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

/* map */
.map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .map iframe {
    height: 250px;
  }
}

/*
----------
header
----------
*/
header {
  padding: 0;
  margin: 0 auto;
  color: #5c5041;
}

@media screen and (max-width: 920px) {
  header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 11;
    top: 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  }
}

.p-Header {
  margin: 0 auto;
  padding: 0 0 0 8px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-Header a {
  color: #333;
  line-height: 1.3;
  display: block;
}

.p-Header__logo {
  width: 17rem;
}

.p-Header__logo h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.p-Header__logo h1 span {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
text-align: left;
/* text-align:center; */
}

.p-Header__logo h1 .logo_catch_large {
  font-size: 13px;
}


@media screen and (max-width: 920px) {
  .p-Header__logo {
    width: 17rem;
    height: 63px;
  }

  .p-Header__logo h1 {
    font-size: 1.6rem;
    margin: 0.5rem auto;
  }
  .p-Header__logo h1 span {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    opacity: 0.7;
    text-align:left;
  }
}
/* @media screen and (max-width: 768px) {
  .p-Header__logo h1 span {
    letter-spacing: 1px;
    line-height: 1.5;
    opacity: 0.7;
    text-align:left;
  }
} */


.p-Header__contact {
  display: flex;
  justify-content: right;
  align-items: center;
}

.p-Header__free {
  margin-right: 0.75rem;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin: 1rem;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background-color: white;
  border: 1px solid #5c5041;
  border-radius: 5px;
  box-sizing: border-box;
}

.p-Header__free:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid white;
  z-index: 2;
}

.p-Header__free:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 13px solid #5c5041;
  z-index: 1;
}

.p-Header__free .block {
  display: block;
}

@media screen and (max-width: 920px) {
  .p-Header__free {
    display: none;
  }
}

.p-Header__tel {
  margin-right: 0.75rem;
  text-align: center;
}

.p-Header__tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #5c5041;
}

.p-Header__tel a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  margin-right: 5px;
  font-size: 1.6rem;
}

.p-Header__tel span {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 920px) {
  .p-Header__tel {
    display: none;
  }
}

.p-Header__mail {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: #ff8c00;
  cursor: pointer;
  transition: all 0.3s;
}

.p-Header__mail a {
  color: white;
}

.p-Header__mail span {
  padding: 1.25rem 1.25rem;
  font-weight: 700;
}

.p-Header__mail i {
  padding: 1.25rem 1.25rem;
  margin: 0;
  font-size: 1.3rem;
  background-color: #b86500;
  transition: all 0.3s;
}

@media screen and (max-width: 920px) {
  .p-Header__mail {
    display: none;
  }
}

.p-Header__mail:hover {
  background-color: #5c5041;
}

.p-Header__mail:hover i {
  background-color: #5c5041;
}

/*
----------
nav
----------
*/
.navigation_container {
  margin: 0 auto;
}

/* ------------
　グローバルメニュー
　PC
 ------------ */
.global-nav {
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (min-width: 921px) {
  .global-nav {
    max-width: 94%;
  }

  .global-nav .nav-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .global-nav .nav-list .nav-item {
    flex: 1;
  }

  .global-nav .nav-list .nav-item>a {
    border-right: 1px solid #ccc;
    color: #333;
    display: block;
    padding: 0.6em 0.4em;
    text-align: center;
    text-decoration: none;
  }

  .global-nav .nav-list .nav-item>a:hover {
    color: #996a2f;
  }

  .global-nav .nav-list .nav-item:last-child>a {
    border-right: none;
  }

  .nav-list {
    position: relative;
    z-index: 5;
  }

  .nav-item_sub {
    background: #5c5041;
    left: 0;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    position: absolute;
    top: 50px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: calc(100% + 6.8%);
  }

  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
    color: white;
  }

  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }

  .global-nav .nav-list .nav-item_sub ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* サブメニューの詳細 サムネイルのときは非表示 */
  .global-nav .nav-list ul.nav-item_sub__thumb h3 {
    display: none;
  }

  /* サブメニューの詳細 サムネイルなしのときはh3も表示*/
  .global-nav .nav-list ul.nav-item_sub__text li:nth-of-type(1) a {
    border-left: 1px dotted #fff;
  }

  .global-nav .nav-list ul.nav-item_sub__text li {
    text-align: center;
    padding: 1.5rem 0;
  }

  .global-nav .nav-list ul.nav-item_sub__text li a {
    font-size: 1.1rem;
    line-height: 1.4;
    border-right: 1px dotted #fff;
    padding: 5px 1.5rem;
    text-align: center;
  }

  .global-nav .nav-list ul.nav-item_sub__text:hover {
    transition: all 0.3s;
    opacity: 0.8;
  }

  /* サブメニューにサムネイルあり */
  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb li {
    padding: 1.5rem 10px;
    border: 0;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb.block_3 li {
    width: 33.3%;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb.block_4 li {
    width: 25%;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb.block_5 li {
    width: 20%;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb.block_6 li {
    width: 16.6%;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb dl dt img {
    border: 1px solid #5c5041;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb dl dt img:hover {
    border: 1px solid #ff8c00;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb dl:hover {
    transition: all 0.3s;
    opacity: 0.8;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb dt {
    padding: 0;
    margin: 0 auto;
    vertical-align: baseline;
    font-size: 1px;
    line-height: 0.3;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb dt img {
    width: 100%;
    font-size: 1px;
    line-height: 0.3;
    vertical-align: baseline;
    padding: 0;
    margin: 0 auto;
  }

  .global-nav .nav-list .nav-item ul.nav-item_sub__thumb dt dd {
    padding: 0;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  /* サブメニューのボタン */
  .global-nav .nav-list .nav-item ul.btn_container li {
    width: 33%;
    padding-bottom: 1.5rem;
  }

  .global-nav .nav-list .nav-item ul.btn_container li a.btn__brown {
    text-align: center;
    margin: 0 auto;
  }


}

/* ------------
　グローバルメニュー
　SP
 ------------*/
/* ハンバーガーメニューボタン */
.global-nav-icon {
  display: none;
}

@media screen and (max-width: 920px) {
  .global-nav .nav-list {
    display: none;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
    z-index: 5;
    padding-top: 70px;
  }

  .global-nav .nav-list li {
    background: #5c5041;
  }

  .global-nav .nav-list .nav-item>a {
    display: block;
    border-top: 1px solid #333;
    border-right: none;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
  }

  .global-nav .nav-list .nav-item:last-child>a {
    border-bottom: 1px solid #333;
  }

  .global-nav .nav-list li.nav-item>a.icn {
    position: relative;
  }

  .global-nav .nav-list li.nav-item>a.icn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 1rem;
    color: white;
    display: inline-block;
    margin-left: 5px;
  }

  .global-nav .nav-list .nav-item:last-child a {
    border-bottom: none;
  }

  .global-nav-icon {
    background-color: #5c5041;
    padding: 18px;
    height: 64px;
    width: 61px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 29px;
    line-height: 25px;
    text-align: center;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 11;
  }

  .nav-item_sub {
    display: none;
  }

  .global-nav .nav-list .nav-item .nav-item_sub ul {
    margin: 0 auto;
  }

  .global-nav .nav-list .nav-item .nav-item_sub ul li a {
    color: #fff;
    text-align: left;
    padding: 0.75rem 1rem 0.75rem 2rem;
    border-top: 1px dotted #333;
    display: block;
  }

  .global-nav .nav-list .nav-item .nav-item_sub ul li {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0;
    margin: 0;
  }

  .global-nav {
    z-index: 10;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    pointer-events: none;
    /* 解消 */
  }

  .global-nav.is_open {
    pointer-events: auto;
    /* 戻す */
  }

  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .global-nav .nav-list .nav-item>a {
    display: block;
    border-top: 1px solid #333;
    border-right: none;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
  }

  .global-nav .nav-list .nav-item_sub dl {
    display: none;
  }

  /* サブメニューのボタン */
  .global-nav .nav-list .nav-item ul.btn_container {
    display: none;
  }

  /*
----------
　マップアイコン
　SP
----------
*/

.map__icon{
    z-index: 11;
    content: "";
    background: url(http://maruyama-kyousei.net/wp-content/uploads/2023/01/819_pin_h.png)no-repeat center/70%;
    height: 49px;
    width: 76px;
    position: fixed;
    right: 46px;
    top: 8px;
}

}

@media screen and (min-width: 921px) {
  .nav-item.only_sp {
    display: none !important;
  }

  .nav-item.nav_tel {
    display: block;
  }

  .nav-item.nav_contact {
    display: block;
  }
}


----------
footer
----------
*/
/* pagetop */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 5px;
  font-size: 70%;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 0;
    bottom: 80px;
  }
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 75px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #page-top a {
    position: relative;
    padding: 5px 10px 4px 10px;
    background: none;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #000;
    border-radius: 0;
    width: 82px;
    text-align: right;
    background: #666;
    text-decoration: none;
    display: block;
    border-radius: 5px;
  }

  #page-top a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid black;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

@media screen and (max-width: 767px) {
  #page-top a:hover {
    background: none;
  }
}

/* banners */
.ft-bnrs ul {
  padding: 2rem 0;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ft-bnrs ul {
    padding: 2rem 0 5rem;
    margin-bottom: 3rem;
  }
}

.ft-bnrs ul li {
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ft-bnrs ul li {
    width: 50%;
    margin: 0;
    padding: 4px;
  }
}

/* footer menu */
.ft-menu {
  background-color: #efede0;
  padding: 2rem 0;
}

.ft-menu__inner {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.ft-menu ul {
  padding: 1rem;
  width: 25%;
  border-right: 1px solid #ccc;
}

.ft-menu ul:first-child {
  border-left: 1px solid #ccc;
}

.ft-menu ul li {
  padding: 2px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.ft-menu ul a {
  color: black;
}

.ft-menu ul a:hover {
  color: #996a2f;
}

@media screen and (max-width: 767px) {
  .ft-menu {
    display: none;
  }
}

/* footer */
footer {
  background-color: #5c5041;
  color: #fff;
  font-size: 0.8rem;
}

footer ul {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  }

  footer ul {
    display: flex;
    background: orange;
  }

  footer ul>li {
    width: 50%;
    text-align: center;
  }


  footer ul li:nth-child(1) a {
    align-items: center;
    justify-content: center;
    background: orange;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
   /* line-height: 1.2rem;*/
  }
  footer ul li:nth-child(1) span {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 0.9rem;
  }


  footer ul li:nth-child(2) {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2rem;
  }

  footer ul li:nth-child(2) span {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 0.9rem;
  }

  footer ul li:nth-child(2) a:hover {
    color: #000;
  }

  footer ul li a {
    display: block;
    padding: 1rem;
    background: #fff;
  }
}

footer p {
  text-align: center;
  font-size: 80%;
  padding: 1.5rem 1rem;
  margin: 0;
}

@media screen and (max-width: 767px) {

  footer p {
    font-size: 96%;
    padding: 0.5rem 1rem 0.6rem;
      }
  footer .copylight {
display: none;
  }
}

.contact-tel {
  color: #e29000;
  text-decoration: underline;
}

.form_fin {
  margin-top: 5rem;
}

.form_fin h3 {
  font-size: 1.4rem !important;
}

.form_fin h3:after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(https://icongr.am/feather/check.svg?size=128&color=e29000) center center / cover no-repeat;
  display: block;
  margin: 0 auto;
}

.form_fin p:nth-of-type(2) {
  font-size: 13px;
  color: #8f8f8f;
  width: 80%;
  margin: 0 auto;
}

.mw_wp_form .error {
  font-size: 1rem !important;
  color: #ff4949 !important;
  font-weight: bold !important;
}

.confirm-hidden {
  display: none;
}

.mw_wp_form_confirm .confirm-hidden {
  display: block;
  text-align: center;
  margin-top: 3rem;
}

.features h2.intro__copy {
  margin-bottom: 0 !important;
}

.features h2.intro__copy+p {
  /* width: 65%; */
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #585041;
}

.features h2.intro__copy::after {
  content: "";
  width: 60%;
  max-width: 200px;
  height: 2px;
  background: #fff;
  margin: 1rem auto 1.1rem;
  display: block;
}

@media screen and (max-width:767px) {
  .features h2.intro__copy+p {
    padding: 0 2rem;
  }
}

.l-treatment__item dd p,
.l-section__noSpace p,
.message__text__inner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#page-top {
  position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 0;
    bottom: 80px;
  }
}

	.lp_bnr {
    display: block;
		position: fixed;
		bottom: 100px;
		right: 0;
		max-width: 290px;
		z-index: 1000;
	}

  .lp_bnr a {
    display: block;
  }

	.lp_bnr_img {
		width: 100%;
		height: auto;
	}

  .lp_bnr:hover {
    opacity: 0.8;
  }


  @media screen and (max-width: 767px) {
    .lp_bnr {
      display: none;
    }
  }

  .copy__sp_bnr {
    display: none;
    background-color: inherit;
  }

   .copy__sp_bnr a {
    display: block;
   }

  .copy__sp_bnr a:hover {
    opacity: 0.8;
  }

  .copy__sp_bnr .lp_bnr_img {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 767px) {
    .copy__sp_bnr {
      display: block;
      width: 90%;
      max-width: 320px;
      margin: 0 auto;
      padding-bottom: 2rem;
      padding-top: 2rem;
    }
  }
