@charset "utf-8";

/*================================
basepage.css
================================*/
html {
    overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, hgroup, header, footer,
nav, dialog, figure, menu, video, audio, mark,
time, canvas, details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
}

section, article, aside, hgroup, header,
footer, nav, dialog, figure, figcaption {
    display: block;
}

::before,
::after {
    margin: 0;
    padding: 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*================================
共通
================================*/
.page-title__heading {
    background-image: url("../commons/img/bg_gray.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 330px;
    position: relative;
}

.page-title__heading h2 {
    margin: 0 auto;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-area__background {
    background-image: url("../commons/img/bg_contact.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    padding-top: 90px;
}

.contact-area__background h2 {
    font-size: 50px;
    line-height: 1;
    text-align: center;
}

.contact-area__background h2 span {
    display: block;
    font-size: 20px;
    margin: 25px 0 90px;
}

/*================================
top
================================*/


/* 下層共通 */
html {
    scroll-behavior: smooth;
}
.contents_top-padding {
    padding-top: 150px;
    padding-bottom: 130px;
}

/*================================
#concept
================================*/
#concept .concept_top {
    background: url(../img/concept/concept_deco01.jpg) no-repeat center / cover;
    padding: 45px 5%;
    margin-bottom: 110px;
}
#concept .concept_top p {
    text-align: center;
}
#concept .concept_top span {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
}
#concept .concept_txt {
    margin-bottom: 100px;
}
#concept .concept_feature {
    padding: 100px 0;
    margin-bottom: 165px;
}
#concept .concept_feature:last-child {
    margin-bottom: 0;
}
#concept .concept_feature figure {
    width: 55%;
    align-content: center;
}
#concept .concept_feature p {
    width: 45%;
    padding: 0 5%;
    align-content: center;
}
#concept .concept_feature span {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}
#concept .concept_feature:nth-child(odd) {
    position: relative;
}
#concept .concept_feature:nth-child(odd):before {
    content: "";
    display: inline-block;
    width: 65%;
    height: 100%;
    background: url(../img/concept/concept_deco02.jpg) no-repeat center / cover;
    position: absolute;
    right: 0;
    top: calc(50px - 50px);
    z-index: -1;
}
#concept .concept_feature:nth-child(even) {
    flex-direction: row-reverse;
    position: relative;
}
#concept .concept_feature:nth-child(even):before {
    content: "";
    display: inline-block;
    width: 65%;
    height: 100%;
    background: url(../img/concept/concept_deco03.jpg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: calc(50px - 50px);
    z-index: -1;
}
#concept .concept_video{
    width: 80%;
    height: 500px;
    margin: 0 auto 80px
    ;}

/*================================
#treatment #headspa 共通
================================*/
.service_toptxt {
    margin-bottom: 150px;
}
.service_toptxt p:first-child {
    text-align: center;
    font-size: 24px;
    margin-bottom: 70px;
}
.service_toptxt p:last-child {
    text-align: center;
}
/* こんな人におすすめ */
.service_recommend {
    padding: 90px 0 130px;
    background: url(../commons/img/service_recommend_bg.jpg) no-repeat center / cover;
    color: #fff;
}
.service_recommend p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 75px;
}
.service_recommend div.flex {
    margin: 0 auto;
    justify-content: center;
}
.service_recommend ul {
    padding-left: 1.5em;
}
.service_recommend ul:first-child {
    margin-right: 80px;
}
.service_recommend li {
    margin-bottom: 35px;
    position: relative;
}
.service_recommend li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
.service_recommend li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 100%;
    background: url(../commons/img/check_icon.png) no-repeat center / 1em;
    position: absolute;
    left: -1.5em;
}
/* 施術 */
.service_feature {
    margin-bottom: 150px;
}
.service_feature > li {
    padding: 150px 0 155px;
}
.service_feature > li:last-child {
    padding-bottom: 0;
}
.service_feature > li > div {
    margin-bottom: 90px;
}
.service_feature > li > div.flex {
    justify-content: space-between;
}
.service_feature h2 {
    font-size: 40px;
    font-weight: normal;
    padding-left: 14%;
    align-content: center;
    width: 40%;
}
.service_feature > li > div > figure {
    width: 60%;
}
.service_feature_list li {
    padding: 20px 40px; 
    border: solid 1px #bbb;
    margin-bottom: 20px;
}
.service_feature_list li:last-child {
    margin-bottom: 0;
}
.service_feature_list h3 {
    font-size: 18px;
    font-weight: bold;
}
.service_feature > li:nth-child(even) {
    background: url(../commons/img/service_feature_bg.png);
}
.service_feature > li:nth-child(even) > div.flex {
    flex-direction: row-reverse;
}
.service_feature > li:nth-child(even) h2 {
    padding-left: 0;
    padding-right: 14%;
    text-align: right;
}

