@charset "utf-8";
/*
Theme Name: 牧野美容外科
*/

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1111111111;
  color: #794100;
}

a {
  text-decoration: none;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner_wrap1 {
	margin: 0 auto;
	width: 1200px;
}
.inner_wrap2 {
	margin: 0 auto;
	width: 1080px;
}
.inner_wrap3 {
	margin: 0 auto;
	width: 960px;
}


/* l-body */
.l-body.noScroll {
  overflow: hidden;
}

/* l-header */
.l-header {
  height: 10rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 6rem;
  }
}
.l-header.is_afterMV {
  background-color: #FFF1EA;
}
.l-header.is_afterMV .l-header__cta .c-btn {
  color: #fff;
  border-color: #B28575;
}
@media (hover: hover) and (pointer: fine) {
  .l-header.is_afterMV .l-header__cta .c-btn:hover {
    color: #fff;
    background-color: #B28575;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header.is_afterMV .l-header__cta .c-btn:hover {
    color: #fff;
    background-color: #B28575;
  }
}
.l-header.is_afterMV .l-header__btn .c-btnMenu span {
  background-color: #B28575;
}
.l-header.is_afterMV .l-header__btn .c-btnMenu span::before, .l-header.is_afterMV .l-header__btn .c-btnMenu span::after {
  background-color: #B28575;
}
.l-header__inner {
  height: 100%;
  padding: 0 8.3rem 0 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 1.6rem;
  }
}
.l-header__logo {
  width: 25.7rem;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 20rem;
  }
}
.l-header__gnav {
  display: none;
}
.l-header__gnav.menu_isOpen {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 8rem 1.6rem 7rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__cta {
  width: 26rem;
  max-width: 100%;
}
.l-header__btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    top: 0.6rem;
    right: 1rem;
  }
}

/* l-footer */
.l-footer {
  padding: 10rem 0 6rem;
  background-color: #DAD0C6;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.l-footer__logo {
  width: 28.2rem;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-right: 2vw;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__info {
  margin-bottom: 4rem;
  margin-right: 2vw;
}
@media screen and (max-width: 768px) {
	.l-footer__logo { margin: 0 auto 5vw; width: 25rem; }
	.l-footer__info { margin: 0 auto 5vw; }
}
.l-footer__infoItem {
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__infoItem {
    font-size: 1.6rem;
  }
}
.l-footer__infoItem span {
  display: inline-block;
  width: 8rem;
  font-weight: 700;
  padding-right: 1rem;
}
.l-footer__snsItem:not(:first-child) {
  margin-top: 1rem;
}
.l-footer__snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AC8778;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__snsLink:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__snsLink:hover {
    opacity: 0.8;
  }
}
.l-footer__snsTxt {
  font-size: 1.8rem;
  color: #AC8778;
  font-weight: 700;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__snsTxt {
    font-size: 1.6rem;
  }
}
.l-footer__copy {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 4rem;
  }
}

/* l-inner */
.l-inner {
  width: 123.2rem;
  max-width: 100%;
  padding: 0 1.6rem;
  margin: auto;
}

/* l-section */
.l-section {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 6rem 0;
  }
}

/* c-site */
.c-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.c-site__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* c-gnav*/
.c-gnav__item--cta {
  width: 37.5rem;
  max-width: 100%;
  margin: 2rem auto 0;
}
.c-gnav__link {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  display: block;
  color: #794100;
  padding: 1.6rem 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-gnav__link {
    font-size: 1.7rem;
    padding: .5rem 1rem;
  }
}

/* c-btnMenu*/
.c-btnMenu {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.c-btnMenu span {
  display: inline-block;
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.c-btnMenu span::before, .c-btnMenu span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-btnMenu span::before {
  top: 0.8rem;
}
.c-btnMenu span::after {
  top: -0.8rem;
}

/* btnMenu_isOnがついた時のスタイル */
.c-btnMenu.btnMenu_isOn span {
  background-color: transparent !important;
}
.c-btnMenu.btnMenu_isOn span::before, .c-btnMenu.btnMenu_isOn span::after {
  top: 0;
}
.c-btnMenu.btnMenu_isOn span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #794100;
}
.c-btnMenu.btnMenu_isOn span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #794100;
}

/* c-ttl*/
.c-ttl {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  font-size: 6rem;
  color: #D9B7A3;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 3.4rem;
  }
}

/* c-btn */
.c-btn, body.page #content a.link_btn01, body.archive #content a.link_btn01, .c-btn, body.single #content a.link_btn01 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #CFAA97;
  padding: 1rem;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    color: #B28575;
    background-color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-btn:hover {
    color: #B28575;
    background-color: #fff;
  }
}
.c-btn--color, body.page #content a.link_btn01, body.archive #content a.link_btn01, body.single #content a.link_btn01 {
  font-size: 2rem;
  background-color: #B28575;
  border-color: #B28575;
}
.c-btn--mincho {
  font-family: "BIZ UDPMincho", serif;
}

/* c-card01 */
.c-card01 {
  height: 100%;
  color: #fff;
  padding: 3rem 3.6rem;
  background-color: #E2BF9F;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-card01 {
    padding: 2rem;
  }
}
.c-card01--01 { background-image: url(images/recommend_img01.png); }
.c-card01--02 { background-image: url(images/recommend_img02.png); }
.c-card01--kogao { background-image: url(images/ope_kogao.png); }
.c-card01--tarumi { background-image: url(images/ope_tarumi.png); }
.c-card01--eyes { background-image: url(images/ope_eyes.png); }
.c-card01--nose { background-image: url(images/ope_nose.png); }
@media screen and (max-width: 768px) { .c-card01--eyes { background-image: url(images/ope_eyes_sp.png); } }


