@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　header

=========================================================== */

#masthead {
    background: rgba(90, 75, 65, 1.0);
    text-align: center;
    overflow: hidden;
}

/*　背景画像
----------------------------------------------------------- */
.carousel-item {
    width: 100%;
    height: 100vh;
}

/* 楕円形のグラデーション記述付き */
.carousel-item:nth-child(1) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel01_mb.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel01_mb.jpg) center top /cover no-repeat;
}

.carousel-item:nth-child(2) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel02_mb.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel02_mb.jpg) center top /cover no-repeat;
}

.carousel-item:nth-child(3) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel03_mb.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel03_mb.jpg) center top /cover no-repeat;
}

/*　h2
----------------------------------------------------------- */
.carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
}

.carousel-caption h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 3.0rem;
}

.carousel-caption div {
    width: 20.0rem;
    margin: 0 auto;
    margin-top: 5.0rem;
}

.carousel-caption a {
    display: block;
    padding: 2.0rem 0 3.0rem;
    border-top: 1px solid rgba(204, 204, 204, 1.0);
    border-bottom: 1px solid rgba(204, 204, 204, 1.0);
    color: rgba(255, 255, 255, 1.0);
    font-family: Montserrat;
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
}

.carousel-caption a span {
    font-size: 1.4rem;
}

.carousel-caption aside {
    position: relative;
    top: -3.0rem;
    margin: 0 auto;
    border-right: 1px solid rgba(204, 204, 204, 1.0);
    border-bottom: 1px solid rgba(204, 204, 204, 1.0);
    width: 1.0rem;
    height: 1.0rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.carousel-caption div:hover aside {
    margin-top: 4.0rem;
    border-right: 2px solid rgba(255, 240, 0, 1.0);
    border-bottom: 2px solid rgba(255, 240, 0, 1.0);
    font-weight: 900;
}

@media only screen and (min-width:576px) {

    .carousel-caption {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

}

@media only screen and (min-width:768px) {

    /* 楕円形のグラデーション記述付き */
    .carousel-item:nth-child(1) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel01.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel01.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-child(2) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel02.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel02.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-child(3) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel03.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel03.jpg) center top /cover no-repeat;
    }

    .carousel-caption {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 0;
        margin-right: 0;
    }

    .carousel-caption div {
        margin-top: 10.0rem;
        width: 24.0rem;
    }

    .carousel-indicators {
        bottom: 3.0rem;
    }

}

@media only screen and (max-width:991px) {

    .carousel-indicators {
        display: none;
    }

}

@media only screen and (min-width:992px) {

    .carousel-caption {
        -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
        transform: translateY(-35%);
    }

}

@media only screen and (min-width:1200px) {

    .carousel-caption {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

}

@media only screen and (min-width:1921px) {

    /* 楕円形のグラデーション記述付き */
    .carousel-item:nth-child(1) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel_big01.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel_big01.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-child(2) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel_big02.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel_big02.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-child(3) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel_big03.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.95) 100%), url(../images/carousel_big03.jpg) center top /cover no-repeat;
    }
}

/*　iOS以外は背景画像をフィクス
----------------------------------------------------------- */

/* Chrome / Firefox / Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

    .carousel-item:nth-child(1),
    .carousel-item:nth-child(2),
    .carousel-item:nth-child(3) {
        background-attachment: fixed;
    }

}

/* Edge 1 */
@supports (-ms-ime-align: auto) {

    .carousel-item:nth-child(1),
    .carousel-item:nth-child(2),
    .carousel-item:nth-child(3) {
        background-attachment: fixed;
    }

}

/* Edge 2 */
_:-ms-lang(x)::backdrop,
.carousel-item:nth-child(1),
_:-ms-lang(x)::backdrop,
.carousel-item:nth-child(2),
_:-ms-lang(x)::backdrop,
.carousel-item:nth-child(3) {
    background-attachment: fixed;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-child(1),
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-child(2),
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-child(3) {
    background-attachment: fixed;
}


/* ========================================================

　#about

=========================================================== */

/*　店長写真
----------------------------------------------------------- */
#about .about-img {
    min-height: 100.0vw;
    background-size: cover;
}

/*　店舗案内
----------------------------------------------------------- */
#about .about-text {
    padding: 1.5rem;
}

/* 地域密着で20年 */
#about h3 {
    margin-bottom: 3.0rem;
    color: rgba(90, 75, 65, 1.0);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.6rem;
    letter-spacing: 0.25rem;
}

/* イージーヘアーは、大田区大森にある理容室で */
#about .about-text p {
    margin-bottom: 3.0rem;
    line-height: 3.0rem;
}

/* ※当店は完全予約制のため */
#about .about-text p.att {
    color: rgba(90, 75, 65, 1.0);
    font-weight: 500;
}

/* 営業時間、以下 */
#about dt {
    margin-top: 3.0rem;
    margin-bottom: 1.0rem;
}

/* マップへのリンク */
#about .about-text dd a[href^="#map"] {
    text-decoration: underline;
}

/* お支払い方法 */
#about ul.credit {
    margin: 0;
    margin-bottom: 0.5rem;
    list-style: none;
}

#about ul.credit:first-child {
    margin-top: 1.5rem;
}

#about ul.credit:last-child {
    margin-bottom: 0;
}

#about ul.credit li {
    display: inline-block;
    margin-right: 0.25rem;
    line-height: 1.0rem;
}

#about ul.credit li:last-child {
    margin-right: 0;
}

#about ul.credit img {
    width: 4.0rem;
    height: auto;
}