/*================================
#treatment
================================*/
#treatment .service_toptxt:first-child {
    margin-bottom: 120px;
}
#treatment .treatment_anchor {
    max-width: 880px;
    padding-bottom: 100px;
    margin-bottom: 80px;
}
#treatment .treatment_anchor.flex {
    justify-content: space-between;
}
#treatment .treatment_anchor p {
    width: 45%;
    position: relative;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
#treatment .treatment_anchor p::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 114px;
    background: url(../img/treatment/arrow_down.png) no-repeat top / contain;
    position: absolute;
    left: calc(50% - 54%);
    top: 85%;
}
#treatment .treatment_anchor a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
}
#treatment .treatment_anchor a span {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
}
#treatment .treatment_anchor a:hover {
    opacity: .7;
}
#treatment .treatment_anchor p:first-child a {
    background: url(../img/treatment/treatment_deco01.png) no-repeat center / cover;
}
#treatment .treatment_anchor p:last-child a {
    background: url(../img/treatment/treatment_deco02.png) no-repeat center / cover;
}
#treatment .treatment_ttl {
    font-size: 40px;
    text-align: center;
    background: url(../img/treatment/treatment_ttl-bg.png) no-repeat center / cover;
    padding: 80px 0;
    margin-bottom: 140px;
}
#treatment .treatment_ttl span {
    display: block;
    font-size: 24px;
}
#treatment .treatment_conts:last-child .service_feature {
    margin-bottom: 0;
}

/*================================
#headspa
================================*/
#headspa .headspa_flow {
    padding: 120px 0;
    background-color: #f7f4ec;
}
#headspa .headspa_flow h2 {
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 110px;
}
#headspa .headspa_flow ol > li {
    background-color: #fff;
    padding: 40px 25px 45px;
    margin-bottom: 60px;
}
#headspa .headspa_flow ol > li:last-child {
    margin-bottom: 0;
}
#headspa .headspa_flow div.flex {
    justify-content: space-between;
}
#headspa .headspa_flow div.flex .headspa_flow_txt {
    width: 40%;
}
#headspa .headspa_flow div.flex > figure {
    width: 57%;
    align-content: center;
}
#headspa .headspa_flow h3 {
    color: #bd8f01;
    font-size: 50px;
}
#headspa .headspa_flow h3 span {
    font-size: 26px;
    margin-right: .3em;
}
#headspa .headspa_flow .headspa_flow_txt p span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

#headspa .headspa_flow .oil_list {
    padding-top: 40px;
}
#headspa .headspa_flow .oil_list.flex {
    justify-content: space-between;
}
#headspa .headspa_flow .oil_list li {
    border: solid 1px #bbb;
    width: 24%;

    display: flex;
    flex-direction: column
}
#headspa .headspa_flow .oil_list .oil_txt {
    padding: 20px 4% 25px;

    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#headspa .headspa_flow .oil_list p:first-of-type {
    line-height: 1.5;
    margin-bottom: 20px;

    flex-grow: 1;
}
#headspa .headspa_flow .oil_list p:first-of-type span {
    display: block;
    color: #bd8f01;
    font-size: 20px ;
}
#headspa .headspa_flow .oil_list p:last-of-type {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}
#headspa .headspa_flow .oil_list p:last-of-type span {
    padding: 2px 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#headspa .headspa_flow .oil_list li:first-child p:last-of-type span {
    background-color: #e55f0d;
}
#headspa .headspa_flow .oil_list li:nth-child(2) p:last-of-type span {
    background-color: #07521c;
}
#headspa .headspa_flow .oil_list li:nth-child(3) p:last-of-type span {
    background-color: #481173;
}
#headspa .headspa_flow .oil_list li:last-child p:last-of-type span {
    background-color: #dc2e49;
}

