/****************************************
① まず変数を読み込む
****************************************/

/****************************************
変数定義
****************************************/

/****************************************
② リセットを読み込む
****************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
	color: #4e454a;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}

.sansserif {
	font-family: "Noto Sans JP", sans-serif;
}

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

/****************************************
③ 各メディアクエリなどを読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/* -----------------------------------
  basic
----------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 1.6rem;
}

body .l-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4rem;
}

body .l-container2 {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 4rem;
}

body .sp {
	display: none;
}

body .tab {
	display: none;
}

body .min {
	display: none;
}

body .pc {
	display: block;
}

.layer-mv {
	position: relative;
}

.layer-mv__list {
	position: absolute;
	top: 120px;
	padding-left: 3em;
}

.layer-mv__list ul {
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	list-style: none;
}

.layer-mv__list ul a {
	color: #ffffff;
	text-decoration: none;
}

.layer-mv__list ul :not(:last-of-type)::after {
	margin: 0.6em;
	content: "-";
	color: #ffffff;
}

.layer-mv__title {
	display: flex;
	position: absolute;
	top: 55%;
	left: 50%;
	flex-direction: column;
	align-items: center;
	width: 100%;
	transform: translate(-50%, -50%);
}

.layer-mv__title .ja {
	width: 100%;
	margin-top: -0.5em;
	padding-bottom: 0.3em;
	color: #ffffff;
	font-weight: 600;
	font-size: 3.8em;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(128, 128, 128, 0.2431372549);
}

.layer-mv__title .ja span {
	font-size: 0.6em;
}

.layer-mv__title .en {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 700;
	font-size: 2.2em;
}

/* -----------------------------------
scroll_up ｜下から上へ出現
----------------------------------- */

.scroll_up {
	transform: translateY(30px);
	opacity: 0;
	transition: 0.8s ease-in-out;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1;
}

/* -----------------------------------
  header
----------------------------------- */

.header {
	z-index: 999;
	position: fixed;
	width: 100%;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
	background: rgba(146, 146, 146, 0.8);
}

.header__inner .logo {
	width: 15%;
}

.header__inner .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 80%;
	color: #ffffff;
	font-size: 0.9em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.header__inner .menu li {
	margin: 0 1em;
}

.header__inner .menu li:last-child {
	margin-right: 0;
}

.header__inner .menu li a {
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	transition: 0.3s;
}

.header__inner .menu li a:hover {
	color: #fadde3;
}

.header__inner .menu li a span {
	font-size: 0.8em;
}

.header-sp {
	display: none;
}

/* -----------------------------------
  footer
----------------------------------- */

footer {
	background: #c9a99e;
}

footer .footer__inner {
	color: #ffffff;
}

footer .footer__inner__top {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 4em 8em;
}

footer .footer__inner__top__left {
	width: 40%;
}

footer .footer__inner__top__right {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
}

footer .footer__inner__top__right .tel {
	margin-bottom: 1em;
}

footer .footer__inner__top__right .tel a {
	display: inline-block;
	padding: 0;
	color: #ffffff;
	font-size: 2em;
	text-decoration: none;
	transition: 0.3s;
}

footer .footer__inner__top__right .tel a:hover {
	opacity: 0.6;
}

footer .footer__inner__top__right .cta a {
	display: inline-block;
	padding: 1.5em 4em;
	border: solid 1px #c9a99e;
	border-radius: 0.4em;
	background: #ffffff;
	color: #c9a99e;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}

footer .footer__inner__top__right .cta a:hover {
	border: solid 1px #ffffff;
	background: #c9a99e;
	color: #ffffff;
}

footer .footer__inner__mdl {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2em;
	border-bottom: 0.1em solid;
	border-bottom: #ffffff;
}

footer .footer__inner__mdl__left {
	line-height: 1.6em;
}

footer .footer__inner__mdl__left .ja {
	padding-bottom: 1em;
	font-weight: 430;
	font-size: 1.5em;
}

footer .footer__inner__mdl__left .btn {
	padding-top: 1.5em;
}

footer .footer__inner__mdl__left .btn a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

footer .footer__inner__mdl__left .btn a:hover {
	opacity: 0.6;
}

footer .footer__inner__mdl__left .btn a::before,
footer .footer__inner__mdl__left .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #ffffff;
	content: "";
}

footer .footer__inner__mdl__left .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

footer .footer__inner__mdl__left .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

footer .footer__inner__mdl__right {
	width: 55%;
}

footer .footer__inner__mdl__right .calendar {
	display: flex;
	flex-direction: column;
}

footer .footer__inner__mdl__right .calendar .left {
	width: 30%;
}

footer .footer__inner__mdl__right .calendar .right {
	width: 10%;
}

footer .footer__inner__mdl__right .calendar__top {
	display: flex;
	justify-content: space-around;
	padding: 1em;
	border-bottom: 0.1em solid;
	font-size: 1.5em;
}

footer .footer__inner__mdl__right .calendar__time {
	display: flex;
	justify-content: space-around;
	padding: 0.7em 1em;
	font-size: 1.3em;
}

footer .footer__inner__mdl__right .calendar__time span {
	font-size: 0.5em;
	vertical-align: top;
}

footer .footer__inner__mdl__right .calendar .caution {
	margin-top: 1em;
	text-align: end;
}

footer .footer__inner__btm {
	padding: 3em 0;
}

footer .footer__inner__btm .menu {
	display: flex;
	justify-content: space-between;
}

footer .footer__inner__btm .menu a {
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

footer .footer__inner__btm .menu a:hover {
	opacity: 0.6;
}

footer .footer__inner__btm .menu .menu1 a {
	display: flex;
	flex-direction: column;
	padding-bottom: 1em;
}

footer .footer__inner__btm .menu .menu1 ul {
	padding-left: 1em;
	font-weight: 100;
}

footer .footer__inner__btm .menu .menu1 i {
	padding-top: 2em;
	font-size: 2em;
}

footer .footer__inner__copyright {
	display: flex;
	justify-content: center;
	padding: 1em;
	font-size: 1em;
}

/* -----------------------------------
  トップページ
----------------------------------- */

.top-mv {
	position: relative;
}

.top-mv__bg {
	filter: brightness(75%);
}

.top-mv__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-mv__logo .logo-txt {
	margin-top: 2em;
	color: #ffffff;
	line-height: 1.6em;
	text-align: center;
}

.top-mv__logo .logo-txt .mv-span {
	display: none;
}

.top-mv__btn {
	display: flex;
	position: absolute;
	right: 1em;
	bottom: 1.5em;
	flex-direction: column;
}

.top-mv__btn__top {
	display: flex;
	flex-wrap: wrap;
}

.top-mv__btn__top a {
	display: inline-block;
	margin: 0 0.3em;
	padding: 1em 1em;
	border: solid 2px #ffffff;
	border-radius: 10px;
	background: rgba(225, 225, 225, 0.2);
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

.top-mv__btn__top a:last-child {
	margin-right: 0;
}

.top-mv__btn__top a span {
	font-size: 1.1em;
}

.top-mv__btn__top a:hover {
	background: rgba(225, 225, 225, 0.7);
}

.top-mv__btn__btm {
	margin: 0 0.3em;
	padding-top: 0.5em;
}

.top-mv__btn__btm:last-child {
	margin-right: 0;
}

.top-mv__btn__btm a {
	display: flex;
	display: flex;
	align-items: center;
	padding: 1em;
	border: solid 0px #ffffff;
	border-radius: 10px;
	background: rgba(225, 225, 225, 0.2);
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

.top-mv__btn__btm a:hover {
	background: rgba(225, 225, 225, 0.7);
}

.top-mv__btn__btm a i {
	padding-right: 0.5em;
}

.top-mv__parts {
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-concept {
	margin-top: 6em;
}

.top-concept__inner {
	display: flex;
	align-items: center;
}

.top-concept__inner__top {
	display: none;
}

.top-concept__inner__left {
	width: 65%;
	margin: 0 2em;
}

.top-concept__inner__left:last-child {
	margin-left: 0;
}

.top-concept__inner__left .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.top-concept__inner__left .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.top-concept__inner__left .desc {
	margin-top: 2em;
	line-height: 1.6em;
}

.top-concept__inner__left .btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 3em;
}

.top-concept__inner__left .btn a {
	position: relative;
	padding: 0.8em 4em 0.8em 0.8em;
	border: solid 1px #4e454a;
	border-radius: 10px;
	color: #4e454a;
	text-decoration: none;
	transition: 0.3s;
}

.top-concept__inner__left .btn a:hover {
	border: solid 1px #fadde3;
	background: #fadde3;
}

.top-concept__inner__left .btn a::before,
.top-concept__inner__left .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.top-concept__inner__left .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.top-concept__inner__left .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.top-concept__inner__right {
	width: 30%;
}

.top-slide {
	padding-top: 5em;
	padding-bottom: 5em;
}

.top-slide__box__item img {
	padding: 0.5em;
	border-radius: 20px;
}

.top-news {
	padding-bottom: 5em;
}

.top-news__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-news__inner__top {
	display: none;
}

.top-news__inner__left {
	width: 50%;
}

.top-news__inner__left .btn {
	display: flex;
	margin-top: 4em;
}

.top-news__inner__left .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.top-news__inner__left .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.top-news__inner__left a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #4e454a;
	text-decoration: none;
	transition: 0.3s;
}

.top-news__inner__left a:hover {
	color: #f6bcc7;
}

.top-news__inner__left a:hover::before,
.top-news__inner__left a:hover::after {
	background: #f6bcc7;
}

.top-news__inner__left a::before,
.top-news__inner__left a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.top-news__inner__left a::before {
	width: 30px;
	transform: translateY(-50%);
}

.top-news__inner__left a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.top-news__inner__right {
	width: 50%;
}

.top-news__inner__right .row {
	display: flex;
	justify-content: center;
	padding: 1em 0 1em 0;
	border-bottom: 0.1em solid;
	border-bottom-color: #dbdbdb;
}

.top-news__inner__right .row:last-child {
	border-bottom: 0;
}

.top-news__inner__right .row__time {
	width: 20%;
	padding-right: 3em;
}

.top-news__inner__right .row__title {
	position: relative;
	width: 80%;
	padding: 0em 8em 0em 0em;
}

.top-news__inner__right .row__title a {
	color: #4e454a;
	line-height: 1.4em;
	text-decoration: none;
	transition: 0.3s;
}

.top-news__inner__right .row__title a:hover {
	color: #f6bcc7;
}

.top-news__inner__right .row__title a:hover::before,
.top-news__inner__right .row__title a:hover::after {
	background: #f6bcc7;
}

.top-news__inner__right .row__title a::before,
.top-news__inner__right .row__title a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.top-news__inner__right .row__title a::before {
	width: 30px;
	transform: translateY(-50%);
}

.top-news__inner__right .row__title a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.top-category {
	padding-bottom: 7em;
}

.top-category__inner {
	display: flex;
	justify-content: space-around;
}

.top-category__inner__box {
	display: flex;
	align-items: center;
	width: 45%;
}

.top-category__inner__box__left {
	width: 40%;
	height: 400px;
}

.top-category__inner__box__left img {
	-o-object-fit: cover;
	height: 400px;
	object-fit: cover;
	border-radius: 1.5em 0 0 1.5em;
}

.top-category__inner__box__right {
	display: flex;
	flex-direction: column;
	width: 60%;
	height: 400px;
	padding: 0 1em;
	border-radius: 0 1.5em 1.5em 0;
	background: #fef8f9;
}

.top-category__inner__box__right .ja {
	margin: 1em 0;
	color: #ff95ad;
	font-weight: 600;
	font-size: 2em;
}

.top-category__inner__box__right .ja span {
	margin-left: 0.5em;
	font-size: 0.8em;
}

.top-category__inner__box__right .desc {
	line-height: 1.6em;
}

.top-category__inner__box__right .btn {
	display: flex;
	justify-content: flex-end;
	margin: 1em;
	margin-top: auto;
}

.top-category__inner__box__right .btn a {
	position: relative;
	padding-right: 3vw;
	color: #4e454a;
	text-decoration: none;
	transition: 0.3s;
}

.top-category__inner__box__right .btn a:hover {
	color: #f6bcc7;
}

.top-category__inner__box__right .btn a:hover::before,
.top-category__inner__box__right .btn a:hover::after {
	background: #f6bcc7;
}

.top-category__inner__box__right .btn a::before,
.top-category__inner__box__right .btn a::after {
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	background: #4e454a;
	content: "";
}

.top-category__inner__box__right .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.top-category__inner__box__right .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.top-introduction {
	display: flex;
	flex-direction: column;
	background: #fbfaf9;
}

.top-introduction__inner__top {
	padding: 4em 0;
}

.top-introduction__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.top-introduction__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.top-introduction__inner__btm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 4em;
}

.top-introduction__inner__btm a {
	width: 33%;
	margin-bottom: 0.5em;
	padding: 1.5em 1em;
	border: solid 1px #ccb59d;
	background: #ccb59d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}

.top-introduction__inner__btm a:hover {
	background: #ffffff;
	color: #ccb59d;
}

.top-campaign {
	padding-bottom: 5em;
}

.top-campaign__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5em 0;
}

.top-campaign__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.top-campaign__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.top-campaign__inner__mdl .row {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.top-campaign__inner__mdl .row__img {
	width: 30%;
	padding-bottom: 1em;
}

.top-campaign__inner__mdl .row .row__right {
	width: 60%;
}

.top-campaign__inner__mdl .row .row__right__time {
	padding-bottom: 1em;
}

.top-campaign__inner__mdl .row .row__right__title a {
	color: #4e454a;
	line-height: 1.6em;
	text-decoration: none;
}

.top-campaign__inner__btm {
	display: flex;
	justify-content: flex-end;
	padding-top: 4em;
}

.top-campaign__inner__btm a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #4e454a;
	text-decoration: none;
	transition: 0.3s;
}

.top-campaign__inner__btm a:hover {
	color: #f6bcc7;
}

.top-campaign__inner__btm a:hover::before,
.top-campaign__inner__btm a:hover::after {
	background: #f6bcc7;
}

.top-campaign__inner__btm a::before,
.top-campaign__inner__btm a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.top-campaign__inner__btm a::before {
	width: 30px;
	transform: translateY(-50%);
}

.top-campaign__inner__btm a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

/* -----------------------------------
  ABOUTページ
----------------------------------- */

.about-philosophy {
	margin-top: 6em;
}

.about-philosophy__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-philosophy__inner .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.about-philosophy__inner .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.about-philosophy__inner .desc {
	margin-top: 3em;
	line-height: 1.6em;
	text-align: center;
}

.about-features {
	padding: 8em 3em;
}

.about-features__inner {
	display: flex;
	flex-direction: column;
	border-radius: 2em;
	background: #f5f5f5;
}

.about-features__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4em 0;
}