@media only screen and (min-width: 576px) {

    #about .about-text {
        padding: 3.0rem;
    }

    #about ul.credit img {
        width: 6.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #about .about-img {
        min-height: 60.0vw;
    }

    #about .about-text {
        padding: 6.0rem;
    }

    #about ul.credit li {
        margin-right: 0.5rem;
    }

}

@media only screen and (min-width: 992px) {

    #about .about-img {
        min-height: 74.0rem;
        background-position: -15.0rem; /* 写真の位置調整 */
    }

    #about .about-text {
        padding: 0 4.0rem
    }

    #about .about-text article {
        width: 40.0rem; /* テキストの幅調整 */
    }

    #about ul.credit img {
        width: 5.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #about .about-img {
        background-position: inherit;
    }

    #about .about-text {
        padding: 0 6.0rem
    }

    #about .about-text article {
        width: 50.0rem;
    }

    #about ul.credit img {
        width: 6.0rem;
    }

}

@media only screen and (min-width: 1400px) {

    #about .about-text article {
        width: 57.0rem;
    }

}


/* ========================================================

　#menu

=========================================================== */

#menu {
    background-color: rgba(245, 240, 235, 1.0);
}

/* メニュー名 */
#menu dt {
    margin-bottom: 0.5rem;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 500;
}

#menu dt:nth-child(n+2) {
    margin-top: 4.0rem;
}

/* 施術内容 */
#menu dd {
    font-size: 1.4rem;
}

/* 料金 */
#menu dd.price {
    margin-top: 2.0rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(204, 204, 204, 1.0);
    text-align: right;
}

/* 金額 */
#menu dd.price span {
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 500;
}

/* 注意書き */
#menu .note {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(255, 0, 0, 1.0);
    font-weight: 400;
}

@media only screen and (min-width: 992px) {

    #menu .note {
        text-align: center;
    }

    #menu .note p {
        display: inline-block;
        text-align: left;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #menu dd {
        font-size: 1.3rem;
    }

}


/* ========================================================

　#reserve

=========================================================== */

/* 注意書き */
#reserve .note {
    margin-top: 0;
    color: rgba(255, 0, 0, 1.0);
    font-weight: 400;
}

/* 電話番号 */
#reserve span.phone {
    color: rgba(90, 75, 65, 1.0);
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
}

#reserve span.phone i {
    top: -0.2rem;
    font-size: 2.5rem;
}

/* ご予約はこちら */
#reserve span.phone .blinking {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'sans-serif';
    font-size: 1.8rem;
    font-weight: 500;
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}

#reserve span.phone .blinking::before,
#reserve span.phone .blinking::after {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
}

/* 予約状況 */
#reserve h3 {
    margin-top: 5.0rem;
    padding: 2.0rem 0;
    background: rgba(55, 45, 40, 1.0) url("../images/bg_gallery.png") center top repeat;
    color: rgba(255, 240, 0, 1.0);
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: 0.25rem;
}

/* スマホ時のスワイプ */
#reserve p.swipe {
    margin-top: 3.0rem;
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.5rem;
    text-align: center;
}

/* Googleカレンダー読み込み */
#reserve iframe {
    margin-top: 1.0rem;
    border: none;
    width: 70.0rem;
    height: 64.0rem;
}

@media only screen and (min-width: 768px) {

    #reserve .note {
        text-align: center;
    }

    #reserve .note p {
        display: inline-block;
        text-align: left;
    }

    #reserve span.phone {
        margin-top: 3.0rem;
        font-size: 4.0rem;
    }

    #reserve span.phone i {
        top: -0.4rem;
        font-size: 3.0rem;
    }

    #reserve span.phone .blinking {
        display: inline;
        margin-right: 1.0rem;
        margin-bottom: 0;
        font-size: 2.4rem;
    }

    #reserve span.phone .blinking::before,
    #reserve span.phone .blinking::after {
        margin-left: 0;
        margin-right: 0;
        content: none;
    }

    #reserve span.phone .blinking::after {
        margin-left: 0.5rem;
        content: "\f105";
    }

    #reserve p.swipe {
        display: none;
    }

    #reserve iframe {
        margin-top: 3.0rem;
        width: 100%;
        height: 70.0rem;
    }

}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* ========================================================

　#sale

=========================================================== */

#sale {
    background-color: rgba(245, 240, 235, 1.0);
}


/* ========================================================

　#information

=========================================================== */


/* ========================================================

　#gallery

=========================================================== */

#gallery {
    background: rgba(55, 45, 40, 1.00) url("../images/bg_gallery.png") center top repeat
}

#gallery.pageSection .heading h2 {
    color: rgba(255, 255, 255, 1.0);
}

#gallery.pageSection .heading h2::before,
#gallery.pageSection .heading h2::after {
    content: '-'
}

#gallery .more {
    margin-top: 3.0rem;
    text-align: center;
}

#gallery .more a {
    display: inline-block;
    color: rgba(204, 204, 204, 1.0);
    font-weight: 500;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#gallery .more a:hover {
    color: rgba(255, 255, 255, 1.0);
    transform: scale(1.2);
}


/* ========================================================

　#map

=========================================================== */

#map {
    background-color: rgba(27, 27, 27, 1.0);
}

#map iframe {
    width: 100%;
    height: 60.0vw;
    border: none;
}

@media only screen and (min-width:768px) {

    #map iframe {
        height: 36.0rem;
    }

}

@media only screen and (min-width:992px) {

    #map iframe {
        height: 46.0rem;
    }

}



/* ---- End of file --------------------------------------- */