@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap");

/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 72rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-catch {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.6;
    padding-top: 12rem;
}

.top-concept {
    background: url(../img/top-texture1.jpg) no-repeat center;
    background-size: cover;
}

.top-concept h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.top-concept p {
    width: 60%;
    margin: 0 auto 4rem auto;
}

.top-menu {
    background: url(../img/top-texture1.jpg) no-repeat center;
    background-size: cover;
}

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

.top-menu-wrap > * {
    width: 46%;
}

.top-menu-img {
    position: relative;
}

.top-menu-img::after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #cbc2b7;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 0;
}

.top-menu h3 {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.top-menu p {
    margin-bottom: 4rem;
}

.top-staff {
    padding-top: 10rem;
}

.top-staff-wrap {
    background: url(../img/top-texture1.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 10rem;
    position: relative;
}

.top-staff-wrap::before {
    content: "";
    background: url(../img/top-bg1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 48rem;
    display: block;
}

.top-staff-content {
    background: #fff;
    padding: 4rem 4rem 2rem 4rem;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: -10rem auto 6rem auto;
    display: flex;
    flex-wrap: wrap;
}

.top-staff-content > * {
    width: 23%;
    margin-right: calc(8% / 3);
    margin-bottom: 2rem;
}

.top-staff-content > *:nth-of-type(4n) {
    margin-right: 0;
}

.top-staff-content dl dd {
    text-align: center;
    margin-top: 0.5rem;
}

.top-style ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.top-style ul li {
    width: 23%;
    margin-bottom: 2%;
}

.top-access {
    background: url(../img/top-texture2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.top-access h2 {
    color: #fff;
}

.top-access h2::after {
    background: #fff;
}

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

.top-access-wrap > * {
    width: 46%;
}

@media screen and (min-width: 768px) {
    .top-access a {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .top-access a {
        color: #fff;
        text-decoration: underline;
    }
}

.top-map {}

.top-map iframe {
    width: 100%;
    height: 40rem;

}

.shop-info {
    margin-top: 2rem;
}

dl.shop-info dt {
    clear: both;
    float: left;
    font-weight: 700;
    padding: 7px 0 7px 2px;
    width: 25%;
    white-space: nowrap;
    word-break: break-all;
}

dl.shop-info dd {
    padding: 10px 0 10px 27%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1.6;
}

dl.shop-info dd:last-child {
    border-bottom: none;
}

dl.shop-info a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #main {
        /* height: 200px; */
        height: 56vw;
    }

    .top-catch {
        font-size: 3.2rem;
        padding: 0 2rem 0 2rem;
    }

    .top-concept h3 {
        text-align: left;
    }

    .top-concept p {
        width: 100%;
    }

    .top-menu-wrap {
        display: block;
    }

    .top-menu-wrap > * {
        width: 100%;
    }

    .top-menu-wrap > *:first-of-type {
        margin-bottom: 4rem;
    }

    .top-staff {
        padding-top: 8rem;
    }

    .top-staff-wrap {
        padding-bottom: 8rem;
    }

    .top-staff-wrap::before {
        height: 40rem;
    }

    .top-staff-content {
        justify-content: space-between;
        width: 90%;
        margin: -10rem auto 4rem auto;
    }

    .top-staff-content > * {
        width: 48%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .top-staff-content > *:nth-of-type(4n) {
        margin-right: 0;
    }

    .top-staff-content dl dd {
        text-align: center;
        margin-top: 0.5rem;
    }

    .top-staff .more {
        margin: 0 5%;
    }

    .top-style ul li {
        width: 48%;
        margin-bottom: 4%;
    }

    .top-access-wrap {
        display: block;
    }

    .top-access-wrap > * {
        width: 100%;
    }

    .top-access-wrap > *:first-of-type {
        margin-bottom: 2rem;
    }

    .top-map {
        padding-bottom: 8rem;
    }

    .top-map .more {
        margin: 0 2rem;
    }

    dl.shop-info dt {
        padding: 10px 10px 2px;
        clear: both;
        font-weight: 700;
        white-space: normal;
        width: 40%;
    }

    dl.shop-info dd:last-child {
        border-bottom: none !important;
    }

    dl.shop-info a {
        text-decoration: underline;
        font-weight: 700;
    }

    dl.shop-info dd {
        padding: 10px 0 10px 27%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        line-height: 1.6;
    }

    dl.shop-info dd:last-child {
        border-bottom: none;
    }
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px #333;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0 !important;
}

.CMS-NEWS-ITEM a {
    transition: all 0.3s;
    display: block;
    text-decoration: none !important;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    margin-top: 1.5rem;
}

.CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
}

.CMS-NEWS-MORE-READ {
    background: #6c5a47;
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all 0.3s;
    display: none;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX {
        display: block;
    }

    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6rem;
    }

    .CMS-NEWS-INDEX > *:last-of-type {
        margin-bottom: 0;
    }
}

/*コンセプトページ*/

.concept .inner {
    display: flex;
}

.concept .inner p {
    margin-left: 4rem;
}

@media screen and (max-width: 767px) {
    .concept .inner {
        display: block;
    }

    .concept .inner p {
        margin-left: 0rem;
        margin-top: 4rem;
    }
}

/*メニューページ*/
.table_wrap {
    margin-bottom: 100px;
}

.table_wrap ul {
    list-style: none;
}

.label_wrap {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.table_row_inner,
.table_row_inner_dining {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    border-bottom: solid 1px #fff;
}

.table_row_inner_salon {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #fff;
}

.heading1 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.8rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading3 {
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: 0.1rem;
    margin: 80px 0 30px;
    font-weight: 600;
    width: 100%;
    padding: 15px 0 15px 15px;
    background: #86ccff;
    border-radius: 4px;
    position: relative;
}

.heading3::before {
    content: "";
    display: block;
    width: 4px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading2 {
    color: #1b1b1b;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.8rem;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.heading2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #1b1b1b;
    margin: 0 auto;
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
}

.list_h {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
}

.list_d {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.list_h_salon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #959595;
    font-weight: 600;
}

.list_d_salon {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.list_h_dining {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    font-size: 1.4rem;
    font-weight: 600;
}

.list_d_dining {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: right;
}

.label_item {
    font-size: 1.2rem;
    color: #fff;
    padding: 5px 10px;
    background: #e0bcc0;
    border-radius: 2px;
    margin-right: 5px;
}

.list_name {
    color: #535353;
    font-size: 1.8rem;
    font-weight: 600;
}

.list_name_small {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #626262;
    font-weight: 400;
}

.list_price {
    font-size: 1.8rem;
    color: #535353;
    font-weight: 600;
}

.list_price span {
    font-size: 1.3rem;
}

.note_p {
    font-size: 1.2rem;
    color: #626262;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .heading2::after {
        top: 10vw;
    }

    .table_wrap ul {
        list-style: none;
    }

    .label_wrap {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

    .table_row_inner,
    .table_row_inner_dining {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 10px;
        border-bottom: solid 1px #fff;
    }

    .table_row_inner_salon {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding: 20px 10px;
        border-bottom: solid 1px #fff;
    }

    .list_h {
        color: #535353;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    }

    .list_d {
        color: #535353;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        text-align: right;
    }

    .list_h_salon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #959595;
        font-weight: 600;
    }

    .list_d_salon {
        color: #535353;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem;
    }

    .list_h_dining {
        color: #535353;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        font-size: 1.4rem;
        font-weight: 600;
    }

    .list_d_dining {
        color: #535353;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        font-size: 1.8rem;
        font-weight: 600;
        text-align: right;
    }

    .label_item {
        font-size: 1.2rem;
        color: #fff;
        padding: 5px 10px;
        background: #e0bcc0;
        border-radius: 2px;
        margin-right: 5px;
    }

    .list_name {
        color: #535353;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .list_name_small {
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: #626262;
        font-weight: 400;
    }

    .list_price {
        font-size: 1.8rem;
        color: #535353;
        font-weight: 600;
    }

    .heading2 {
        color: #1b1b1b;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.4rem;
        text-align: center;
        margin-bottom: 60px;
        position: relative;
    }

    .heading3 {

        font-size: 1.8rem;
        text-align: left;
        letter-spacing: 0.1rem;
        margin: 80px 0 30px;
        font-weight: 600;
        width: 100%;
        padding: 15px 0 15px 15px;

        border-radius: 4px;
        position: relative;
    }

    .heading3::before {
        content: "";
        display: block;
        width: 4px;
        height: 14px;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .note_p {
        font-size: 1.2rem;
        color: #626262;
        font-weight: 400;
        text-align: right;
        margin-top: 10px;
    }
}

/*スタイルページ*/

.style_sec01_content {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.style_sec01_content_item {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
    padding: 10px;
}

.style_sec01_content_item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .style_sec01_content_item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding: 10px;
    }
}

/*スタッフページ*/

.staff_wrap {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    width: 100%;
    margin-bottom: 30px;
}

.staff_item img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.staff_title,
.staff_profile {
    margin-top: 10px;
    color: #626262;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    padding: 10px;
}

.staff_name {
    color: #535353;
    margin-top: 10px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
}

.menu_heading1_wrap,
.style_heading1_wrap,
.staff_heading1_wrap,
.salon_heading1_wrap,
.dining_heading1_wrap {
    height: 200px;
}

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

.sns li {
    width: 4rem;
}

footer .sns li:not(:last-child) {
    margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
    .staff_item {
        -webkit-box-flex: 0;
        -ms-flex: 50% 0;
        flex: 50% 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .staff_item img {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .staff_title {
        margin-top: 10px;
        color: #626262;
        font-size: 1.2rem;
        text-align: center;
        font-weight: 400;
    }

    .staff_name {
        color: #535353;
        margin-top: 10px;
        font-size: 1.8rem;
        text-align: center;
        font-weight: 600;
    }

    .sns li {
        width: 4.7rem;
    }

    footer .sns li:not(:last-child) {
        margin-right: 1.5rem;
    }
}

/* ------------------------------
news
------------------------------ */

.second_news {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    display: flex;
}

.second_news2 .CMS-NEWS-INDEX {
    margin-bottom: 3px;
}

.second_news2 .CMS-NEWS-ITEM {
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    margin: 15px;
}

.second_news2 .CMS-NEWS-THUMBNAIL {
    width: 170px;
    height: auto;
    object-fit: cover;
    transition: 0.5s all;
}

.second_news2 .CMS-NEWS-TIME {
    white-space: nowrap;
    font-size: 1.2em;
}

.second_news2 .CMS-NEWS-LINK {
    font-size: 1.2em;
    max-width: 170px;
}

.second_news2 .CMS-NEWS-TITLE {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}

.second_news2 .CMS-NEWS-CONTENT {
    text-align: center;
    margin: 0 auto;
}

.second_news2 .image .img {
    width: 100%;
    text-align: center;
}

.second_news2 .CMS-NEWS-MORE-READ {
    display: none;
}

.CMS-NEWS-MORE-READ {
    display: none;
}

/* ------------------------------
news
------------------------------ */
/*
.CMS-NEWS-INDEX {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 40px;
}

.CMS-NEWS-ITEM {
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 30px;
}

.CMS-NEWS-THUMBNAIL {
  width: 260px;
  height: 200px;
  object-fit: cover;
  transition: 0.5s all;
}

.CMS-NEWS-TIME {
  white-space: nowrap;
  font-size: 1.1em;
}

.CMS-NEWS-LINK {
  max-width: 260px;
  font-size: 1.2em;
}

.CMS-NEWS-TITLE {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 20px;
}

.CMS-NEWS-CONTENT {
  text-align: center;
  margin: 0 auto;
}
*/

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

/*article調整-----------------------*/

.CMS-ARTICLE-INDEX {
    max-width: 600px;
    margin: auto;
}

#article_archive .title_ar {
    text-align: center;
    margin-top: 1.5em !important;
    color: #8a8a8a !important;
}

#article_archive .CMS-ARTICLE-INDEX {
    display: flex;
    flex-wrap: wrap;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
    width: calc(33.333% - 20px);
    border: solid 1px #dbe8e3;
    padding: 0;
    margin: 10px 10px;
    transition: 0.3s all;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-THUMBNAIL {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.CMS-ARTICLE-ITEM {
    margin-top: 100px;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-TIME {
    padding: 10px 10px 0;
}

#article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-LINK {
    padding: 0 10px 10px;
}

@media screen and (max-width: 780px) {
    #article_archive .CMS-ARTICLE-INDEX {
        flex-direction: column;
    }

    #article_archive .CMS-ARTICLE-INDEX .CMS-ARTICLE-ITEM {
        width: 100%;
        margin: 10px 0;
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .second_news {
        width: 100%;
        display: flex;
    }

    .second_news2 {
        width: 100%;
        display: flex;
        text-align: center;
    }

    .second_news2 .CMS-NEWS-LINK {
        font-size: 1.2em;
        max-width: 100%;
    }

    .CMS-NEWS-THUMBNAIL {
        width: 100%;
        object-fit: cover;
        transition: 0.5s all;
    }

    .CMS-NEWS-INDEX {
        width: 100%;
    }

    .CMS-NEWS-ITEM {
        width: 33%;
        box-sizing: border-box;
        margin: 0;
        padding: 20px;
    }

    .CMS-NEWS-LINK {
        max-width: 100%;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 600px) {
    .CMS-NEWS-ITEM {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 600px) {
    .newstop {
        margin-left: 160px;
        margin-bottom: 100px;
        margin-right: 160px;
    }
}

form input[type="submit"] {
    transition: all 0.3s;
}

form input[type="submit"]:hover {
    opacity: 0.4;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    form {
        padding: 70px 0 0 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        width: calc(100% - 40px);
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 50%;
        background: #6c5a47;
        border: 2px solid #444;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 20px 0;
        margin: 0 25%;
    }
}

@media screen and (max-width: 767px) {
    form {
        padding: 30px 20px 0 20px;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        max-width: 1000px;
        width: calc(100% - 20px);
        padding: 10px 10px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.4em;
    }

    form input[type="submit"] {
        border: 0px;
        width: 90%;
        background: #800000;
        border: 2px solid #333;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 16px 0;
        margin: 0 5%;
    }
}

.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}

.CMS-FORM-RADIO {
    display: flex;
    margin-top: 30px;
}

.CMS-FORM-RADIO input {
    width: 12%;
    margin-bottom: 5px;
    font-size: 14px;
}

.CMS-FORM-RADIO label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .CMS-FORM-RADIO {
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .CMS-FORM-RADIO input {
        width: 10%;
        margin-bottom: 5px;
    }

    .CMS-FORM-RADIO label {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 予約 */

.contact-tel {
    background: url(../img/top-texture1.jpg) no-repeat center;
    padding: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

.contact-tel::before {
    content: "";
    width: 4rem;
    height: 4rem;
    display: block;
    border-top: 1px solid #6c5a47;
    border-left: 1px solid #6c5a47;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-tel::after {
    content: "";
    width: 4rem;
    height: 4rem;
    display: block;
    border-bottom: 1px solid #6c5a47;
    border-right: 1px solid #6c5a47;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-tel p:first-of-type {
    margin-bottom: 1.5rem;
}

.contact-tel-num {
    font-family: "Oswald", sans-serif;
    font-size: 3.8rem;
    line-height: 1;
}

.contact-tel-num i {
    font-size: 3.6rem;
    vertical-align: 0.1rem;
    margin-right: 0.5rem;
}

.contact-tel-num span {
    font-size: 1.4rem;
    display: block;
    margin-top: 1.2rem;
}

.contact-tel a {
    color: #6c5a47;
}

.CMS-NEWS-INDEX a {
    text-decoration: underline;
}

.thanx p {
    margin-bottom: 3rem;
}

.privacy {
    width: auto;
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
    font-size: 1.2rem;
    height: 500px;
    overflow: auto;
}
}

.privacy span {
    font-weight: bold;
}

p.privacy_notes {
    padding: 30px 0 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .privacy {
        width: 90%;
        font-size: 1.5rem;
    }
}

.list_detail {
    font-size: 1.3rem;
}

.menu_img_dp {
    width: 100%
}

.menu_img_dp img {
    width: 100%;
}

.bg-white {
    background: #fff;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    padding: 10rem 10% 0 10%;
}

.menu-content01 {
    width: 48%;
}

.containermenu {
    padding-bottom: 1rem;
}

.list_e {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    text-align: right;
}

.list_i {
    color: #535353;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 62%;
}

.heading3b {
    color: #313131;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: 0.1rem;
    margin: 80px 0 30px;
    font-weight: 600;
    width: 100%;
    padding: 15px 0 15px 15px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.heading3b::before {
    content: "";
    display: block;
    width: 4px;
    height: 14px;
    background: #313131;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container3 {
    padding: 1rem 10%;
}

@media screen and (max-width: 767px) {
    .d-flex {
        display: block;
        justify-content: space-between;
        padding: 8rem 2rem 0;
    }
    .d-flex-sp{
        padding-top: 0;
    }
    .menu-content01 {
        width: 100%;
    }

    .container3 {
        padding: 0 2rem 2rem;
    }
}
