@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.text-body {
  color: #666 !important;
}

.skin {
  color: #FFF6E6;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C !important;
}

.teal {
  color: #29B8CA;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E !important;
}

.lighterbrown {
  color: #A1846F !important;
}

.red {
  color: #EC5870;
}

.blue {
  color: #506296;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.wine {
  color: #D584AF;
}

.orange {
  color: #FFC400 !important;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #9DAAD1;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #e8e6f2;
}

.bg-orange {
  background-color: #FFC400;
}

.bg-lightorange {
  background-color: #FBB65B;
}

.bg-green {
  background-color: #A6D51F;
}

.bg-blue {
  background-color: #506296;
}

.bg-pink {
  background-color: #F5949C;
}

.bg-yellow {
  background-color: #FFDA00;
}

.bg-green {
  background-color: #A6D51F;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lightblue {
  background-color: #9DAAD1;
}

.bg-lightestblue {
  background-color: #e8e6f2;
}

.bg-lightestyellow {
  background-color: #FFFFEE;
}

.bg-lighterorange {
  background-color: #F9D5A6;
}

.bg-lightgreen {
  background-color: #A5E8E8;
}

.bg-lightergreen {
  background-color: #ddecd4;
}

.bg-lightestgreen {
  background-color: #E1EFE2;
}

.bg-lightestpink {
  background-color: #FFF7F7;
}

.bg-light2 {
  background-color: #EEEEEE;
}

.bg-lightbrown {
  background-color: #B0937E;
}

.bg-lighterbrown {
  background-color: #A1846F;
}

.bg-brown {
  background-color: #735147;
}

.bg-transgreen {
  background-color: rgba(166, 213, 31, 0.9);
}

.bg-transwhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-right {
  text-align: right !important;
  width: 100%;
}

.text-center {
  text-align: center !important;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

/* blog editor */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

/* img */
@media screen and (min-width: 769px) {
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .alignright {
    float: right;
    margin-left: 1em;
  }
  .alignleft {
    float: left;
    margin-right: 1em;
  }
}
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

#blog_sidebar {
  width: 290px;
  margin: 0;
}

#blog_sidebar li.categories {
  list-style-type: none;
}
#blog_sidebar li.categories > ul {
  padding-left: 0;
  list-style-type: none;
}
#blog_sidebar li.categories > ul ul.children {
  padding-left: 1rem;
  list-style-type: none;
}

/******** カレンダー *******/
div#blog_sidebar #wp-calendar {
  width: 100%;
  text-align: center;
  position: relative;
}

div#blog_sidebar #wp-calendar caption {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10em;
}

div#blog_sidebar #wp-calendar th,
div#blog_sidebar #wp-calendar td {
  padding: 5px 0;
  font-size: 16px;
}

div#blog_sidebar #wp-calendar td a {
  background: #EFE6BA;
}

div#blog_sidebar #wp-calendar td#prev {
  text-align: left;
  padding: 15px 0 15px 1em;
}

div#blog_sidebar #wp-calendar td#next {
  text-align: right;
  padding: 15px 1em 15px 0;
}

div#blog_sidebar #wp-calendar td#prev a,
div#blog_sidebar #wp-calendar td#next a {
  background: #FFFFFF;
}

.widget_calendar {
  list-style-type: none;
}

.widget_calendar a {
  background: transparent !important;
  pointer-events: none !important;
}

.widget_calendar caption {
  caption-side: bottom;
}

.widget_calendar .wp-calendar-nav {
  display: none;
}

div#blog_sidebar #wp-calendar caption {
  position: static !important;
}

/******** 個別記事のページネーション *******/
#blog #singlePagination {
  text-align: center;
  clear: both;
  min-height: 30px;
  margin-top: 80px;
}

#blog #singlePagination div {
  margin: 0;
}

#blog #singlePagination div a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #9DAAD1;
  padding: 1rem 1rem;
  border-radius: 0.25rem;
}

#blog #singlePagination div a:hover {
  background: #9DAAD1;
  background: -webkit-gradient(linear, left top, right top, from(#9DAAD1), to(#506296));
  background: linear-gradient(to right, #9DAAD1 0%, #506296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem #aaa;
  -ms-box-shadow: 0 0.5rem 1.125rem -0.5rem #aaa;
  box-shadow: 0 0.5rem 1.125rem -0.5rem #aaa;
}

#blog #singlePagination div.nextPost {
  float: left;
}

#blog #singlePagination div.prevPost {
  float: right;
}

