* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

html {
    font-size: 62.5%;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
}

input {
    border: none;
}

:root {
    --primary: #CB3B27;
    --p-light: #111111;
    --p-dark: #111111;
    --black: #111111;
    --white: #fff;
    --grayDivider: #D2D2D2;
    --grayBg: #F2F2F2;
}

body {
    position: relative;
    font-size: 1.4rem;
    color: var(--black);
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body p {
    font-size: 1.4rem;
    color: var(--black);
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.container_800 {
    max-width: 800px;
    margin: 0 auto;
}

.container_header {
    padding: 0 40px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.row {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.padding_sec {
    padding: 88px 0;
}

.padding_sec_t {
    padding-top: 88px;
}

.padding_sec_b {
    padding-bottom: 88px;
}

.bg-marble {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
}

.primary-header {
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.primary-header.header2 {
    position: inherit;
}

.header.active {
    position: fixed;
    top: 0;
}

.header-inner {
    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header-logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 20;
}

.logo-link {
    transition: all .5s;
}

.logo-link img {
    width: 70px;
    height: auto;
}

.google_translate {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gnav_wrap {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.gmenu {
    text-decoration: none;
    color: var(--black);
    text-align: center;
    letter-spacing: 0.1rem;
    display: block;
    height: 100px;
    padding: 40px 25px 0;
    line-height: 1;
}

.g-icon {
    display: block;
    height: 22px;
}

.gmenu:hover,
.g-icon:hover {
    color: #dd9933;
}

.gnav_item {
    position: relative;
}

.secound_navi {
    display: none;
    position: absolute;
    top: 80px;
    width: 220px;
    background-color: #000;
    transition: all .5s;
}

.secound_navi a {
    height: auto;
    padding: 15px 20px;
    text-align: left;
    color: #fff;
}

.secound_navi a:hover {
    color: #fff;
    background-color: #dd9933;
}

.down_menu:hover .secound_navi {
    display: block;
    top: 100px;
}

.main {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}

#main-slider {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.slider {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    left: -300%;
    right: -300%;
    margin: auto;
    object-fit: cover;
}

.btn-wrap {
    margin-top: 32px;
}

.btn {
    text-decoration: none;
    display: block;
    transition: all .5s;
    padding: 10px 0;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .1rem;
    position: relative;
}

.btn-arrow {
    margin-left: 12px;
    margin-bottom: 4px;
    transition: all .5s;
}

.btn:hover {
    opacity: .7;
}

.btn-primary {
    color: var(--black);
}

.btn-ghost {
    color: var(--white);
}

.btn:hover .btn-arrow {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}


.top-concept-wrap {
    width: 100%;
    height: 500px;
    position: relative;
}

.flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.top-content-txt-box {
    width: 44%;
    padding-left: 100px;
}

.ttl-wrap01 {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
}

.heading2-top01 {
    font-size: 3rem;
    font-weight: 400;
    color: var(--black);
    writing-mode: vertical-rl;
    line-height: 1.4;
    display: inline-block;
    text-align: left;
    height: 40%;
}

.heading2-top01-sub {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--primary);
    writing-mode: vertical-rl;
    line-height: 1.2;
    display: block;
    margin-right: 10px;
}

.heading3-top01 {
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1;
    text-align: left;
    margin-bottom: 32px;
}

.heading3-top01-sub {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--primary);
    line-height: 1;
    display: block;
    margin-top: 12px;
}

.top-concept-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.top-concept-img img {
    object-fit: cover;
    height: 100%;
    width: auto;
}

.ttl-wrap02 {
    padding-bottom: 56px;
}

.heading2 {
    font-size: 3rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.heading2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: var(--p-light);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top-menu-content-wrap {
    width: 100%;
    height: 500px;
    position: relative;
}

.top-menu-content-img {
    width: 64%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.top-menu-content-img02 {
    width: 64%;
    height: 500px;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.top-menu-content-img img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
    object-fit: cover;
    height: 100%;
}

.top-menu-content-img02 img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
    object-fit: cover;
    height: 100%;
    padding: 0px 0px 88px;
}

.top-menu-content-txt-box {
    background: var(--white);
    width: 46%;
    padding: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-menu-content-txt-box02 {
    background: var(--white);
    width: 46%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flex02 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 -5px;
}

.top-gallery-img {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
}

.top-gallery-img img {
    max-width: 100%;
    height: auto;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.jc_center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ta_center {
    text-align: center;
}

.ta_center_pc {
    text-align: center;
}

.dn {
    display: none;
}

.txt_wh {
    color: var(--white);
}

.txt_link_wh {
    text-decoration: none;
    color: var(--white);
}

.txt18 {
    font-size: 1.8rem;
}

.txt18_900 {
    font-size: 1.8rem;
    font-weight: 900;
}

.txt18_med {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
}

.txt30 {
    font-size: 3rem;
}

.txt48 {
    font-size: 4.8rem;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

iframe {
    display: block;
}

.footer_p {
    color: var(--white);
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.txt_bold {
    font-weight: 600;
}

.txt20 {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
}

.txt24 {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.1rem;
}

.txt18_wh {
    color: var(--white);
    font-size: 1.8rem;
}

.footer_wrap {
    background: var(--p-dark);
    padding-top: 20px;
}

.footer_tel {
    text-decoration: none;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 400;
}

.footer_logo {
    text-align: center;
}

.footer_btn {
    transition: all .5s;
}

.footer_btn:hover {
    opacity: 0.6;
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_icon {
    margin-right: 10px;
}

.sns_icon:last-child {
    margin-right: 0;
}

.sns_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sns_link:hover {
    opacity: 0.5;
}

.footer-logo {
    text-align: center;
}

.footer_link {
    width: 100%;
    padding: 20px 0;
    background: var(--p-dark);
}

.footer_link_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fmenu {
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--white);
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
    line-height: 1;
}

.fmenu:hover {
    opacity: 0.6;
}

.footer_link_menu {
    margin-right: 40px;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.footer-tel {
    text-align: center;
    margin-top: 20px;
}

.footer-tel-link {
    text-align: center;
    color: var(--white);
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 400;
}

.copy_right {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    /* height: 55px; */
    background: #000;
    text-align: center;
    /*    margin-bottom: 65px;*/
}

.copy_right small {
    max-width: 1130px;
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: right;
}

.bottom_up {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    height: 55px;
    background: #000;
    text-align: center;
    margin-bottom: 65px;
}


#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

#page-top a {
    line-height: 85px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: var(--black);
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px var(--black);
    background: rgba(255, 255, 255, 0.8);
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--black);
    border-right: solid 2px var(--black);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gnav_inner_sp {
    position: fixed;
    display: none;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_inner_sp.action {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.header_nav_wrap_sp {
    text-align: left;
}

.gmenu_sp {
    padding: 10px 20px;
    display: block;
    font-weight: inherit !important;
    color: #fff !important;
}


.gmenu_sp {
    text-decoration: none;
    font-size: 1.4rem;
    color: var(--primary);
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

.menu_border_box {
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border {
    display: block;
    width: 20px;
    height: 2.5px;
    background: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu_border:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.menu_border:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.icon_menu.action {
    background-color: #0a0a0a;
}

.icon_menu.action .menu_border:nth-child(1) {
    margin-top: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff;
}

.icon_menu.action .menu_border:nth-child(2) {
    display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
}

.fixed {
    /* position: fixed !important; */
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 767px) {
    .anchor_wrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .anchor {
        flex: 0 0 25%;
        padding: 0 10px;
    }

    .anchor_link {
        text-decoration: none;
        display: block;
        color: var(--black);
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
        font-weight: 400;
        position: relative;
        transition: all 0.5s;
        width: 100%;
        padding: 20px 0;
        border: solid 1px var(--p-light);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .anchor_link::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-right: solid 2px var(--primary);
        border-bottom: solid 2px var(--primary);
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: all 0.5s;
    }

    .anchor_link:hover {
        opacity: 0.7;
    }

    .anchor_link:hover::after {
        bottom: 10px;
    }
}

@media screen and (max-width: 767px) {

    .anchor_wrap {
        /*
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
*/
        flex-wrap: nowrap;
        /* margin-bottom: 100px; */
    }

    .anchor {
        /*        flex: 0 0 25%;*/
        /*        padding: 0 10px;*/
        margin-bottom: 10px;

    }

    .anchor_link {
        text-decoration: none;
        display: block;
        color: var(--black);
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
        font-weight: 400;
        position: relative;
        transition: all 0.5s;
        width: 100%;
        padding: 15px 0;
        border: solid 1px var(--p-light);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .anchor_link::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-right: solid 2px var(--primary);
        border-bottom: solid 2px var(--primary);
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: all 0.5s;
    }

    .anchor_link:hover {
        opacity: 0.7;
    }

    .anchor_link:hover::after {
        bottom: 10px;
    }
}

.heading1_wrap {
    width: 100%;
    height: 300px;
}

.heading1_wrap_inner {
    width: 100%;
    height: 100%;
    background-color: #626262;
    background-image: url(../img/image00.jpg);
    /*    background-image: url(https://beppinya-karasuma.com/wp-content/uploads/beppinyagaikan.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading1 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.4rem;
}

.heading1_sm {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 5px;
}

.heading3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--black);
    border-bottom: solid 2px #d2d2d2;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 30px;
}

.heading3::after {
    content: "";
    display: block;
    width: 18%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.heading4 {
    font-size: 1.6rem;
    color: var(--black);
    font-weight: 600;
    line-height: 2.8rem;
    padding-left: 16px;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_sec {
    padding: 80px 0;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.lawer_rhythm:not(:last-child) {
    margin-bottom: 30px;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #dadada;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #dadada;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
}

.table_item_right {
    font-size: 1.8rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
}

.txt12_grey {
    font-size: 1.2rem;
    color: var(--black);
    font-weight: 400;
    line-height: 1.8rem;
    padding-left: 10px;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: var(--black);
    font-weight: 700;
}

.label_recommend {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    padding: 5px 8px;
    border-radius: 2px;
    background: #eb3d4d;
}

.db {
    display: block;
}

.gallery_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_content_sec_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 25%;
}

.gallery_content_sec_item img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 4%;
}

.lawer_img {
    width: 100%;
}

.lawer_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.bt.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.bt.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.fade_t {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.1s;
    transition: 1s 0.1s;
}

.fade_t02 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

.fade_t03 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.form_wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.CMS-FORM-GROUP {
    margin-bottom: 20px;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
    display: block;
    font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}

.submit {
    width: 200px;
    height: 60px;
    border-radius: 4px;
    background: var(--primary);
    color: var(--white);
    cursor: pointer;
}

.radio-layout {
    display: block;
    margin-bottom: 8px;
}

/* ------------------------------
pc-menu
------------------------------ */

@media screen and (min-width: 768px) {

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        width: 980px;
        margin: 0 auto 100px auto;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 60px;
        text-align: center;
    }

    .pttl img {
        height: 36px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 60px auto 80px auto;
        width: 980px;
    }

    /* ------------------------------
　menu
------------------------------ */

    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }



    /* ------------------------------
　menu new
------------------------------ */
    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.5rem
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none
    }


    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 10px 0;
        vertical-align: top
    }

    .rstdtl-menu-lst__info-inner {
        display: table;
        width: 100%
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        color: #111;
        font-weight: bold;
        font-size: 1.5rem
    }

    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 9rem;
        font-size: 1.8rem
    }


    .rstdtl-menu-lst__desc {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center
    }


    /* ------------------------------
　course menu pc
------------------------------ */

    .course-list {
        margin: 20px 0 30px
    }

    .course-list__heading {
        display: block;
        position: relative
    }

    .course-list__hotpepper-logo {
        display: block;
        position: absolute;
        top: 3.2rem;
        right: 0.5rem
    }

    .course-list__heading-tax {
        position: absolute;
        right: 0;
        color: #949499;
        top: 2.8rem;
        font-size: 1.1rem;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .course-list__items {
        margin: auto;
        width: 95%;
    }

    .course-list__tax-notice {
        margin-top: 5px;
        color: #949499;
        font-size: 1rem
    }

    .course-seatonly {
        padding: 12px 15px;
        background-color: #faf8f5;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .course-seatonly__title {
        color: #13131e;
        font-weight: bold;
        font-size: 1.4rem
    }

    .course-seatonly__btn {
        width: 10rem
    }



    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default
    }

    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
        vertical-align: top
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all
    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        color: #111;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.5rem
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: underline
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        color: #13131e
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        color: #463f2d;
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem;
        font-size: 0.9rem
    }

    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0.8rem;
        width: 100%;
        display: inline-block;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    .rstdtl-course-list__price-before {
        color: #13131e;
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        color: #000;
        font-weight: bold;
        font-size: 1rem
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 1.8rem
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: ""
    }

    .rstdtl-course-list__data-body:after {
        clear: both
    }

    .rstdtl-course-list__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px
    }

    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1
    }

    .rstdtl-course-list__subinfo {
        display: table;
        position: relative;
        float: left;
        padding-top: 0.5rem
    }


    .rstdtl-course-list__desc {
        color: #797152;
        line-height: 1.6;
        font-size: 1.2rem;
    }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 5px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #ffd700;
        padding: 0.2rem 0.4rem;
        line-height: 1.1rem;
        font-size: 1.5rem
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }

    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem
    }

    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #bcb08a;
        vertical-align: -0.1rem
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f663"
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f677"
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;

        padding-left: 1.5rem;
        color: #fff;
    }



    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        width: 10rem;
        color: #000;
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__coupon {
        display: inline-block;
        float: right;
        margin-top: 0.5rem
    }

    .rstdtl-course-list__coupon-btn {
        float: right
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        background-color: #221815;
        top: 1.5rem
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }


}


/* ------------------------------
sp-menu
------------------------------ */

@media screen and (max-width: 768px) {

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 0 20px 60px 20px;
    }

    /* ------------------------------
　access
------------------------------ */
    dl.shop-info dt {
        clear: both;
        font-weight: bold;
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }

    dl.shop-info dd {
        font-size: 0.9em;
        line-height: 1.6;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    /* ------------------------------
　rstdtl-menu-lst
------------------------------ */
    .pttl {
        padding: 33px 0 40px 0;
        text-align: center;
    }

    .pttl img {
        height: 32px;
        width: auto;
    }

    .rstdtl-menu-lst {
        margin: 40px 0px 0px 0px;
    }

    /* ------------------------------
　menu
------------------------------ */

    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }


    /* ------------------------------
　menu new sp
------------------------------ */
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }


    .rstdtl-menu-lst__heading {
        margin-top: 20px;
        font-size: 1.6rem
    }

    .rstdtl-menu-lst__contents {
        display: table;
        padding: 0 10px;
        border-bottom: 1px dotted #d2d2d2;
        width: 100%;
        box-sizing: border-box
    }

    .rstdtl-menu-lst__contents:last-of-type {
        border-bottom: none;
        padding-top: 10px;
    }


    .rstdtl-menu-lst__info {
        display: table-cell;
        padding: 6px 0;
        vertical-align: top
    }


    .rstdtl-menu-lst__info-inner {
        /*        display: table;*/
        width: 100%;
    }

    .rstdtl-menu-lst__menu-title {
        display: table-cell;
        width: 100%;
        color: #111;
        font-weight: bold;
        font-size: 1.4rem
    }


    /*
    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.5rem
    }
*/


    .rstdtl-menu-lst__price {
        display: inline-block;
        width: 100% !important;
        font-weight: bold;
        text-align: right !important;
        font-size: 1.5rem
    }

    .rstdtl-menu-lst__desc {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .rstdtl-menu-lst__desc p {
        font-size: 20px;
        padding: 12px 10px;
        line-height: 1.6;
        background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
    }

    .rstdtl-menu-lst__img {
        display: table-cell;
        padding: 20px 15px 20px 0;
        width: 120px;
        text-align: center
    }


    /* ------------------------------
　course menu sp
------------------------------ */


    .course-list__items {
        margin: auto;
        width: 100%;
    }

    .rstdtl-course-list {
        display: table;
        position: relative;
        z-index: 1;
        border-top: 1px solid #e0dccc;
        border-bottom: 1px solid #e0dccc;
        width: 100%
    }

    .rstdtl-course-list + .rstdtl-course-list {
        border-top: none
    }

    .rstdtl-course-list__target {
        color: inherit;
        z-index: 1
    }

    .rstdtl-course-list__target:hover {
        color: inherit;
        text-decoration: none
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
        cursor: default
    }


    .rstdtl-course-list__data {
        display: table-cell;
        position: relative;
        padding: 20px 0;
        width: 100%;
        word-break: break-all;
        vertical-align: top
    }



    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
        padding-top: 6.5rem
    }

    .rstdtl-course-list__data-header {
        display: table;
        width: 100%
    }

    .rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
        min-height: 72px
    }

    .rstdtl-course-list__course-title {
        display: table-cell;
        word-break: break-all;

    }

    .rstdtl-course-list__course-title-text {
        margin-bottom: 0.2rem;
        color: #111;
        font-weight: bold;
        line-height: 1.6;
        font-size: 1.3rem;
    }

    .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
        color: #ff9600;
        text-decoration: underline
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
        color: #13131e
    }

    .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
        border: 1px solid #e0dccc;
        box-sizing: border-box;
        color: #463f2d;
        background-color: #fff;
        margin-left: 0.5rem;
        padding: 0.1rem 0.3rem
    }


    .rstdtl-course-list__price-wrap {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-wrap {
        display: block;
        width: 100%;
        white-space: nowrap;
        vertical-align: top;
        padding-right: 0rem;
    }

    .rstdtl-course-list__price-discount {
        display: inline-block
    }

    .rstdtl-course-list__price-before {
        color: #13131e;
        text-align: left;
        margin-right: 0.5rem;
        margin-bottom: -0.2rem;
        font-size: .1rem
    }

    .rstdtl-course-list__price-hotpepper-discount {
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
        border: solid 1px #d2d2d2;
        border-radius: 2px;
        color: #949499;
        font-weight: bold;
        line-height: 1;
        background-color: #fff;
        padding: 0.4rem 0.5rem 0.3rem;
        font-size: 1rem
    }

    .rstdtl-course-list__price-hotpepper-discount::before,
    .rstdtl-course-list__price-hotpepper-discount::after {
        display: block;
        position: absolute;
        border: solid transparent;
        width: 0;
        height: 0;
        content: ''
    }

    .rstdtl-course-list__price-hotpepper-discount::before {
        bottom: -7px;
        border-width: 6px 6px 0;
        border-top-color: #d2d2d2;
        right: 3rem
    }

    .rstdtl-course-list__price-hotpepper-discount::after {
        bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        right: 3.1rem
    }

    .rstdtl-course-list__price-num {
        color: #000;
        font-weight: bold;
        font-size: 1.4rem
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
        display: block
    }

    .rstdtl-course-list__price-num > em {
        margin-right: 2px;
        font-family: Arial, sans-serif;
        font-size: 2.0rem
    }

    .rstdtl-course-list__price-num-tax {
        font-weight: normal;
        font-size: 0.6rem;
    }

    .rstdtl-course-list__data-body {
        display: block;
        width: 100%;
        line-height: 1;
        padding-top: 0.5rem
    }

    .rstdtl-course-list__data-body:before,
    .rstdtl-course-list__data-body:after {
        display: block;
        overflow: hidden;
        content: ""
    }

    .rstdtl-course-list__data-body:after {
        clear: both
    }

    .rstdtl-course-list__img {
        /*        display: table-cell;*/
        padding: 20px 15px 20px 0;
        width: 200px
    }

    .rstdtl-course-list__img img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }


    .rstdtl-course-list__img .rstdtl-course-list__target:hover {
        opacity: 0.8
    }

    .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
        opacity: 1
    }


    .rstdtl-course-list__subinfo {
        /*        display: table;*/
        position: relative;
        /*        float: left;*/
        padding-top: 0.5rem
    }



    .rstdtl-course-list__desc {
        color: #797152;
        line-height: 1.6;
        font-size: 1.2rem;
    }

    .rstdtl-course-list__data-footer {
        float: right
    }

    .rstdtl-course-list__label {
        margin-left: 5px
    }

    .rstdtl-course-list__label.rstdtl-course-list__label {
        background-color: #ffd700;
        padding: 0.2rem 0.4rem;
        line-height: 1.1rem;
        font-size: 1.3rem
    }

    .rstdtl-course-list__hotpepper-target::before {
        color: #999
    }


    .rstdtl-course-list__course-rule {
        display: table-cell;
        white-space: nowrap;
        vertical-align: bottom;
        padding: 0 0 0.3rem 1rem
    }




    .rstdtl-course-list__course-rule > dt,
    .rstdtl-course-list__course-rule > dd {
        display: inline-block
    }

    .rstdtl-course-list__course-rule > dd {
        margin-right: 0.5rem
    }

    .rstdtl-course-list__course-rule-title::before {
        display: inline-block;
        color: #bcb08a;
        vertical-align: -0.1rem
    }



    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f663"
    }

    .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
        font-family: "Tabelog Glyph";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: none;
        speak: none;
        content: "\f677"
    }

    .rstdtl-course-list__course-rule-title > i {
        display: none
    }

    .rstdtl-course-list__action-btn {
        display: table-cell;
        width: 100px;
        text-align: right;
        vertical-align: top;
        padding-left: 1.2rem;
        color: #fff;
    }

    .rstdtl-course-list__reserve-notice {
        display: block;
        color: #b4b4b4;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 0.8rem
    }

    .rstdtl-course-list__action-btn-target {
        display: block;
        float: right;
        clear: right;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        /*        width: 10rem;*/
        color: #111;
    }

    .rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
        margin-top: 0.6rem
    }

    .rstdtl-course-list__coupon {
        display: inline-block;
        float: right;
        margin-top: 0.5rem
    }

    .rstdtl-course-list__coupon-btn {
        float: right
    }

    .rstdtl-course-list__coupon-contents {
        width: auto;
        text-align: left;
        padding-top: 0.7rem
    }

    .rstdtl-course-rdimg {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .rstdtl-course-list__tieup-mc {
        display: table-row;
        position: absolute;
        left: 0;
        z-index: 5;
        border-radius: 6px;
        vertical-align: middle;
        background-color: #221815;
        top: 1.5rem
    }

    .rstdtl-course-list__tieup-mc:hover {
        opacity: 0.8
    }

    .rstdtl-course-list__tieup-mc-target {
        display: block;
        box-sizing: border-box;
        padding: 0.6rem 1.2rem 0.6rem 1.5rem
    }

    .rstdtl-course-list__tieup-mc-target::after {
        color: #fff;
        vertical-align: middle
    }

    .rstdtl-course-list__tieup-mc-target:hover {
        text-decoration: none
    }

    .rstdtl-course-list__tieup-mc-logo {
        display: inline-block;
        width: 123px;
        height: 22px;
        background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
        background-size: 123px 22px;
        vertical-align: bottom
    }

    .rstdtl-course-list__tieup-mc-logo > i {
        display: none
    }

    .rstdtl-course-list__tieup-mc-text {
        display: inline-block;
        color: #fff;
        margin-left: 1rem;
        padding-bottom: 0.2rem;
        font-size: 1.1rem
    }

    .rstdtl-course-list__tieup-mc-text > em {
        color: #ff9600;
        font-weight: bold;
        margin-right: 0.7rem;
        font-size: 1.3rem
    }
}

