@charset "UTF-8";
/* 共通
----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 auto;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
}

main {
  background-color: #e4e3e1;
  margin-bottom: 50px;
}

h2,
h3 {
  margin: 0;
}

p {
  line-height: 1.6;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

dt,
dd {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 16px;
  line-height: 1.6;
  padding: 0.4em;
}

table {
  border-collapse: collapse;
  margin-bottom: 7px;
  width: 100%;
}

th,
td {
  padding: 5px 1em;
}

td {
  color: #4e4e4e;
}

table caption {
  font-size: 16px;
  font-weight: bold;
  color: #ff6a5a;
  text-align: left;
}

a[href="#payment-area"] {
  text-decoration: underline;
}

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

.dotted {
  border: none;
  border-top: 2.5px dotted #cc84bd;
  width: 90%;
}

.section-header {
  text-align: center;
  background-color: #afaa8d;
  padding: 8px;
  border: 2px solid white;
  color: white;
  font-size: 20px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.text_align_center {
  text-align: center;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-0 {
  margin: 0;
}

.header {
  background-color: #cc84bd;
  padding: 8px;
}
.header img {
  max-width: 50%;
}

#top .top-sec-first {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .top-sec-first .bottom-img {
  width: 60%;
}
#top .top-sec-second {
  margin: 8px;
  background-color: #d2afbd;
  border-radius: 8px;
  padding: 16px 8px 8px 8px;
  color: #604c3f;
}
#top .top-sec-second .liplift03 {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
#top .top-sec-second p .white-background {
  background-color: white;
  padding: 2px;
}
#top .top-sec-second p .bold {
  font-weight: bold;
}
#top .top-sec-second .liplift04 {
  margin-bottom: 1em;
}
#top .top-sec-third {
  margin: 8px;
}
#top .top-sec-4th {
  margin: 8px;
}
#top .top-sec-4th__header {
  background-color: #afaa8d;
}
#top .top-sec-4th .before-after {
  display: flex;
}
#top .top-sec-4th .before-after img {
  width: 50%;
}
#top .top-sec-4th .risk {
  display: flex;
  background-color: #604c3f;
  padding: 1px;
  margin-top: 8px;
  font-size: 12px;
}
#top .top-sec-4th .risk p {
  margin: 0px;
  padding: 4px;
}
#top .top-sec-4th .risk p:first-child {
  width: 40%;
  color: white;
  text-align: center;
}
#top .top-sec-4th .risk p:last-child {
  color: #604c3f;
  background-color: white;
}
#top .top-sec-4th .doctor-comment {
  background-color: white;
  padding: 8px;
  border: 1px solid #604c3f;
  border-radius: 8px;
  margin-top: 8px;
  color: #604c3f;
}
#top .top-sec-4th .doctor-comment__top {
  display: flex;
}
#top .top-sec-4th .doctor-comment__top div:first-child {
  flex-basis: 20%;
  margin: 8px 0px 8px 8px;
}
#top .top-sec-4th .doctor-comment__top div:last-child {
  flex-basis: 80%;
}
#top .top-sec-4th .doctor-comment__top div:last-child p {
  margin: 0px;
}
#top .top-sec-4th .doctor-comment__top div:last-child p:last-child {
  margin-left: 16px;
}
#top .top-sec-4th .doctor-comment__top div:last-child .doctor__title {
  font-size: 25px;
}
@media screen and (max-width: 395px) {
  #top .top-sec-4th .doctor-comment__top div:last-child .doctor__title {
    font-size: 22px;
  }
}
#top .top-sec-4th .doctor-comment__top div:last-child .doctor__title span {
  background-color: #604c3f;
  color: white;
  padding: 2px 4px;
  margin-left: 16px;
}
#top .top-sec-4th .doctor-comment__bottom {
  margin-top: 8px;
}
#top .top-sec-4th .doctor-comment__bottom span.red__underline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-style: solid;
}
#top .top-sec-5th {
  margin: 8px;
}

#kodawari-point {
  padding: 50px 8px 24px;
  position: relative;
  background: #e5f1ff;
}
#kodawari-point img.label {
  width: 75%;
  position: absolute;
  top: 16px;
}

#suggest {
  margin: 8px;
}
#suggest .suggest__header {
  background-color: #cc84bd;
  margin-top: 16px;
}
#suggest .tab {
  position: relative;
}
#suggest .tab .tab-label {
  display: flex;
}
#suggest .tab .tab-label p {
  flex-grow: 1;
  padding: 8px;
  margin: 0px;
  border: 2px solid #cc84bd;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  bottom: -2px;
  background: white;
  width: 50%;
  text-align: center;
}
#suggest .tab .tab-label p:first-child {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 10;
}
#suggest .tab .tab-label p:last-child {
  margin-right: 8px;
  border: 2px solid #afaa8d;
  border-bottom: 2px solid #cc84bd;
  z-index: 0;
}
#suggest .tab .tab-content {
  background-color: white;
  padding: 8px;
  border: 2px solid #cc84bd;
  z-index: 5;
  position: relative;
}
#suggest .tab .tab-content.tab-content2 {
  border: 2px solid #afaa8d;
}
#suggest .tab .tab-content #with_mlip02, #suggest .tab .tab-content #with_smilelift02 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
#suggest .tab .tab-content #with_smilelift02 {
  width: 50%;
}
#suggest .tab .tab-content #with_mlip02 {
  width: 60%;
}
#suggest .tab .tab-content > .main-content {
  display: flex;
}
#suggest .tab .tab-content > .main-content div:first-child {
  width: 55%;
  margin-right: 16px;
  color: #604c3f;
}
#suggest .tab .tab-content > .main-content div:first-child p {
  margin: 0px;
}
#suggest .tab .tab-content > .main-content div:last-child {
  width: 45%;
}
#suggest .tab.open-left .tab-label p:first-child {
  border-bottom: none;
}
#suggest .tab.open-left .tab-label p:first-child::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: white;
}
#suggest .tab.open-left .tab-content2 {
  display: none;
}
#suggest .tab:not(.open-left) .tab-label p:last-child {
  border: 2px solid #afaa8d;
  border-bottom: none;
  z-index: 10;
}
#suggest .tab:not(.open-left) .tab-label p:last-child::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: white;
}
#suggest .tab:not(.open-left) .tab-label p:first-child {
  border-bottom: 2px solid #afaa8d;
  z-index: 0;
}
#suggest .tab:not(.open-left) .tab-content1 {
  display: none;
}

#pricing {
  margin: 8px;
  border-radius: 8px 8px 8px 8px;
  background-color: white;
}
#pricing .pricing__label {
  text-align: center;
  background-color: #afaa8d;
  color: white;
  padding: 8px;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#pricing .pricing__item {
  margin: 0px 8px;
  padding: 8px 8px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #604c3f;
}
#pricing .pricing__item:last-child .price p:first-child {
  height: 56px;
  line-height: 28px;
}
#pricing .pricing__item:not(:last-child) {
  border-bottom: 1px solid #afaa8d;
}
#pricing .pricing__item p {
  margin: 0px;
}
#pricing .pricing__item .price {
  color: #cc84bd;
  font-weight: bold;
  font-size: 24px;
  text-align: right;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  min-width: 145px;
}
#pricing .pricing__item .price p:first-child {
  height: 28px;
}
#pricing .pricing__item .tax {
  font-size: 12px;
}

#qa {
  margin: 8px;
  color: #604c3f;
}
#qa .qa__header {
  background-color: #cc84bd;
  margin-bottom: 16px;
}
#qa .qa__item {
  background-color: white;
  border: 1px solid #afaa8d;
  padding: 8px;
  margin-bottom: 8px;
  position: relative;
}
#qa .qa__item:nth-child(6) .qa__item__question p, #qa .qa__item:nth-child(4) .qa__item__question p {
  line-height: 3.2;
}
#qa .qa__item .qa__item__answer {
  display: none;
}
#qa .qa__item .dotted {
  border: none;
  border-top: 2.5px dotted #604c3f;
  width: 90%;
}
#qa .qa__item__question {
  text-align: center;
  position: relative;
}
#qa .qa__item__question p {
  margin: 0px 30px 0px 8px;
}
#qa .qa__item__question:before, #qa .qa__item__question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  background: #604c3f;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
#qa .qa__item:not(.open) .qa__item__question:before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
#qa .qa__item__answer:last-child div {
  display: flex;
}
#qa .qa__item__answer:last-child div p {
  flex-grow: 7;
}
#qa .qa__item__answer:last-child div img {
  flex-grow: 3;
  width: 100%;
  height: 100%;
}
#qa .qa__item__algin-center {
  text-align: center;
}

#about {
  padding: 8px;
  color: #604c3f;
  background-color: #e5f1ff;
  font-size: 14px;
}
#about hr {
  border: none;
  border-top: 1px solid #604c3f;
  width: 100%;
  margin: 0px 0px 8px;
}
#about .map iframe {
  width: 100%;
}
#about .about__header {
  background-color: #3070ae;
}
#about .office-detail {
  padding: 8px;
}
#about .office-detail .office-title {
  font-size: 20px;
}
#about .office-detail .table > div {
  display: flex;
}
#about .office-detail .table > div p:first-child {
  width: 30%;
}

#doctor {
  padding: 8px;
  color: #604c3f;
  background-color: #3070ae;
  background-image: repeating-linear-gradient(-45deg, #fff 0px, #fff 4px, transparent 0, transparent 5px);
}
#doctor dl {
  margin: 0;
}
#doctor .doctor__title {
  background-color: #3070ae;
}
#doctor .inner {
  padding: 16px;
  background: #ffffffde;
  border-radius: 4px;
}
#doctor .drYamamoto {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
}
#doctor .drYamamoto img {
  width: 40%;
}
#doctor .drYamamoto > div {
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: 16px;
}
#doctor .drYamamoto > div > span:first-child {
  background-color: #604c3f;
  color: white;
  padding: 0px 5px;
  display: inline-block;
}
#doctor .drYamamoto > div > p:last-child {
  font-size: 24px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#doctor .careerBlock hr {
  border: none;
  border-top: 1px solid #604c3f;
  width: 100%;
  margin: 0px 0px 8px;
}
#doctor .careerBlock__first {
  margin-bottom: 24px;
}
#doctor .careerBlock__second {
  margin-bottom: 24px;
}
#doctor .careerBlock .doctor-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#doctor .careerBlock .clearfix {
  display: flex;
}
#doctor .careerBlock .clearfix > dt {
  width: 30%;
}
#doctor .careerBlock .clearfix > dd {
  width: 70%;
}

#contact, #reserve {
  padding: 8px;
  color: #604c3f;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-color: #e4e3e1;
}
#contact .reserve-title, #reserve .reserve-title {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#contact .required > span, #reserve .required > span {
  background-color: #cc84bd;
  color: white;
  padding: 2px;
}
#contact .required > span.note, #reserve .required > span.note {
  color: #604c3f;
  background-color: transparent;
}
#contact table, #reserve table {
  font-size: 14px;
}
#contact table .notice, #contact table .sub_text, #reserve table .notice, #reserve table .sub_text {
  color: #cc84bd;
  font-size: 14px;
  margin-left: 14px;
}
#contact table td:first-child, #reserve table td:first-child {
  width: 38%;
}
#contact table td:last-child, #reserve table td:last-child {
  background-color: white;
}
#contact table th, #contact table td, #reserve table th, #reserve table td {
  border: 1px solid #604c3f;
  padding: 8px;
}
#contact table th, #reserve table th {
  font-weight: normal;
  width: 30%;
}

#gnav {
  position: relative;
}
#gnav #menu-list {
  position: absolute;
  bottom: 60px;
  margin-left: 10px;
  z-index: 20000;
  overflow: auto;
  display: none;
}
#gnav #menu-list li {
  background-color: white;
  color: #604c3f;
  border-bottom: 1px solid #604c3f;
  border-right: 1px solid #604c3f;
  border-left: 1px solid #604c3f;
  padding: 8px;
  width: 200px;
  text-align: center;
  height: initial;
  line-height: initial;
}
#gnav #menu-list li:first-child {
  border-top: 1px solid #604c3f;
}

.nav-bar {
  position: fixed;
  display: flex;
  width: 100%;
  bottom: 0px;
  background-color: white;
  color: white;
  max-width: 480px;
  z-index: 100;
}
.nav-bar > * {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav-bar > * img {
  height: 50%;
}
.nav-bar nav > a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.nav-bar nav > a > div img {
  margin-right: 4px;
}
.nav-bar #gnav {
  width: 15%;
  background-color: #afaa8d;
}
.nav-bar #tel {
  width: 21%;
  background-color: #afaa8d;
}
.nav-bar #email {
  width: 32%;
  background-color: #db0012;
}
.nav-bar #line {
  width: 32%;
  background-color: #00bb00;
}

.gnav {
  z-index: 100;
  background-color: #000000;
}

.gnav.header {
  border: none;
}

.gnav-sp-menu {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.gnav-sp-menu span {
  position: absolute;
  width: 80%;
  height: 3px;
  left: 10%;
  transition: all 300ms 0s ease;
  background-color: #fff;
  border-radius: 5px;
}

.gnav-sp-menu span:nth-child(1) {
  top: 8px;
}

.gnav-sp-menu span:nth-child(2) {
  top: 17px;
}

.gnav-sp-menu span:nth-child(3) {
  top: 26px;
}

.gnav-sp-menu span:nth-child(4) {
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  top: 15px;
}

.gnav-sp-menu.on span {
  transition: all 300ms 0s ease;
}

.gnav-sp-menu.on span:nth-child(1) {
  transform: rotate(145deg) translateX(4px) translateY(-7px);
}

.gnav-sp-menu.on span:nth-child(2) {
  transform: translateX(-100px);
}

.gnav-sp-menu.on span:nth-child(3) {
  transform: rotate(-145deg) translateY(8px) translateX(6px);
}

/* お問い合わせ -----------------------------------------------------*/
.contact table th .note {
  color: #5f5f5f;
}