/******** アーカイブのページネーション *******/
#archvePagination,
#blog #archvePagination {
  text-align: center;
  clear: both;
  min-height: 30px;
  margin-top: 80px;
}

#archvePagination a,
#blog #archvePagination a {
  text-decoration: none;
  border: 1px solid #506296;
  padding: 1rem;
  margin: 2px;
  background: #fff;
  color: #333;
}

#archvePagination a:hover,
#blog #archvePagination a:hover {
  border: 1px solid #506296;
  background: #bbccee;
}

#archvePagination span.current,
#blog #archvePagination span.current {
  text-decoration: none;
  padding: 1rem;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #506296;
  background: #bbccee;
  color: #333;
}

#blog .blog_post img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  div#blog_sidebar {
    width: 100%;
    margin: 0;
  }
}
/*renewal 2021*/
.search-form select,
.search-field {
  padding: 0.75rem;
  border: 1px solid #ddd;
}

.search-form .postform {
  width: 100%;
}

.search-submit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #9DAAD1;
  color: #fff;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1rem;
}

.wp-post-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

#cf-tbl {
  width: 100%;
  /* p{
    margin: initial;
  } */
}
#cf-tbl span.wpcf7-not-valid-tip,
#cf-tbl .wpcf7-response-output.wpcf7-validation-errors {
  color: #EC5870;
  font-weight: 600;
}

.cf_buttons {
  width: 100%;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.cf_buttons .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  background: #FFF7F7;
  color: #711d26;
  border-color: #F9C3C9 !important;
  padding: 30px !important;
  font-size: 15px;
}

.wpcf7-not-valid-tip {
  margin: 0 0 0 1em;
}

.wpcf7-text {
  width: 100%;
}

.radio input[type=radio] {
  margin: 1em;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.radio label {
  margin: 1em;
}
.radio .wpcf7-list-item {
  margin: initial;
}

.cf_buttons p {
  width: 100%;
  text-align: center;
}
.cf_buttons .btn_contact {
  width: 90%;
  text-align: center;
  background-color: #506296 !important;
  color: #fff !important;
  padding: 1em 1.5em;
}

#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  color: #735147;
  /* tr{
    border-bottom: 10px solid #fff;
    border-top: 10px solid #fff;
  } */
}
#cf-tbl table .w30 input {
  width: 30%;
}
#cf-tbl table tr th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  background-color: #f8f9fa;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cf-tbl table tr th p {
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
#cf-tbl table tr td {
  width: 100%;
  display: block;
  text-align: left;
  border-top: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
#cf-tbl table tr td textarea {
  width: 100%;
  padding: initial;
}
#cf-tbl table .surveyTextareas p {
  margin: initial;
}
#cf-tbl table .surveyTextareas input {
  width: 100%;
  height: 40px;
  margin-bottom: 1rem;
}
#cf-tbl table .surveycheckbox {
  line-height: 2;
}
#cf-tbl table input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 6px 0 0;
}
#cf-tbl table .required {
  padding: 5px;
  background: #EC5870;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  margin-left: 5px;
}
#cf-tbl table .optional {
  padding: 5px;
  background: #3A81C4;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 769px) {
  .cf_buttons .btn_contact {
    width: 30%;
  }
  #cf-tbl table {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    color: #444;
  }
  #cf-tbl table tr th:first-child {
    width: 30%;
  }
  #cf-tbl table tr th, #cf-tbl table tr td {
    width: 50%;
  }
  #cf-tbl table tr th {
    /* width: 402px; */
    display: table-cell;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    background-color: #f8f9fa;
    padding: 20px 10px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  #cf-tbl table tr th p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #cf-tbl table tr td {
    /* width: 750px; */
    display: table-cell;
    vertical-align: middle;
  }
  #cf-tbl table .surveyTextareas {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-rows: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
  #cf-tbl table .surveyTextareas input {
    height: auto;
  }
  #cf-tbl table .surveycheckbox {
    line-height: initial;
  }
  #cf-tbl table label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
main ol:not(.carousel-indicators),
main ul:not(.nav-mytabs) {
  padding-left: 1.5rem;
}
main ol:not(.carousel-indicators) li:not(:last-child),
main ul:not(.nav-mytabs) li:not(:last-child) {
  padding-bottom: 0.5rem;
}
main ol:not(.carousel-indicators) li::marker,
main ul:not(.nav-mytabs) li::marker {
  color: #506296;
}

