@charset "utf-8";

.fixed-banner {
	position:fixed;
	top: 160px;
	right: 0;
	z-index: 98;
}

.fixed-banner a {
	position: relative;
	display: inline-block;
	text-align: center;
	z-index: 98;
	background: rgb(199,158,150);
	background: linear-gradient(90deg, rgba(199,158,150,1) 0%, rgba(111,95,86,1) 100%);
	padding: 60px 15px 20px 20px;
	letter-spacing: .4em;
    font-weight: bold;
    border-radius: 20px 0 0 20px;
	color: #fff !important;
	transition: all .4s;
}

.fixed-banner a:hover {
	padding: 60px 20px 20px 30px;
}

.fixed-banner a span {
	position: absolute;
	display: block;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 30px;
	background-image: url(../images/line-icon.png);
	background-size: cover;
	transition: all .5s;
}

.fixed-banner a:hover span {
	
}

.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0,30px);
}

.fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* ===========================
        トップページ
========================================*/
/* コンセプト */
.top-concept .inner {
    padding-bottom: 120px;
}

.flex-wrap.top {
    margin-bottom: 120px;
}

.top-concept .left {
    margin-bottom: 50px;
}

.top-concept .left h3 {
    margin: 0 0 40px 0;
    font-size: 1.75em;
    color: #C79E96;
    line-height: 1.7;
}

.top-concept .left .text {
    margin: 0 0 50px 0;
    line-height: 1.7;
    letter-spacing: .05em;
}

/* ネイルコンセプト */
.feature-nail .content-wrap {
    margin-bottom: 60px;
}

.content-wrap .left {
    margin-bottom: 10px;
}

.content-wrap .left img {
    border-radius: 10px;
}

.content-wrap .right h3 {
    margin: 0 0 20px 0;
    font-size: 1.5em;
    color: #C79E96;
    letter-spacing: .05em;
    line-height: 1.5;
}

.content-wrap .right .text {
    margin: 0 0 40px 0;
    line-height: 1.9;
    letter-spacing: .05em;
}

/* メニュー */

.top-menu {
    position: relative;
    z-index: 0;
    background-color: rgba(255, 244, 239, .7);
}

.top-menu .inner {
    position: relative;
    z-index: 1;
    padding-top: 1px;
    padding-bottom: 120px;
}

.top-menu .content-title {
    margin-top: -40px;
}

.menu-content {
    position: relative;
}