.txt {
  line-height: 2.5;
}

.contact table td {
  color: #444;
}

.monitor_caution_form {
  color: #f00;
  line-height: 1.2em;
  margin-top: 5%;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
}

#error .contact .viewInput,
#error-monitor .contact .viewInput {
  display: inline;
}

#confirm .contact .viewInput,
#confirm-monitor .contact .viewInput {
  display: none;
}

.contact {
  margin: 0 auto;
}

.contact .required {
  display: table-cell;
}

.contact .form {
  width: 100%;
  margin: 40px auto 0;
}

.contact .attention {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 14px;
}

.contact .btn {
  width: 700px;
  margin: 0 auto;
}

.contact table {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact table th .note {
  display: block;
  background: none;
  margin-top: 3px;
}

.contact table td {
  border-top: none;
  border-bottom: none;
  width: initial;
}

.contact table td .notice {
  line-height: 1.4;
  font-size: 14px;
}

.contact table td .caution {
  color: #f00;
}

.contact table td .caution a {
  text-decoration: underline;
  line-height: 2;
}

.contact .name_s,
.contact .kana_s,
.contact .mail-address,
.contact .mail-address-confirm,
.contact .consultation-content,
.contact .introduction-name,
.contact .traffic-other {
  width: 98%;
}

.contact button.btn,
#thanks .btn,
#thanks-monitor .btn {
  display: block;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.contact button.btn.submit {
  background-color: #d5154c;
  background-position: right 10px center;
  width: 94%;
}

.contact button.btn.submit:hover,
.contact button.btn.back:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.confirm-btn {
  margin-bottom: 100px;
}
.confirm-btn br {
  display: none;
}

.contact button.btn.back {
  background-color: #888;
  background-position: left 12px center;
}

.contact button.btn.send {
  float: right;
  background-color: #d5154c;
  width: 300px;
}

.contact.contact-conf {
  margin-top: 80px;
  padding-bottom: 40px;
}

#appointment-date + script + br {
  display: none;
}