/* ------------------------------
　news
------------------------------ */

.second_news {
    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;
    margin-bottom: 20px;
}


.second_news2 .CMS-NEWS-CONTENT {
    margin: 0 auto;
}


.second_news2 .image .img {
    width: 100%;
    text-align: center;
}

.second_news2 .CMS-NEWS-MORE-READ {
    visibility: hidden;
}

.CMS-NEWS-MORE-READ {
    visibility: hidden;
}


/* ------------------------------
　news
------------------------------ */

.CMS-NEWS-INDEX {
    display: flex;
    /*    justify-content: space-between;*/
    flex-wrap: wrap;

    margin-bottom: 30px;
}

.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;
    margin-bottom: 20px;
}



.CMS-NEWS-CONTENT {
    margin: 0 auto;
}


.image .img {
    width: 100%;
    text-align: center;
}

/*article調整-----------------------*/
#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;
}

#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;
    }

    .footer_sns01 {
        color: #fff;
        display: flex;
        width: 40% !important;
        margin: 0 auto;
        margin-top: 30px;
    }
}



@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: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: #800000;
        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%;
    }
}

/* 20210322 追記 */
.pc_hide {
    display: none;
}

.fixed_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 13px;
    text-align: center;
    background: #ce9b0e;
    z-index: 100;
}

