@charset "utf-8";

/*画面幅1050px以下の設定---------------------------------*/
@media screen and (max-width:1050px) {



    /*メインメニュー--------------------------------*/
    #menubar li a {
        font-size: 16px;
        height: 65px;
        padding-top: 15px;
    }

}



/*--------- ----*画面幅  900px以下  の設定---------------------*/
@media screen and (max-width:900px) {

    /*ヘッダー（ロゴが入った最上段のブロック）------------------------*/
    header #logo img {
        width: 330px;
        left: 28%;
        top: 5px;

    }

    .swiper-container {
        display: none;
    }

    /*fixmenu設定-------------*/
    /*fixmenuリセット。*/
    body.is-fixed-menu header,
    body.is-fixed header {
        margin-bottom: 0px;
    }


    /*メインメニュー----*/
    /*アニメーションのフレーム設定。*/
    @keyframes menu1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /*スマホ用メニューを非表示から表示に切り替える*/
    #menubar-s {
        display: block;
        overflow: hidden;
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        border-top: 1px solid #fff;
        width:60%;
        height: 10%;
        z-index: 10;
        animation-name: menu1;
        animation-duration: 0.5S;
        animation-fill-mode: both;
        position: fixed;
    }

    #menubar-s li a {
        display: block;
        text-decoration: none;
        padding: 15px 5%;
        border-bottom: 1px solid #fff;
        background: #6AB698;
        color: #fff;
        font-size: 100%;
        font-family: 'Zen Maru Gothic', sans-serif;
    }

    .#menubar-s li a span {
        font-size: 5px;
        margin-left: 10px;
        display: none;
    }

    /*PC用メニューを非表示にする*/
    #menubar {
        display: none;
    }

    /*３本バーアイコン---------------------------------------*/
    #menubar_hdr {
        display: block;
        position: absolute;
        top: 24px;
        /*上から24pxの場所に配置*/
        left: 3%;
        /*左から3%の場所に配置*/
        border: 1px solid #6b921f;
        /*枠線の幅、線種、色*/
    }

    /*アイコン共通設定*/
    #menubar_hdr.close,
    #menubar_hdr.open {
        width: 50px;
        /*幅*/
        height: 50px;
        /*高さ*/
    }

    /*三本バーアイコン*/
    #menubar_hdr.close {
        background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
    }

    /*閉じるアイコン*/
    #menubar_hdr.open {
        background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
    }

    /*fixmenu設定*/
    body.is-fixed-menu .contents:first-of-type,
    body.is-fixed .contents:first-of-type {
        margin-top: 0px;
    }

    /*contents-------------------------------*/
    /*h2タグに「class="simple"」*/
    .contents h2.simple {
        font-size: 30px;
        /*文字サイズ*/
    }

    /*main,sub---------------------------------------------------*/
    .main,
    .sub {
        float: none;
        width: auto;
    }

    /*subコンテンツ内のlistブロック
---------------------------------------------------------------------------*/
    .sub .list {
        line-height: 2;
        /*行間*/
        padding: 10px;
        /*ボックス内の余白*/
    }

    /*画像*/
    .sub .list figure {
        width: 15%;
        margin-right: 10px;
    }

    /*その他-----------------------------------------------------*/
    body.s-n #sub,
    body.s-n #side,
    body.s-n #footermenu {
        display: none;
    }

    .sh {
        display: block;
    }

    .pc {
        display: none;
    }

    .link {
        margin-top: 0;
        padding-top: 0;
    }

    .top-image img {
        width: 95%;
        padding-left: 5px;
        margin: 0 auto;
        align-items: center;
        overflow: hidden;
        position: relative;

    }

    p.btn3 {
        text-align: left;
        vertical-align: top;
        margin-bottom: 16px;
    }

    p.btn3 a {
        font-size: 10px;
    }

}