/*================================
#menu
================================*/
#menu .menu_list_container .menu_ttl {
    background: url(../img/menu/menu_deco.png) no-repeat center / cover;
    margin-bottom: 50px;
}
#menu .menu_list_container {
    margin-bottom: 80px;
}
#menu .menu_list_container h3 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu .menu_list_container h3 span {
    font-size: 20px;
}
#menu .menu_list_container li {
    padding: 30px 0 35px;
    border-bottom: solid 1px #bbb;
}
#menu .menu_list_container li:first-child {
    padding-top: 0;
}
#menu .menu_list_container h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
#menu .menu_list_container .flex {
    justify-content: space-between;
    align-items: center;
}
#menu .menu_list_container li p {
    font-size: 15px;
}
#menu .menu_list_container p.menu_txt {
    width: 87%;
}

/*================================
#owner
================================*/
#owner .owner_profile {
    padding-top: 150px;
    margin-bottom: 115px;
    position: relative;
}
#owner .owner_profile::before {
    content: "";
    display: inline-block;
    width: 90%;
    height: 90%;
    background: url(../img/owner/bg.jpg) no-repeat top / cover;
    position: absolute;
    inset: 0;
    z-index: -1;
}
#owner .owner_profile .flex {
    justify-content: center;
}
#owner .owner_profile figure {
    width: 40%;
    max-width: 400px;
    margin-right: 10%;
}
#owner .profile_txt {
    width: 50%;
    padding-top: 55px;
}
#owner .profile_txt h3 {
    font-size: 30px;
    margin-bottom: 140px;
    line-height: 1.5;
}
#owner .profile_txt h3 span {
    display: block;
    font-size: 20px;
}
#owner .owner_career {
    padding-top: 70px;
    margin-bottom: 165px;
}
#owner .owner_career.flex {
    justify-content: space-between;
}
#owner .owner_career h3 {
    font-size: 40px;
    width: 40%;
    text-align: right;
    line-height: 1;
    padding-right: 5%;
    position: relative;
}
#owner .owner_career h3 span {
    font-size: 16px;
    padding-left: 1em;
}
#owner .owner_career h3::before{
    content: "";
    width: 200px;
    height: 1px;
    background: #bd8f01;
    transform: rotate(-37deg);
    position: absolute;
    right: 45%;
    top: 0;
    z-index: -1;
}
#owner .owner_career p {
    width: 55%;
    line-height: 2.5;
}
#owner .owner_pic_area.flex {
    justify-content: space-around;
}
#owner .owner_pic_area figure:first-child {
    width: 30%;
    max-width: 350px;
}
#owner .owner_pic_area figure:last-child {
    width: 45%;
    max-width: 485px;
    padding-top: 50px;
} 

/*================================
access
================================*/
#access .shop_info {
    margin-bottom: 140px;
}
#access .shop_info.flex {
    justify-content: space-between;
}
#access .shop_info table {
    width: 40%;
    min-width: 420px;
    margin-bottom: 25px;
}
#access .shop_info table tr {
    border-bottom: solid 1px #bbb;
}
#access .shop_info table th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 25px 0 25px 15px;
}
#access .shop_info table td {
    padding: 25px 0;
}
#access .shop_info .access_map {
    width: 60%;
    padding-left: 5%;
}
#access .shop_info .access_map iframe {
    width: 100%;
    height: 100%;
}
#access .access_pic_area {
    position: relative;
}
#access .access_pic_area::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 90%;
    background: url(../img/access/bg.jpg) no-repeat center / cover;
    position: absolute;
    top: 7%;
    z-index: -1;
} 
#access .access_pic_area .flex {
    justify-content: space-between;
}
#access .access_pic_area ul:first-child li:first-child {
    width: 33%;
    max-width: 370px;
    margin-left: 9%;
}
#access .access_pic_area ul:first-child li:last-child {
    width: 28%;
    max-width: 316px;
    margin-right: 13%;
    margin-top: 120px;
}
#access .access_pic_area ul:nth-child(2) {
    margin-top: 55px;
}
#access .access_pic_area ul:nth-child(2) li:first-child {
    width: 25%;
    max-width: 272px;
    margin-left: 21%;
}
#access .access_pic_area ul:nth-child(2) li:last-child  {
    width: 32%;
    max-width: 354px;
    margin-right: 5%;
    margin-top: 100px;
}