.fixed_inner {
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding-left: 40px;
    font-size: 12px;
}

.fixed_inner::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -4px;
    left: 0;
    background: url("../img/icn5.png") no-repeat center left/42px;
}

.fixed_inner p {
    line-height: 1.3;
    font-size: 12.5px;
}

.fixed_inner .tel_number {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.top_wrap {
    width: 1130px;
    margin: 90px auto 100px;
}

.top_wrap .top_tx {
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
    font-size: 40px;
}

.top_wrap .sub_tx {
    line-height: 2.2;
    margin-bottom: 45px;
    text-align: center;
    font-size: 16px;
}

.menu_list {
    display: flex;
}

.menu_list li {
    position: relative;
    width: calc(100%/3);
    padding: 0 25px;
    text-align: center;
    margin-bottom: 60px;
}

.menu_list li + li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
}

.menu_list li .head_tx {
    font-size: 18px;
    font-weight: bold;
}

.menu_list li .head_tx + p {
    margin: 25px 0 30px;
}

.menu_list li .img {
    width: 100%;
    height: 153px;
    overflow: hidden;
    background-color: #f6f7f7;
}

.menu_list li img {
    transition: 1s all;
}

.menu_list li a:hover img {
    transform: rotate(3deg) scale(1.2, 1.2);
}