/* お問い合わせ-エラー画面、確認画面----------------------*/
.red.b {
  color: #ff0000;
  font-weight: bold;
  background: #fbfb8d;
  padding: 8px;
}

#error .site-footer {
  bottom: 0;
}
#error main {
  margin-bottom: 0;
}

.contact-confirm {
  width: 100%;
}

#confirm footer,
#confirm-monitor footer,
#error footer,
#error-monitor footer {
  position: absolute;
}

#confirm .contact button.btn.back,
#confirm-monitor .contact button.btn.back {
  width: 30%;
  margin-right: 10px;
}

#confirm .contact button.btn.submit,
#confirm-monitor .contact button.btn.submit {
  width: 70%;
}

#confirm .confirm-btn {
  display: flex;
}
#confirm .site-footer {
  bottom: 0;
}
#confirm main {
  margin-bottom: 0;
}

/* //お問合せ（確認画面）----------------------*/
/* お問い合わせ（完了画面） */
main #thanks,
main #thanks-monitor {
  padding: 0 120px;
}

#thanks h3,
#thanks-monitor h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 32px;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 130px;
}

#thanks .btn,
#thanks-monitor .btn {
  background-color: #444444;
  background-position: left 30px center;
  margin: 50px auto 100px;
  max-width: 500px;
}

main #thanks,
#thanks-monitor #thanks {
  padding: 16px;
}

#thanks h3 #thanks-monitor h3 {
  font-size: 24px;
  margin: 0 0 50px;
}

#thanks .btn #thanks-monitor .btn {
  background-position: left 30px center;
  margin: 15px;
  padding-left: 50px;
}

#thanks footer #thanks-monitor footer {
  position: absolute;
}

#thanks .site-footer {
  bottom: 0;
}
#thanks main {
  margin-bottom: 0;
}

/* //お問い合わせ(位置をずらす) -----------------------------------------------------*/
div .mw_wp_form {
  display: block;
}

/* フッター */
.site-footer {
  background-color: #cc84bd;
  width: 100%;
  max-width: 480px;
  position: absolute;
  bottom: 50px;
}

.copyright {
  background: #333;
  background-color: #cc84bd;
  margin: 0;
  padding: 15px 0;
  color: #fff;
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