.menu-content::before {
    position: absolute;
    top: -10%;
    right: -4%;
    content: "";
    width: 80%;
    height: 120%;
    background-color: #fff;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}

.menu-nail {
    margin-bottom: 90px;
}

.menu-content .left {
    margin-bottom: 20px;
}

.menu-content .left img {
    border-radius: 10px;
}

.menu-content .right h3 {
    margin: 0 0 30px;
    color: #C79E96;
    font-size: 2em;
    letter-spacing: .05em;
}

.menu-content .right h3 span {
    display: inline-block;
    margin-left: 10px;
    font-family: "yu-mincho-pr6n", sans-serif !important;
    font-size: 12px;
}

.menu-content .right .text {
    margin: 0 0 30px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.menu-steame {
    background-image: url(../images/top-menu-steam.JPG);
    background-size: cover;
    background-position: center;
    transition: all .4s;
}

.menu-care {
    background-image: url(../images/care-menu.jpg);
    background-size: cover;
    background-position: center;
    transition: all .4s;
}

.menu-accessory {
    background-image: url(../images/oridinal.jpg);
    background-size: cover;
    background-position: center;
    transition: all .4s;
}

.menu-steame, .menu-care {
    margin-bottom: 20px;
}

.menu-steame, .menu-care, .menu-accessory {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: #ddd;
    color: #6F5F56;
    transition: all .4s;
}

.menu-steame::before, .menu-care::before, .menu-accessory::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .6;
}

.btn-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.btn-text h3 {
    margin: 0 0 10px 0;
    font-size: 1.7em;
    letter-spacing: .1em;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
}

.btn-text p {
    margin: 0;
    text-shadow: 0px 0px 5px #fff;
}

.top-menu .row-btn a:hover {
    opacity: .6;
}

/* コラム */
.top-column {
    background-image: url(../images/white_bg.jpg);
}

.top-column .inner {
    padding-top: 90px;
    padding-bottom: 120px;
}

.top-column-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-column-list li {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #C79E96;
    border-radius: 10px;
    background-color: #fff;
}

.top-column-list li a {
    color: #6F5F56;
    text-decoration: none;
    transition: all .4s;
}

.top-column-list li:hover {
}

.top-column-list li a .column-samune {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
	border: 1px solid #eee;
}

.top-column-list li a .column-samune img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.top-column-list li a:hover .column-samune img {
    transform: scale(1.1);
}

.top-column-list li a .column-samune .cat {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-color: #C79E96;
    color: #fff;
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 0 0 0 10px;
    letter-spacing: .01em;
}

.top-column-list li a .date {
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: .05em;
    font-size: .875em;
    transition: all .4s;
}

.top-column-list li a:hover .date {
    color: #C79E96;
}

.top-column-list li a h3 {
    margin: 0 0 20px;
    font-weight: 500;
    letter-spacing: .05em;
    transition: all .4s;
	font-size: 1.2em !important;
}

.top-column-list li a:hover h3 {
    color: #C79E96;
}

.top-column-list li a .detail {
    color: #aaa;
    font-size: .875em;
    line-height: 1.4;
    letter-spacing: .05em;
}

@media(min-width: 600px) {
    /* コンセプト */
    .top-concept .flex-wrap.top {
        display: flex;
        align-items: center;
        justify-content: space-between;max-width: 1000px;
        margin: 0 auto 120px;
    }

    .top-concept .flex-wrap.top .left {
        width: 50%;
    }

    .top-concept .flex-wrap.top .right {
        width: 45%;
    }

    /* コンセプト下部のメニュー一覧 */
    .content-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-wrap .left {
        width: 45%;
    }

    .content-wrap .right {
        width: 50%;
    }

    .content-wrap .more-btn {
        text-align: start;
    }

    /* メニュー */
    .top-menu .content-title {
        margin-bottom: 150px;
    }

    .menu-content {
        display: flex;
        align-items: center;
    }

    .menu-content::before {
        top: -12%;
    }

    .menu-content .left {
        width: 50%;
        margin-right: 30px;
    }

    .menu-content .right {
        width: 45%;
    }

    .menu-content .right .more-btn {
        text-align: start;
    }

    .row-btn {
        display: flex;
        justify-content: space-between;
    }

    .row-btn a {
        width: 32%;
    }

    /* コラム */
    .top-column .inner {
        padding-bottom: 90px;
    }

    .top-column-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    .top-column-list li {
        width: 40%;
    }

    .top-column-list li:nth-of-type(n-1) {
        margin-right: 15px;
    }
}

@media(min-width: 1025px) {
    /* コンセプト */
    .top-concept .inner {
        padding-bottom: 200px;
    }

    .content-wrap .left {
        width: 47%;
    }

    /* メニュー */
    .top-menu .inner {
        padding-bottom: 150px;
    }

    .top-menu .row-btn {
        display: flex;
        justify-content: space-between;
    }

    .menu-steame, .menu-care, .menu-accessory {
        width: 32%;
    }

    .top-menu .content-title {
        margin-bottom: 200px;
    }

    /* コラム */
    .top-column .inner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .top-column-list {
        justify-content: start;
        margin-bottom: 30px;
    }

    .top-column-list li{
        width: 30%;
    }

    .top-column-list li:nth-child(3) {
        margin-left: 300px;
    }
}

/* ===========================
        コラムページ
========================================*/
#column {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 4%;
}

#column .top-column-list {
    margin-bottom: 120px;
}

/* サイドバー */
.category-list {
    margin-bottom: 60px;
}