/*画面幅700px以下の設定---*/
@media screen and (max-width:700px) {

    header #logo img {
        width: 330px;
        left: 25%;
        top: 5px;
    }

    /*ボタンブロック全体*/
    #fsize {
        display: none;
    }

    @keyframes menu1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /*スマホ用メニューを非表示から表示に切り替える*/
    #menubar-s {
        display: block;
        overflow: hidden;
        position: absolute;
        background: #6AB698;
        opacity: 0.8;
        border-top: 1px solid #fff;
        width: 80%;
        height: 70%;
        z-index: 10;
        animation-name: menu1;
        animation-duration: 0.5S;
        animation-fill-mode: both;
    }

    /*メニュー１個あたりの設定*/
    #menubar-s li a {
        display: block;
        text-decoration: none;
        padding: 15px 5%;
        border-bottom: 1px solid #fff;
        background: #6AB698;
        color: #fff;
        font-size: 100%;
    }

    /*PC用メニューを非表示にする*/
    #menubar {
        display: none;
    }

    #top-image {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;

    }


    /*contents-------------------------------------------*/
    .contents {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contents section + section {
        margin-top: 20px;
    }

    /*サブメニュー（左側ブロックのメニュー）----------*/

    .sub .submenu li a {
        padding: 10px;
        /*ボックス内の余白*/
    }

    /*box1-------------------------------------------*/
    .box1 {
        margin: 20px 0 20px 0;
    }

    /*----------top-image--------------------------------------*/
    .top-image {
        display: none;
    }

    /*box2（３カラムボックス）-------------------*/
    .box2 {
        width: auto;
        float: none;
        padding: 3%;
        margin: 0 0 20px 0;
        line-height: 2;
    }

    /*box2内のp(段落)タグ*/
    .box2 p {
        height: auto;
        font-size: 100%;
        margin-bottom: 15px;
    }

    /*box2内のh4(見出し)タグ*/
    .box2 h4 {
        height: auto;
        /*高さ*/

    }

    /*box2内のbtn1*/
    .box2 p.btn1 {
        position: static;
        width: 99%;
        /*ボタンの幅*/
    }

    .box2 p.btn2 {
        position: static;
        width: 99%;
        /*ボタンの幅*/
    }

    /*----------------------btn1--------------*/
    .btn1 {}


    /*---------------flex container--------------*/
    #flex_container {}

    .flex_box {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        width: 180% !important;
        text-align: center;
    }

    .salon_location {
        width: 100% !important;
        justify-content: center !important;
    }

    /*-----------------メニューページ-----------*/
    .menutitle {
        padding: 0;

    }

    .menusub {
        padding: 0;
    }

    .condition {
        display: flex;
        flex-direction: column;
        width: 60%;
    }

    .menu_caption {
        width: 100%;
    }

    .pf {}

    .pf p {
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 600;
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }





    /*-----------------サロン詳細ページ-----------*/

    .salon_info {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        text-align: center;
        margin: 20px auto 40px;
        width: 90%;
    }

    .salon_box {}

    .salonname {}

    .salon_box figure img {
        margin: 0 0 5px;
    }



    #salon_about {
        width: 100%;
        overflow: hidden;
        background: #fff;
        color: #666;
        margin: 5px;
        border: 1px solid #fff;
        padding: 0;
        flex: 1;
    }

    .reserve_section {
        border: solid 4px #e6c8a1;
        padding: 10px 10px;
        margin: 10px;
        background: #e6dccf;
    }


    .salon_reservebtn p {
        font-family: 'Zen Maru Gothic', sans-serif;
        padding: 5px auto 0;
        color: #fff;
        padding: 5px;
        font-weight: 600;
    }

    .salon_reservebtn p:hover {
        color: #fff;
    }

    .phone {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8px;
    }

    .phone_text p {
        font-size: 8px;

    }

    .phone_number {
        margin: 5px;
    }

    .phone_number p {
        font-size: 20px;
    }

    .material-icons {
        margin: 10px;
    }

    .salon_address {
        padding: 0;
        margin: 0 auto;
    }

    .salon_address tr {
        border: #556b2f;
        border: solid 1px #66cdaa;
    }

    .salon_address th {
        border: solid 1px #66cdaa;
        background: #ccffeb;
        width: 5rem;
    }

    .salon_address td {
        text-align: left;
        padding: 10px;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: 600;
    }

    .salon_reservebtn {
        display: block;
        width: 100%;
        background: #641414;
        height: 2rem;
        margin-top: 5px;
        font-weight: 600;
        text-align: center;
        font-family: 'Zen Maru Gothic', sans-serif;
        border-radius: 5px;
    }

    .salon_reservebtn:hover {
        background: #803333;
        color: #fff;
    }

    .map_anker {
        width: 95%;
        padding: 0 5px;
    }

    #map {
        width: 90%;
        margin: 0 auto;
    }

    .iframe {
        padding: 0;
        height: 400px;
        overflow: hidden;
    }

    .review {
        display: flex;
        background: #d2b48c;
        border-radius: 5px;
    }

    .review:hover {
        background: #e6d2b8;
    }



    .hukidasi {
        padding: 10px 5px 0
    }

    .hukidasi img {
        width: 100%;
        text-align: center;

    }

    .review_link_text p {
        font-weight: 600;
        font-family: 'Zen Maru Gothic', sans-serif;
        margin: 5px auto 0;
        font-size: 14px;
    }

    .review_link_note {
        display: none;
    }

    .sns {
        margin: 20px;
    }

    .insta_icon p {
        font-size: 0.8rem;
        font-family: 'Zen Maru Gothic', sans-serif;
    }

    .insta_icon img {
        width: 100px;
    }

    .salon_info_image {
        width: 100%;
        display: flex;
        object-fit: cover;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .salon_info_image img {
        object-fit: cover;
        width: 25%;
        margin: 2px;
        ;
        border: transparent solid 5px;
        display: flex;
        transition: 0.8s;

    }

    .salon_info_image img:hover {
        transform: scale(2.0, 2.0);
        border: none;
    }

    .price {
        width: 90%;
        margin: 0 auto
    }

    .price_bar {}

    .pricesub {
        font-size: 10px;
    }

    .salon_price {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 5px auto;

    }

    .salon_menu_title {
        width: 95%;
        font-size: 14px;
        margin: 10px auto;
    }

    .salon_menu_image {
        width: 90%;
        text-align: center;
    }

    .salon_menu_image img {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .condition2 {
        flex-direction: column;
        flex-flow: nowrap;
        margin: 0px auto;
        width: 70%;
    }

    .pf2 {
        width: 90%;
        font-size: 10px;
        height: 10px;

    }

    .pf2 p {
        font-family: 'Zen Maru Gothic', sans-serif;


    }

    .menu_table {
        width: 80%;
        margin: 0 auto 20px;
        font-size: 14px;
        padding: 0;
    }

    .menu_table th {
        width: 100px !important;
        text-align: right;
    }

    .menu_table td {}

    /*---------お知らせ-----------*/


    .salon_news {
        background: #FFF7EA;
        padding: 10px 0 2px;
        margin: 5px 5px;
    }


    .salon_news_inner {
        width: 95%;
        background-color: #fff;
        margin: 0 auto 10px;
        padding: 10px 0 10px;
    }


    .sub_ttl {
        font-size: 10px;
        text-align: center;
        margin-bottom: 5px;
    }

    /* ここからがニュース記事のCSS */

    .news_list {
        margin: 0;
    }

    .news_list_item {
        padding: 5px 5px;
        border-bottom: 1px solid #E6E6E6;
    }

    .news_list_item:first-child {
        border-top: 1px solid #E6E6E6;
    }

    .news_list_item a {
        position: relative;
        display: flex;
        padding-right: 3px;
    }

    .news_list_item p {
        font-size: 8px;
    }

    .news_list_date {
        font-size: 8px;
        display: flex;
        margin-right: 10px;
        align-items: center;
    }

    .news_item {
        background: #F6C6A2;
        border-radius: 5px;
        width: 6em;
        /* 親要素の文字サイズを基準 */
        text-align: center;
        margin-left: 5px;
    }

    .arrow {
        width: 14px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        right: 0;
    }

    .arrow::after {
        content: "";
        display: block;
        width: 6px;
        height: 1px;
        background: #707070;
        transform: rotate(45deg);
        position: absolute;
        right: 0px;
        bottom: 2px;
    }

    .ta2 th {
        text-align: left;
        width: 90%;
        font-weight: 600;
    }

    .ta2 td {
        font-size: 10px;
    }

    .ta2 td,
    .ta2 th {
        display: block;
        border: none;
    }

    .ta2 {
        border: none;
    }

    .ta3 {
        display: none;
    }
/*----------recruit--------------------------------------*/
    .recruit_box{
        width:90%;
    }
    .btn3{

    }
    .btn3 a{
        font-size:10px;
    }
    /*---研修ページ---------------------------------------------------*/
    .education_container {
        width: 100%;
        margin: 40px auto;
    }

    .education_box {
        width:100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .education_box_reverse {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .education_caption {
        height: 8rem;
        align-self: center;
        margin: 10px 20px 20px;

    }

    .education_image {
        margin: 20px 10px 10px;
    }

    /*------研修を終えて------------------*/
    .senior_caption {
        margin: 20px auto;
    }

    .senior_container {
        flex-direction: column;
    }

    .senior_box {
        width: 100%;
        margin: 0 auto 40px;
    }

    /*-----------mailform-------*/

    .mailform{
        width:100%;

    }
    .mailform iframe {
        width: 90%;
        margin:0 auto;

    }

    /*フッター*/


    a.top1:hover img,
    a.top2:hover img,
    a.top3:hover img,
    a.top4:hover img {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        transform: translatey(-10px);
        transition-duration: 0.5s;
        position: relative;
    }

    footer {
        background: #e6fff5;
        display: inline-block;
        width: 100%;
        min-height: 200px;
        align-items: center;
        justify-content: center;
        color: #805500;
        text-align: center;
        flex-wrap: wrap;
        padding-bottom: 80px;
    }

    footer img {
        border: solid 2px #805500;
        border-radius: 5px;
    }

    .ftbox {
        width: 100%;
        display: flex;
        margin: 0px;
        padding: 0px 20px 0 20px;
        flex-direction: row;
        justify-content: center;

    }

    .ftbox ul {
        list-style: none;

    }

    .ftbox ul li a {
        text-decoration: none;
        color: #805500;

    }

    .ftbox ul li a:hover {
        text-decoration: none;
        color: #d2b48c;
        transition: .3s;
    }

    .fttitle h3 {
        text-align: center;
        font-size: 14px;
        margin-top: 2em;
        margin-bottom: 1em
    }

    footer p,
    a {
        font-size: 1rem;
        font-weight: 400;
        list-style: none;
        text-decoration: none;
    }

    .ftbox {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .ftbox1 li,
    .ftbox2 li,
    .ftbox3 li,
    .ftbox4 li {
        text-align: center;
        line-height: 1.8rem;
    }

    .ftbox ul {
        list-style: none;
        margin: 0;
    }

    .ftbox2 ul li a {
        text-decoration: none;
        color: #805500;
    }

    .ftbox2 ul li a:hover {
        text-decoration: none;
        color: #d2b48c;
        transition: .3s;
    }

    .copy {
        display: block;
        text-align: center;
    }

    .ftbanner {
        width: 80%;
        display: flex;
        justify-content: center;
        margin: 10px auto;
        flex-direction: column;
    }


    .ftbanner img {
        width: 95%;
        align-items: center;
        overflow: hidden;
        justify-content: center;
        margin: 2px auto;
    }

    a.ftbn1:hover img,
    a.ftbn2:hover img,
    a.ftbn3:hover img,
    a.ftbn4:hover img {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        transform: translateY(-3px);
        transition-duration: 0.5s;
    }



    #nav-drawer {
        position: relative;
    }

    .gloval-nav {
        width: 100%;
    }

    .gloval-nav ul li a {
        font-family: 'Klee One', cursive;
    }

    .gloval-nav ul {
        display: flex;
        position: relative;
        text-align: center;
        flex-direction: column;
    }

    .gloval-nav li {
        margin: 2px;
    }
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

    /*全体の設定
---------------------------------------------------------------------------*/
    body {
        font-size: 12px;
        /*文字サイズ*/
    }

    /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
    /*ロゴ画像*/
    header #logo img {
        width: 65%;
        /*画像幅*/
        min-width: 200px;
        top: 15%;
        /*ヘッダーに対して上から20%の場所に配置*/
        left: 25%;
        /*ヘッダーに対して左から20%の場所に配置*/
    }


    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
    /*３本バーブロック*/
    #menubar_hdr {
        top: 10px;
        /*上から10pxの場所に配置*/
    }

    /*contents
---------------------------------------------------------------------------*/
    /*コンテンツのh2タグ設定*/
    .contents h2 {
        padding: 5px 10px;
        /*上下、左右への余白*/
        font-size: 14px;
        /*文字サイズ*/
        margin-bottom: 10px;
    }

    /*コンテンツのh3タグ設定*/
    .contents h3 {
        padding: 3px 10px;
        /*上下、左右への余白*/
        font-size: 12px;
        /*文字サイズ*/
        margin-bottom: 10px;
    }

    /*h2タグに「class="simple"」を指定した場合の追加設定。大文字でセンタリングされる見出しです。*/
    .contents h2.simple {
        font-size: 18px;
        /*文字サイズ*/
    }

    /*コンテンツの段落タグ設定*/
    .contents p {
        padding: 0px 10px 10px;
        /*上、左右、下への余白*/
    }

    /*他*/
    .contents h2 + p,
    .contents h3 + p {
        margin-top: -5px;
    }

    /*フッターメニュー----------------------------------------------*/
    /*ボックス全体*/
    #footermenu {
        background: #6b921f;
        /*背景色のみに上書き*/
    }

    /*１行分の設定*/
    #footermenu ul {
        width: 23%;
        /*１列あたりの幅の再設定*/
    }

    /*テーブル----------------------------------------------------*/
    /*テーブル１行目に入った見出し部分（※caption）*/
    .ta1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ta1 caption {
        padding: 0px;
    }

    /*テーブル内の左側*/
    .ta1 th {
        width: 100px;
        padding: 0px;
    }

    /*テーブル内の右側*/
    .ta1 td {
        width: auto;
        padding: 0px 10px 0px 20px;
    }

    /*box1とbox2-------------------------------------------------*/
    /*h4(見出し)タグ*/
    .box1 h4,
    .box2 h4 {
        font-size: 16px;
        /*文字サイズ*/
    }




    /*その他
---------------------------------------------------------------------------*/
    .ws,
    .wl {
        width: 94%;
    }

    img.fr,
    figure.fr,
    img.fl,
    figure.fl {
        float: none;
        margin: 0;
        width: 100%;
    }

    .fr,
    .fl {
        float: none;

    }

    .w30p,
    .w65p {
        width: auto;
    }

    .big1 {
        font-size: 18px;
        letter-spacing: normal;
    }

}

.pf {
    flex-direction: row;
    flex: 1;
    padding: 0 2px;
    text-align: center;
    background: #beedbe;
    border-left: solid 5px #a3cca3;
    float: left;
    margin: 5px;
    font-size: 14px;

}

section {}

.ta3 {
    marigin: o auto;
}
