@charset "utf-8";

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

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../font/MaterialIcons-Regular.woff2) format('woff2'),
        url(../font/MaterialIcons-Regular.woff) format('woff'),
        url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: #3333e0;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    text-size-adjust: 100%;
}


img {
    max-width: 100%;
}

.logo {
    width: 400px;
    margin: 10px 40px;
}


.gnav {
    font-size: 18px;
    padding: 10px 0;
    margin-right: 60px;
}

.gnav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.gnav li {
    margin-left: 35px;
}

.gnav a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 22px;
}

.gnav a:hover {
    color: #b77f3d;
}

.gnav .current {
    font-weight: bold;
    color: #c3bdb4;
    border-bottom: 4px solid #c3bdb4;
}

.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home {
    background-image: url(../images/relaxation-686392_1920.jpg);
    background-size: cover;
    min-height: 100vh;
}

#menu {
    background-image: url(../images/salon.sub_mv.jpg);
    height: 400px;
    margin-bottom: 40px;
}

#saan {
    background-image: url(../images/saron-submv2.jpg);
    height: 400px;
    margin-bottom: 40px;
}

#contact {
    background-image: url(../images/saron-submv3.jpg);
    height: 400px;
    margin-bottom: 40px;
}

#school {
    background-image: url(../images/saron-submv1.jpg);
    height: 400px;
    margin-bottom: 40px;
}

.mv_title {
    margin: 54px 70px;
    color: #dbc4af;
    width: 600px;
    letter-spacing: .1em;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px 3px #000;
}


.ttl {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/*スクール　メニュー*/
.item img {
    width: 100%;
}

img {
    vertical-align: bottom;
}

.item {
    width: 300px;
}


.item_wrap {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}

.item a {
    text-decoration: none;
    color: #000;
    background: #f8dbb4;
    border-radius: 5px;
}

.item a:hover {
    color: #b77f3d;
}

.item p {
    text-align: center;
    font-size: 16px;
}

/*講座料金*/
.price_list {
    display: flex;
    padding: 5px;
    font-size: 18px;
}

.price_list dt {
    background-color: antiquewhite;
    padding: 10px 20px;
}

.tax {
    text-align: center;
    font-size: 16px;
    padding-left: 60px;
}

.tax_2 {
    text-align: center;
    font-size: 13px;
    padding-left: 110px;
}

.item_lead {
    background: linear-gradient(transparent 70%, antiquewhite 0%);
}


.em {
    font-size: 15px;
    padding: 20px;
}

/*メニュー料金*/
.menu-price {
    display: flex;
    padding: 5px 10px;
    border-bottom: 3px solid #c79756;
    font-size: 20px;
}

.menu-price dt {
    padding: 5px 30px
}

.menu-price_1 {
    display: flex;
    padding: 5px 10px;
    border-bottom: 3px solid #c79756;
}

.menu-price_1 dt {
    width: 140px;
    font-size: 16px;
    padding: 5px 8px;
}



/*RAKUとは*/
.bg-c {
    background-color: #efe5d8;
}

.message {
    width: 700px;
    height: 270px;
    margin: 0 auto;
}

.message span {
    background-color: #ccc4b7;
}

.message img {
    float: left;
    margin-right: 15px;
}

.message p {
    margin-bottom: 10px;
}

.lesson {
    text-align: center;
    padding: 20px;
    font-size: 18px
}

/*スクール１*/
.lesson-course {
    width: 700px;
    margin: 0 auto;
}

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

.lesson-course th {
    background-color: antiquewhite;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.lesson-course td {
    font-size: 15px;
}

/*スクール３*/
.lesson-list {
    width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.lesson-box {
    padding: 0.5em 1em;
    color: #1c1a18;
    background: white;
    border-top: solid 5px #c79756;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.lesson-box p {
    font-size: 14px;
    margin: 5px;
}

.concept {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.concept img {
    float: right;
    margin-right: 30px;
    margin-left: 20px;
}



.concept_side {
    text-align: center;
    margin: 10px 50px;
    font-size: 18px;
}

.concept_unit {
    position: relative;
    padding: 5px 24px 5px 80px;
    background: #fff0d9;
    font-size: 20px;
    color: #2d2d2d;
    margin-left: -33px;
    line-height: 1.3;
    border-bottom: solid 3px orange;
    z-index: -2;
}

.concept_unit:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -1;
}

.concept_unit:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 79px white;
    z-index: -1;
}

.concept p {
    text-align: left;
    margin: 0 70px 30px;
}

.concept_unit li {
    display: list-item;
    list-style: disc;
}

/*ボタン*/
.link_btn {
    text-align: center;
    margin-top: 20px;
}

.link_btn a {
    background-color: #c79756;
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
}

section {
    padding: 60px 0;
}

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

.salon {
    width: 700px;
    margin: 0 auto;
}

.salon th {
    background-color: #efe5d8;
}

.salon th,
td {
    border: 1px solid #777;
    padding: 10px;
}

.salon_contact {
    width: 700px;
    margin: 10px auto;
}

/*リスト三角マーク*/
.salon_contact li {
    position: relative;
    padding-left: 10px;
    list-style: none;
}

li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #8b6b4e;
}



.more {
    text-align: right;
    margin-top: 10px;
}

.text-center {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.text-center iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

}

.totop a {
    background-color: #c79756;
    display: inline-block;
    color: #f2f8f8;
    text-decoration: none;
    padding: 15px 40px;
    position: fixed;
    right: 200px;
    bottom: 0;
}

/*ここからフッター*/
footer {
    background-color: #c79756;
    padding: 60px 0;
}

.sns-box {
    display: inline;
    margin-left: auto;
}

.sns-img {
    text-align: center;
}

.sns-img a img {
    width: 55px;
    margin-bottom: 20px;
    margin-right: 20px;
}


.footer_nav {
    text-align: center;
}

.footer_nav li {
    list-style: none;
    display: inline;
}

.footer_nav a {
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.copyright {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}


/*スマホ化*/
@media screen and (max-width:768px) {

    .big-bg,
    .mv_title,
    .message,
    .item_wrap,
    .salon,
    .concept,
    .concept_side,
    .salon_contact {
        width: 100%;
    }

    .logo {
        width: 70%;
        margin: 0;
    }

    .mv_title {
        width: 90%;
        margin: 10px;
        font-size: 2.5rem;
    }

    .message {
        height: 380px;
    }

    .concept_side {
        margin: 0 auto;
    }

    .gnav {
        background-color: #c79756;
        width: 80%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -100%;
        transition: .5s;
    }

    .gnav.active {
        top: 50px;
    }

    .gnav ul {
        display: block;
    }

    .gnav a {
        border-bottom: 1px solid #fff;
        text-align: center;
    }

    .toggle {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
        z-index: 3;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        border-bottom: 3px solid #b77f3d;
        transition: .3s ease-in-out;
        left: 6px;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        transform: rotate(-45deg)
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        transform: rotate(45deg)
    }

    .sns-img a img {
        width: 15%;
    }

    .totop a {
        padding: 10px;
        right: 10px;
    }

    .footer_nav {
        display: flex;
        justify-content: center;
    }

}