.c-card01__ttl {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 500;
  font-size: 4.9rem;
  line-height: 1.3265306122;
}
@media screen and (max-width: 768px) {
  .c-card01__ttl {
    font-size: 3.4rem;
  }
}
.c-card01__list {
  margin-top: 4rem;
}
.c-card01__item {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
	.c-card01__item a { color: #fff; }
@media screen and (max-width: 768px) {
  .c-card01__item {
    font-size: 1.6rem;
  }
}

/* c-ctaSP */
.c-ctaSP {
  display: none;
  height: 6rem;
  width: 100%;
  background-color: #FFF1EA;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-ctaSP {
    display: block;
  }
}
.c-ctaSP.is_afterMV {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-ctaSP__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-ctaSP__item {
  height: 100%;
}
.c-ctaSP__item:nth-child(1) {
  width: 40%;
}
.c-ctaSP__item:nth-child(2), .c-ctaSP__item:nth-child(3), .c-ctaSP__item:nth-child(4) {
  width: 20%;
}
.c-ctaSP__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #AC8778;
  border: 1px solid #AC8778;
}
.c-ctaSP__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-ctaSP__linkTxt {
  margin-left: 0.6rem;
}

/* p-mv */
.p-mv {
  height: 76.8rem;
  color: #fff;
  background: #CFAA97 url(images/mv_img.png) right 10.3953147877% bottom -5.6rem/69.3rem auto no-repeat;
}
.page .p-mv, .archive .p-mv, .single .p-mv, .error404 .p-mv, .tax-ope_category .p-mv {
  height: 30rem;
  background: #CFAA97;
}
.page .p-mv .l-inner, .archive .p-mv .l-inner, .single .p-mv .l-inner, .error404 .p-mv .l-inner, .tax-ope_category .p-mv .l-inner {
	margin: 12rem auto 0;
}

@media screen and (max-width: 1080px) {
  .p-mv {
    background-position: right bottom -5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
	margin: 7rem 0 0;
    height: 56rem;
    background-size: auto 64rem;
    background-position: top -4rem right -14rem;
  }
  .page .p-mv, .archive .p-mv, .single .p-mv, .error404 .p-mv, .tax-ope_category .p-mv {
    height: 20rem;
  }
  .page .p-mv .l-inner, .archive .p-mv .l-inner, .single .p-mv .l-inner, .error404 .p-mv .l-inner, .tax-ope_category .p-mv .l-inner {
	margin: 8rem auto 0;
	width: 100%;;
   }
}
.p-mv__inner {
  height: 100%;
  width: 123.2rem;
  max-width: 100%;
  padding: 0 1.6rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mv__desc {
  width: 54rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-mv__copy {
  font-family: "BIZ UDPMincho", serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    font-size: 3rem;
  }
}
.p-mv__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-mv__en {
    font-size: 2rem;
  }
}
.p-mv__txt01 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 4rem;
}
.p-mv__txt01 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__txt01 {
    font-size: 1.8rem;
  }
}
.p-mv__txt02 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-mv__txt02 {
    font-size: 1.6rem;
  }
}

/* p-recommend */
.p-recommend {
  padding: 7.2rem 0 10rem;
  background-color: #FFF1EA;
}
.page .p-recommend { padding: 3rem 0 3rem; }
@media screen and (max-width: 768px) {
  .p-recommend {
    padding: 6rem 0;
  }
}
.p-recommend__lead {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recommend__lead {
    font-size: 1.6rem;
  }
}
.p-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recommend__list {
    display: block;
    width: 37.5rem;
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.p-recommend__item {
  width: 48.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-recommend__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__item:not(:first-child) {
    margin-top: 4rem;
  }
}

/* p-doctor */
.p-doctor {
  padding: 8.8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-doctor {
    padding: 6rem 0;
  }
}
.p-doctor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__inner {
    display: block;
    margin-top: 2rem;
  }
}
.p-doctor__figure {
  width: 34rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-doctor__figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-doctor__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__desc {
    margin-right: 0;
    margin-top: 3rem;
  }
}
.p-doctor__role {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__role {
    font-size: 1.6rem;
  }
}
.p-doctor__name {
  font-family: "BIZ UDPMincho", serif;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-doctor__name {
    font-size: 3.4rem;
  }
}
.p-doctor__name span {
  font-size: 2.9rem;
  margin-left: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__name span {
    font-size: 2rem;
    margin-left: 2rem;
  }
}
.p-doctor__txt {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__txt {
    font-size: 1.6rem;
  }
}
.p-doctor__btnList {
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 1100px) {
  .p-doctor__btnList {
    display: block;
    max-width: 100%;
  }
}
.p-doctor__btnItem {
  width: 35rem;
  max-width: 49%;
}
@media screen and (max-width: 768px) {
  .p-doctor__btnItem {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-doctor__btnItem {
    max-width: 100%;
    margin-top: 2rem;
  }
}

/* p-concept */
.p-concept {
  padding: 7.4rem 0 20rem;
  background-color: #FFF1EA;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-concept {
    padding: 6rem 0;
  }
}
.p-concept__outer {
  width: 136.6rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-concept__desc {
  max-width: 62%;
}
@media screen and (max-width: 768px) {
  .p-concept__desc {
    max-width: 100%;
  }
}
.p-concept__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-concept__list {
    margin-top: 2rem;
  }
}
.p-concept__item {
  width: 22.8rem;
  margin-right: 2rem;
}
.p-concept__txt {
  width: 64rem;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-concept__txt {
    margin-top: 2rem;
  }
}
.p-concept__img {
  width: 60rem;
  max-width: 56%;
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-concept__img {
    max-width: calc(100% - 2rem);
    position: relative;
    top: 0;
    margin-top: 4rem;
  }
}
.p-concept__img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #EDC6B9;
  position: absolute;
  top: 4.3rem;
  right: -11rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-concept__img::before {
    top: 2rem;
    right: -2rem;
  }
}

/* p-news */
.p-news {
  padding: 8rem 0 10rem;
  color: #B29082;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 6rem 0;
  }
}
.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    display: block;
  }
}
.p-news__header {
  width: 26rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news__header {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-news__body {
    margin-top: 2rem;
  }
}
.p-news__moreArea {
  width: 12rem;
}
.p-news__moreBtn {
  display: block;
  color: #B29082;
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 2rem;
  background: url(images/i_arow.png) right center/2.5rem auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-news__moreBtn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__moreBtn:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-news__moreBtn:hover {
    opacity: 0.8;
  }
}
.p-news__item:not(:first-child) {
  margin-top: 3.4rem;
}
.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #B29082;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__link:hover .p-news__txt {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-news__link:hover .p-news__txt {
    text-decoration: underline;
  }
}
.p-news__linkHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news__linkHeader {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
  }
}
.p-news__date {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    margin-right: 2rem;
  }
}
.p-news__tag {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7857142857;
  background-color: #E2BF9F;
  padding: 0 2rem;
}
.p-news__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-news__txt {
    display: inline-block;
    margin-top: 1rem;
  }
}