.about-features__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.about-features__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.about-features__inner__btm {
	display: flex;
	justify-content: space-around;
	padding-bottom: 4em;
}

.about-features__inner__btm__box {
	width: 30%;
}

.about-features__inner__btm__box__img img {
	border-radius: 1.5em;
}

.about-features__inner__btm__box__txt {
	padding: 0 1em;
}

.about-features__inner__btm__box__txt .ja {
	margin: 1.2em 0;
	font-weight: 600;
	font-size: 1.3em;
	text-align: center;
}

.about-features__inner__btm__box__txt .desc {
	line-height: 1.6em;
}

.about-doctor {
	padding: 0 0 8em;
}

.about-doctor__inner__top {
	padding-bottom: 3em;
}

.about-doctor__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.about-doctor__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.about-doctor__inner__btm {
	display: flex;
	justify-content: space-between;
}

.about-doctor__inner__btm .left {
	width: 40%;
}

.about-doctor__inner__btm .left img {
	border-radius: 2em;
}

.about-doctor__inner__btm .right {
	width: 50%;
}

.about-doctor__inner__btm .right__top {
	border-bottom: 0.1em solid;
	border-bottom-color: #dbdbdb;
}

.about-doctor__inner__btm .right__top .title {
	font-size: 1.3em;
}

.about-doctor__inner__btm .right__top .name {
	padding-top: 1em;
	font-weight: 700;
	font-size: 1.5em;
}

.about-doctor__inner__btm .right__top .name span {
	margin-left: 2em;
	font-weight: 400;
	font-size: 0.8em;
}

.about-doctor__inner__btm .right__top .desc {
	padding: 2em 0;
	line-height: 2.2em;
}

.about-doctor__inner__btm .right__btm {
	padding: 2em;
}

.about-doctor__inner__btm .right__btm li {
	line-height: 2.5em;
}

.about-doctor__inner__btm .right__btm li:first-child {
	color: #fadde3;
	list-style: square;
}

.about-doctor__inner__btm .right__btm li span {
	color: #4e454a;
}

/* -----------------------------------
  美容皮膚科ページ
----------------------------------- */

.beauty-concept {
	padding: 6em 0;
}

.beauty-concept__inner {
	display: flex;
	flex-direction: column;
}

.beauty-concept__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4em;
}

.beauty-concept__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.beauty-concept__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.beauty-concept__inner__mdl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1.5em;
}

.beauty-concept__inner__mdl .left {
	width: 50%;
}

.beauty-concept__inner__mdl .right {
	width: 50%;
}

.beauty-concept__inner__mdl .right .title {
	padding-bottom: 2em;
	font-size: 1.4em;
}

.beauty-concept__inner__mdl .right .desc {
	line-height: 1.8em;
}

.beauty-concept__inner__btm {
	padding-top: 2.5em;
	line-height: 1.8em;
	text-align: center;
}

.beauty-symptoms {
	padding: 6em;
}

.beauty-symptoms__inner__top {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 5em;
}

.beauty-symptoms__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.beauty-symptoms__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.beauty-symptoms__inner__btm {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 4em;
}

.beauty-symptoms__inner__btm .box-row {
	width: 25%;
}

.beauty-symptoms__inner__btm .box-row__title {
	margin-bottom: 2em;
	padding: 0.5em;
	border-bottom: 2px dashed rgba(128, 128, 128, 0.2431372549);
	font-size: 1.2em;
}

.beauty-symptoms__inner__btm .box-row__list {
	display: flex;
	flex-direction: column;
}

.beauty-symptoms__inner__btm .box-row__list li {
	margin-bottom: 2em;
	cursor: pointer;
}

.beauty-symptoms__inner__btm .box-row__list li span {
	padding: 0.5em 1em;
	background: #ccb59d;
	color: #ffffff;
	font-weight: bold;
}

.beauty-symptoms__inner__btm .box-row__list li span:hover {
	background: #c2ada2;
}

.beauty-symptoms__inner__btm .box-img {
	width: 18%;
	padding-top: 4em;
}

.beauty-symptoms__inner__tab .tab {
	display: none;
}

.beauty-symptoms__inner__tab .tab.active {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em;
	border: solid 3px #c2ada2;
	border-radius: 10px;
	background: #ffffff;
	color: #c2ada2;
	font-weight: bold;
}

.beauty-symptoms__inner__tab .tab.active .tab__title {
	width: 100%;
	margin-bottom: 2em;
	font-size: 1.5em;
	text-align: center;
}

.beauty-symptoms__inner__tab .tab.active .tab__left {
	width: 35%;
}

.beauty-symptoms__inner__tab .tab.active .tab__right {
	width: 60%;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__about .title {
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #c2ada2;
	font-size: 1.2em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__about .desc {
	line-height: 1.4em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical {
	margin-top: 2em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical .title {
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #c2ada2;
	font-size: 1.2em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical .list {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical .list li {
	margin: 1em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical .list li a {
	padding: 0.5em 1em;
	border: solid 1px #c2ada2;
	background: #c2ada2;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical .list li a:hover {
	background: #ffffff;
	color: #c2ada2;
}

.beauty-introduction {
	display: flex;
	flex-direction: column;
	margin-bottom: 6em;
	background: #fbfaf9;
}

.beauty-introduction__inner__top {
	padding: 4em 0;
}

.beauty-introduction__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.beauty-introduction__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.beauty-introduction__inner__btm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 4em;
}

.beauty-introduction__inner__btm a {
	width: 33%;
	margin-bottom: 0.5em;
	padding: 1.5em 1em;
	border: solid 1px #ccb59d;
	background: #ccb59d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}

.beauty-introduction__inner__btm a:hover {
	background: #ffffff;
	color: #ccb59d;
}

/* -----------------------------------
  皮膚科ページ
----------------------------------- */

.derma-concept {
	padding: 6em 0;
}

.derma-concept__inner {
	display: flex;
	flex-direction: column;
}

.derma-concept__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4em;
}

.derma-concept__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.derma-concept__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.derma-concept__inner__mdl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.5em;
}

.derma-concept__inner__mdl .left {
	width: 47%;
}

.derma-concept__inner__mdl .left img {
	border-radius: 20px;
}

.derma-concept__inner__mdl .right {
	width: 47%;
}

.derma-concept__inner__mdl .right .title {
	padding-bottom: 2em;
	font-size: 1.4em;
}

.derma-concept__inner__mdl .right .desc {
	line-height: 1.8em;
}

.derma-worry {
	margin: 8em 0;
}

.derma-worry__inner__box {
	position: relative;
	padding: 3em;
	border: solid 2px #fadde3;
	border-radius: 5px;
}

.derma-worry__inner__box .title {
	position: absolute;
	top: -1em;
	left: 50%;
	padding: 0.5em 3em;
	transform: translate(-50%, 0);
	border-radius: 2em;
	background: #f6bcc7;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}

.derma-worry__inner__box .desc {
	line-height: 2em;
	text-align: center;
}

.derma-worry__inner__box .desc .derma-span {
	display: none;
}

.derma-worry__inner .info {
	margin-top: 1.5em;
	color: #888888;
	text-align: center;
}

/* -----------------------------------
  施術紹介ページ
----------------------------------- */

.beauty-cmn {
	margin-top: 5em;
}

.beauty-cmn__inner__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4em;
}

.beauty-cmn__inner__title .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
	text-align: center;
}

.beauty-cmn__inner__title .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.beauty-cmn__inner__title .desc {
	margin-top: 5em;
	line-height: 2em;
	text-align: center;
}

.beauty-cmn__inner__title .img {
	margin-top: 2em;
}

.beauty-cmn__inner__container .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em;
	padding: 2em;
	border-radius: 1em;
	background: #f4f1f2;
}

.beauty-cmn__inner__container .box:nth-child(even) {
	flex-direction: row-reverse;
}

.beauty-cmn__inner__container .box__img {
	width: 20%;
}

.beauty-cmn__inner__container .box__txt {
	width: 75%;
}

.beauty-cmn__inner__container .box__txt .title {
	margin-bottom: 2em;
	color: #ff9bae;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt .desc {
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt .btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5em;
}

.beauty-cmn__inner__container .box__txt .btn a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #4e454a;
	text-decoration: none;
}

.beauty-cmn__inner__container .box__txt .btn a::before,
.beauty-cmn__inner__container .box__txt .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.beauty-cmn__inner__container .box__txt .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.beauty-cmn__inner__container .box__txt .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.beauty-cmn__inner__container .box__txt .btn-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 1.5em;
}

.beauty-cmn__inner__container .box__txt .btn-column a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #4e454a;
	text-align: right;
	text-decoration: none;
}