.category-list h2, .archive-list h2 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin: 0;
}

.category-list h2::before, .archive-list h2::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 20%;
    height: 2px;
    background-color: #C79E96;
}

.category-list ul, .archive-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-list ul li a, .archive-list ul li a {
    display: block;
    padding: 25px;
    text-decoration: none;
    color: #6F5F56;
    letter-spacing: .05em;
    border-bottom: 1px solid #eee;
    transition: all .4s;
}

.category-list ul li a:hover, .archive-list ul li a:hover {
    color: #C79E96;
    font-weight: bold;
}

@media(min-width: 1025px) {
    #column {
        display: flex;
        justify-content: space-between;
    }

    #column article {
        width: 70%;
        max-width: 770px;
    }

    #column aside {
        width: 30%;
        max-width: 350px;
    }

    #column .top-column-list li:nth-child(3) {
        margin-left: 0;
    }

    #column .top-column-list li {
        width: 40%;
    }
}

/* ===========================
        投稿ページ
========================================*/
.single-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.single-head p {
    margin: 0;
}

.single-head .date {
    letter-spacing: .05em;
    margin-right: 10px;
}

.single-head .cat {
    color: #C79E96;
    letter-spacing: .05em;
    font-size: .95em;
}

.post-title {
    margin-bottom: 30px;
    letter-spacing: .05em;
}

#column .article-content .text {
    line-height: 1.7;
    letter-spacing: .05em;
}

.article-content {
    margin-bottom: 60px;
}

.single-column {
    margin-bottom: 90px;
}

/* ===========================
        ネイルページ・ケアページ
========================================*/
.top-content .inner {
    padding-bottom: 250px !important;
}

.top-content .right {
    margin-bottom: 60px;
}

.top-content .right p.font-en {
    margin: 0 0 30px;
    font-size: 2em;
    line-height: 1.7;
    color: #C79E96;
    font-weight: 500;
    letter-spacing: .05em;
}

.top-content .right h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
	 margin-top: 0;
    font-size: 1.5em;
    line-height: 1.7;
    letter-spacing: .1em;
}

.top-content .right h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #C79E96;
    width: 120px;
    height: 2px;
}

.top-content .right .under-title {
	margin: 0 0 15px !important;
    font-size: 1.75em !important;
    line-height: 1 !important;
    padding-left: 30px;
    position: relative;
    opacity: 1 !important;
}

.top-content .right .under-title::before {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translatex(-50%);
	content: "";
	width: 15px;
	height: 1px;
	background-color: #C79E96;
}

.top-content .right .text {
    letter-spacing: .05em;
    line-height: 1.7;
}

.top-content.aroma .inner, .top-content.kakushitsu .inner {
	padding-top: 60px !important;
	padding-bottom: 90px !important;
}

.aroma-text .inner, .kakushitsu-text .inner {
	padding-top: 30px !important;
}

.aroma-text .inner h3, .kakushitsu-text h3 {
	color: #C79E96;
}

.aroma-text .inner h3, .aroma-text .inner p.text, .kakushitsu-text .inner h3, .kakushitsu-text .inner p.text {
	text-align: center;
}

.kakushitsu .inner {
	padding-top: 90px !important;
}

.spacer {
	height: 130px;
}

.feature-content {
    background-color: rgba(255, 244, 239, .7);
}

.feature-content .inner {
    padding-top: 1px;
}

.feature-content h2 {
    position: relative;
    margin-top: -30px;
    padding-bottom: 40px;
    margin-bottom: 120px;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: .05em;
    color: #C79E96;
}

.feature-content h2::before {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 120px;
    background-color: #C79E96;
}

.feature-content h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "特徴";
    color: #C79E96;
    font-family: "yu-mincho-pr6n", sans-serif !important;
    font-size: 12px;
    letter-spacing: .1em;
}

.feature-wrap {
    margin-bottom: 90px;
}

.feature-wrap .left {
    margin-bottom: 40px;
}