.title {
  background: url("../images/title.jpg") center center no-repeat;
  background-size: cover;
}

h1 {
  font-size: 2rem;
}
h1 span {
  font-size: 0.8rem;
}

h2 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  border-left: 3px solid #506296;
  padding: 1rem 1rem 1rem 2rem;
}

#blog_sidebar h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  padding: 0rem 0 0rem 1rem;
  border-left: 2px solid #9DAAD1;
}

h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #e8e6f2;
  color: #506296;
  padding: 0.5rem 1rem;
  border-left: none;
}

.blog_post h3 {
  font-family: -apple-system, BlinkMacSystemFont, Century Gothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  border: none;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
}

.mybadge {
  color: #fff;
  background: #506296;
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 60%;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-top;
}

main .collapsed.collapse_ttl {
  display: block;
  background: url("../images/plus.svg") right 1rem center no-repeat;
  background-size: 1rem;
}

main .collapse_ttl {
  display: block;
  background: url("../images/x.svg") right 1rem center no-repeat;
  background-size: 1rem;
}

#blog .collapse_ttl,
#blog .collapsed.collapse_ttl {
  background-color: #506296;
}

main .collapse_ttl img {
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .collapsed img {
  display: block;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is_inview {
  opacity: 0;
}

/* -----------------------------------------------------------
　メール予約・カウンセリング
----------------------------------------------------------- */
@media (min-width: 769px) {
  section.contact::after {
    content: "";
    display: block;
    clear: both;
  }
  section.contact dl {
    width: 100%;
  }
  section.contact dl dt {
    width: 34%;
    min-height: 15px;
    line-height: 15px;
    float: left;
    clear: both;
    color: #52432C;
    background-color: #f8f9fa;
    padding: 10px 2%;
    font-size: 15px;
    margin: 0 2% 15px 0;
    position: relative;
  }
  section.contact dl dt.required:after {
    content: "必須";
    color: #FFF;
    font-size: 12px;
    background-color: #EC5870;
    padding: 1px 2px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -8px;
  }
  section.contact dl dt.renraku {
    padding-right: 6%;
    line-height: 21px;
  }
  section.contact dl dd.renraku {
    padding-top: 27px;
  }
  section.contact dl dd {
    width: 60%;
    min-height: 35px;
    float: left;
    margin: 0;
    padding: 0;
  }
  section#confirm dl dd {
    padding: 5px 0;
  }
  section.contact dl dd span {
    float: left;
    height: 15px;
    line-height: 15px;
    padding: 10px 0;
  }
  section.contact dl dd input {
    width: 98%;
    height: 29px;
    font-size: 15px;
    line-heght: 18px;
    border: 1px solid #ccc;
  }
  section.contact dl dd textarea {
    width: 98%;
    height: 100px;
    font-size: 15px;
    line-heght: 18px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  section.contact dl dd input#age {
    width: 30%;
  }
  section.contact dl dd input#date01, section.contact dl dd input#date02, section.contact dl dd input#date03 {
    width: 60%;
    margin: 0 10px 15px;
  }
  section.contact dl dd input[type=radio] {
    width: 15px;
    height: 15px;
  }
  section.contact dl dd input[type=checkbox] {
    width: 10%;
    height: 15px;
  }
  section.contact dl dd input[placeholder] {
    font-size: 15px;
    line-height: 15px;
  }
  section.contact dl dd input.btn-input {
    width: 100px;
    color: #FFF;
    font-size: 15px;
    background-color: #506296;
    padding: 1px 2px;
    margin: 0 5px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 15px;
    border: none;
  }
  section.contact dl dt.blank {
    background: none;
  }
  section.contact dl dd.contact_btn {
    text-align: center;
  }
  section#confirm dl dd.contact_btn {
    width: 100%;
  }
  .privacy-frame {
    overflow: scroll;
    overflow-x: hidden;
    padding: 10px;
    height: 300px;
    border: 1px solid #ddd;
  }
  .privacy-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #5E3B2C;
  }
}
@media (max-width: 768px) {
  section.contact dl {
    width: 98%;
    margin: 0 auto;
  }
  section.contact dl dt {
    display: block;
    min-height: 15px;
    line-height: 15px;
    color: #52432C;
    background-color: #f8f9fa;
    padding: 10px 3em 10px 2%;
    font-size: 15px;
    margin: 0 0 15px;
    position: relative;
    max-width: 98%;
  }
  section.contact dl dt.required:after {
    content: "必須";
    color: #FFF;
    font-size: 12px;
    background-color: #EC5870;
    padding: 1px 2px;
    letter-spacing: 1px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
  }
  section.contact dl dt.renraku {
    padding-right: 10%;
    width: 100%;
    line-height: 21px;
  }
  section.contact dl dd {
    min-height: 35px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 18px;
    width: 98%;
  }
  section#confirm dl dd {
    padding: 5px 0;
  }
  section.contact dl dd span {
    height: 15px;
    line-height: 15px;
    padding: 10px 0;
  }
  section.contact dl dd input {
    width: 100%;
    height: 29px;
    font-size: 15px;
    line-heght: 18px;
    border: 1px solid #ccc;
  }
  section.contact dl dd textarea {
    width: 98%;
    height: 100px;
    font-size: 15px;
    line-heght: 18px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  section.contact dl dd input#age {
    width: 30%;
  }
  section.contact dl dd input#date01, section.contact dl dd input#date02, section.contact dl dd input#date03 {
    margin: 0 0 10px;
  }
  section.contact dl dd input[type=radio] {
    width: 10%;
    height: 15px;
  }
  section.contact dl dd input[type=checkbox] {
    width: 10%;
    height: 15px;
  }
  section.contact dl dd input[placeholder] {
    font-size: 15px;
    line-height: 15px;
  }
  section.contact dl dd input.btn-input {
    width: 100px;
    color: #FFF;
    font-size: 15px;
    background-color: #506296;
    padding: 1px 2px;
    margin: 0 5px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 15px;
    border: none;
  }
  section.contact dl dt.blank {
    background: none;
    display: none;
  }
  section.contact dl dd.contact_btn {
    text-align: center;
  }
  section#confirm dl dd.contact_btn {
    width: 100%;
  }
  section.contact dl dd label {
    display: block;
    margin-bottom: 0;
  }
  .privacy-frame {
    overflow: scroll;
    overflow-x: hidden;
    padding: 10px;
    height: 300px;
    border: 1px solid #ccc;
  }
  .privacy-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #5E3B2C;
  }
}
.tab {
  color: #666;
  padding: 1rem 1rem;
  background: #f8f9fa;
  border: 1px solid #ddd;
}
.tab.active {
  background: #fff;
  border-top: 2px solid #506296;
  border-bottom: none;
  color: #506296;
}