.commitment_wrap {
    position: relative;
    width: 100%;
    height: 580px;
    background: url("../img/bg1.jpg") center center / cover no-repeat fixed;
}

.commitment_wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.commitment_inner {
    position: absolute;
    width: 1130px;
    height: 180px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.commitment_inner p {
    color: #fff;
}

.commitment_inner .head_tx {
    margin-bottom: 15px;
    font-size: 24px;
}

.commitment_inner .head_tx + p {
    line-height: 2.2;
    margin-bottom: 15px;
}

.orange_btn {
    display: block;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    /*    background-color: #dd3333;*/
    background-color: #e37100;
}

.white_btn {
    display: block;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    /*    background-color: #dd3333;*/
    background-color: #fff;
}

.white_btn:hover {
    color: #fff;
    opacity: 1;
    background-color: #e37100;
}

.orange_btn:hover {
    color: #fff;
    opacity: 1;
    background-color: #e37100;
}

.uber_wrap {
    height: 580px;
    /*    background-color: #000;*/
    background-color: rgba(239, 110, 55, 1);
}

.kodawari_wrap {
    height: 580px;
    /*    background-color: blue;*/
    background-image: url(../img/background_sec01.jpg);
    background-size: cover;
}

.kodawari_wrap .kodawari_text1 {
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    font-size: 30px !important;
    text-align: center !important;
    color: #fff;
}

.kodawari_wrap .kodawari_text2 {
    font-size: 14px !important;
    line-height: 2.2;
    margin-bottom: 15px;
    text-align: center !important;
    color: #fff;
    height: auto;
}

.uber_inner {
    /*    display: flex;*/
    align-items: center;
    width: 1130px;
    margin: 0 auto;
    padding-top: 160px;
}

.uber_inner .tx_box p {
    color: #fff;
}

.uber_inner .tx_box .head_tx {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 40px;
}

.uber_inner .tx_box .head_tx + p {
    margin-bottom: 15px;
    font-size: 16px;
}

.uber_inner .tx_box .orange_btn {
    /*    margin-left: 0;*/
}

.gallery_wrap {
    width: 1130px;
    margin: 90px auto;
}

.gallery_wrap h2,
.access_wrap h2 {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 90px;
}

.gallery_slider li {
    overflow: hidden;
}

.gallery_slider img {
    transition: 1s all;
}

.gallery_slider img:hover {
    transform: rotate(2deg) scale(1.2, 1.2);
}

.access_wrap {
    padding: 90px 0 45px;
    text-align: center;
}

.access_wrap h2 {
    margin-bottom: 15px;
}

.access_wrap iframe {
    width: 100%;
    margin-top: 10px;
}

.reservation_wrap {
    position: relative;
    height: 580px;
    /*    background-color: #000;*/
    background-image: url(../img/background_sec02.jpg);
    background-size: cover;
}

.reservation_wrap.sub {
    height: 350px;
}

.reservation_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1130px;
    height: 130px;
    text-align: center;
}