.feature-wrap .left p.font-en {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #C79E96;
    letter-spacing: .1em;
    font-weight: bold;
}

.feature-wrap .left p.font-en::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #C79E96;
}

.feature-wrap .left h3 {
    margin: 0 0 30px;
    font-size: 1.5em;
    line-height: 1.7;
}

.feature-wrap .left .text {
    margin: 0;
    letter-spacing: .05em;
    line-height: 1.7;
}

.feature-wrap .right {
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 600px) {
    .top-content .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .top-content .inner .left {
        width: 45%;
    }

    .top-content .inner .right {
        width: 48%;
    }

    .feature-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .feature-wrap .left {
        width: 45%;
        margin-bottom: 0;
    }

    .feature-wrap .right {
        width: 50%;
    }

    .feature-content .feature-wrap:nth-child(3),
    .feature-content .feature-wrap:nth-child(5) {
        display: flex;
        flex-direction: row-reverse;
    }

    .feature-content .feature-wrap:last-child {
        margin-bottom: 0;
    }
}

/* ===========================
        よもぎ蒸し・ヨニスチームページ
========================================*/
#yomogi  .top-content .inner {
    padding-bottom: 60px !important;
}

#yomogi .top-content.reserve .inner {
    padding-bottom: 250px !important;
}

/* 流れ */
.flow-content .inner {
    padding-top: 120px;
}

.flow-content h2 {
    position: relative;
    margin-top: -30px;
    padding-bottom: 40px;
    margin-bottom: 120px;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: .05em;
    color: #C79E96;
}

.flow-content h2::before {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
	content: "";
    width: 1px;
    height: 120px;
    background-color: #C79E96;
}

.flow-content h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	content: "流れ";
    color: #C79E96;
    font-family: "yu-mincho-pr6n", sans-serif !important;
    font-size: 12px;
    letter-spacing: .1em;
}

.flow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flow-list li {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    background-color: #EFEBEA;
}

.list-inner {
    padding: 20px;
}

.list-inner .text {
    margin: 0;
    line-height: 1.7;
    letter-spacing: .05em;
    font-size: .875em;
}

.flow-list .list-head {
    display: flex;
    align-items: end;
    margin-bottom: 5px;
}

.list-head p {
    margin: 0 10px 0 0;
    color: #C79E96;
    letter-spacing: .05em;
    font-size: .875em;
}

.list-head h3 {
    margin: 0;
    letter-spacing: .01em;
	font-size: 1.125em;
}

@media(min-width: 600px) {
    #yomogi .top-content.reserve .inner {
        flex-direction: row;
        padding-top: 0;
    }

    .flow-list {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    /* 流れ */
    .flow-list li {
        position: relative;
        flex-direction: row;
        height: 155px;
        justify-content: space-between;
        border-radius: 7px;
    }

    .flow-list li::before {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 1px solid #C79E96;
        background-color: #EFEBEA;
        z-index: 2;
    }

    .flow-list li::after {
        position: absolute;
        z-index: 1;
        top: 73px;
        left: 35px;
        content: "";
        width: 1px;
        height: 195px;
        background-color: #C79E96;
    }

    .flow-list li:last-child::after {
        content: none;
    }

    .flow-list li .list-inner {
        max-width: 500px;
        padding: 30px 30px 30px 70px;
    }

    .flow-list li img {
        width: 190px;
        height: 155px;
        border-radius: 0 7px 7px 0;
    }
}

@media(min-width:1025px) {
    .flow-content .inner {
        padding-bottom: 30px;
    }
}

/* ===========================
        アクセスページ
========================================*/

#access .top-text .inner {
    padding: 60px 4%;
}

#access .top-text {
    margin-top: 60px;
    text-align: center;
    line-height: 1.9;
    letter-spacing: .05em;
}

.salon {
    margin-top: 60px;
    margin-bottom: 90px;
    background-color: rgba(230, 224, 222, .5);
}

