@charset "UTF-8";
html {
    font-size: 62.5%;
}

body {
    line-height: 1.6;
    color: rgb(56, 31, 31);
    font-family: 游ゴシック体, 游ゴシック, YuGothic, 'Hiragino Kaku Gothic ProN', HiraginoSans-W3, sans-serif;
}

#header {
    height: 120px;
    display: flex;
}

.header-inner {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 11%;
}

.header-nav ul {
    display: flex;
}

.header-nav ul li:not(:last-child) {
    margin-right: 60px;
}

.header-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
    transition: .3s;
}

.header-nav ul li a:hover {
    color: rgb(231, 130, 129);
}

.header-nav ul li a>span {
    display: block;
    font-size: 1rem;
}

.openbtn {
    display: none;
}

#g-nav {
    display: none;
}


/*キービジュ*/

.key-visual {
    position: relative;
    margin-top: -120px;
    background: url(/assets/top-key.jpg) no-repeat center/cover;
    height: 54vw;
    max-height: 100vh;
    z-index: -1;
}

.key-text {
    position: absolute;
    top: 30%;
    font-size: 4rem;
    left: 12%;
    color: rgb(255, 255, 255);
    text-shadow: 0 5px 5px rgba(255, 134, 199, 0.24);
}

.topic {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: absolute;
    bottom: 10%;
    right: 8%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.topic p {
    font-size: 1.6rem;
}

.topic-pink {
    color: #FF0076;
    font-weight: bold;
}

.topic-blue {
    font-size: 1.8rem;
    color: #0045AC;
    font-weight: bold;
}


/*コンセプト*/

.concept {
    padding-top: 270px;
    padding-bottom: 230px;
}

.container {
    width: 85%;
    max-width: 1166px;
    margin: 0 auto;
    text-align: center;
}

.common-title {
    font-size: 3.6rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
}

.common-title::after {
    content: '';
    width: 34px;
    height: 3px;
    background-color: rgb(231, 130, 129);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.concept p {
    margin-top: 86px;
    font-size: 2.4rem;
    line-height: 2;
}


/*トップメニュー*/

.top-menu {
    background-color: rgb(249, 242, 228);
    padding-top: 140px;
    padding-bottom: 180px;
}

.top-menu-text01 {
    font-size: 3rem;
    margin-bottom: 160px;
}

.top-menu-text01 span {
    font-weight: bold;
}

.parafuse,
.facial,
.tete {
    background-color: rgb(255, 255, 255);
    width: 74%;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 130px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.parafuse,
.facial {
    margin-bottom: 150px;
}

.top-menu-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}

.top-menu-title::before {
    content: '';
    display: block;
    background: url(/assets/key-bg.png) no-repeat center/cover;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: -26px;
    transform: translateX(-50%);
    z-index: -1;
}

.parafuse p,
.facial p,
.tete p {
    font-size: 2.4rem;
}

.top-menu-text02 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 120px;
}

.menu-button {
    background-color: rgb(255, 255, 255);
    width: 26%;
    max-width: 300px;
    border: 1px solid rgb(56, 31, 31);
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.menu-button a {
    display: block;
    font-size: 1.8rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.menu-button a::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent rgb(56, 31, 31);
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


/*access*/

.access {
    padding-top: 240px;
}

.access-inner {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.access-text {
    margin-left: 60px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 80px;
    font-size: 2.4rem;
    background-color: rgb(231, 130, 129);
    max-height: 340px;
    color: rgb(255, 255, 255);
    line-height: 2;
    width: 38%;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.access-text a {
    text-decoration: underline;
}

.access-text::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 275px 140px 275px;
    border-color: transparent transparent rgb(231, 130, 129) transparent;
    top: -37%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.16);
}

.access-img {
    width: 40%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}


/*common-contact*/

.common-contact {
    padding-top: 300px;
    padding-bottom: 140px;
}

.common-contact-inner {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.common-contact-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 60px;
    margin-bottom: 80px;
    background-color: rgb(231, 130, 129);
    max-height: 340px;
    width: 38%;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common-contact-text-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 275px 140px 275px;
    border-color: transparent transparent rgb(231, 130, 129) transparent;
    top: -37%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.16);
}

.common-contact-text {
    font-size: 2.4rem;
    line-height: 2;
    color: rgb(255, 255, 255);
}

.common-button {
    background-color: rgb(255, 255, 255);
    width: 37%;
    border: 1px solid rgb(56, 31, 31);
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common-button a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.common-button a::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent rgb(56, 31, 31);
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.common-contact-img {
    width: 40%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}


/*footer*/

.footer-content-wrapper {
    padding-top: 50px;
    background-color: rgb(249, 242, 228);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 27%;
    margin-left: 60px;
}

.footer-nav {
    margin-right: 80px;
}

.footer-nav ul li {
    margin-bottom: 30px;
}

.footer-nav ul li>a {
    font-size: 2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footer-icon-wrapper {
    display: flex;
}

.copyright {
    background-color: rgb(242, 188, 187);
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.copyright p>small {
    font-size: 1.6rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
}


/*ここからメニューページ---------------------------------------------------*/

.menu-key-visual {
    background: url(/assets/menu-key.jpg) no-repeat bottom/cover;
    margin-top: 0;
    max-height: 85vh;
}

.title {
    position: absolute;
    font-size: 5rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(255, 255, 255);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 1.1;
    bottom: 5%;
    right: 5%;
}

.title>span {
    display: block;
    font-size: 2.4rem;
    color: rgb(255, 255, 255);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.tax-txt {
    font-size: max(1rem, min(1.6vw, 2.4rem));
    text-align: center;
    display: table;
    background: linear-gradient(transparent 60%, rgba(231, 130, 129, .2) 40%);
    margin: 8vw auto 0;
}

.menu01 {
    padding-top: 180px;
}

.menu-inner {
    width: 72%;
    margin: 0 auto;
    border: 1px solid rgb(56, 31, 31);
    padding-bottom: 230px;
}

.menu-title {
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 100px;
    background-color: rgb(255, 255, 255);
}

.menu-list li {
    position: relative;
    font-size: 2.4rem;
}

.menu-list li:not(:last-child):after {
    content: '▽';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-list li:not(:last-child) {
    margin-bottom: 60px;
}

.menu-img01 {
    margin: -80px 10% 0 auto;
    width: 50%;
    background-color: rgb(249, 242, 228);
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.menu-img02 {
    transform: rotate(10deg);
    width: 30%;
    background-color: rgb(249, 242, 228);
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: -150px auto 0 12%;
}

.menu02 {
    margin-top: 150px;
}

.menu-img03 {
    margin: -80px auto 0 10%;
    width: 50%;
    background-color: rgb(249, 242, 228);
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.menu-img04 {
    transform: rotate(-10deg);
    width: 30%;
    background-color: rgb(249, 242, 228);
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: -170px 13% 0 auto;
}

.menu03 {
    margin-top: 150px;
}

.menu03-inner {
    position: relative;
}

.special-price {
    position: absolute;
    background-color: rgb(5, 76, 219);
    width: 17%;
    padding: 10px;
    top: -40px;
    left: 90px;
    transform: rotate(-10deg);
}

.special-price-inner {
    border: 1px solid rgb(238, 255, 0);
    padding: 7px;
}

.special-price span {
    font-size: 2.2rem;
    font-weight: bold;
    color: rgb(238, 255, 0);
    line-height: 1.1;
}

.facial-list li:first-child {
    margin-bottom: 50px;
}

.facial-list li p,
.datsumo-list li {
    font-size: 2.6rem;
    margin-bottom: 50px;
}

.usually {
    font-size: 2.6rem;
    display: inline-block;
}

.sale {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    color: rgb(255, 0, 0);
    margin-left: 140px;
    position: relative;
}

.sale::before {
    content: '➡';
    position: absolute;
    left: -70%;
    color: rgb(56, 31, 31);
}

.menu-img05 {
    transform: rotate(10deg);
    width: 41%;
    background-color: rgb(249, 242, 228);
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: -170px 110px 0 auto;
}

.menu04 {
    margin-top: 150px;
}

.facial-list .confirm,
.confirm,
.datsumo-txt {
    font-size: 2rem;
}

.confirm {
    margin-bottom: 8px;
}

.menu-img06 {
    transform: rotate(10deg);
    width: 41%;
    background-color: rgb(249, 242, 228);
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: -170px auto 0 110px;
}

.menu04 {
    position: relative;
}

.menu04-inner {
    padding-top: 160px;
}

.menu-title-posi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
}


/*ここからオーナーページ---------------------------------------------------*/

.owner {
    padding-top: 160px;
}

.owner-img {
    width: 40%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.owner-img::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(249, 242, 228);
    top: 5%;
    left: 8%;
    z-index: -1;
}

.owner-text-wrapper {
    margin-top: 260px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.owner-text-wrapper::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background-size: 20px 1px;
    background-image: linear-gradient(to right, rgba(56, 31, 31, 0.5), rgba(56, 31, 31, 0.5) 10px, transparent 10px, transparent 20px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owner-text-wrapper::after {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background-size: 20px 1px;
    background-image: linear-gradient(to right, rgba(56, 31, 31, 0.5), rgba(56, 31, 31, 0.5) 10px, transparent 10px, transparent 20px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owner-text {
    font-size: 2.4rem;
    line-height: 2;
    text-align: left;
    width: 55%;
    margin: 0 auto;
}


/*ここから問い合せ-----------------------------------------------------*/

.contact-key-visual {
    background: url(/assets/contact-key.jpg) no-repeat bottom/cover;
    margin-top: 0;
    max-height: 85vh;
}

.contact {
    padding-top: 300px;
}

.contact-inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.contact-inner::before {
    content: '';
    width: 130px;
    height: 130px;
    border-top: 1px solid rgb(56, 31, 31);
    border-left: 1px solid rgb(56, 31, 31);
    position: absolute;
    left: 0;
    top: -110px;
}

.contact-inner::after {
    content: '';
    width: 130px;
    height: 130px;
    border-top: 1px solid rgb(56, 31, 31);
    border-right: 1px solid rgb(56, 31, 31);
    position: absolute;
    right: 0;
    top: -110px;
}

.contact-text {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
}

.contact-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    position: relative;
}

.contact-icon-wrapper::before {
    content: '';
    width: 130px;
    height: 130px;
    border-bottom: 1px solid rgb(56, 31, 31);
    border-left: 1px solid rgb(56, 31, 31);
    position: absolute;
    left: 0;
    bottom: -110px;
}

.contact-icon-wrapper::after {
    content: '';
    width: 130px;
    height: 130px;
    border-bottom: 1px solid rgb(56, 31, 31);
    border-right: 1px solid rgb(56, 31, 31);
    position: absolute;
    right: 0;
    bottom: -110px;
}

.contact-insta,
.contact-line {
    width: 14%;
}

.contact-line {
    margin-left: 70px;
}

.reserve-text-wrapper {
    padding-bottom: 90px;
    padding-top: 70px;
}


/* スクロールCSS */

.fade-in {
    opacity: 0;
    transition-duration: 800ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}