.clinic .carousel-control-next, .clinic .carousel-control-prev {
  opacity: 1;
}
.clinic ol.carousel-indicators {
  margin-bottom: 0;
  bottom: 4.5rem;
}
.clinic .carousel-indicators li {
  opacity: 1;
  filter: alpha(opacity=100);
}
.clinic .carousel-indicators li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.faq main h3 {
  background: url("../images/faq2.svg") left 0.75rem center no-repeat #e8e6f2;
  background-size: 1.5rem;
  padding-left: 3rem;
}
.faq main .collapsed.collapse_ttl {
  display: block;
  background: url("../images/plus.svg") right 1rem center no-repeat, url("../images/faq2.svg") left 0.75rem center no-repeat;
  background-size: 1rem, 1.5rem;
}
.faq main .collapse_ttl {
  display: block;
  background: url("../images/x.svg") right 1rem center no-repeat, url("../images/faq2.svg") left 0.75rem center no-repeat;
  background-size: 1rem, 1.5rem;
  padding-left: 3rem !important;
}

.price main table.table td:last-child {
  white-space: nowrap;
}

.price main .overview table.table td:last-child {
  white-space: pre-wrap;
}

main strong {
  color: #506296;
}

td.price_ind {
  text-indent: -15.5em;
  padding-left: 16em;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 1.5rem;
    padding: 0rem 0rem 0rem 1rem;
  }
  #blog_sidebar h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1rem;
  }
  table.table_text_small th, table.table_text_small td {
    font-size: 0.8rem !important;
    padding: 0.3rem !important;
  }
  .tab {
    font-size: 1rem;
  }
  td.price_ind {
    text-indent: 0em;
    padding-left: 0em;
  }
}/*# sourceMappingURL=subpages.css.map */