/*================================
#info
================================*/
.comingsoon{
    margin: 20% auto;
    text-align: center;
    font-size: 25px;

}
@media screen and (max-width: 1024px) {
    /*================================
    top
    ================================*/

    /*================================
    #concept
    ================================*/
    #concept .concept_video {
    width: 80%;
    height: 30vh;
    margin: 0 auto 80px;}
    /*================================
    #treatment #headspa 共通
    ================================*/
    .service_recommend ul {
        padding-left: 1.2em;
    }
    .service_recommend ul:first-child {
        margin-right: 32px;
    }
    .service_recommend li::before {
        background: url(../commons/img/check_icon.png) no-repeat 0 9px / 1em;
        left: -1.2em;
    }
    .service_feature h2 {
        padding-left: 9%;
    }
    .service_feature > li:nth-child(even) h2 {
        padding-right: 9%;
    }
    .service_feature > li > div > figure {
        width: 58%;
    }

    /*================================
    #treatment
    ================================*/

    /*================================
    #headspa
    ================================*/
    #headspa .headspa_flow ol > li {
        padding: 60px 50px 50px;
    }
    #headspa .headspa_flow div.flex {
        flex-direction: column;
    }
    #headspa .headspa_flow div.flex .headspa_flow_txt {
        width: 100%;
        margin-bottom: 30px;
    }
    #headspa .headspa_flow div.flex > figure {
        width: 80%;
        max-width: 550px;
        margin: 0 auto;
    }
    #headspa .headspa_flow .oil_list.flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    #headspa .headspa_flow .oil_list li {
        width: 40%;
    }
    
    /*================================
    #ouner
    ================================*/
    #owner .owner_profile figure {
        align-content: center;
    }
    #owner .profile_txt {
        padding-top: 0;
        align-content: center;
    }
    #owner .profile_txt h3 {
        margin-bottom: 60px;
    }
    #owner .owner_pic_area figure:first-child {
        width: 36%;
    }

    /*================================
    access
    ================================*/
    #access .shop_info.flex {
        flex-direction: column;
    }
    #access .shop_info table {
        width: 100%;
        margin-bottom: 40px;
    }
    #access .shop_info .access_map {
        width: 100%;
        height: 300px;
        padding-left: 0;
    }
    #access .access_pic_area ul:first-child li:first-child {
        width: 37%;
        margin-left: 6%;
    }
    #access .access_pic_area ul:first-child li:last-child {
        width: 32%;
        margin-right: 10%;
        margin-top: 100px;
    }
    #access .access_pic_area ul:nth-child(2) {
        margin-top: 30px;
    }
    #access .access_pic_area ul:nth-child(2) li:first-child {
        width: 29%;
        margin-left: 18%;
    }
    #access .access_pic_area ul:nth-child(2) li:last-child  {
        width: 36%;
        margin-right: 2%;
        margin-top: 80px;
    }
}