.salon .inner {
    padding-top: 1;
}

.salon .content-title {
    margin-top: -90px;
}

/* リスト */
.salon-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.salon-list li {
    padding: 30px;
    border-top: 1px solid #fff;
}

.salon-list li .left {
    display: block;
    margin-bottom: 10px;
    color: #C79E96;
}

.salon-list li .right {
    line-height: 1.7;
}

.salon-list li:last-child {
    border-bottom: 1px solid #fff;
}

/*==================================================
スライダーのためのcss
===================================*/
.gallely {
    margin-top: 120px;
	margin-bottom: 150px;
}

.gallely-slider {
    margin: 0;
    padding: 0;
    position:relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 370px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/
.slider-item01 {
    background:url(../images/photo01.JPG);
}

.slider-item02 {
    background:url(../images/photo02.JPG);
}

.slider-item03 {
    background:url(../images/photo03.JPG);
}

.slider-item04 {
    background:url(../images/photo04.JPG);
}

.slider-item05 {
    background:url(../images/photo05.JPG);
}

.slider-item06 {
    background:url(../images/photo06.JPG);
}

.slider-item07 {
    background:url(../images/photo07.JPG);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 370px;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    border-radius: 20px;
}

.gallely-slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
    padding: 0;
    position: relative;
    z-index: 3;
    text-align:center;
    margin:30px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#D9D9D9;/*ドットボタンの色*/
    border: none;
	padding-inline: 0;
}

.slick-dots .slick-active button{
    background:#C79E96;/*ドットボタンの現在地表示の色*/
}

@media(min-width: 1025px) {
    /* サロン */
    .salon .content-title {
        margin-top: -150px;
    }

    .salon-list {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .salon-list li {
        display: flex;
    }

    .salon-list li .left {
        width: 200px;
        margin: 0;
        line-height: 1.7;
    }

    .salon-list li .right {
        width: calc(100% - 200px);
    }
}

/* ===========================
        アバウトページ
========================================*/
.commit .flex-wrap {
    margin-bottom: 90px;
}

.commit .flex-wrap .left h3 {
    position: relative;
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: .05em;
    padding-bottom: 30px;
    margin:0 0 30px 0;
}

.commit .flex-wrap .left h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 90px;
    height: 1px;
    background-color: #C79E96;
}

.commit .flex-wrap .left .text {
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.commit .flex-wrap .right img {
    border-radius: 10px;
}

/* オリジナルアクセサリー */
.accessory {
    background-color: rgba(255, 244, 239, .7);
}

.accessory .content-title {
    margin-top: -110px;
}

.accessory .flex-wrap h3 {
    color: #C79E96;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 0 0 30px 0;
}

.accessory .flex-wrap .text {
    margin: 0 0 50px 0;
    line-height: 1.7;
}

@media(min-width: 600px) {
    .commit .flex-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .commit .flex-wrap:nth-child(3) {
        flex-direction: row-reverse;
    }

    .commit .flex-wrap .left {
        width: 50%;
    }

    .commit .flex-wrap .right {
        width: 45%;
    }

    .accessory .content-title {
        margin-top: -95px;
    }

    .accessory .flex-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accessory .flex-wrap .left {
        width: 50%;
    }

    .accessory .flex-wrap .right {
        width: 45%;
    }
}

@media(min-width: 1025px) {
    .commit .inner , .accessory .inner {
        max-width: 1000px;
    }

    .commit .flex-wrap {
        margin-bottom: 100px;
    }

    .commit .flex-wrap .left {
        width: 45%;
    }

    .commit .flex-wrap .right {
        width: 50%;
    }

    .accessory .content-title {
        margin-top: -150px;
    }
    
    .accessory .flex-wrap .left {
        width: 45%;
    }
}

/* ===========================
        料金ページ
========================================*/
#fee .inner {
    max-width: 1000px;
}

/* コンテンツリンク */
.content-link {
    margin-top: 50px;
    background-color: #E6E0DE;
}