.reservation_inner p {
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
    font-size: 40px;
}

#footer {
    margin-bottom: 65px;
}

#footer.footer2 {
    margin-bottom: 0;
}

.pagetop_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #000;
}

.pagetop_btn::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    transform: rotate(-45deg);
}

.pagetop_btn:hover {
    background-color: #444;
}

#footer .logo_box {
    padding: 30px 0 80px;
    text-align: center;
    background-color: #0a0a0a;
    background-color: #fff;
}

#footer .logo_box a img {
    max-width: 100px;
}

.access_top1 {
    margin-top: 160px;
}

.access_top1 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
}

.access_top1 p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.cf_section {
    display: flex;
    width: 100%;
}

.cf_section02 {
    width: 50%;
    text-align: left;
    margin-left: 10%;
}

.cf_section02 a {
    text-align: center;
    margin: 0 auto;
    margin-right: 220px;
    margin-top: 30px;
}

.cf_section03 {
    width: 50%;
}

.cf_section img {
    width: 300px;
    height: auto;
}

.kodawari_inner {
    padding-top: 200px;
}

.kodawari_text {
    text-align: center;
    vertical-align: middle !important;
}

@media screen and (max-width:767px) {
    .cf_section02 a {
        text-align: center;
        margin: 0 auto;
        /*    margin-right: 220px;*/
        margin-top: 30px;
    }

    .cf_section02 {
        width: 100%;
        text-align: center;
        margin-left: 0%;
    }

    .kodawari_wrap .kodawari_text1 {
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
        font-size: 20px !important;
        text-align: center !important;
        color: #fff;
    }

    .cf_section {
        display: block;
        width: 100%;
    }

    .pc_hide {
        display: inline-block;
    }

    .sp_hide {
        display: none;
    }

    .header,
    .header2 {
        position: fixed;
    }

    .header-inner {
        width: 100%;
    }

    .header-logo {
        /* top: 5px; */
        left: 15px;
    }

    .logo-link img {
        width: 35%;
    }

    .primary-header {
        height: 60px;
        background-color: #fff;
    }

    .top_wrap {
        width: 100%;
        margin: 25px 0;
        padding: 0 20px;
    }

    .top_wrap .top_tx {
        font-size: 18px;
    }

    .top_wrap .top_tx img {
        width: 18px;
    }

    .top_wrap .sub_tx {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .menu_list {
        display: block;
        border-top: 1px #ddd solid;
    }

    .menu_list li {
        width: 100%;
    }

    .menu_list li + li::before {
        display: none;
    }

    .menu_list li .head_tx {
        margin: 25px 0 10px;
        font-size: 16px;
    }

    .menu_list li .head_tx + p {
        margin: 0 0 20px;
    }

    .commitment_wrap {
        height: 400px;
        background: url(../img/bg1.jpg) center center / cover no-repeat;
    }

    .commitment_inner {
        width: 100%;
        height: 260px;
        padding: 0 20px;
    }

    .commitment_inner .head_tx,
    .uber_inner .tx_box .head_tx {
        font-size: 20px;
    }

    .commitment_inner .head_tx + p,
    .uber_inner .tx_box .head_tx + p {
        font-size: 12px;
    }

    .uber_wrap {
        height: 550px;
    }

    .kodawari_wrap {
        height: 400px;
    }

    .uber_inner {
        display: block;
        width: 100%;
        text-align: center;
        padding: 50px 20px 0;
    }

    .orange_btn {
        height: 40px;
        padding-top: 5px;
        font-size: 12px;
    }

    .kodawari_inner {
        padding-top: 120px;
    }

    .uber_inner .tx_box .orange_btn {
        margin: 0 auto;
    }

    .uber_inner img {
        width: 216px;
        height: auto;
        margin-top: 30px;
    }

    .cf_section03 {
        width: 100%;
    }

    .gallery_wrap {
        width: 100%;
        /*        margin: 30px 0;*/
        margin: 100px 0;
        padding: 0 20px;
    }

    .gallery_wrap h2,
    .access_wrap h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .reservation_wrap {
        height: 400px;
    }

    .reservation_inner {
        width: 100%;
        height: 80px;
    }

    .reservation_inner p {
        font-size: 20px;
    }

    .copy_right small {
        width: 100%;
        text-align: center;
    }





}

.fa-facebook:before {
    content: "\f09a";
    color: #000;
}

.fa-instagram:before {
    content: "\f09a";
    color: #000;
}

.footer_sns01 {
    color: #fff;
    display: flex;
    width: 20%;
    margin: 0 auto;
    margin-top: 30px;
}

.footer_sns02 {
    widows: 100px;
}

.footer_sns01 li {
    text-align: center;
    margin: 0 auto;
}

.cms_takeout__common_button {
    background: #9c0101 !important;
}

.cms_takeout__modal_window .cms_takeout__modal_window--button_back {
    background: #ccc;
    color: #fff !important;
}


img.topimg {
    width: auto;
    height: auto;
}


/* ------------------------------
　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;
    margin-bottom: 20px;
}

.second_news2 .CMS-NEWS-CONTENT {
    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;
}


@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%;
    }
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6rem;
    position: relative;
    margin-bottom: -3.5%;
    position: relative;
}

.CMS-NEWS-INDEX > * {
    width: 27%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-NEWS-ITEM a {
    transition: all 0.3s;
    display: block;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 0.5rem 0 0.8rem 0;
    line-height: 1;
    color: #000;
}

.CMS-NEWS-LINK {
    line-height: 1.8;
    color: #000;
}

.CMS-NEWS-INDEX > * img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #a01000;
    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;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-INDEX a {
    color: #fff;
    text-decoration: none;
}

.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255, 255, 255, 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 #e52b1b;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -6rem;
        padding-bottom: 10rem;
    }

    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6rem;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}

.top-news {
    width: 80%;
    margin: 0 auto;
}


.cms_takeout__modal_window .cms_takeout__modal_window--button_back {
    background: #ccc;
    color: #000;
    display: block;
}

.CMS-NEWS-DETAIL {
    text-align: left;
}