.beauty-cmn__inner__container .box__txt .btn-column a::before,
.beauty-cmn__inner__container .box__txt .btn-column a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.beauty-cmn__inner__container .box__txt .btn-column a::before {
	width: 30px;
	transform: translateY(-50%);
}

.beauty-cmn__inner__container .box__txt .btn-column a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.beauty-cmn__inner__container .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em;
	padding: 2em;
	border-radius: 1em;
	background: #f4f1f2;
}

.beauty-cmn__inner__container .box:nth-child(even) {
	flex-direction: row-reverse;
}

.beauty-cmn__inner__container .box__img {
	width: 20%;
}

.beauty-cmn__inner__container .box__img img:first-child {
	margin-bottom: 2em;
}

.beauty-cmn__inner__container .box__txt {
	width: 75%;
}

.beauty-cmn__inner__container .box__txt .title {
	margin-bottom: 2em;
	color: #ff9bae;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt .sub-title {
	margin-bottom: 1em;
	color: #f6bcc7;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt .desc {
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt .sub-title2 {
	margin-bottom: 0.8em;
	margin-left: 3em;
	color: #c2ada2;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt .desc2 {
	margin-left: 3em;
	line-height: 1.6em;
}

.beauty-cmn__inner__container .box__txt img {
	width: 95%;
}

.beauty-cmn__inner__container .box__txt .btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5em;
}

.beauty-cmn__inner__container .box__txt .btn a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #4e454a;
	text-decoration: none;
}

.beauty-cmn__inner__container .box__txt .btn a::before,
.beauty-cmn__inner__container .box__txt .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.beauty-cmn__inner__container .box__txt .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.beauty-cmn__inner__container .box__txt .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.beauty-cmn__inner__container .box__txt .btn-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 1.5em;
}

.beauty-cmn__inner__container .box__txt .btn-column a {
	position: relative;
	padding: 0.8em 5.5em 0.8em 0em;
	color: #4e454a;
	text-align: right;
	text-decoration: none;
}

.beauty-cmn__inner__container .box__txt .btn-column a::before,
.beauty-cmn__inner__container .box__txt .btn-column a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #4e454a;
	content: "";
}

.beauty-cmn__inner__container .box__txt .btn-column a::before {
	width: 30px;
	transform: translateY(-50%);
}

.beauty-cmn__inner__container .box__txt .btn-column a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.beauty-cmn__inner__container .other-box {
	margin: 2em 0;
}

.beauty-cmn__inner__container .other-box__top {
	padding: 1em 2em;
	border-radius: 1em 1em 0 0;
	background: #fadde3;
	font-size: 1.2em;
}

.beauty-cmn__inner__container .other-box__btm {
	padding: 1em 2em;
	border-radius: 0 0 1em 1em;
	background: #f4f1f2;
}

.beauty-cmn__inner__container .other-box__btm li {
	color: #fadde3;
	line-height: 2em;
	list-style: inside;
}

.beauty-cmn__inner__container .other-box__btm li span {
	color: #4e454a;
}

.beauty-cmn__inner__container .other-box__btm p {
	margin-top: 2em;
}

/* -----------------------------------
  よくあるご質問
----------------------------------- */

.faq {
	margin-top: 6em;
}

.faq__inner__cat {
	margin-bottom: 5em;
}

.faq__inner__cat .cat-title {
	margin: 0.5em 0 1em;
	color: #95767c;
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
}

.faq__inner__cat .cat-title span {
	font-size: 0.8em;
}

.faq__inner__cat .cat-desc {
	padding: 0 0 2em;
	line-height: 1.6em;
	text-align: center;
}

.faq__inner__cat .cat-desc img {
	width: 70%;
	padding-top: 1em;
}

.faq__inner__cat .row {
	margin-bottom: 1em;
}

.faq__inner__cat .row__item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
	border-radius: 5px;
	background: #fadde3;
	cursor: pointer;
}

.faq__inner__cat .row__item__head .question {
	color: #95767c;
	font-weight: bold;
	font-size: 1.2em;
}

.faq__inner__cat .row__item__head .title {
	width: 80%;
	color: #95767c;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	transition: 0.3s;
}

.faq__inner__cat .row__item__head .title:hover {
	color: #4e454a;
}

.faq__inner__cat .row__item__head .img-arrow {
	width: 2.5%;
}

.faq__inner__cat .row__item__head.is-open {
	background: #fadde3;
}

.faq__inner__cat .row__item__head.is-open .img-arrow img {
	transform: rotate(180deg);
}

.faq__inner__cat .row__item__body {
	display: none;
	padding: 1.5em;
	background: #ffffff;
	line-height: 1.6em;
}

.faq__inner__cat .row__item__body img {
	width: 40%;
	padding: 2em;
}

.faq__inner__cat .row__item__body.is-open {
	display: block;
}

/* -----------------------------------
  料金表
----------------------------------- */

.price {
	padding: 6em 0;
}

.price__inner__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4em;
}

.price__inner__title .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.price__inner__title .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.price__inner__title .title-desc {
	padding-top: 2em;
	color: #766f71;
	line-height: 1.6em;
	text-align: center;
}

.price__inner__tab {
	display: flex;
	flex-wrap: wrap;
	border: solid 2px #f6bcc7;
	border-radius: 5px;
}

.price__inner__tab__list {
	width: 50%;
	border-bottom: solid 2px #f6bcc7;
}

.price__inner__tab__list a {
	display: block;
	position: relative;
	padding: 1em 0;
	color: #f6bcc7;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.price__inner__tab__list a.active {
	background: #f6bcc7;
	color: #ffffff;
}

.price__inner__tab__list a.active::after {
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.price__inner__tab__list a::after {
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	width: 0.6em;
	height: 0.6em;
	margin: auto;
	transform: rotate(45deg);
	border: 0;
	border-top: solid 2px #f6bcc7;
	border-right: solid 2px #f6bcc7;
	content: "";
}

.price__inner__tab__list:nth-child(odd) {
	border-right: solid 2px #f6bcc7;
}

.price__inner__tab__list:nth-child(23),
.price__inner__tab__list:nth-child(24) {
	border-bottom: none;
}

.price__inner__tabcontent {
	margin: 5em 0;
	line-height: 1.6em;
}

.price__inner__tabcontent .row .title {
	color: #544b4d;
	font-size: 1.2em;
	text-align: center;
}

.price__inner__tabcontent .row .sub-title {
	margin-top: 3em;
	color: #544b4d;
	font-size: 1.1em;
	text-align: center;
	text-align: center;
}

.price__inner__tabcontent .row .sub-title span {
	display: inline-block;
	position: relative;
}

.price__inner__tabcontent .row .sub-title span:before,
.price__inner__tabcontent .row .sub-title span:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3em;
	height: 1px;
	background-color: black;
	content: "";
}

.price__inner__tabcontent .row .sub-title span:before {
	left: -7em;
}

.price__inner__tabcontent .row .sub-title span:after {
	right: -7em;
}

.price__inner__tabcontent .row .desc {
	padding-top: 1em;
	color: #766f71;
}

.price__inner__tabcontent .row .table {
	margin-top: 2em;
}

.price__inner__tabcontent .row .table.three .table__row__left {
	width: 30%;
	background: #e7d6d9;
}

.price__inner__tabcontent .row .table.three .table__row__mid {
	width: 20%;
	padding: 1em 0;
	border-bottom: solid 1px #ffffff;
	background: #e1e1e1;
	color: #4e454a;
	text-align: center;
}

.price__inner__tabcontent .row .table.three .table__row__right {
	width: 50%;
}

.price__inner__tabcontent .row .table__row {
	display: flex;
	align-items: stretch;
}

.price__inner__tabcontent .row .table__row:first-child .table__row__left,
.price__inner__tabcontent .row .table__row:first-child .table__row__mid,
.price__inner__tabcontent .row .table__row:first-child .table__row__right {
	background: #f4c3cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
}

.price__inner__tabcontent .row .table__row:first-child .table__row__left {
	border-radius: 1em 0 0 0;
}

.price__inner__tabcontent .row .table__row:first-child .table__row__right {
	border-radius: 0 1em 0 0;
}

.price__inner__tabcontent .row .table__row__left,
.price__inner__tabcontent .row .table__row__right {
	width: 50%;
	padding: 1em 0;
	border-bottom: solid 1px #ffffff;
	color: #4e454a;
	text-align: center;
}

.price__inner__tabcontent .row .table__row__left {
	background: #e1e1e1;
}

.price__inner__tabcontent .row .table__row__left span {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
}

.price__inner__tabcontent .row .table__row__right {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeeee;
}

.price__inner__tabcontent .row__tab {
	display: flex;
	margin-top: 2em;
	border-radius: 2em;
	background: #eeeeee;
}

.price__inner__tabcontent .row__tab.two .row__tab__list {
	width: 50%;
}

.price__inner__tabcontent .row__tab__list {
	width: 20%;
}

.price__inner__tabcontent .row__tab__list a {
	display: block;
	padding: 1em 0;
	background: #eeeeee;
	color: #4e454a;
	text-align: center;
	text-decoration: none;
}

.price__inner__tabcontent .row__tab__list a.active {
	border-radius: 2em;
	background: #888888;
	color: #ffffff;
}

/* -----------------------------------
  お問合せページ
----------------------------------- */

.contact-reserve {
	padding: 6em;
}

.contact-reserve__inner {
	display: flex;
	flex-direction: column;
}

.contact-reserve__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4em;
}

.contact-reserve__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.contact-reserve__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.contact-reserve__inner__btm {
	display: flex;
	flex-direction: column;
	border-top: 0.1em solid;
	border-bottom: 0.1em solid;
	border-top-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}