.content-link .inner {
    padding: 30px 4%;
}

.content-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.content-link ul li a {
    display: block;
    margin-bottom: 10px;
    color: #6F5F56;
    letter-spacing: .05em;
    font-size: .875em;
    text-decoration: none;
    transition: all .3s;
}

.content-link ul li:last-child a {
    margin-bottom: 0;
}

.content-link ul li a:hover {
    text-decoration: underline;
}

/* メニュー表 */
.menu-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 90px;
    color: #C79E96;
    font-size: 2.25em;
    letter-spacing: .05em;
    text-align: center;
}

.menu-title::before {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "ネイル";
    font-size: 14px;
    color: #C79E96;
    font-family: "yu-mincho-pr6n", sans-serif !important;
}

#steam .menu-title::before {
    content: "よもぎ蒸し";
}

#care .menu-title::before {
    content: "ケア＆トリートメント";
}

.sub-menu-title {
    position: relative;
    margin-bottom: 50px;
    font-size: 1.125em;
}

.hand-nail, .foot-nail, .option, .hand-care {
    margin-bottom: 60px;
}

.sub-menu-title::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 30px;
    height: 1.5px;
    background-color: #C79E96;
}

.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-list li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dashed #D9C0BB;
}

.menu-list li:last-child {
    margin-bottom: 0 !important;
}

.menu-list li .left {
    letter-spacing: .05em;
    line-height: 1.7;
}

.menu-list li .right {
    font-size: 1.3125em;
    letter-spacing: .05em;
    text-align: end;
}

.option-left {
    margin-bottom: 30px !important;
}

.menu-list li .left .detail {
    display: block;
    font-size: .75em;
    line-height: 1.5;
    color: #C79E96;
    letter-spacing: .05em;
}

#nail .inner {
    padding-bottom: 90px;
}

#steam {
    background-color: rgba(230, 224, 222, .5);
}

#steam .inner {
    padding-top: 1px;
    padding-bottom: 90px;
}

#steam .menu-title {
    margin-top: -30px;
}

#care .inner {
    padding-top: 1px;
}

#care .menu-title {
    margin-top: -30px;
}

#care .menu-list {
    margin-bottom: 60px;
}

.top-content.care .inner {
    padding-bottom: 60px !important;
}



@media(min-width: 600px) {
    /* メニューリンク */
    .content-link ul {
        flex-direction: row;
    }

    .content-link ul li a {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .content-link ul li:last-child a {
        margin-right: 0;
    }

    .row-wrap .option.right {
        width: 100%;
    }

    #fee .menu-content {
        display: block;
    }

    #fee .menu-content .left {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media(min-width: 1025px) {
    .row-wrap {
        display: flex;
        justify-content: space-between;
    }

    .row-wrap div {
        width: 49%;
    }

    .option.right {
        margin-top: 75px;
    }

    #care .inner {
        padding-bottom: 0;
    }

    #fee .option.right {
        width: 49%;
    }

    #fee .foot-care .menu-list li .left {
        width: 100%;
    }

    #fee .menu-content::before {
        content: none;
    }
	
	.top-content.reserve .inner {
		flex-direction: row;
	}
}


/* ===========================
        スクールページ
========================================*/

#school .read-text .inner {
    padding-bottom: 30px;
}

#school .read-text h2 {
    position: relative;
    margin: 0 0 60px 0;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 1.25em;
}

#school .read-text h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 90px;
    height: 2px;
    background-color: #C79E96;
    top: auto;
}

#school .read-text .text {
    margin: 0 0 50px;
    line-height: 1.7;
    text-align: center;
}

#school .read-text h3 {
    margin: 0 0 30px 0;
    text-align: center;
    letter-spacing: .05em;
    font-size: 1.15em;
    color: #C79E96;
}

.spaluce {
    background-color: rgba(230, 224, 222, .5);
}

#school h2 {
    position: relative;
    padding-left: 20px;
    letter-spacing: .05em;
    font-size: 2em;
    color: #C79E96;
}