/* js-scrollAnime */
.js-scrollAnime {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-scrollAnime._fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-scrollAnime._delay {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scrollAnime.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* u-align */
.u-align--center {
  text-align: center !important;
}
.u-align--right {
  text-align: right !important;
}

/* u-txt */
/* u-display */
.u-display--pcNone {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display--pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-display--spNone {
    display: none !important;
  }
}
.u-display--inlineBlock {
  display: inline-block;
}

@media screen and (max-width: 768px) {
	.youtube__aspect-ratio {
    	width: 100%;
    	aspect-ratio: 16 / 9;
	}
	.youtube__aspect-ratio iframe {
   	 width: 100%;
    	height: 100%;
	}
}


/*下層
-------------------------------------------*/
body.page h1, body.archive h1, body.single h1, body.tax-ope_category h1  { text-align: center; }
body.page-child h1 { text-align: left; }

body.page h2, body.archive h2, body.single-post h2, body.tax-ope_category h2 {
	margin: 1rem 1rem;
	margin-bottom: 3%;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
body.page h3, body.archive h3, body.single-post h3 {
	margin-bottom: 3%;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	body.page h2, body.archive h2, body.single-post h2, body.tax-ope_category h2 {
		margin: 1rem 1rem;
		font-size: 20px;
	}
}
body.page #content p, body.single #content p, body.archive #content p { margin-bottom: 30px;}
body.page #content a, body.single #content a, body.archive #content a { color: #444; text-decoration: none; }
body.single #content p img { display: block; margin: 0 auto 30px;}
strong.marker { background: linear-gradient(transparent 80%, #bae0f4 80%); }
ul.normal_list { margin: 0 auto 20px; width: 100%; padding: 40px 100px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #fdfdfd; }
ul.normal_list h4 { margin: 0; }
ul.normal_list li { position: relative; margin-bottom: 5px; font-size: 17px; }
ul.normal_list li::after { display: block; content: ''; position: absolute; top: .65em; left: -1em; width: 8px; height: 1px; background-color: #666; }

.img_right { float: right; margin: 0 0 30px 10px; }

body.page table {
	margin: 60px auto;
	width: 100%;
	border-top: 1px solid #ddd;
}
	body.page tr {
		border-bottom: 1px solid #ddd;
	}
	body.page table th, body.page table td {
		padding: 15px 30px;
		border-bottom: 1px solid #ccc;
	}
	body.page  th {
		width: 20%;
		font-weight: normal;
		text-align: right;
	}
body.page table#price_table { margin: 10px auto 30px; }
body.page table#price_table th, body.page table#price_table td { font-size: 14px; }
body.page table#price_table th { padding: 10px 25px 10px 15px; width: 37%; text-align: left; }
body.page table#price_table td { padding: 10px 15px 10px 25px;text-align: right; }
body.page table#price_table span { color: #f00; }
body.page table.price_table { margin: 10px auto 30px; }
body.page table.price_table th, body.page table#price_table td { font-size: 14px; }
body.page table.price_table th { padding: 10px 25px 10px 15px; width: 37%; text-align: left; }
body.page table.price_table span { color: #f00; }
body.page table.price_table td { padding: 10px 15px 10px 25px;text-align: right; }
ul.price_movie {
		margin: 0 0 20px;
		text-align: center;
	}
	ul.price_movie li {
		display: inline-block;
		margin: 5px 20px 10px;
		width: 45%;
		vertical-align: top;
	}
	ul.price_movie li iframe {
		display: block;
		margin: 0 auto 10px;
	}

/*　施術ページ
--------------------------------------*/
#ope_group {
	margin: 40px auto;
	width: 960px;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
	flex-wrap: wrap;
}
	.ope_flex {
		position: relative;
		margin: 0 60px 40px 0;
		width: 450px !important;
	}
	.ope_flex:nth-of-type(2n) { margin-right: 0; }

	.ope_face     { border: 1px solid #f0f0f0; height: 300px; background: url(images/ope/ope_top01.jpg) 0 0 no-repeat; }
	.ope_tarumi   { border: 1px solid #f0f0f0; height: 300px; background: url(images/ope/ope_top02.jpg) 0 0 no-repeat; }
	.ope_others   { border: 1px solid #f0f0f0; height: 300px; background: url(images/ope/ope_top03.jpg) 0 0 no-repeat; }
	.ope_nose   { border: 1px solid #f0f0f0; height: 300px; background: url(images/ope/ope_top04.jpg) 0 0 no-repeat; }

	.ope_flex h2 {
		position: absolute;
		top: 235px;
		margin: 0;
		padding: 5px 0 10px;
		width: 100%;
		background: #fff;
		font-size: 24px;
		text-align: center;
		opacity: 0.7;
	}
	.ope_flex h2:before { padding: 0; content: none; }
	.ope_flex h2:after { padding: 0; content: none; }

	.ope_flex ul {
		margin-top: 20px;
		text-align: center;
	}
	.ope_flex li {
		display: inline-block;
		margin-right: 10px;
		width: 210px;
		text-align: center;
		vertical-align: top;
	}
	.ope_flex li:nth-child(2n) { margin-right: 0; }
	.ope_flex li a {
		display: block;
		margin-bottom: 10px;
		padding: 6px 2px;
		width: 100%;
		border: 1px solid #a68140;
		background: #fff;
		font-size: 1.5rem;
		color: #a68140;
		line-height: 1.4em;
	}
	.ope_flex li a.comingsoon {
		border: #eee;
		background: #f0f0f0;
		color: #888;
	}

blockquote {
	margin: 0 auto;
	width: 80%;
	padding: 5% 5% 2%;
	border: 1px solid #eee;
	font-size: 14px;
}
.price_box {
	padding: 5% 10%;
	background: #fcf9f6;
	color: #a68140;
}

/*　ドクター紹介　*/	
.list_half {
	margin: 5% 0;
	text-align: center;
}
	.list_half li {
		display: inline-block;
		margin: 0 3% 3% 0;
		width: 48%;
		vertical-align: top;
	}
		.list_half li img {
			width: 100%;
		}
		.list_half li:nth-child(2n) {
			margin-right: 0;
		}
body.page-id-40 .list_half { /* 料金ページ */
	margin: 1% 0;
}
	body.page-id-40 .list_half li {
		margin: 0 1% 1% 0;
	}


.list_half_app {
	margin: 1% auto 5%;
	width: 80%;
	text-align: center;
}
	.list_half_app li {
		display: inline-block;
		margin: 0 3% 3% 0;
		width: 45%;
		vertical-align: top;
	}
		.list_half_app li img {
			min-width: 230px;
			max-width: 300px;
		}
		.list_half_app li:nth-child(2n) {
			margin-right: 0;
		}
.list_three {
	margin: 2% 0;
	text-align: center;
}
	.list_three li {
		display: inline-block;
		margin: 0 1% 3% 0;
		width: 32%;
		vertical-align: top;
	}
		.list_three li img {
			width: 100%;
		}
		.list_three li:nth-child(3n) {
			margin-right: 0;
		}
/*　採用情報　*/	
.careers_section_ttl {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.4;
}
.careers_main {
	display: flex;
	height: 750px;
	background: url("images/careers/main.jpg") no-repeat center top/cover;
}
.careers_main_inner {
	display: flex;
	justify-content: flex-end;
	align-self: center;
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
.careers_main_cnt {
	position: relative;
	width: 610px;
	padding: 50px;
	background: rgba(255, 255, 255, 0.75);
}
.careers_main_cnt:before {
	content: url("images/careers/main-img-star.png");
	position: absolute;
	right: -60px;
	bottom: 10px;
}
.careers_main_ttl {
	color: #A38041;
	font-size: 46px;
	line-height: 1.6;
}
.careers_main_en {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #A38041;
	text-align: center;
}
.careers_main_txt {
	padding-top: 1.5em;
	text-align: center;
	font-size: 22px;
	font-family: 'A1_Mincho','YuMincho',"HG明朝B","ＭＳ Ｐ明朝", serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.careers_cat {
	position: relative;
	padding: 50px 0 0 0;
	background: #fff;
}
.careers_cat ul {
	position: relative;
	top: -100px;
	display: flex;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.careers_cat ul li {
	margin: 0 20px;
	background: url("images/careers/cat-circle.png") no-repeat center/cover;
	font-size: 26px;
	text-align: center;
	font-family: 'A1_Mincho','YuMincho',"HG明朝B","ＭＳ Ｐ明朝", serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
}
.careers_cat ul li img {
	display: block;
	margin: 10px auto 0 auto;
}
.careers_cat ul li a {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 228px;
	height: 228px;
	text-decoration: none;
}
.careers_message {
	padding: 50px 0 110px 0;
	background: url("images/careers/message-img.jpg") no-repeat center/cover;
	line-height: 2;
}
.careers_message_sub {
	margin-bottom: 1.5em;
	font-size: 26px;
	line-height: 2;
	color: rgba(59, 39, 22, 0.749);
	font-family: 'A1_Mincho','YuMincho',"HG明朝B","ＭＳ Ｐ明朝", serif;
}
.careers_message_txt {
	margin-bottom: 20px;
	max-width: 520px;
	font-size: 14px;
	line-height: 2.6;
}
.careers_message_name {
	display: table;
	margin-top: 3em;
}
.careers_message_name dt, .careers_message_name dd {
	display: table-cell;
	vertical-align: middle;
}
.careers_message_name dt {
	font-size: 14px;
}
.careers_message_name dd {
	padding-left: 2em;
	font-size: 18px;
}
.careers_feature {
	position: relative;
	padding: 80px 0 120px 0;
	background: url("images/careers/feature-bg.png") no-repeat center/cover;
	background-attachment: fixed;
}
.careers_feature_wrap {
	padding-top: 40px;
}
.careers_feature_row {
	position: relative;
	min-height: 500px;
	margin-bottom: 65px;
}
.careers_feature_img {
	float: left;
	width: 677px;
	margin-right: -167px;
	margin-top: 80px;
}
.careers_feature_img_right {
	float: right;
	margin-right: 0;
	margin-left: -167px;
}
.careers_feature_unit {
	float: left;
	position: relative;
	z-index: 1;
	width: 610px;
	margin-left: 80px;
	margin-bottom: 120px;
	padding: 50px 20px 40px 20px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 32px 10px rgba(0, 0, 0, 0.13);
}
.careers_feature_unit_right {
	float: right;
	margin-right: 30px;
	margin-left: 0;
}
.careers_feature_sub {
	margin-bottom: 0 !important;
	padding-bottom: 5px;
	font-size: 30px !important;
	border: none;
}
.careers_feature_sub img {
	display: block;
	margin: 5px auto 15px auto;
}
.careers_feature_sub span {
	display: inline-block;
	width: .5em;
}
.careers_feature_body {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	line-height: 2.6;
	border-top: 1px solid #d4c7b1;
	font-size: 14px;
}
.careers_feature_body p {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
	text-align: center;
}
.careers_feature_list {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 450px;
	margin: 20px auto 0 auto;
}
.careers_feature_list li {
	text-align: center;
}
.careers_feature_list img {
	display: block;
	width: 36px;
	margin: 0 auto 10px auto;
}
.page-id-120 #sec03 { margin-top:60px; }

/*　症例写真　*/	
.case_list {
	margin: 2% auto;
	width: 960px;
	text-align: center;
}
	.case_list li {
		display: inline-block;
		margin: 0 3% 3% 0;
		width: 48%;
		vertical-align: top;
	}
		.case_list li img {
			width: 100%;
		}
		.case_list li:nth-child(2n) { margin-right: 0; }
		.case_list li:last-child { margin-right: 0; }
		.case_list li h3 {
			margin: 5px 0;
			padding-bottom: 0;
			border: none;
			width: 100%;
			font-size: 1.7rem;
			line-height: 1.5;
			font-weight: 500;
		}
		.case_list li h3 span {
			display: inline-block;
		}
		.case_list li p { margin-bottom: 10px !important; font-size: 12px; }
		a#btn {
			display: block;
			padding: 10px 0;
			min-width: 200px;
			border-radius: 5px;
			background: #eadcd5;
			color: #a68140;
			text-align: center;
		}
.new {
	padding: 0px 4px;
	background: #333;
	font-size: 12px;
	color: #fff;
}

/*　施術タグ一覧ページ用　*/
.post-type-archive-case h4 { margin: 3rem 0 1rem; text-align: center; }
ul.opetax_list { margin: 0 auto 20px; width: 960px; padding: 30px 50px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #fdfdfd; }
ul.opetax_list li { display: inline-block; margin: 0 20px 10px 0; font-size: 15px; }
li.opetax_list_parent { display: block !important; }

/*　よくある質問　*/
#QandA {
	display:block;
	margin:0 0 40px;
	width: 100%;
}
#QandA dt {
	display:block;
	margin-bottom: 10px;
	padding: 10px 60px 10px 20px;
	height:auto;
	border-bottom: 1px solid #f6c89b;
	background:url(images/icon/qa_icon01.png) 95% 50% no-repeat;
	font-size: 16px;
	color:#333;
	cursor:pointer;
}
#QandA dd {
	margin-bottom: 10px;
	padding: 10px 20px;
	height:auto;
	border:none;
	display:none;
	font-size: 14px;
}
#QandA dt strong, #QandA dd strong { margin-right:10px; color: #20a4c1; font-size:24px; font-weight:bold; }
#QandA dt.active{
	background:url(images/icon/qa_icon02.png) 95% 50% no-repeat;
}

/*　　　　　フォーム　　　　　*/
table#contact_table {
	margin: 0 auto 10px;
	width: 100%;
}
	table#contact_table tr {
		border-bottom: 1px solid #ddd;
	}
	table#contact_table th,
	table#contact_table td {
		padding: 8px 5px;
		vertical-align: middle;
	}
	table#contact_table th {
		width: 250px;
		font-weight: bold;
		color: #333;
		text-align: right;
	}
	table#contact_table td {
		text-align: left;
		line-height: 1.2em;
	}
	table#contact_table td:first-of-type { width: 50px; }
	table#contact_table td span { border: none; width: auto; }
	table#contact_table td span.must { display: block; margin: 0 !important; padding: 2px 6px; background: #c4a874; font-size: 11px; color:#fff; }

input { 
	height: 40px; 
	line-height: 40px; 
}
input[type="radio"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-radio-field label {
		display: block;
		height: 20px;
		text-align: left;
	}
		.mwform-radio-field label input {
			float: left;
		}
		.mwform-radio-field label .mwform-radio-field-text {
			float: left;
		}
.mwform-checkbox-field label {
	float: left;
	display:inline-block;
	margin-right: 20px;
}
input[type="checkbox"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-checkbox-field label {
		width: 100%;
		height: 25px;
		text-align: left;
	}
		.mwform-checkbox-field label input {
			float: left;
		}
		.mwform-checkbox-field label .mwform-checkbox-field-text {
			float: left;
		}
input[type="text"], input[type="email"], input[type="url"] {
	width: 450px;
	height: 40px;
	font-size: 14px;
}
.mwform-tel-field { width: 100%; border: none; text-align: left; }
.mwform-tel-field input {
	width: 80px;
	height: 40px;
	font-size: 18px;
}
textarea {
	margin-top: 10px;
	width: 450px;
	height: 150px;
	font-size: 14px;
}
table#contact_table td.table_center { text-align: center; line-height: 1.2em; }
table#contact_table td.table_center p { font-size: 14px !important; text-align: left; line-height: 1.4em !important; }
table#contact_table td.table_center span { font-size: 13px; }

input:focus { border:solid 1px #f7736e; }
select {
	border-radius: 3px;
	height: 25px;
}

.submit{
	margin: 0 auto;
	text-align:center;
}
.submit input {
	margin: 20px auto;
	padding: 10px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #821926;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .submit input{
	margin: 20px auto;
	padding: 10px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #821926;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .back input{
	width: 200px;
	height: 50px !important;
	border:none;
	background: #888;
	overflow:hidden;
	cursor:pointer;
	color: #fff;
}
.back{
	margin:0 auto 30px;
	text-align:center;
}
.thanks {
	margin: 0 auto 40px;
	padding: 20px 20px 10px;
	border: 1px solid #d4c298;
	font-size: 16px;
	text-align: center;
}





ul.pre_next {
	margin: 20px 0;
	text-align: center;
}
ul.pre_next li {
	display: inline-block;
}
ul.pre_next li a {
	font-size: 16px;
	text-decoration: underline;
}
ul.pre_next li.pre_next01 {
	width: 44%;
	text-align: left;
}
ul.pre_next li.pre_next02 {
	width: 10%;
}
ul.pre_next li.pre_next03 {
	width: 44%;
	text-align: right;
}

ol {
	margin: 0 auto 40px;
	width: 95%;
}
	ol:nth-of-type(2) {
		margin-top: 60px;
	}
ol li {
	display: inline;
	padding: 5px 5px 5px 0;
	font-size: 1.4rem;
	line-height: 1.4em;
}
ol li a {
	padding:5px 15px 5px 0;
	height:100%;
	background-image: url(images/topicpath.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	color: #444;
}

.wp-pagenavi {
	margin-bottom: 20px;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #a68140;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #a68140;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #a68140;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #a68140;
    }

/*FOOTER
---------------------------------------------------------------------------*/
footer {
	margin-top: 80px;
	padding-top: 40px;
	min-height: 300px;
	border-top: 1px solid #fbe9da;
}
.ftr_cta{
	text-align: center;
}
.ftr_cta address{
	background-color: #f6f3f3;
	height: 200px;
	letter-spacing:normal;
	padding-top: 70px;
}
.ftr_cta address span{
	color: #a96f77;
	font-size: 15px;
	font-style: normal;
	display: block;
	margin-top: 2px;
}
.ftr_cta .resBox{
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #4f0b14), color-stop(0.00, #ba2939));
	background: -webkit-linear-gradient(left, #ba2939 0%, #4f0b14 100%);
	background: -moz-linear-gradient(left, #ba2939 0%, #4f0b14 100%);
	background: -o-linear-gradient(left, #ba2939 0%, #4f0b14 100%);
	background: -ms-linear-gradient(left, #ba2939 0%, #4f0b14 100%);
	background: linear-gradient(to right, #ba2939 0%, #4f0b14 100%);
	height: 200px;
	padding-top: 65px;
}
.ftr_cta .resBox a{
	display: block;
	font-size: 32px;
	color: #fae8d8;
	letter-spacing:-1px;
	line-height: 40px;
	padding-right: 15px;
	background:url(images/icon/arrow_a1.png) no-repeat 92.5% 50%;
}
.ftr_cta .resBox a span{
	display: block;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',Meiryo,Arial,Helvetica,'MS PGothic', Sans-serif;
	letter-spacing:1px;
}
footer .inner_wrap {
	margin: 0 auto;
	width: 1000px;
}
footer .l-inner { margin-bottom: 3vw; display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
	footer ul {
		float: left;
		margin: 0 30px;
	}
	footer ul li {
		margin-bottom: 0px;
	}
	footer ul li a {
		font-size: 14px;
		color: #444;
	}
.copyright{
	color: #a9a098;
	font-size: 12px;
	text-align: center;
	padding:35px 0;
}
/*ect
---------------------------------------------------------------------------*/
.f_l{
	float: left;
}

.f_r{
	float: right;
}
.sp{
	display: none;
}
.sp480{
	display: none;
}
/*740px以下の設定
---------------------------------------------------------------------------*/
@media screen and ( max-width: 740px ) {
	body {
		font-size:15px;
		min-width:inherit;
	}
	.col2 > * { 
		width: 100%;
	}

.inner_wrap1 {
	width: 100%;
}
.inner_wrap2 {
	width: 100%
}
.inner_wrap3 {
	width: 100%
}
/*見出し設定
---------------------------------------------------------------------------*/
h2 {
	font-size: 24px;
	letter-spacing: 1px;
}
	h2 span {
		display: block;
		line-height: 20px;
	}
h3 {
	padding: 0 5% 2%;
	font-size: 1.4rem !important;
	letter-spacing:2px;
	border-bottom: 1px solid #a68140;
	color: #a68140;
	padding-bottom: 10px;
	line-height: 1.3;
}
	h3 span {
		display: block;
		line-height: 18px;
	}
h4 {
	font-size: 17px;
	letter-spacing: 2px;
}
	h4 span{
		display: block;
		line-height: 14px;
	}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
.inner_wrap1 {
	width: 100%;
}
.inner_wrap2 {
	width: 100%;
}
.link_btn02 {
	background: #fff url(images/icon/arrow_b.png) no-repeat 96% 50%;
	width: 100%;
	font-size: 18px;
	letter-spacing: 3px;
}
/*header
---------------------------------------------------------------------------*/
.hdr_cta {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	height: 86px;
}
.hdr_cta address {
	display: flex;
	width: 50%;
	padding: 2%;
}
.hdr_cta .resBox {
	width: 100%;
	padding: 0;
}
.hdr_cta .resBox a {
	line-height: 56px;
	padding-right: 15px;
	background-position: 98% 50%;
}
/*スマホ用メニューボタン
-------------------------------------------*/
.sp_menuBtn {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 40px;
	color: #3b2716;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 13px;
	z-index: 99;
	text-align: center;
	outline: none;
}
.sp_menuBtn span.bar {
	display: block;
	height: 2px;
	background-color: #3b2716;
	margin: 10px 0;
	transition: all 0.2s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sp_menuBtn .sp_menu_str {
	display: block;
}
.sp_menuBtn .sp_close_str {
	letter-spacing: 0.08em;
	display: none;
}
.sp_menuBtn.active span.bar {
	width: 49px;
}
.sp_menuBtn.active .bar1 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sp_menuBtn.active .bar2 {
	opacity: 0;
}
.sp_menuBtn.active .bar3 {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.sp_menuBtn.active .sp_menu_str {
	display: none;
}
.sp_menuBtn.active .sp_close_str {
	display: block;
}
header nav {
	position: relative;
	background-image: none;
	background-color: #FFF9F9;
	z-index: 999;
}
header nav .flex_cols {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header nav ul li {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #efe5db;
	background-color: #FFF9F9;
	line-height: 68px;
}
header nav ul li:first-of-type {
    border-top: 1px solid #efe5db;
}
header ul li a span {
	border: none;
	height: 32px;
}
header ul li:last-of-type a span {
	border: none;
}
		header ul li > ul {
		}
		header ul li > ul li {
			width: 90%;
		}

.togmenu {
	display:none;
}
/*Main
---------------------------------------------------------------------------*/
.thought,.intro_director{
	padding: 0 4%;
}
/*Main Visual
-------------------------------------------*/
.main_visual {
	height: 364px;
	margin-bottom: 30px;
}
.main_visual .inner_wrap2 {
	height: 364px;
}
.main_visual .inner_wrap2 img {
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding:4%;
}
body.page .main_visual, body.single .main_visual, body.archive .main_visual {
	padding: 40px 0;
	height: 120px;
	background: url(images/page_mv.jpg) center top no-repeat / cover;
}
	body.page .main_visual h1, body.single .main_visual h1, body.archive .main_visual h1 {
		margin: 0 auto;
		width: 95%;
		font-size: 24px;
		line-height: 1.3;
	}
	body.single-case .main_visual h1 { font-size: 18px; }
.txt_center { margin: 20px auto;  width: 95%; line-height: 1.4; text-align: center; }
	.txt_center span { font-size: 11px; }
.txt_right { margin: 0; text-align: right; }

/*開院への想い
-------------------------------------------*/
.thought {
	margin-bottom: 30px;
}
.thought .inner_wrap2 {
	background-size: 10%;
}
.thought .inner_wrap2 h2 + img {
	margin: 30px 0;
	padding: 0 2%;
}
.thought .inner_wrap2 p {
	margin-bottom: 20px;
	padding: 0 2%;
}

.slack iframe {
	margin: 0 auto;
	width: 90%;
	height: 350px;
}

/*小顔関連の施術メニュー
-------------------------------------------*/
.faceline .box .inner {
	width: 80%;
	padding: 40px 0;
}
/*たるみ関連の施術メニュー
-------------------------------------------*/
.slack {
	margin-bottom: 60px;
}
.slack.flex_cols {
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
.slack .box .inner {
	width: 80%;
	padding: 40px 0;
}
.slack .box p {
	margin: 0 auto;
	width: 85%;
}
/*院長紹介
-------------------------------------------*/
.intro_director {
	margin-bottom: 60px;
}
.intro_director .positionName {
	font-size: 16px;
	margin-bottom: 5px;
}
.intro_director h5 {
	font-size: 30px;
	letter-spacing: 5px;
}
.intro_director .flex_cols {
	width: 100%;
}
.intro_director .flex_cols .box:first-of-type {
	width: 100%;
	margin-bottom: 15px;
}
.intro_director p {
	margin-bottom: 20px;
}
.intro_director .flex_cols .box:last-of-type {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
/*医院からのお知らせ
-------------------------------------------*/
.information {
	padding: 4%;
}
.information .inner {
	width: 100%;
	margin: 30px auto 40px;
}

/*ブログ
-------------------------------------------*/
.blog_top {
	padding: 4%;
}
.blog_top .inner {
	width: 100%;
	margin: 5% auto 10%;
}

/*アクセス
-------------------------------------------*/
.access {
	padding: 40px 0 0;
}
.access .inner {
	width: 100%;
	padding: 0 4%;
	margin: 35px auto 30px;
}
	.page iframe {
		width: 100%;
		height: 400px;
	}

/*下層
-------------------------------------------*/
body.page #content p, body.single #content p { margin: 0 auto 10%; width: 90%; }
	body.page #content p a, body.single #content p a { text-decoration: underline; }
	body.single #content p img { margin: 0 auto; }
	
.img_right { margin: 0 10% 5%; width: 80%; }


body.page table {
	margin: 10% auto;
	width: 90%;
	border-top: 1px solid #ddd;
}
	body.page table tr {
		border-bottom: 1px solid #ddd;
	}
	body.page table th, body.page table td {
		float: left;
		padding: 2% 5%;
		width: 100%;
		border: none;
		font-size: 14px;
		text-align: center;
	}
	body.page th {
		background: #f4f4f4;
		font-size: 16px;
		font-weight: bold;
	}
body.page table#price_table { margin: 2% auto 5%; }
body.page table#price_table th, body.page table#price_table td { padding: 2% 2%; text-align: center; }
body.page table#price_table th { width: 100%; }

body.page table.price_table { margin: 2% auto 5%; }
body.page table.price_table th, body.page table#price_table td { padding: 2% 2%; text-align: center; }
body.page table.price_table th { width: 100%; }
ul.price_movie li {margin-bottom: 5%; }
ul.price_movie li {
	position:relative;
	margin: 0;
	width:100%;
	height:0;
	padding-top:75%;
	text-align: center;
}
ul.price_movie li iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*　施術ページ
----------------------------------------- */
#ope_group {
	margin: 5% auto;
	width: 100%;
}
	.ope_flex {
		position: relative;
		margin: 0 auto 5%;
		width: 100% !important;
	}
	.ope_face     { border: none; background-position: center 55%; background-size: 100%; }
	.ope_tarumi   { border: none; background-position: center 55%; background-size: 100%; }
	.ope_others   { border: none; background-position: center 55%; background-size: 100%; }
	.ope_nose   { border: none; background-position: center 55%; background-size: 100%; }

	.ope_flex h2 {
		top: 0;
		font-size: 22px;
	}
	.ope_flex ul { margin-top: 0; }
	.ope_flex li {
		display: block;
		margin: 0 auto 3% !important;
		width: 90%;
	}
	.ope_flex li a {
		display: block;
		margin-bottom: 10px;
		padding: 10px 5px;
		width: 100%;
		border: 1px solid #a68140;
		background: #fff;
		color: #a68140;
		font-size: 1.6rem;
		line-height: 1.4em;
	}
	.ope_flex li a.comingsoon {
		border: #eee;
		background: #f0f0f0;
		color: #888;
	}
	ul.normal_list { padding: 2rem 3rem; }
	ul.normal_list li { font-size: 1rem; }

/*　ドクター紹介　*/	
.list_half {
	margin: 4% 0;
	text-align: center;
}
	.list_half li {
		margin: 0 auto 2%;
		width: 95%;
		vertical-align: top;
	}
		.list_half li img {
			width: 100%;
		}
.list_half_app {
	margin: 2% auto 3%;
	width: 70%;
	text-align: center;
}
	.list_half_app li {
		margin: 0 auto 3%;
		width: 95%;
		vertical-align: top;
	}
		.list_half_app li img {
			width: 100%;
			max-width: 100%;
		}
.list_three {
	margin: 2% 0;
	text-align: center;
}
	.list_three li {
		display: inline-block;
		margin: 0 1% 3% 0;
		width: 31%;
		line-height: 1.4;
		vertical-align: top;
	}
		.list_three li img {
			width: 100%;
		}
		.list_three li:nth-child(3n) {
			margin-right: 0;
		}
/*　採用情報　*/
.careers_section_ttl {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.4;
}
	.careers_section_ttl img {
		width: 100px;
	}
.careers_main {
	display: flex;
	height: 100vw;
	background: url("images/careers/main.jpg") no-repeat center top/cover;
}
.careers_main_inner {
	display: flex;
	justify-content: flex-end;
	align-self: center;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.careers_main_cnt {
	position: relative;
	margin-right: 5%;
	padding: 20px;
	width: 70%;
	background: rgba(255, 255, 255, 0.75);
}
.careers_main_cnt:before {
	content: url("images/careers/main-img-star.png");
	position: absolute;
	right: -50px;
	bottom: -30px;
	transform: scale(0.5, 0.5);
}
.careers_main_ttl {
	color: #A38041;
	font-size: 6.5vw !important;
	line-height: 1.6;
}
.careers_main_en {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #A38041;
	text-align: center;
}
	.careers_main_en img {
		width: 110px;
		margin: auto;
	}
.careers_main_txt {
	padding-top: 1.5em;
	text-align: center;
	font-size: 3.5vw;
	font-family: 'A1_Mincho','YuMincho',"HG明朝B","ＭＳ Ｐ明朝", serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.careers_cat {
	position: relative;
	padding: 0;
	background: #fff;
}
.careers_cat ul {
	flex-wrap: wrap;
	position: relative;
	top: -30px;
	display: flex;
	padding: 0 5%;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.careers_cat ul li {
	margin: 0 auto 5px auto;
	width: 45%;
	background: url("images/careers/cat-circle.png") no-repeat center/cover;
	font-size: 4.5vw;
	text-align: center;
	font-family: 'A1_Mincho','YuMincho',"HG明朝B","ＭＳ Ｐ明朝", serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
}
.careers_cat ul li img {
	display: block;
	margin: 10px auto 0 auto;
	width: 80px;
}
.careers_cat ul li a {
	display: flex;
	margin: auto;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 35vw;
	height: 41vw;
	text-decoration: none;
}
.careers_message {
	padding: 25px 5% 55px 5%;
	background: url("images/careers/sp-message-img.png") center bottom no-repeat/cover;
	line-height: 2;
}
.careers_message_sub {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 2;
	color: rgba(59, 39, 22, 0.749);
	font-family: 'A1_Mincho','YuMincho',"HG明朝B","ＭＳ Ｐ明朝", serif;
}
.careers_message_txt {
	margin: 0 0 3% 5% !important;
	width: auto !important;
	max-width: 60%;
	font-size: 12px;
	line-height: 2.2;
}
.careers_message_name {
	display: table;
	margin-top: 3em;
}
.careers_message_name dt, .careers_message_name dd {
	display: table-cell;
	vertical-align: middle;
}
.careers_message_name dt {
	font-size: 12px;
}
.careers_message_name dd {
	padding-left: 2em;
	font-size: 14px;
}
.careers_feature {
	position: relative;
	padding: 40px 5% 60px 5%;
	min-height: 710vw;
	background: url("images/careers/feature-bg.png") no-repeat center/cover;
	background-attachment: fixed;
}
.careers_feature_wrap {
	padding-top: 20px;
}
.careers_feature_row {
	position: relative;
	min-height: 50vw;
	margin-bottom: 30px;
}
.careers_feature_img {
	width: 90%;
	margin: 0 auto !important;
}
.careers_feature_img_right {
	margin-right: 0;
	margin-left: -167px;
}
.careers_feature_unit {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 25px 10px 20px 10px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 32px 10px rgba(0, 0, 0, 0.13);
}
.careers_feature_unit_right {
	margin-right: 0;
	margin-left: 0;
}
.careers_feature_sub {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 5vw !important;
	border: none;
}
.careers_feature_sub img {
	display: block;
	margin: 5px auto 15px auto;
	width: 200px;
}
.careers_feature_sub span {
	display: inline-block;
	width: .5em;
}
.careers_feature_body {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	line-height: 2.6;
	border-top: 1px solid #d4c7b1;
	font-size: 12px;
}
.careers_feature_body p {
	padding: 0;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.careers_feature_list {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 90%;
	max-width: 450px;
	margin: 20px auto 0;
}
.careers_feature_list li {
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}
.careers_feature_list img {
	display: block;
	width: 36px;
	margin: 0 auto 10px auto;
}
.careers_feature_mt {
		margin-top: 25px;
}

.page-id-120 #sec03 { margin-top:20%; }

/*　症例写真　*/	

.case_list {
	width: 100%;
}
	.case_list li {
		margin: 0 auto 10%;
		width: 95%;
	}

/*　施術タグ一覧ページ用　*/
ul.opetax_list { width: 100%; }
ul.opetax_list li { display: inline-block; margin: 0 15px 5px 0; font-size: 14px; }

ul.price_movie li {margin-bottom: 5%; }
ul.price_movie li {
	position:relative;
	margin: 0;
	width:100%;
	height:0;
	padding-top:75%;
	text-align: center;
}
ul.price_movie li iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*　よくある質問　*/
#QandA {
	display:block;
	margin:0 auto 10%;
	width: 90%;
}
#QandA dt {
	display:block;
	margin-bottom: 10px;
	padding: 2% 15% 2% 5%;
	height:auto;
	border-bottom: 1px solid #f6c89b;
	background:url(images/icon/qa_icon01.png) 95% 50% no-repeat;
	font-size: 16px;
	color:#333;
	line-height: 1.4em;
	cursor:pointer;
}
#QandA dd {
	margin-bottom: 2%;
	padding: 5%;
	height:auto;
	border:none;
	background:#f8f8f8;
	display:none;
	line-height: 1.4em;
}
#QandA dt strong, #QandA dd strong { margin-right:10px; color:#3e6e00; font-size:24px; font-weight:bold; }
#QandA dt.active{
	background:url(images/icon/qa_icon02.png) 95% 50% no-repeat;
}

ul.pre_next {
	margin: 20px 0;
	text-align: center;
}
ul.pre_next li {
	display: inline-block;
}
ul.pre_next li a {
	font-size: 12px;
	text-decoration: underline;
}
ul.pre_next li.pre_next01 {
	width: 44%;
	text-align: left;
}
ul.pre_next li.pre_next02 {
	width: 5%;
}
ul.pre_next li.pre_next03 {
	width: 44%;
	text-align: right;
}

ol {
	margin: 0 auto 10%;
	width: 95%;
 }
ol li {
	display: inline;
	padding: 5px 5px 5px 0;
	font-size: 1.3rem;
	line-height: 1.4em;
}
ol li a {
	padding:5px 15px 5px 0;
	height:100%;
	background-image: url(images/topicpath.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.4em;
}

/*FOOTER
---------------------------------------------------------------------------*/
.ftr_cta address {
	padding: 10% 4%;
	height: auto;
}
.ftr_cta address span {
	font-size: 11px;
	margin-top: 4px;
}
.ftr_cta .resBox{
	height: 160px;
	padding-top: 55px;
}
.ftr_cta .resBox a {
	font-size: 22px;
	line-height: 30px;
	background-position: 97% 50%;
}

footer { margin-top: 0; }
footer .inner_wrap {
	margin: 0 auto 5%;
	width: 100%;
}
footer ul {
	float: none;
	margin: 0;
	width: 100%;
}
	footer ul li {
		margin: 0 auto 1%;
		width: 90%;
	}
	footer ul li a {
		font-size: 15px;
	}
.copyright {
	font-size: 10px;
	padding: 4% 2%;
}
	
/*　　　　　フォーム　　　　　*/
table#contact_table { margin: 0 auto 20%; }
	table#contact_table th,
	table#contact_table td { padding: 3% 5%; }
	table#contact_table th { width: 80%; height: 55px; text-align: left; }
	table#contact_table th.td_center { background:none; width: 100%; text-align:center; }
	table#contact_table td:first-of-type { width: 20%; height: 55px; background: #f4f4f4; }
	table#contact_table td:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
	table#contact_table td span.must { padding: 6px 6px; text-align: center; }
input { width: 100%; }
input[type="text"], input[type="email"], input[type="url"] { width: 100%; }
textarea {
	width: 100%;
	height: 200px;
}
select { height: 40px; }
.submit{
	margin: 0 auto;
	text-align:center;
}
.submit input { width: 100%; }
.mw_wp_form_confirm .submit input{ width: 100%; }
.mw_wp_form_confirm .back input{ width: 60%; font-size: 14px; }

/*ect
---------------------------------------------------------------------------*/
.sp{
	display: block;
}
.pc{
	display: none;
}
}
@media screen and ( max-width: 480px ) {
	header .logo {
		display: inline-block;
		padding: 20px 0 18px 2%;
	}
	header .logo h1{
		text-align: left;
	}
	header .logo img{
		width: 78%;
	}
	.hdr_cta {
		height: auto;
	}
	.hdr_cta address {
		width: 100%;
	}
	.hdr_cta address img{
		width: 90%;
		padding-top: 1.3%;
	}
	.hdr_cta address .sp-tel {
		width: 100%;
		padding-top: .9%;
	}
	.hdr_cta address span {
		font-size: 10px;
		margin-top: 2px;
	}
	.hdr_cta .resBox {
		width: 100%;
	}
	.main_visual {
		height: 200px;
	}
	.main_visual .inner_wrap2 {
		height: 200px;
	}

	.faceline .box .inner {
		width: 92%;
	}

	.slack .box .inner {
		width: 92%;
	}
	.information table th,
	.blog_top table th {
		font-size: 9px;
	}
	.information table td,
	.blog_top table td {
		padding: 5px 0 6px 10px;
		font-size: 10px;
	}
	.information table td span,
	.blog_top table td span {
		padding: 3px 2px;
		width: 60px;
		height: auto;
		font-size: 9px;
		line-height: 14px;
	}
	.access table th {
		padding: 8px 0;
		width: 64px;
		font-size:14px;
	}
	.access table td {
		padding: 8px 0 8px 15px;
		vertical-align: top;
		font-size:14px;
	}
	.sp480{
		display: block;
	}
}

.etc{
	font-size:12px !important;
	    margin-top: -20px;
}