.contact-reserve__inner__btm .top {
	padding-top: 4em;
	line-height: 1.6em;
	text-align: center;
}

.contact-reserve__inner__btm .mdl {
	display: flex;
	justify-content: space-around;
	padding: 3em 6em 2em;
}

.contact-reserve__inner__btm .mdl__left {
	width: 42%;
}

.contact-reserve__inner__btm .mdl__left a {
	display: flex;
	flex-direction: column;
	padding: 1.5em 3em;
	border-radius: 0.6em;
	background-color: #f5f5f5;
	text-decoration: none;
}

.contact-reserve__inner__btm .mdl__left a img {
	width: 75%;
	padding-bottom: 1em;
}

.contact-reserve__inner__btm .mdl__left a .txt .desc {
	padding: 1em 2em;
	border: solid 0.1em #4e454a;
	border-radius: 0.5em;
	color: #4e454a;
	line-height: 1.8em;
}

.contact-reserve__inner__btm .mdl__left a .txt .desc span {
	display: block;
}

.contact-reserve__inner__btm .mdl__left a .txt .notes {
	padding-top: 1em;
	color: #c9c9c9;
	font-size: 0.8em;
}

.contact-reserve__inner__btm .mdl__right {
	width: 42%;
}

.contact-reserve__inner__btm .mdl__right a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2em;
	border-radius: 0.6em;
	background-color: #c9c9c9;
	color: #ffffff;
	text-decoration: none;
}

.contact-reserve__inner__btm .mdl__right a .desc {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.6em;
	border-bottom: double;
}

.contact-reserve__inner__btm .mdl__right a .desc i {
	padding-right: 0.5em;
	font-size: 3em;
}

.contact-reserve__inner__btm .mdl__right a .txt {
	padding-top: 1em;
	line-height: 1.6em;
	text-align: center;
}

.contact-reserve__inner__btm .btm {
	display: flex;
	justify-content: center;
	margin: 1em 0 4em;
}

.contact-reserve__inner__btm .btm a {
	display: flex;
	align-items: center;
	padding: 2em 4em;
	border-radius: 0.6em;
	background-color: #c9a99e;
	color: #ffffff;
	text-decoration: none;
}

.contact-reserve__inner__btm .btm a i {
	padding-right: 0.5em;
	font-size: 2.5em;
}

.contact-telephone {
	padding: 6em;
}

.contact-telephone__inner {
	display: flex;
	flex-direction: column;
}

.contact-telephone__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4em;
}

.contact-telephone__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.contact-telephone__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.contact-telephone__inner__btm {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 0.1em solid;
	border-bottom: 0.1em solid;
	border-top-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}

.contact-telephone__inner__btm .top {
	padding-top: 4em;
	line-height: 1.6em;
	text-align: center;
}

.contact-telephone__inner__btm .btm {
	display: flex;
	justify-content: center;
}

.contact-telephone__inner__btm .btm a {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 2em 0 4em;
	padding: 1.5em 3em;
	border-radius: 0.6em;
	background-color: #f5f5f5;
	color: #4e454a;
	text-decoration: none;
}

.contact-telephone__inner__btm .btm a img {
	width: 70%;
	padding-bottom: 1em;
}

.contact-telephone__inner__btm .btm a .txt {
	padding: 1em 2em;
	border: solid 0.1em #4e454a;
	border-radius: 0.5em;
	line-height: 1.8em;
}

.contact-telephone__inner__btm .btm a .txt span {
	margin-left: 2em;
}

.contact-form {
	margin: 6em 0;
	padding: 5em 0;
	background-color: #ccb59d;
}

.contact-form__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 5em 0;
}

.contact-form__inner__top .en {
	color: #ebebeb;
	font-weight: 700;
	font-size: 4.4em;
}

.contact-form__inner__top .ja {
	margin-top: -0.5em;
	padding-bottom: 2em;
	color: #ffffff;
	font-weight: 600;
	font-size: 2.2em;
}

.contact-form__inner__top p {
	color: #ffffff;
	line-height: 1.8em;
	text-align: center;
}

.contact-form__inner__top p span {
	color: #ff9bae;
}

.contact-form__inner__mdl {
	color: #ffffff;
}

.contact-form__inner__mdl .form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form__inner__mdl .form .row {
	width: 48%;
	margin-bottom: 1em;
}

.contact-form__inner__mdl .form .row.last {
	width: 100%;
}

.contact-form__inner__mdl .form .row__name {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
}

.contact-form__inner__mdl .form .row__name span {
	color: #ff9bae;
}

.contact-form__inner__mdl .form .row__input input[type=date] {
	color: #757575;
}

.contact-form__inner__mdl .form .row__input input,
.contact-form__inner__mdl .form .row__input textarea {
	width: 100%;
	height: 3em;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 0;
	border-radius: 0.5em;
	background: #eeeeee;
	font-size: 1em;
}

.contact-form__inner__mdl .form .row__input textarea {
	height: 10em;
}

.contact-form__inner__mdl .form .row__input .wpcf7-not-valid-tip {
	margin-top: 0.3em;
	padding: 0.5em;
	background: #f6bcc7;
	color: #ffffff;
	font-weight: bold;
}

.contact-form__inner__mdl .btn {
	width: 100%;
	margin-top: 3em;
	text-align: center;
}

.contact-form__inner__mdl .btn [type=submit],
.contact-form__inner__mdl .btn [type=button] {
	box-sizing: inherit;
	display: inline-block;
	padding: 1em 5em;
	border: solid 1px #ffffff;
	border-radius: 3em;
	background: #ada398;
	color: #ffffff;
	font-size: 1em;
	letter-spacing: 0.2em;
	transition: 0.2s;
}

.contact-form__inner__mdl .btn [type=submit]:hover,
.contact-form__inner__mdl .btn [type=button]:hover {
	border: solid 1px #ada398;
	background: #ffffff;
	color: #ada398;
}

.contact-form__inner__mdl .btn .wpcf7-spinner {
	display: none;
}

.contact-form__inner__mdl .wpcf7-response-output {
	padding: 1em 0 !important;
	border: none !important;
	background: #f6bcc7;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.contact-form__inner__mdl .wpcf7-not-valid-tip {
	color: #f6bcc7;
}

/* -----------------------------------
  お知らせ一覧ページ
----------------------------------- */

.news {
	padding: 6em 0;
}

.news__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 5em;
	border-bottom: 0.15em solid;
	border-bottom-color: #c9c9c9;
}

.news__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.news__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.news__inner__title {
	padding: 1em 0;
}

.news__inner__title .time {
	color: #766f71;
}

.news__inner__title .title {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
}

.news__inner__mdl .row {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 3em;
	border-bottom: 0.1em solid #dbdbdb;
}

.news__inner__mdl .row__time {
	width: 30%;
	padding-left: 1em;
}

.news__inner__mdl .row__title {
	position: relative;
	width: 70%;
	padding-right: 1em;
	line-height: 1.6em;
}

.news__inner__mdl .row__title a {
	color: #4e454a;
	text-decoration: none;
}

.news__inner__mdl #ez-toc-container {
	width: 100%;
	margin-bottom: 5em;
	padding-left: 1em;
	border: none;
	border-left: 8px solid #ccb59d;
	background: none;
	box-shadow: none;
}

.news__inner__mdl #ez-toc-container .ez-toc-title {
	display: block;
	position: relative;
	margin-bottom: 1em;
	font-weight: bold;
}

.news__inner__mdl #ez-toc-container .ez-toc-list {
	background: #ffffff;
}

.news__inner__mdl #ez-toc-container .ez-toc-list a {
	color: #4e454a;
}

.news__inner__mdl #ez-toc-container .ez-toc-list a::before {
	color: gray;
}

.news__inner__mdl #ez-toc-container .ez-toc-list .ez-toc-page-1 .ez-toc-list-level-3 {
	background: #ffffff;
}

.news__inner__mdl #ez-toc-container .ez-toc-list .ez-toc-page-1 .ez-toc-list-level-3 .ez-toc-heading-level-3 a {
	display: flex;
	align-items: center;
}

.news__inner__mdl #ez-toc-container .ez-toc-list .ez-toc-page-1 .ez-toc-list-level-3 .ez-toc-heading-level-3 a::before {
	content: "・";
	font-weight: bold;
	font-size: 1.3em;
}

.news__inner .pagenavi {
	display: flex;
	justify-content: center;
	padding-top: 5em;
}

.news__inner .pagenavi .wp-pagenavi {
	display: flex;
}

.news__inner .pagenavi .wp-pagenavi .current {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0.4em;
	border: 0.15em solid #f6bcc7;
	border-radius: 50%;
	background-color: #f6bcc7;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.news__inner .pagenavi .wp-pagenavi a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0.4em;
	border: 0.15em solid #f6bcc7;
	border-radius: 50%;
	color: #f6bcc7;
	line-height: 40px;
	text-align: center;
}

.news__inner .pagenavi .wp-pagenavi a:hover {
	background-color: #f6bcc7;
	color: #ffffff;
}

/* -----------------------------------
  お知らせ詳細ページ
----------------------------------- */

.news-single {
	padding: 6em;
}

.news-single__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 5em;
}

.news-single__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.news-single__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.news-single__inner__title {
	padding: 1em 0;
	border-bottom: 0.15em solid;
	border-bottom-color: #c9c9c9;
}

.news-single__inner__title .time {
	color: #766f71;
}

.news-single__inner__title .title {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
}

.news-single .btn {
	padding: 4em;
	text-align: center;
}

.news-single .btn a {
	position: relative;
	padding: 1em 6em 1em 1em;
	border-radius: 0.4em;
	background-color: #f6bcc7;
	color: #ffffff;
	text-decoration: none;
}

.news-single .btn a::before,
.news-single .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #ffffff;
	content: "";
}

.news-single .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.news-single .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

/* -----------------------------------
  キャンペーン一覧ページ
----------------------------------- */

.archive-campaign {
	padding: 6em 0 4em;
}

.archive-campaign__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.archive-campaign__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 5em;
	border-bottom: 0.15em solid #c9c9c9;
}

.archive-campaign__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.archive-campaign__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.archive-campaign__inner__title {
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding: 1em 0;
}

.archive-campaign__inner__title .title {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.6em;
}

.archive-campaign__inner__title .title .title-img {
	width: 30%;
}

.archive-campaign__inner__title .title .title-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	border-bottom: solid 0.15em #dbdbdb;
}

.archive-campaign__inner__title .title .title-txt p {
	padding: 1em;
}

.archive-campaign__inner__mdl {
	display: flex;
	flex-direction: column;
	width: 80%;
}

.archive-campaign__inner__mdl .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 3em 3em 0;
}

.archive-campaign__inner__mdl .row__img {
	width: 25%;
}

.archive-campaign__inner__mdl .row__right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 60%;
}

.archive-campaign__inner__mdl .row__right__title {
	padding-top: 1em;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.6em;
}

.archive-campaign__inner__mdl .row__right__title a {
	color: #4e454a;
	text-decoration: none;
}