@media screen and (max-width: 768px) {
	
/*================================
共通
================================*/
.page-title__heading {
    height: 180px;
}

.page-title__heading h2 {
    font-size: 30px;
}

.contact-area__background h2 {
    font-size: 30px;
}

.contact-area__background h2 span {
    font-size: 14px;
    margin: 20px 0 70px;
}

.contact-area__background ul {
    display: block;
    width: 80%;
}

.contact-area__background ul li a {
    font-size: 20px;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    line-height: 70px;
}

    /*================================
    top
    ================================*/

    /* 下層共通 */
    .inner_conts {
        width: 90%;
        padding: 0;
    }
    .contents_top-padding {
        padding-top: 80px;
        padding-bottom: 110px;
    }

    body {
        font-size: 15px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    /*================================
    #concept
    ================================*/
    #concept .concept_top {
        padding: 30px 5%;
        margin-bottom: 60px;
    }
    #concept .concept_top span {
        font-size: 20px;
        /* margin-bottom: 30px; */
    }
    #concept .concept_txt {
        margin-bottom: 70px;
    }
    #concept .concept_feature {
        padding: 60px 0;
        margin-bottom: 90px;
    }
    #concept .concept_feature.flex {
        flex-direction: column;
    }
    #concept .concept_feature figure {
        width: 80%;
        margin-bottom: 40px;
    }
    #concept .concept_feature p {
        width: 100%;
        padding: 0 7%;
    }
    #concept .concept_feature span {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #concept .concept_feature:nth-child(even) {
        flex-direction: column;
    }
    #concept .concept_feature:nth-child(even) figure {
        margin: 0 0 40px auto;
    }
    #concept .concept_video {
    width: 80%;
    height: 169px;
    margin: 0 auto 80px;}

    /*================================
    #treatment #headspa 共通
    ================================*/

    .service_toptxt {
        margin-bottom: 120px;
    }
    .service_toptxt p:first-child {
        font-size: 20px;
        margin-bottom: 50px;
        line-height: 1.8;
    }
    /* こんな人におすすめ */
    .service_recommend {
        padding: 80px 0 100px;
    }
    .service_recommend > div {
        text-align: center;
    }
    .service_recommend p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .service_recommend div.flex {
        display: inline-block;
        text-align: left;
    }
    .service_recommend ul {
        padding-left: 1.5em;
    }
    .service_recommend ul:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .service_recommend li {
        margin-bottom: 20px;
    }
    .service_recommend li::before {
        left: -1.5em;
    }

    /* 施術 */
    .service_feature {
        margin-bottom: 110px;
    }
    .service_feature > li {
        padding: 110px 0 120px;
    }
    .service_feature > li > div {
        margin-bottom: 60px;
    }
    .service_feature > li > div.flex {
        flex-direction: column;
    }
    .service_feature h2 {
        font-size: 34px;
        width: 100%;
        margin-bottom: 30px;
    }
    .service_feature > li > div > figure {
        width: 70%;
        margin: 0 0 0 auto;
    }
    .service_feature_list li {
        padding: 15px 25px; 
    }
    .service_feature_list h3 {
        font-size: 16px;
    }
    .service_feature > li:nth-child(even) > div.flex {
        flex-direction: column;
    }
    .service_feature > li:nth-child(even) figure {
        margin: 0 auto 0 0;
    }

    /*================================
    #treatment
    ================================*/
    #treatment .service_toptxt:first-child {
        margin-bottom: 100px;
    }
    #treatment .treatment_anchor {
        padding-bottom: 45px;
        margin-bottom: 90px;
    }
    #treatment .treatment_anchor.flex {
        flex-direction: column;
    }
    #treatment .treatment_anchor p {
        width: 80%;
        max-width: 350px;
        margin: 0 auto;
    }
    #treatment .treatment_anchor p:first-child {
        margin-bottom: 75px;
    }
    #treatment .treatment_anchor p::after {
        width: 18px;
        height: 60px;
        background: url(../img/treatment/arrow_down.png) no-repeat bottom / cover;
        left: calc(50% - 3%);
    }
    #treatment .treatment_anchor a {
        font-size: 16px;
    }
    #treatment .treatment_ttl {
        font-size: 30px;
        padding: 50px 0;
        margin-bottom: 100px;
    }
    #treatment .treatment_ttl span {
        font-size: 20px;
    }

    /*================================
    #headspa
    ================================*/
    #headspa .headspa_flow {
        padding: 90px 0;
    }
    #headspa .headspa_flow h2 {
        font-size: 34px;
        margin-bottom: 70px;
    }
    #headspa .headspa_flow ol > li {
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    #headspa .headspa_flow div.flex .headspa_flow_txt {
        width: 100%;
        margin-bottom: 20px;
    }
    #headspa .headspa_flow div.flex > figure {
        width: 100%;
        max-width: 500px;
    }
    #headspa .headspa_flow h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    #headspa .headspa_flow h3 span {
        font-size: 20px;
    }
    #headspa .headspa_flow .headspa_flow_txt p span {
        font-size: 18px;
        /* margin-bottom: 10px; */
    }

    #headspa .headspa_flow .oil_list {
        padding-top: 30px;
    }
    #headspa .headspa_flow .oil_list.flex {
        gap: 10px;
        max-width: 480px;
        margin: 0 auto;
    }
    #headspa .headspa_flow .oil_list li {
        width: 48%;
    }
    #headspa .headspa_flow .oil_list .oil_txt {
        padding: 5px 6% 8px;
    }
    #headspa .headspa_flow .oil_list p:first-of-type {
        font-size: 14px;
        margin-bottom: 5px;
    }
