@charset "utf-8";
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust:100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

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

#main .new {
    display: flex;
    flex-direction: column;
}

#main p {
    margin: 10px;
}

.cta_btn {
    position: relative;
}

.cta_btn a {
    position: absolute;
    display: block;
}

/* フォト／エア／ハイドラ／リフト／キャンペーンLP（cp5） 共有ボタン用 */
/* 各LPボタン今後共有化予定なので修正する際はこちら使用してください↓ */
.cta_btn_all {
    position: relative;
}
.cta_btn_all a {
    position: absolute;
    display: block;
    width: 83%;
    height: 21%;
    bottom: 12%;
    left: 8%;
}


.photo .cta_btn a {
    width: 90%;
    height: 55%;
    bottom: 22%;
    left: 4%;
}

.photo .cta_btn a.reserve_link {
    width: 88%;
    height: 25%;
    bottom: 33%;
    left: 6%;
}

.photo .cta_btn a.member_link {
    width: 10%;
    height: 6.5%;
    bottom: 7%;
    left: 58%;
}

.hydra .cta_btn a {
    width: 81%;
    height: 47%;
    bottom: 27%;
    left: 9%;
}

.hydra .cta_btn a.mismos {
    width: 42%;
    height: 9%;
    bottom: 9%;
    left: 29%;
}

.hydra .cta_btn a.reserve_link {
    width: 81%;
    height: 23%;
    bottom: 39%;
    left: 9%
}

.hydra .cta_btn a.member_link {
    width: 10%;
    height: 6.5%;
    bottom: 12%;
    left: 58%;
}

.lift .cta_btn a {
    width: 82%;
    height: 55%;
    bottom: 27%;
    left: 9%;
}

.lift .cta_btn a.reserve_link {
    width: 82%;
    height: 20%;
    bottom: 30%;
    left: 9%;
}

.lift .cta_btn a.member_link {
    width: 10%;
    height: 5%;
    bottom: 9.5%;
    left: 58%;
}

.new .cta_btn a {
    width: 90%;
    height: 100%;
    top: 0;
    left: 5%;
}

.concept .cta_btn a {
    width: 74%;
    height: 90%;
    top: 0;
    left: 13%;
}

.hydra .ba {
    background-image: url("/assets/img/facial/hydra/hydra_BA_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.lift .ba {
    background-image: url("/assets/img/facial/lift/lift_BA_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.hydra .ba .ba_content {
    width: 85%;
    margin: 0 auto;
    padding-top: 30%;
    padding-bottom: 2em;
}

.lift .ba .ba_content {
    width: 85%;
    margin: 0 auto;
    padding-top: 65%;
    padding-bottom: 2em;
}

.slick-prev:before, .slick-next:before {
    content: '';
}

.hydra .slick-arrow {
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 100;
    top: 60%;
}

.lift .slick-arrow {
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 100;
    top: 77%;
}

.hydra .slick-prev.slick-arrow {
    background-image: url("/assets/img/facial/hydra/hydra_BA_left.png");
}

.hydra .slick-next.slick-arrow {
    background-image: url("/assets/img/facial/hydra/hydra_BA_right.png");
}

.lift .slick-prev.slick-arrow {
    background-image: url("/assets/img/facial/lift/lift_BA_left.png");
}

.lift .slick-next.slick-arrow {
    background-image: url("/assets/img/facial/lift/lift_BA_right.png");
}

.concept .contents {
    background-image: url("/assets/img/facial/concept/concept_27.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
}

.concept .contents a {
    display: block;
    width: 50%;
}

#footer {
    text-align: right;
}

.pagetop img {
    max-width: 57px;
    margin: 10px;
    display: inline-block;
}

.footer_link {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.footer_link li {
    display: block;
    text-align: left;
    border-top: 1px solid #ccc;
    width: 100%;
}

.footer_link li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 15px;
    font-size: 1.1em;

}

/* スクリーンサイズが767px以上の場合に適用 */
@media screen and (min-width:767px) {
    #wrapper {
        max-width: 532px;
        margin: 0 auto;
    }

    .new .cta_btn a {
        width: 90%;
        height: 90%;
        top: 0;
        left: 25px;
    }
}

/* 店舗 */
.tenpo {
    margin: 40px 0 20px;
}
.tenpo h3 {
    background-color: #0c5aa6;
    color: #fff;
    padding: 0.6em;
    text-align: center;
    font-size: 1.1em;
    border-radius: 5px;
    letter-spacing: 0.1em;
}
.tenpo h3.blue {
    background-color: #2578c9;
}
.tenpo p {
    line-height: 1.8;
    font-size: 1em;
}
.p_blue {
    color:  #2578c9;
    font-weight: bold;
}

/* SP用 */@media screen and (max-width: 767px){
.tenpo {
    margin: 40px 5%;
}
}

/* ボタン */
a.tenpo_btn {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 210px;
	margin: 2em auto 0;
	padding: 1.5rem 3rem 1.5rem 3rem;
	font-weight: bold;
	background: #0a4e91;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.3s;
    font-size: 1.1em;
}
a.tenpo_btn::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.tenpo_btn:hover {
	background: #265b91;
	color: #fff;
}

/* キャンペーン価格について */
.kakaku {
    margin: 0 5%;
    font-size: 0.9em;
    line-height: 1.9;
}
.kakaku h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* PC用 */
@media screen and (min-width: 768px){
.kakaku {
    font-size: 1.2em;
}
}