.archive-campaign__inner__mdl .row2 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 3em;
	border-bottom: 0.1em solid #dbdbdb;
}

.archive-campaign__inner__mdl .row2:last-child {
	border-bottom: 0;
}

.archive-campaign__inner__mdl .row2__time {
	width: 30%;
	padding-left: 1em;
}

.archive-campaign__inner__mdl .row2__title {
	position: relative;
	width: 70%;
	padding-right: 1em;
	line-height: 1.6em;
}

.archive-campaign__inner__mdl .row2__title a {
	color: #4e454a;
	text-decoration: none;
}

.archive-campaign__inner__mdl .btn {
	padding: 4em;
	text-align: center;
}

.archive-campaign__inner__mdl .btn a {
	position: relative;
	padding: 1em 6em 1em 1em;
	border-radius: 0.4em;
	background-color: #f6bcc7;
	color: #ffffff;
	text-decoration: none;
}

.archive-campaign__inner__mdl .btn a::before,
.archive-campaign__inner__mdl .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #ffffff;
	content: "";
}

.archive-campaign__inner__mdl .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.archive-campaign__inner__mdl .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.archive-campaign__inner .pagenavi {
	display: flex;
	justify-content: center;
	padding-top: 5em;
}

.archive-campaign__inner .pagenavi .wp-pagenavi {
	display: flex;
}

.archive-campaign__inner .pagenavi .wp-pagenavi .current {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0.4em;
	border: 0.15em solid #f6bcc7;
	border-radius: 50%;
	background-color: #f6bcc7;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.archive-campaign__inner .pagenavi .wp-pagenavi a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0.4em;
	border: 0.15em solid #f6bcc7;
	border-radius: 50%;
	color: #f6bcc7;
	line-height: 40px;
	text-align: center;
}

.archive-campaign__inner .pagenavi .wp-pagenavi a:hover {
	background-color: #f6bcc7;
	color: #ffffff;
}

.padding {
	padding-bottom: 6em;
}

/* -----------------------------------
  キャンペーン詳細ページ
----------------------------------- */

.campaign-single {
	padding: 6em;
}

.campaign-single__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 5em;
}

.campaign-single__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.campaign-single__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.campaign-single__inner__title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 2em 0;
}

.campaign-single__inner__title .title-img {
	width: 30%;
}

.campaign-single__inner__title .title-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 65%;
	border-bottom: solid 0.15em #dbdbdb;
}

.campaign-single__inner__title .title-txt p {
	padding: 1em;
}

.campaign-single__inner__title .title-txt .time {
	color: #766f71;
}

.campaign-single__inner__title .title-txt .title {
	font-weight: 600;
	font-size: 1.7em;
	line-height: 1.6em;
}

.campaign-single__inner .btn {
	padding: 4em;
	text-align: center;
}

.campaign-single__inner .btn a {
	position: relative;
	padding: 1em 6em 1em 1em;
	border-radius: 0.4em;
	background-color: #f6bcc7;
	color: #ffffff;
	text-decoration: none;
}

.campaign-single__inner .btn a::before,
.campaign-single__inner .btn a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	background: #ffffff;
	content: "";
}

.campaign-single__inner .btn a::before {
	width: 30px;
	transform: translateY(-50%);
}

.campaign-single__inner .btn a::after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

/* -----------------------------------
  プライバシーポリシー
----------------------------------- */

.privacy {
	margin: 3em 0;
}

.privacy__inner p {
	font-size: 1em;
	line-height: 1.8em;
}

.privacy__inner h2 {
	margin: 1em 0 1em 0;
	padding: 0.5em 0 0.5em 1em;
	border-left: 5px solid #f6bcc7;
	font-size: 1.5em;
	line-height: 1.8em;
}

.privacy__inner ol {
	margin: 1em 0 0 2em;
}

.privacy__inner ol li {
	position: relative;
	padding: 0 0 0 0.5em;
	line-height: 1.8em;
	list-style: outside decimal;
}

.privacy__inner ol li::marker {
	color: #f6bcc7;
	font-weight: bold;
	font-size: 130%;
}

.privacy__inner .right {
	margin-top: 2em;
	text-align: right;
}

/* -----------------------------------
  404ERROR
----------------------------------- */

.error {
	padding-bottom: 5em;
}

.error__inner .desc {
	color: #4e454a;
	line-height: 1.6em;
}

.error__inner h2 {
	margin: 3em 0 1em;
	color: #4e454a;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.error__inner .btn {
	margin-top: 2em;
	text-align: center;
}

.error__inner .btn a {
	display: inline-block;
	padding: 1em 2em;
	background: #fadde3;
	color: #4e454a;
	font-weight: bold;
	text-decoration: none;
}

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

/****************************************
④ 投稿ページ用などがあれば最後に読み込む
****************************************/

/****************************************
① まず変数を読み込む
****************************************/

#post-style p {
	padding: 1em 0;
	line-height: 2em;
}

#post-style p.center {
	text-align: center;
}

#post-style p.right {
	text-align: right;
}

#post-style .underline {
	background: linear-gradient(transparent 50%, #f6bcc7 50%);
	font-weight: bold;
	font-weight: bold;
	font-size: 1.1em;
}

#post-style a {
	color: #ff9bae;
	text-decoration: none;
}

#post-style .img {
	margin: 3em 0;
	text-align: center;
}

#post-style .img.flex {
	display: flex;
}

#post-style .img.flex img {
	width: 50%;
}

#post-style .img img {
	width: 60%;
}

#post-style h2 {
	margin: 2em 0 1em;
	padding: 0.5em;
	border-left: solid 0.7em #dea6b0;
	border-radius: 0.2em;
	background: #f6bcc7;
	color: #ffffff;
	font-weight: 550;
	font-size: 1.5em;
}

#post-style h3 {
	position: relative;
	margin-top: 1em;
	padding: 0.4em 0;
	border-bottom: 3px solid #c9c9c9;
	font-weight: 550;
	font-size: 1.5em;
}

#post-style h3::after {
	display: block;
	position: absolute;
	bottom: -3px;
	width: 10%;
	border-bottom: solid 3px #f6bcc7;
	content: " ";
}

#post-style h4 {
	margin-top: 1em;
	padding: 0.5em;
	border-bottom: 3px dotted #ebebeb;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.8em;
}

#post-style ul {
	padding: 1em;
	background: #ccb59d;
	color: #ffffff;
	list-style: inside;
}

#post-style ul span {
	color: #4e454a;
}

#post-style ul li {
	padding: 0.5em 0;
	line-height: 1.8em;
}

#post-style ol {
	padding: 1em;
	color: #f6bcc7;
	list-style: auto;
}

#post-style ol span {
	color: #4e454a;
}

#post-style ol li {
	padding: 0.5em 0;
}

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

/* -----------------------------------
    basic
  ----------------------------------- */

body {
	font-size: 1.6rem;
}

body .l-container2 {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 4rem;
}

body .tab {
	display: block;
}

body .pc {
	display: none;
}

.layer-mv__bg img {
	-o-object-fit: cover;
	height: 500px;
	object-fit: cover;
}

.layer-mv__list {
	position: relative;
	top: 0;
	padding: 1em;
}

.layer-mv__list ul {
	color: #4e454a;
	line-height: 1.6em;
}

.layer-mv__list ul a {
	color: #4e454a;
}

.layer-mv__list ul :not(:last-of-type)::after {
	color: #4e454a;
}

.layer-mv__title .ja {
	font-size: 2.8em;
}

.layer-mv__title .en {
	font-size: 2em;
}

/* -----------------------------------
    header
  ----------------------------------- */

.header__inner .logo {
	width: 20%;
}

.header__inner .menu {
	justify-content: flex-end;
	width: 80%;
}

.header__inner .menu li {
	margin: 0.5em 0.4em;
	font-size: 0.7em;
}

/* -----------------------------------
    footer
  ----------------------------------- */

footer .footer__inner__top {
	padding: 3em 0;
}

footer .footer__inner__top__right a {
	padding: 1.3em 4em;
}

footer .footer__inner__mdl {
	padding-bottom: 3em;
}

footer .footer__inner__mdl__left {
	width: 47%;
}

footer .footer__inner__mdl__left p {
	font-size: 0.9em;
}

footer .footer__inner__mdl__right {
	width: 50%;
}

footer .footer__inner__mdl__right .calendar {
	font-size: 0.8em;
}

footer .footer__inner__mdl__right .calendar__top {
	padding: 1em 0;
}

footer .footer__inner__mdl__right .calendar__time {
	padding: 1em 0;
}

footer .footer__inner__btm {
	padding-bottom: 2em;
}

footer .footer__inner__btm .menu {
	font-size: 0.8em;
	line-height: 1.3em;
}

footer .footer__inner__copyright {
	font-size: 0.75em;
}

/* -----------------------------------
    トップページ
  ----------------------------------- */

.top-mv__bg img {
	-o-object-fit: cover;
	height: 550px;
	object-fit: cover;
}

.top-mv__logo {
	top: 47%;
	width: 55%;
}

.top-mv__btn {
	bottom: 4.5em;
	font-size: 0.8em;
}

.top-mv__parts {
	width: 5%;
}

.top-concept__inner {
	flex-wrap: wrap-reverse;
}

.top-concept__inner__top {
	display: block;
	width: 100%;
	padding-bottom: 1em;
}

.top-concept__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4.4em;
}

.top-concept__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 2.2em;
}

.top-concept__inner__left {
	width: 60%;
	margin: 0;
	padding: 0 2em 0 0;
}

.top-concept__inner__left .en {
	display: none;
}

.top-concept__inner__left .ja {
	display: none;
}

.top-concept__inner__right {
	width: 40%;
	padding-bottom: 3em;
}

.top-news__inner__left {
	width: 40%;
}

.top-news__inner__right {
	width: 60%;
}

.top-news__inner__right .row {
	display: flex;
	flex-direction: column;
}

.top-news__inner__right .row__time {
	padding-bottom: 0.5em;
}

.top-news__inner__right .row__title {
	width: 100%;
	padding: 0 5em 0 0;
}

.top-category__inner__box {
	flex-direction: column;
}

.top-category__inner__box__left {
	width: 95%;
}

.top-category__inner__box__left img {
	border-radius: 1em 1em 0 0;
}

.top-category__inner__box__right {
	width: 95%;
	padding-bottom: 1em;
	border-radius: 0 0 1em 1em;
}

.top-category__inner__box__right .ja {
	font-size: 1.5em;
}

.top-category__inner__box__right .desc {
	padding: 1.5em 0;
}

.top-category__inner__box__right .btn a {
	padding-right: 3em;
}

.top-introduction__inner__btm a {
	width: 49%;
}

/* -----------------------------------
    ABOUTページ
  ----------------------------------- */

.about-philosophy__inner .desc {
	text-align: left;
}

.about-features__inner__top {
	padding-bottom: 0;
}

.about-features__inner__btm {
	display: flex;
	flex-direction: column;
}

.about-features__inner__btm__box {
	width: 100%;
	padding-top: 4em;
}