#headspa .headspa_flow .oil_list p:first-of-type span {
    display: block;
    color: #bd8f01;
    font-size: 18px ;
    margin-bottom: 0;
}
#headspa .headspa_flow .oil_list p:last-of-type span {
    font-size: 12px;
}



    /*================================
    #menu
    ================================*/
    #menu .menu_list_container .menu_ttl {
        background: url(../img/menu/menu_deco.png) no-repeat 85% 50% / cover;
        margin-bottom: 40px;
    }
    #menu .menu_list_container {
        margin-bottom: 65px;
    }
    #menu .menu_list_container h3 {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.5;
    }
    #menu .menu_list_container h3 span {
        font-size: 14px;
    }
    #menu .menu_list_container h4 {
        font-size: 15px;
        margin-bottom: 0;
    }
    #menu .menu_list_container .flex {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    #menu .menu_list_container p.menu_txt {
        width: 100%;
        font-size: 14px;
    }
    #menu .menu_list_container p.menu_price {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }

    /*================================
    #ouner
    ================================*/
    #owner .owner_profile {
        padding-top: 90px;
        margin-bottom: 100px;
    }
    #owner .owner_profile > div {
        max-width: 550px;
        margin: 0 auto;
    }
    #owner .owner_profile .flex {
        flex-direction: column;
    }
    #owner .owner_profile figure {
        width: 70%;
        margin: 0 auto;
        max-width: 350px;
    }
    #owner .profile_txt {
        width: 100%;
        padding-top: 50px;
    }
    #owner .profile_txt h3 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    #owner .profile_txt h3 span {
        font-size: 16px;
    }
    #owner .owner_career {
        padding-top: 35px;
        margin-bottom: 100px;
    }
    #owner .owner_career.flex {
        flex-direction: column;
    }
    #owner .owner_career h3 {
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 45px;
        padding-right: 0;
    }
    #owner .owner_career h3 span {
        font-size: 14px;
    }
    #owner .owner_career h3::before{
        width: 112px;
        left: calc(50% - 5.4em);
    }
    #owner .owner_career p {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    #owner .owner_pic_area.flex {
        flex-direction: column;
        width: 75%;
        margin: 0 auto;
    }
    #owner .owner_pic_area figure {
        width: 100% !important;
        max-width: 450px !important;
        margin: 0 auto;
    }

    /*================================
    access
    ================================*/
    #access .shop_info {
        margin-bottom: 110px;
    }
    #access .shop_info table {
        min-width: initial;
    }
    #access .shop_info table th {
        width: 31%;
        padding: 20px 0 20px 10px;
    }
    #access .shop_info table td {
        padding: 20px 10px;
    }
    #access .shop_info .access_map {
        height: 200px;
    }
    #access .access_pic_area::before {
        height: 85%;
    }
    #access .access_pic_area ul {
        flex-direction: column;
        width: 100%;
        margin: 0 !important;
    }
    
    #access .access_pic_area ul li {
        width: 75% !important;
        max-width: 400px !important;
        margin: 0 auto 20px !important;
    }

}



    @media (min-width: 768px) and (max-width: 769px){
        /* ipadmini専用 */
    #concept .concept_video {
    width: 80%;
    height: 30vh;
    margin: 0 auto 80px;}
    }