#school h2::before {
    position: absolute;
    top: 15px;
    left: -120px;
    content: "";
    width: 130px;
    height: 1px;
    background-color: #C79E96;
}

#school h2 span {
    font-size: 16px;
    font-family: "yu-mincho-pr6n", sans-serif !important;
}

#school .flex-wrap {
    margin-bottom: 40px;
}

#school .left {
    margin-bottom: 30px;
}

#school .flex-wrap .left img {
    border-radius: 10px;
}

#school .flex-wrap .right h3 {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    font-size: 1.5em;
    letter-spacing: .05em;
}

#school .flex-wrap .right h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: #C79E96;
    content: "";
}

#school .flex-wrap .right .text {
    line-height: 1.7;
}

#school .course h3 {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 1,25em;
    text-align: center;
    color: #C79E96;
    letter-spacing: .05em;
}

#school .course h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: calc(50% - 50px);
    height: 1px;
    background-color: #C79E96;
}

#school .course h3::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: calc(50% - 50px);
    height: 1px;
    background-color: #C79E96;
}

#school .course-list ul {
    margin: 0;
    padding: 30px;
    list-style: none;
    background-color: #fff;
    border-radius: 15px;
}

#school .course-list ul li {
    margin: 0 0 15px;
}

#school .course-list ul li:last-child {
    margin-bottom: 0;
}

#school .up .course.mb30 {
    margin-bottom: 30px;
}

#school .up .course .text {
    font-size: 12px;
    line-height: 1.7;
}

#school .nail-lesson .course-list ul {
    background-color: rgba(199, 158, 150, .18);
}

.school-contact {
    position: relative;
    background-image: url(../images/school-bg.jpg);
	background-position: center;
	background-size: cover;
}

.school-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(199,158,150,0) 0%, rgba(199,158,150,0.18253238795518212) 18%, rgba(199,158,150,1) 100%);
}

.school-contact .inner {
    position: relative;
}

#school .school-contact h2.contact-title {
    padding: 0;
    margin-top: 0;
    line-height: 1.7;
    font-size: 1.75em !important;
    color: #fff !important;
    text-align: center;
	font-weight: 500;
}

.school-contact .contact-btn {
    border-radius: 20px;
    border: 1px solid #fff;
}

.school-contact .line {
    margin-bottom: 30px;
}

.school-contact .contact-btn a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    color: #fff !important;
	transition: all .4s;
}

.school-contact .contact-btn a:hover {
	opacity: .6;
}

.school-contact .contact-btn a .left {
    text-align: center;
    margin-bottom: 10px !important;
}

.school-contact .contact-btn a .left img {
    width: 35px;
}

.school-contact .contact-btn a .right {
    text-align: center;
}

.school-contact .contact-btn a .right h3 {
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0 0 10px;
	font-weight: 500;
}

.school-contact .contact-btn a .right .text {
    margin: 0;
    font-size: .75em;
}

@media(min-width: 600px) {
    #school .flex-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #school .flex-wrap .left {
        width: 45%;
    }

    #school .flex-wrap .right {
        width: 50%;
    }

    #school .btn-flex {
        display: flex;
        justify-content: space-between;
    }

    #school .btn-flex .line {
        margin-bottom: 0;
    }

    #school .btn-flex .line,
    #school .btn-flex .tel {
        width: 48%;
    }
}

@media(min-width: 1025px) {
    #school .inner {
        max-width: 1000px;
        padding: 60px 0;
    }

    #school .course-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #school .course-list ul li {
        width: 50%;
    }

    #school .school-contact .inner {
        padding: 40px 0;
    }
	
	#school .school-contact .contact-btn a {
		display: flex;
	    justify-content: space-between;
    	align-items: center;
	}
	
	#school .school-contact .contact-btn a .left {
		width: 20%;
		margin-bottom: 0 !important;
	}
	
	#school .school-contact .contact-btn a .right {
		width: 80%;
	}
}