.about-features__inner__btm__box__img img {
	width: 100%;
}

.about-doctor__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-doctor__inner__btm {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.about-doctor__inner__btm .left {
	width: 70%;
	padding: 2em 0;
}

.about-doctor__inner__btm .right {
	width: 100%;
	padding: 3em;
}

/* -----------------------------------
    美容皮膚科ページ
  ----------------------------------- */

.beauty-concept__inner__top {
	padding-bottom: 1em;
}

.beauty-concept__inner__mdl {
	display: flex;
	flex-direction: column;
}

.beauty-concept__inner__mdl .left {
	width: 80%;
}

.beauty-concept__inner__mdl .right {
	width: 100%;
	padding-top: 2em;
	text-align: center;
}

.beauty-concept__inner__btm {
	padding-top: 3.5em;
}

.beauty-symptoms {
	padding: 3em 0;
}

.beauty-symptoms__inner__top {
	padding-bottom: 4em;
}

.beauty-symptoms__inner__btm {
	flex-wrap: wrap;
}

.beauty-symptoms__inner__btm .box-row {
	width: 45%;
}

.beauty-symptoms__inner__btm .box-img {
	width: 25%;
	margin-right: 5em;
}

.beauty-symptoms__inner__tab .tab.active .tab__right__surgical .list li a {
	line-height: 2em;
}

.beauty-introduction__inner__btm a {
	width: 49%;
}

/* -----------------------------------
    皮膚科ページ
  ----------------------------------- */

.derma-concept {
	padding-bottom: 4em;
}

.derma-concept__inner__mdl {
	display: flex;
	flex-direction: column;
}

.derma-concept__inner__mdl .left {
	width: 100%;
}

.derma-concept__inner__mdl .right {
	width: 100%;
	padding-top: 2em;
}

.derma-worry {
	margin: 4em 0;
	padding-bottom: 4em;
}

/* -----------------------------------
    施術紹介ページ
  ----------------------------------- */

.beauty-cmn__inner__container .box__txt .btn a::before,
.beauty-cmn__inner__container .box__txt .btn a::after {
	content: "";
}

/* -----------------------------------
    よくあるご質問
  ----------------------------------- */

.faq__inner__cat .row__item__head {
	cursor: pointer;
}

.faq__inner__cat .row__item__head .img-arrow {
	width: 3.5%;
}

/* -----------------------------------
    料金表
  ----------------------------------- */

.price__inner__tab__list a::after {
	content: "";
}

.price__inner__tabcontent .row .sub-title span:before,
.price__inner__tabcontent .row .sub-title span:after {
	content: "";
}

.price__inner__tabcontent .row .table.three .table__row__mid {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* -----------------------------------
    お問合せ・予約
  ----------------------------------- */

.contact-reserve {
	padding: 2em 0;
}

.contact-reserve__inner__btm .mdl {
	flex-direction: column;
	padding: 1em 0;
}

.contact-reserve__inner__btm .mdl__left {
	width: 100%;
	margin-bottom: 2em;
}

.contact-reserve__inner__btm .mdl__right {
	width: 100%;
}

.contact-reserve__inner__btm .btm {
	width: 100%;
}

.contact-reserve__inner__btm .btm a {
	justify-content: center;
	width: 100%;
}

.contact-telephone {
	padding: 2em 0;
}

.contact-telephone__inner__btm .btm {
	width: 100%;
}

.contact-telephone__inner__btm .btm a {
	width: 100%;
}

/* -----------------------------------
    お知らせ一覧ページ
  ----------------------------------- */

/* -----------------------------------
    お知らせ詳細ページ
  ----------------------------------- */

.news-single {
	padding: 6em 1em;
}

.news-single__mdl .img {
	width: 70%;
}

.news-single s .btn a::before,
.news-single s .btn a::after {
	content: "";
}

/* -----------------------------------
    キャンペーン一覧ページ
  ----------------------------------- */

.archive-campaign__inner__mdl .row {
	padding: 3em 0 0;
}

/* -----------------------------------
    キャンペーン詳細ページ
  ----------------------------------- */

.campaign-single {
	padding: 6em 1em;
}

.campaign-single__inner__title .title-img {
	margin-top: 3em;
}

.campaign-single__inner .btn a::before,
.campaign-single__inner .btn a::after {
	content: "";
}

}

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

/* -----------------------------------
    basic
  ----------------------------------- */

body {
	font-size: 1.5rem;
}

body .l-container2 {
	padding: 0 2rem;
}

body .sp {
	display: block;
}

.layer-mv__bg img {
	-o-object-fit: cover;
	height: 380px;
	object-fit: cover;
}

.layer-mv__title {
	text-align: center;
}

.layer-mv__title .ja {
	font-size: 2.5em;
}

.layer-mv__title .en {
	font-size: 1.8em;
}

/* -----------------------------------
    header
  ----------------------------------- */

.header {
	display: none;
}

.header-sp {
	display: flex;
	z-index: 9999;
	position: fixed;
	justify-content: space-between;
	width: 100%;
	background: rgba(146, 146, 146, 0.8);
}

.header-sp__logo {
	display: flex;
	z-index: 9999;
	align-items: center;
	width: 40%;
	padding: 1em 1.5em;
}

.header-sp__hamb {
	display: flex;
	z-index: 9999;
	align-items: center;
	padding: 0 2em;
	background: #c2ada2;
	cursor: pointer;
}

.header-sp__hamb__inner__span {
	position: relative;
	width: 80%;
	height: 20px;
	margin: 0 auto 0.2em;
}

.header-sp__hamb.active .header-sp__hamb__inner__span span:nth-child(1) {
	top: 0;
	transform: translateY(3px) rotate(-45deg);
}

.header-sp__hamb.active .header-sp__hamb__inner__span span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	opacity: 0;
}

.header-sp__hamb.active .header-sp__hamb__inner__span span:nth-child(3) {
	bottom: 0;
	transform: translateY(-13px) rotate(45deg);
}

.header-sp__hamb__inner__span .header-sp__hamb__inner__span span:nth-of-type(1):hover {
	width: 70%;
}

.header-sp__hamb__inner__span .header-sp__hamb.active:hover span:nth-of-type(3) {
	width: 35%;
}

.header-sp__hamb__inner__span span {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background: #ffffff;
	transition: 0.4s;
}

.header-sp__hamb__inner__span span:nth-child(1) {
	top: 0;
}

.header-sp__hamb__inner__span span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.header-sp__hamb__inner__span span:nth-child(3) {
	bottom: 0;
}

.header-sp__hamb__inner__txt {
	margin-top: 0.8em;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.6em;
}

.header-sp__nav {
	display: none;
	z-index: 9998;
}

.header-sp__nav.active {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	padding-top: 86px;
	background: #c2ada2;
}

.header-sp__nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5em 1em 2em;
	border-bottom: solid 1px #ffffff;
}

.header-sp__nav__list li {
	width: 45%;
	margin-bottom: 1.5em;
}

.header-sp__nav__list li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.header-sp__nav__list li a span {
	display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 0.6em;
	line-height: 1.4em;
}

.header-sp__nav__mid ul li a {
	display: block;
	color: #4e454a;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
}

.header-sp__nav__btm {
	padding: 3em;
}

.header-sp__nav__btm__logo {
	margin: 3em 0 1em;
	text-align: center;
}

.header-sp__nav__btm__logo img {
	width: 70%;
	padding-bottom: 1em;
}

.header-sp__nav__btm__address {
	margin-bottom: 2em;
	color: #ffffff;
	line-height: 1.6em;
	text-align: center;
}

.header-sp__nav__btm__sns {
	display: flex;
	justify-content: center;
}

.header-sp__nav__btm__sns .insta {
	margin: 0 1.5em;
}

.header-sp__nav__btm__sns .insta a {
	color: #ffffff;
	text-decoration: none;
}

.header-sp__nav__btm__sns .insta a i {
	font-size: 1.5em;
}

/* -----------------------------------
    footer
  ----------------------------------- */

footer .footer__inner__top {
	flex-direction: column;
	padding: 3em 0 1em;
}

footer .footer__inner__top__left {
	width: 70%;
}

footer .footer__inner__top__right {
	width: 100%;
	padding: 2em 0;
}

footer .footer__inner__top__right p {
	margin-bottom: 1.1em;
}

footer .footer__inner__top__right a {
	padding: 1.3em 4em;
}

footer .footer__inner__mdl {
	flex-direction: column;
	padding-bottom: 2em;
}

footer .footer__inner__mdl__left {
	width: 100%;
	padding-bottom: 1em;
}

footer .footer__inner__mdl__left p {
	font-size: 0.9em;
}

footer .footer__inner__mdl__left .btn {
	display: flex;
	justify-content: flex-end;
}

footer .footer__inner__mdl__right {
	width: 100%;
}

footer .footer__inner__mdl__right .calendar {
	font-size: 0.8em;
}

footer .footer__inner__mdl__right .calendar__top {
	padding: 1em 0;
}

footer .footer__inner__mdl__right .calendar__time {
	padding: 1em 0;
}

footer .footer__inner__btm {
	padding-bottom: 2em;
}

footer .footer__inner__btm .menu {
	flex-wrap: wrap;
	font-size: 0.9em;
	line-height: 1.3em;
}

footer .footer__inner__btm .menu .menu1 {
	width: 50%;
	padding-bottom: 2em;
}

footer .footer__inner__btm .menu .menu1 i {
	padding-top: 0;
}

footer .footer__inner__btm .menu .menu1.end {
	display: flex;
	align-items: center;
}

footer .footer__inner__btm .menu .menu1.end li:first-child {
	margin-right: 1em;
}

footer .footer__inner__btm .menu .menu1.end li a {
	padding-bottom: 0;
}

footer .footer__inner__copyright {
	font-size: 0.75em;
}

/* -----------------------------------
    トップページ
  ----------------------------------- */

.top-mv__bg img {
	-o-object-fit: cover;
	height: 700px;
	object-fit: cover;
}

.top-mv__logo {
	top: 45%;
	width: 75%;
}

.top-mv__btn {
	right: 0;
	bottom: 4.5em;
	width: 100%;
	font-size: 0.8em;
}

.top-mv__btn__top {
	right: 0;
	justify-content: space-between;
	width: 100%;
	padding: 1em;
}

.top-mv__btn__top a {
	width: 32%;
	margin: 0;
	padding: 1em 0.5em;
	background: rgba(152, 152, 152, 0.7);
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

.top-mv__btn__top a:hover {
	background-color: #fadde3;
}

.top-mv__btn__btm {
	width: 100%;
	margin: 0;
}

.top-mv__btn__btm a {
	margin: 0 1em;
	background: rgba(152, 152, 152, 0.7);
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}

.top-mv__parts {
	width: 5%;
}

.top-concept {
	margin-top: 4em;
}

.top-concept__inner__top {
	display: block;
	width: 100%;
	padding-bottom: 3em;
}

.top-concept__inner__top .en {
	font-size: 4em;
}

.top-concept__inner__top .ja {
	font-size: 1.7em;
}

.top-concept__inner__left {
	width: 100%;
	margin: 0;
	padding: 0;
}

.top-concept__inner__left .en {
	display: none;
}

.top-concept__inner__left .ja {
	display: none;
}

.top-concept__inner__left .btn {
	padding-bottom: 3em;
}

.top-concept__inner__right {
	width: 100%;
	padding-bottom: 2em;
}

.top-news {
	padding-bottom: 3em;
}

.top-news__inner {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: flex-end;
}

.top-news__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 3em;
}

.top-news__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 4em;
}

.top-news__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 1.7em;
}

.top-news__inner__left {
	width: 100%;
}

.top-news__inner__left .btn {
	display: flex;
	justify-content: flex-end;
}

.top-news__inner__left .en {
	display: none;
}

.top-news__inner__left .ja {
	display: none;
}

.top-news__inner__right {
	width: 100%;
}

.top-news__inner__right .row {
	display: flex;
	flex-direction: column;
}

.top-news__inner__right .row__time {
	width: 100%;
	padding-bottom: 0.5em;
}

.top-category {
	padding-bottom: 3em;
}

.top-category__inner {
	flex-wrap: wrap;
}

.top-category__inner__box {
	flex-direction: column;
	width: 100%;
	padding: 2em 0;
}

.top-category__inner__box__left {
	width: 100%;
}

.top-category__inner__box__left img {
	border-radius: 2em 2em 0 0;
}

.top-category__inner__box__right {
	width: 100%;
	padding: 2em;
	border-radius: 0 0 2em 2em;
}

.top-category__inner__box__right .ja {
	margin-top: 0em;
	font-size: 1.5em;
}

.top-category__inner__box__right .desc {
	padding: 1.5em 0;
}

.top-category__inner__box__right .btn a {
	padding-right: 5em;
}

.top-introduction__inner__top {
	padding: 3em 0;
}

.top-introduction__inner__top .en {
	font-size: 4em;
}

.top-introduction__inner__top .ja {
	font-size: 1.7em;
}

.top-introduction__inner__btm a {
	width: 100%;
}

.top-campaign__inner__top {
	padding: 3em 0;
}

.top-campaign__inner__top .en {
	font-size: 4em;
}

.top-campaign__inner__top .ja {
	font-size: 1.7em;
}

/* -----------------------------------
    ABOUTページ
  ----------------------------------- */

.about-features__inner__top {
	padding-bottom: 0;
}

.about-features__inner__btm {
	display: flex;
	flex-direction: column;
}

.about-features__inner__btm__box {
	padding-top: 3.5em;
}

.about-doctor__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-doctor__inner__btm {
	padding: 0;
}

.about-doctor__inner__btm .left {
	width: 80%;
}

.about-doctor__inner__btm .right {
	width: 100%;
	padding: 2em 0;
}

.about-doctor__inner__btm .right__btm li {
	padding: 0.6em 0;
	line-height: 1.5em;
}

/* -----------------------------------
    美容皮膚科ページ
  ----------------------------------- */

.beauty-concept {
	padding-bottom: 3em;
}

.beauty-concept__inner__mdl .left {
	width: 95%;
}

.beauty-concept__inner__mdl .right .desc {
	text-align: left;
}

.beauty-concept__inner__mdl .right .desc .beauty-span {
	display: none;
}

.beauty-concept__inner__btm {
	text-align: left;
}

.beauty-symptoms__inner__btm {
	flex-direction: column;
	align-items: center;
}

.beauty-symptoms__inner__btm .box-row {
	order: 1;
	width: 100%;
}

.beauty-symptoms__inner__btm .box-row__list {
	flex-direction: row;
	flex-wrap: wrap;
}

.beauty-symptoms__inner__btm .box-row__list li {
	margin-right: 1em;
}

.beauty-symptoms__inner__btm .box-img {
	width: 50%;
	margin-right: 0;
	padding-top: 0;
}

.beauty-symptoms__inner__tab .tab.active {
	flex-direction: column;
}

.beauty-symptoms__inner__tab .tab.active .tab__left {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

.beauty-symptoms__inner__tab .tab.active .tab__left img {
	width: 50%;
}

.beauty-symptoms__inner__tab .tab.active .tab__right {
	width: 100%;
}

.beauty-introduction__inner__top {
	padding: 3em 0;
}

.beauty-introduction__inner__top .en {
	font-size: 4em;
}

.beauty-introduction__inner__top .ja {
	font-size: 1.7em;
}

.beauty-introduction__inner__btm a {
	width: 100%;
}

/* -----------------------------------
    皮膚科ページ
  ----------------------------------- */

.derma-worry {
	margin: 3em 0;
}

.derma-worry__inner__box {
	padding: 2em;
}

.derma-worry__inner__box .title {
	width: 300px;
	padding: 0.4em 0.3em;
	font-size: 1.1em;
}

.derma-worry__inner__box .desc .derma-span {
	display: none;
}

.derma-worry__inner .info {
	font-size: 0.9em;
	line-height: 1.6em;
}

/* -----------------------------------
    施術紹介ページ
  ----------------------------------- */

.beauty-cmn__inner__title .en {
	font-size: 4em;
}

.beauty-cmn__inner__title .ja {
	font-size: 1.7em;
}

.beauty-cmn__inner__title .desc .beauty-span {
	display: none;
}

.beauty-cmn__inner__container .box {
	display: flex;
	flex-direction: column;
	padding: 1em;
}

.beauty-cmn__inner__container .box:nth-child(even) {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse;
}

.beauty-cmn__inner__container .box__img {
	width: 50%;
	padding: 1em;
}

.beauty-cmn__inner__container .box__img img:first-child {
	margin-bottom: 1em;
}

.beauty-cmn__inner__container .box__txt {
	width: 90%;
	padding: 1em 0;
}

.beauty-cmn__inner__container .box__txt .title {
	margin-bottom: 1em;
}

.beauty-cmn__inner__container .box__txt .btn a::before,
.beauty-cmn__inner__container .box__txt .btn a::after {
	content: "";
}

.beauty-cmn__inner__container .other-box__btm {
	padding: 1em;
}

/* -----------------------------------
    よくあるご質問
  ----------------------------------- */

.faq__inner__cat .cat-desc img {
	width: 100%;
}

.faq__inner__cat .row__item__head {
	cursor: pointer;
}

.faq__inner__cat .row__item__head .img-arrow {
	width: 5.5%;
}

.faq__inner__cat .row__item__body.is-open img {
	width: 70%;
}

/* -----------------------------------
    料金表
  ----------------------------------- */

.price .l-container {
	padding: 0 2em;
}

.price__inner__tab__list a::after {
	display: none;
	content: "";
}

.price__inner__tabcontent .row .sub-title span:before,
.price__inner__tabcontent .row .sub-title span:after {
	content: "";
}

.price__inner__tabcontent .row .table.three .table__row {
	font-size: 0.9em;
}

.price__inner__tabcontent .row .table.three .table__row__left {
	width: 43%;
}

.price__inner__tabcontent .row .table.three .table__row__mid {
	width: 27%;
}

.price__inner__tabcontent .row .table.three .table__row__right {
	width: 30%;
}

.price__inner__tabcontent .row .table__row:first-child .table__row__left,
.price__inner__tabcontent .row .table__row:first-child .table__row__mid,
.price__inner__tabcontent .row .table__row:first-child .table__row__right {
	font-size: 1em;
}

.price__inner__tabcontent .row__tab {
	flex-direction: column;
}

.price__inner__tabcontent .row__tab.two .row__tab__list {
	width: 100%;
}

.price__inner__tabcontent .row__tab__list {
	width: 100%;
}

/* -----------------------------------
    お問合せ・予約
  ----------------------------------- */

.contact-reserve__inner__btm .mdl__left a .txt .desc span {
	display: block;
	margin-left: 0;
}

.contact-reserve__inner__btm .btm {
	line-height: 1.6em;
}

.contact-telephone__inner__btm .btm a .txt span {
	display: block;
	margin-left: 0;
}

.contact-form__inner__top {
	padding: 0;
}

.contact-form__inner__top .en {
	line-height: 1em;
}

.contact-form__inner__top .ja {
	padding-bottom: 1em;
}

.contact-form__inner__mdl {
	margin-top: 2em;
}

.contact-form__inner__mdl .form .row {
	width: 100%;
}

.contact-form__inner__mdl .wpcf7-response-output {
	line-height: 1.4em;
}

/* -----------------------------------
    お知らせ一覧ページ
  ----------------------------------- */

.news__inner__mdl .row {
	flex-direction: column;
	padding: 2em 1em;
}

.news__inner__mdl .row__time {
	width: 100%;
	margin-bottom: 0.5em;
}

.news__inner__mdl .row__title {
	width: 100%;
	padding-left: 1em;
}

/* -----------------------------------
    お知らせ詳細ページ
  ----------------------------------- */

.news-single {
	padding: 6em 0;
}

.news-single .btn a::before,
.news-single .btn a::after {
	content: "";
}

/* -----------------------------------
    キャンペーン一覧ページ
  ----------------------------------- */

.archive-campaign__inner__mdl {
	width: 90%;
}

.archive-campaign__inner__mdl .row__right {
	width: 70%;
}

.archive-campaign__inner__mdl .row__right__title {
	font-size: 1em;
}

.archive-campaign__inner__mdl .row2 {
	flex-direction: column;
	padding: 2em 1em;
}

.archive-campaign__inner__mdl .row2__time {
	width: 100%;
	margin-bottom: 0.5em;
}

.archive-campaign__inner__mdl .row2__title {
	width: 100%;
	padding-left: 1em;
}

.archive-campaign__inner__mdl .btn {
	padding: 4em 2em;
}

.archive-campaign__inner__mdl .btn a {
	font-size: 0.9em;
}

.archive-campaign__inner .pagenavi {
	padding-top: 3em;
}

/* -----------------------------------
    キャンペーン詳細ページ
  ----------------------------------- */

.campaign-single {
	padding: 6em 1em;
}

.campaign-single__inner__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.campaign-single__inner__title .title-img {
	width: 100%;
	margin-top: 0;
	padding-bottom: 2em;
}

.campaign-single__inner__title .title-txt {
	width: 100%;
}

.campaign-single__inner__title .title-txt p {
	padding: 1em 0;
}

.campaign-single__inner__title .title-txt .time {
	padding-bottom: 0;
}

.campaign-single__inner .btn {
	padding: 4em 0;
}

.campaign-single__inner .btn a {
	padding: 1em 4em 1em 1em;
}

.campaign-single__inner .btn a::before,
.campaign-single__inner .btn a::after {
	content: "";
}

}

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

/* -----------------------------------
    basic
  ----------------------------------- */

body {
	font-size: 1.5rem;
}

body .l-container {
	padding: 0 1rem;
}

body .l-container2 {
	padding: 0 1rem;
}

body .min {
	display: block;
}

.layer-mv__bg img {
	-o-object-fit: cover;
	height: 300px;
	object-fit: cover;
}

.layer-mv__title .ja {
	font-size: 2em;
}

.layer-mv__title .en {
	font-size: 1.7em;
}

/* -----------------------------------
    header
  ----------------------------------- */

.header {
	display: none;
}

.header-sp__logo {
	width: 40%;
	padding: 0.5em 0em 0.5em 1em;
}

/* -----------------------------------
    footer
  ----------------------------------- */

footer .footer__inner__top {
	flex-direction: column;
	padding: 3em 0 1em;
}

footer .footer__inner__top__right {
	padding: 2em 0;
}

footer .footer__inner__top__right p {
	margin-bottom: 1.1em;
}

footer .footer__inner__top__right a {
	padding: 1.3em 4em;
}

footer .footer__inner__mdl {
	flex-direction: column;
	padding-bottom: 2em;
}

footer .footer__inner__mdl__left {
	width: 100%;
	padding-bottom: 1em;
}

footer .footer__inner__mdl__left p {
	font-size: 0.9em;
}

footer .footer__inner__mdl__left .btn {
	display: flex;
	justify-content: flex-end;
}

footer .footer__inner__mdl__right {
	width: 100%;
}

footer .footer__inner__mdl__right .calendar {
	font-size: 0.8em;
}

footer .footer__inner__mdl__right .calendar__top {
	padding: 1em 0;
}

footer .footer__inner__mdl__right .calendar__time {
	padding: 1em 0;
}

footer .footer__inner__btm {
	padding-bottom: 2em;
}

footer .footer__inner__btm .menu {
	flex-wrap: wrap;
	font-size: 1em;
	line-height: 1.3em;
}

footer .footer__inner__btm .menu .menu1 {
	width: 100%;
	padding-bottom: 2em;
}

footer .footer__inner__btm .menu .menu1 i {
	padding-top: 0;
}

footer .footer__inner__btm .menu .menu1.side {
	display: flex;
}

/* -----------------------------------
    トップページ
  ----------------------------------- */

.top-mv__bg img {
	-o-object-fit: cover;
	height: 700px;
	object-fit: cover;
}

.top-mv__logo {
	top: 45%;
	width: 75%;
}

.top-mv__logo .logo-txt .sp {
	display: none;
}

.top-mv__logo .logo-txt .mv-span {
	display: block;
}

.top-mv__btn {
	bottom: 4.5em;
	font-size: 0.8em;
}

.top-mv__btn__top {
	justify-content: space-between;
}

.top-mv__btn__top a {
	width: 31%;
}

.top-mv__btn__top a span {
	display: block;
}

.top-mv__parts {
	width: 5%;
}

.top-concept {
	margin-top: 4em;
}

.top-concept__inner__top {
	display: block;
	width: 100%;
	padding-bottom: 3em;
}

.top-concept__inner__top .en {
	font-size: 3em;
}

.top-concept__inner__top .ja {
	font-size: 1.4em;
}

.top-concept__inner__left {
	width: 100%;
	margin: 0;
	padding: 0;
}

.top-concept__inner__left .en {
	display: none;
}

.top-concept__inner__left .ja {
	display: none;
}

.top-concept__inner__left .btn {
	padding-bottom: 3em;
}

.top-concept__inner__right {
	width: 100%;
	padding-bottom: 2em;
}

.top-news {
	padding-bottom: 3em;
}

.top-news__inner {
	display: flex;
	justify-content: flex-end;
}

.top-news__inner__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 3em;
}

.top-news__inner__top .en {
	color: #fadde3;
	font-weight: 700;
	font-size: 3em;
}

.top-news__inner__top .ja {
	margin-top: -0.5em;
	font-weight: 600;
	font-size: 1.4em;
}

.top-news__inner__left .en {
	display: none;
}

.top-news__inner__left .ja {
	display: none;
}

.top-news__inner__right {
	width: 100%;
}

.top-news__inner__right .row {
	display: flex;
	flex-direction: column;
}

.top-news__inner__right .row__time {
	padding-bottom: 0.5em;
}

.top-category {
	padding-bottom: 3em;
}

.top-category__inner {
	flex-wrap: wrap;
}

.top-category__inner__box {
	flex-direction: column;
	width: 100%;
	padding: 2em 0;
}

.top-category__inner__box__left {
	width: 100%;
}

.top-category__inner__box__left img {
	border-radius: 2em 2em 0 0;
}

.top-category__inner__box__right {
	width: 100%;
	padding: 2em;
	border-radius: 0 0 2em 2em;
}

.top-category__inner__box__right .ja {
	margin-top: 0em;
	font-size: 1.5em;
}

.top-category__inner__box__right .desc {
	padding: 1.5em 0;
}

.top-category__inner__box__right .btn a {
	padding-right: 5em;
}

.top-introduction__inner__top {
	padding: 3em 0;
}

.top-introduction__inner__top .en {
	font-size: 2.9em;
}

.top-introduction__inner__top .ja {
	font-size: 1.2em;
}

.top-campaign__inner__top {
	padding: 3em 0;
}

.top-campaign__inner__top .en {
	font-size: 3em;
}

.top-campaign__inner__top .ja {
	font-size: 1.4em;
}

/* -----------------------------------
    ABOUTページ
  ----------------------------------- */

.about-philosophy__inner .en {
	font-size: 3.8em;
}

.about-philosophy__inner .ja {
	font-size: 2em;
}

.about-features {
	padding: 5em 1em;
}

.about-features__inner {
	padding: 0;
}

.about-features__inner__top .en {
	font-size: 3.8em;
}

.about-features__inner__top .ja {
	font-size: 2em;
}

.about-doctor {
	padding: 1em;
}

.about-doctor__inner__top .en {
	font-size: 3.8em;
}

.about-doctor__inner__top .ja {
	font-size: 2em;
}

.about-doctor__inner__btm .left {
	width: 90%;
}

/* -----------------------------------
    美容皮膚科ページ
  ----------------------------------- */

.beauty-concept {
	padding-bottom: 3em;
}

.beauty-concept__inner__top .en {
	font-size: 3.8em;
}

.beauty-concept__inner__top .ja {
	font-size: 2em;
}

.beauty-concept__inner__mdl .left {
	width: 95%;
}

.beauty-symptoms {
	padding: 3em 0;
}

.beauty-symptoms__inner__top {
	padding-bottom: 2em;
}

.beauty-symptoms__inner__top .en {
	font-size: 3.8em;
}

.beauty-symptoms__inner__top .ja {
	font-size: 2em;
}

.beauty-symptoms__inner__btm {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.beauty-symptoms__inner__btm .box {
	width: 100%;
}

.beauty-symptoms__inner__btm .box__top {
	display: flex;
	align-items: center;
}

.beauty-symptoms__inner__btm .box__top__left {
	width: 20%;
}

.beauty-symptoms__inner__btm .box__btm .desc {
	line-height: 2.5em;
	text-align: center;
}

.beauty-introduction__inner__top .en {
	font-size: 2.9em;
}

.beauty-introduction__inner__top .ja {
	font-size: 1.2em;
}

.beauty-introduction__inner__btm a .btn .img {
	width: 22%;
	padding-left: 0;
}

.beauty-introduction__inner__btm a .btn p {
	width: 78%;
	padding-left: 0;
}

/* -----------------------------------
    皮膚科ページ
  ----------------------------------- */

.derma-worry__inner__box {
	padding: 1em;
}

.derma-worry__inner__box .desc {
	padding: 2em 0;
}

/* -----------------------------------
    施術紹介ページ
  ----------------------------------- */

.beauty-cmn__inner__title .en {
	font-size: 2.5em;
}

.beauty-cmn__inner__title .ja {
	font-size: 1.4em;
}

.beauty-cmn__inner__container .box {
	padding: 0.5em;
}

.beauty-cmn__inner__container .box__img {
	width: 60%;
}

.beauty-cmn__inner__container .box__txt .title {
	font-size: 1.2em;
}

.beauty-cmn__inner__container .box__txt .desc {
	font-size: 0.9em;
	line-height: 1.8em;
}

.beauty-cmn__inner__container .box__txt .btn a::before,
.beauty-cmn__inner__container .box__txt .btn a::after {
	content: "";
}

.beauty-cmn__inner__container .other-box__btm p {
	font-size: 0.8em;
}

/* -----------------------------------
    よくあるご質問
  ----------------------------------- */

.faq__inner__cat .row__item__head {
	cursor: pointer;
}

.faq__inner__cat .row__item__head .img-arrow {
	width: 6%;
}

/* -----------------------------------
    料金表
  ----------------------------------- */

.price__inner__title .en {
	font-size: 3.5em;
}

.price__inner__title .ja {
	font-size: 1.6em;
}

.price__inner__tab__list a::after {
	display: none;
	content: "";
}

.price__inner__tabcontent .row .sub-title span:before,
.price__inner__tabcontent .row .sub-title span:after {
	content: "";
}

.price__inner__tabcontent .row__tab {
	flex-direction: column;
}

/* -----------------------------------
  お問合せ・予約
  ----------------------------------- */

.contact-reserve__inner__top .en {
	font-size: 3.5em;
}

.contact-reserve__inner__top .ja {
	font-size: 1.6em;
}

.contact-telephone__inner__top .en {
	font-size: 3.5em;
}

.contact-telephone__inner__top .ja {
	font-size: 1.6em;
}

.contact-form__inner__top .en {
	font-size: 3.5em;
}

.contact-form__inner__top .ja {
	font-size: 1.6em;
}

/* -----------------------------------
    お知らせ一覧ページ
  ----------------------------------- */

.news__inner__top .en {
	font-size: 3.5em;
}

.news__inner__top .ja {
	font-size: 1.6em;
}

/* -----------------------------------
    お知らせ詳細ページ
  ----------------------------------- */

.news-single {
	padding: 6em 1em;
}

.news-single__inner__top .en {
	font-size: 3.5em;
}

.news-single__inner__top .ja {
	font-size: 1.6em;
}

.news-single__inner__title .title {
	font-size: 1.4em;
}

.news-single .btn {
	padding: 4em 0;
}

.news-single .btn a {
	padding: 1em 4em 1em 1em;
}

.news-single .btn a::before,
.news-single .btn a::after {
	content: "";
}

/* -----------------------------------
    キャンペーン一覧ページ
  ----------------------------------- */

.archive-campaign__inner__top .en {
	font-size: 3.5em;
}

.archive-campaign__inner__top .ja {
	font-size: 1.6em;
}

.archive-campaign__inner__mdl {
	width: 100%;
}

.archive-campaign__inner__mdl .row__right__title {
	font-size: 1em;
}

.archive-campaign__inner .pagenavi {
	padding-top: 3em;
}

/* -----------------------------------
    キャンペーン詳細ページ
  ----------------------------------- */

.campaign-single__inner__top .en {
	font-size: 3.5em;
}

.campaign-single__inner__top .ja {
	font-size: 1.6em;
}

.campaign-single__inner .btn a::before,
.campaign-single__inner .btn a::after {
	content: "";
}

#post-style .img {
	margin: 0;
}

#post-style .img.flex {
	flex-direction: column;
}

#post-style .img img {
	width: 100%;
}

}

