* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Serif JP", "Libre Baskerville", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
    position: relative;
}

body p {
    font-size: 1.4rem;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

iframe {
    display: block;
}

.container_header {
    padding: 0 50px;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container_800 {
    max-width: 800px;
    margin: 0 auto;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.mr30 {
    margin-right: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    padding-top: 30px;
    margin: 0 auto;
    max-width: 230px;

}

.mt70 {
    margin-top: 20px;
    color: #fff;
}


.pt50 {
    padding-top: 50px;
}

.pl10 {
    padding-left: 10px;
}

.ta_center {
    text-align: center;
}

.ta_center_pc {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
    /*    color: #fff;*/
}



.txt18 {
    font-size: 1.8rem;
    font-weight: 500;
}

.txt22 {
    font-size: 2.2rem;
}

.space2 {
    letter-spacing: 0.2rem;
}

.txt_600 {
    font-weight: 600;
}

.lh20 {
    line-height: 2rem;
}

.primary_header {
    width: 100%;
    height: 100px;
    background: transparent;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.header_flex {
    width: 100%;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}

.header_logo img {
    max-width: 100%;
    height: auto;
    width: 260px;
}


@media screen and (max-width:767px) {
    .header_logo img {
        margin-top: 20px;
        height: auto;
        width: 240px;
    }
}

.header_logo_link {
    transition: all .5s;
}

.header_logo_link:hover {
    opacity: 0.7;
}

.google_translate {
    padding: 10px 20px 10px 0;
    text-align: right;
}

.gnav_wrap {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gnav_item {
    position: relative;
}

.gnav_item:not(:last-child) {
    margin-right: 35px;
}

.gmenu {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.gmenu::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.gmenu:hover {
    opacity: 0.7;
}

.gmenu:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gmenu_inner {
    list-style: none;
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
}

.gmenu_inner_link {
    text-decoration: none;
    color: #1b1b1b;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    width: 200px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-top: solid 1px #c6c6c6;
    position: relative;
}

.gmenu_inner_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 2px #1b1b1b;
    border-right: solid 2px #1b1b1b;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.gmenu_inner_link:hover {
    opacity: 0.7;
}

.gmenu_inner_link:hover::after {
    opacity: 0.7;
}

.header_tel {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

.main {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main_menu {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_gallery {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_access {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_recruit {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

#main-slider {
    overflow: hidden;
    height: 100vh;
}

.slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    /* display: block; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: 0 auto auto;
	width: 100%;
}

.main_logo_menu,
.main_logo_gallery,
.main_logo_access,
.main_logo_recruit {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: none;
}

.main_logo_menu svg {
    width: 127.69px;
    height: 24.4px;
}

.main_logo_gallery svg {
    width: 204.7px;
    height: 24.93px;
}

.main_logo_access svg {
    width: 165.24px;
    height: 24.93px;
}

.main_logo_recruit svg {
    width: 194.21px;
    height: 24.94px;
}

.cls-1 {
    stroke: #FFFFFF;
    stroke-width: 1px;
    fill: transparent;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
    -webkit-animation: anim 3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s forwards;
    animation: anim 3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s forwards;
}

@-webkit-keyframes anim {
    0% {
        fill: transparent;
    }

    30% {
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes anim {
    0% {
        fill: transparent;
    }

    30% {
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.top_course {
    padding: 100px 0;
    background-image: url(../img/course_top.jpg);
}

.top_concept,
.top_gallery {
    padding: 100px 0;
}

.top_social {
    padding: 100px 0;
    background: #f3f3f3;
}

.top_party {
    overflow: hidden;
}

.top_course,
.top_alacarte,
.top_drink,
.top_takeout {
    margin-top: 180px;
    overflow: hidden;
}

.heading2 {
    font-size: 3rem;
    color: #1b1b1b;
    font-weight: 400;
    letter-spacing: 0.4rem;
    margin-bottom: 40px;
    text-align: center;
}

.heading2_2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4rem;
    margin-bottom: 40px;
    text-align: center;
}


.top_content {
    margin-bottom: 80px;
    position: relative;
}

.top_party .top_content::after,
.top_alacarte .top_content::after {
    content: "";
    position: absolute;
    top: 80px;
    width: calc(100% - 100px);
    height: 100%;
    background: #f3f3f3;
    right: 0;
    z-index: -1;
    overflow: hidden;
}
.top_takeout .top_content::after,
.top_course .top_content::after,
.top_drink .top_content::after {
    content: "";
    position: absolute;
    top: 80px;
    width: calc(100% - 100px);
    height: 100%;
    background: #ecf4e7;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.top_content_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
}

.top_party .top_content_flex_img {
    width: calc(100% - 600px);
    height: 700px;
    background: url(https://s3.ap-northeast-1.amazonaws.com/hpr.ravenhp.com/ec8357fdb1a/images/7fcd5f6bdbd0a5859d318ff135b2beba51b2cbf0) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.top_alacarte .top_content_flex_img {
    width: calc(100% - 600px);
    height: 700px;
    background: url(../img/top_img003.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.top_course .top_content_flex_img {
    width: calc(100% - 600px);
    height: 700px;
    background: url(../img/top_img002.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.top_drink .top_content_flex_img {
    width: calc(100% - 600px);
    height: 700px;
    background: url(../img/top_img002.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.top_takeout .top_content_flex_img {
    width: calc(100% - 600px);
    height: 700px;
    background: url(../img/top_img004.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.top_content_flex_txt_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 600px;
    overflow: hidden;
}

.top_party .top_content_flex_txt,
.top_alacarte .top_content_flex_txt {
    padding: 0 150px 0 80px;
}

.top_course .top_content_flex_txt,
.top_drink .top_content_flex_txt,
.top_drink .top_content_flex_txt{
    padding: 0 80px 0 150px;
}

.top_content_flex_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.btn {
    text-decoration: none;
    display: block;
    color: #1b1b1b;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    padding: 10px 0;
    width: 200px;
    border: solid 1px #1b1b1b;
    transition: all .5s;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.btn::after {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 60px solid #1b1b1b;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.btn:hover {
    color: #fff;
}

.btn:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



.btn2 {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    padding: 10px 0;
    width: 200px;
    border: solid 1px #fff;
    transition: all .5s;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin: 0 auto;
}

.btn2::after {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 60px solid #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.btn2:hover {
    color: #1b1b1b;
}

.btn2:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.bx-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    border-top: solid 10px #1b1b1b;
    border-bottom: solid 10px #1b1b1b;
    border-right: none;
    border-left: none;
}

.bx-prev,
.bx-next,
.bx-pager {
    display: none;
}

.content_slider {
    padding: 20px 0;
    background: #1b1b1b;
}

.content_slider_item img {
    max-width: 100%;
    display: block;
    border: solid 5px #1b1b1b;
	height: 250px;
	object-fit: cover;
}

.top_social_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.top_social_flex_left,
.top_social_flex_right {
    flex: 0 0 50%;
    padding: 0 20px;
}

.top_social_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.top_social_content iframe {
    max-width: 100%;
    overflow: hidden;
}

.top_social_content img {
    max-width: 100%;
    height: auto;
}

.footer_area {
    color: #fff;
}

.footer_contents {
    padding: 50px 0;
    background: #0c0c0c;
}

.footer_contents_head {
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.footer_tel_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.footer_tel {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

.txt_wh {
    color: #fff;
}

.footer_flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.footer_flex_content,
.footer_flex_map {
    flex: 0 0 50%;
    padding: 0 20px;
}

.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_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: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
}

.fmenu:hover {
    opacity: 0.7;
}

.footer_link_menu {
    margin-right: 40px;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.copyRight_wrap {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.copyRight {
    font-size: 1.2rem;
    font-weight: 400;
    color: #707070;
}

.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10000;
    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;
}

.gnav_inner_sp.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_wrap_sp {
    text-align: center;
}

.gmenu_sp {
    text-decoration: none;
    color: #1b1b1b;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    line-height: 50px;
    font-weight: 700;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    z-index: 10000;
    background: #fff;
    right: 5%;
}

.menu_border_box {
    width: 14px;
    height: 14px;
    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: 14px;
    height: 2px;
    background: #1b1b1b;
    -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 .menu_border:nth-child(1) {
    margin-top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.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);
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

#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;
    color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #fff;
    background: #1b1b1b;
    letter-spacing: 0.2rem;
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s;
}

#page-top a:hover::before {
    top: 10px;
}

.heading3 {
    font-size: 1.8rem;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 3rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
    position: relative;
    margin-bottom: 40px;
    border-bottom: solid 2px #d4d4d4;
    padding-left: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.heading4 {
    font-size: 1.6rem;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 2.6rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 10px 10px 16px;
    background: #f7f7f7;
    border-radius: 3px;
}

.heading4::after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #1b1b1b;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_sec {
    padding: 80px 0;
}

.lawer_content_wrap {
    margin-bottom: 100px;
}

.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 {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.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 #e9e9e9;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #e9e9e9;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #1b1b1b;
    font-weight: 400;
    -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: #1b1b1b;
    font-weight: 400;
    -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: #1b1b1b;
    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: #1b1b1b;
    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: #1b1b1b;
    font-weight: 400;
}

.table_item_right {
    font-size: 1.8rem;
    color: #1b1b1b;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.txt12_grey {
    font-size: 1.2rem;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 1.8rem;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: #1b1b1b;
    font-weight: 700;
}

.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%;
    margin-top: 10px;
}

.gallery_content_sec_item span {
    font-size: 1.4rem;
}

.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: 6%;
}

.jc_center {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

@-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;
}

.lr.delighter {
    transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-30%);
    opacity: 0;
}

.lr.delighter.started {
    transform: none;
    opacity: 1;
}

.rl.delighter {
    transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(30%);
    opacity: 0;
}

.rl.delighter.started {
    transform: none;
    opacity: 1;
}

.bt.delighter {
    transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateY(-30%);
    opacity: 0;
}

.bt.delighter.started {
    transform: none;
    opacity: 1;
}

.tb.delighter {
    transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateY(30%);
    opacity: 0;
}

.tb.delighter.started {
    transform: none;
    opacity: 1;
}

.scroll_btn_wrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#scroll_btn {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#scroll_btn::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#scroll_btn:hover::before {
    bottom: -30px;
}

.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 100px;
	justify-content: center;
}

.anchor {
    flex: 0 0 25%;
    padding: 0 10px;
}


.mr40 {
    margin-right: 40px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #1b1b1b;
    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 #1b1b1b;
    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 #1b1b1b;
    border-bottom: solid 2px #1b1b1b;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 4px;
}

.txt_tel {
    text-decoration: none;
    font-size: 1.4rem;
    color: #1b1b1b;
    font-weight: 400;
}

.recruit_list01 {
    list-style: none;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #1b1b1b;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.recruit_list01_item:not(:last-child) {
    margin-bottom: 40px;
}

.bg_grey {
    background: #f7f7f7;
}

.ttl_christmas {
    padding-top: 40px;
    font-size: 2rem;
}


.line_height_height {
    line-height: 30px;
}

.line_height_height2 {
    line-height: 30px;
    color: #fff;
}

@media screen and (min-width:769px) {
    .policy_section {
        width: 70%;
        margin-left: 15%;
    }

    .policy_table_item_right img {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .sp_padding_both_side {
        /*        padding: 0 10%;*/
    }

    .policy_section {
        width: 90%;
        margin-left: 5%;
    }

    .policy_table_item_right img {
        width: 100%;
    }
}

.policy_margin_top {
    margin-top: -35px;
}

.sv_sv_sv {
    height: 300px;
    padding: 150px 0;
    text-align: center;
    background: #000;
    color: #fff;
}

.footer_link {
    margin-top: 50px;
}


.details_title_txt {
    color: #fff;
    font-size: 40px;
}



@media screen and (min-width:550px) {
    .shusei_policy {
        display: block;
    }

    .shusei2 {
        display: none;
    }
}

@media screen and (max-width:549px) {
    .shusei_policy {
        display: none;
    }

    .shusei2 {
        display: block;
    }
}

.shusei2 img {
    width: 100%;
}



.header_tel a {
    color: #ffffff;
    text-decoration: none;
    border: solid 1px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.logo_animation {
    display: none;
}

.course_image {
    width: 400px;
    margin-left: calc(50% - 200px);
    margin-top: 30px;
    margin-bottom: 30px;
}





/*以下、メニューページRETTY連携用CSS*/


.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;
}


.content__title {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 0 0 12px;
border-bottom: 1px solid #d5d5d8;
color: #2e2e3b;
font-size: 1.38462rem;
font-weight: 700;
}
.restaurant-detail__menu:nth-child(n+2) {
margin-top: 16px;
}
.menu-price-list:last-of-type {
border-bottom: 1px solid #eaeaeb;
}
.menu-price-list__row {
display: flex;
border-top: 1px solid #eaeaeb;
font-size: 1.4rem;
line-height: 2.2rem;
}
.menu-price-list__name {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
padding: 16px 24px;
font-weight: 700;
}
.menu-price-list__price {
display: flex;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
align-items: flex-end;
padding: 16px 0 16px 24px;
}


@media screen and (min-width: 768px) {


}



@media screen and (max-width: 767px) {

.menu-price-list__row {
display: block;
}
.menu-price-list__name {
padding: 16px 24px 0;
}
.menu-price-list__price {
padding: 0px 0 16px 24px;
}


}


.course-list-heading {
display: flex;
align-items: center;
padding:0 0 12px
}

.course-list-heading__title {
flex-shrink: 0;

color: #2e2e3b;
font-size: 1.38462rem;
font-weight:700
}

.course-list-heading__supplement {
align-self: flex-end;
margin-left: auto;
padding-left: 10px;
color: #6c6c75;
font-size: .92308rem;
font-weight:400
}

.course-list__item {
display: flex;
flex-direction: column;
border-bottom:1px solid #d5d5d8
}

.course-list__item:first-child {
border-top:1px solid #d5d5d8
}

.course-list-item {
display: flex;
width: 100%;
min-height: 80px;
align-items: center;
padding:16px 0
}

.course-list-item__thumbnail {
flex-shrink:0
}

.course-list-item__thumbnail img {
font-family: "object-fit: cover;";
object-fit: cover;
width: 80px;
height: 80px;
background-color:#f4f4f5
}

.course-list-item__detail {
flex:1 1 auto
}

.course-list-item__detail:nth-child(n + 2) {
margin-left:12px
}

.course-list-item__title {
color: #2e2e3b;
font-size: 1.57692rem;
font-weight:700
}

.course-list-item__title:nth-child(n + 2) {
margin-top:6px
}

.course-list-item__description {
color: #8c8c93;
font-size:1.32308rem
}

.course-list-item__footer {
display:flex
}

.course-list-item__price {
display: flex;
align-items: center;
justify-content: center;
color: #d70025;
font-size: 1.73077rem;
font-weight:700
}

.course-list-item__label {
display: inline-block;
padding: 1px 11px;
border: 1px solid #ffa014;
background-color: #fff;
border-radius: 2px;
color: #fff;
font-size: 1.26923rem;
font-weight: 400;
color: #ffa014;
vertical-align:top
}

.course-list-item__label--discount {
background: #d70025;
border-color: #d70025;
color:#fff
}

.course-list-item__before-discount {
display: inline-flex;
align-items: center;
color: #2e2e3b;
font-size: 1.57692rem;
font-weight: 400;
text-decoration:line-through
}

.course-list-item__discount-arrow {
margin: 0 4px;
color: #2e2e3b;
font-weight: 400;
text-decoration:none
}

.course-list-item__tax {
display: inline;
align-self: auto;
color: #d70025;
font-size:1.32308rem
}

.course-list-item__term {
margin-left: 12px;
display: flex;
align-items: center;
color: #2e2e3b;
font-size:1.24615rem
}

.course-list-item__actions-list {
display: none;
flex: 0 0 150px;
flex-direction: column;
justify-content: center;
align-items:center
}

.course-list-item__action {
width: 96px;
display: flex;
justify-content:center
}

.course-list-item__action:nth-child(n + 2) {
margin-top:12px
}

.course-list-item__button {
width: 96px;
padding:6px 0
}

.course-summary {
display:flex
}

.course-summary:nth-child(n + 2) {
margin-top:10px
}

.course-summary__label {
width: 100%;
flex:0 0 100%
}

.course-summary__photo {
font-family: "object-fit: cover;";
object-fit: cover;
width: 184px;
height: 184px;
flex: 0 0 184px;
align-self:flex-start
}

.course-summary__body:nth-child(n + 2) {
margin-left:course-list-heading 16px;
font-size:1.07692rem
}

.course-summary-label {
display:block
}

.course-info-list {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #eaeaeb;
font-size:1.07692rem
}

.course-info-list__description, .course-info-list__title {
border-top:1px solid #eaeaeb
}

.course-info-list__title {
box-sizing: border-box;
padding: 16px 24px;
max-width: 216px;
flex: 0 0 216px;
background-color:#fafbfc
}

.course-info-list__description {
box-sizing: border-box;
padding: 16px 24px;
max-width: calc(100% - 216px);
flex-basis: calc(100% - 216px);
flex-grow: 1;
flex-shrink:0
}

.course-info-list__description--pre {
white-space: pre-line;
word-break:break-all
}

.course-info-list__description--strong {
font-weight: 700;
color: #d70025;
font-size:1.23077rem
}

.course-info-list__before-discount {
display: inline-flex;
align-items: center;
color: #2e2e3b;
font-size: 1.07692rem;
font-weight: 400;
text-decoration:line-through
}

.course-info-list__discount-arrow {
margin: 0 4px;
color: #2e2e3b;
font-weight: 400;
text-decoration:none
}

.course-info-list__tax {
display: inline;
align-self: auto;
color: #d70025;
font-size:.92308rem
}

.restaurant-coupon-heading {
display: flex;
align-items: center;
padding: 0 0 12px;
border-bottom:1px solid #d5d5d8
}

.restaurant-coupon-heading__title {
flex-shrink: 0;
max-width: calc(100% - 300px);
color: #2e2e3b;
font-size: 1.38462rem;
font-weight:700
}

.restaurant-coupon-heading__supplement {
align-self: flex-end;
margin-left: auto;
padding-left: 10px;
color: #6c6c75;
font-size: .92308rem;
font-weight:400
}

.restaurant-coupon-list {
border:1px solid #d5d5d8
}

.restaurant-coupon-list:nth-child(n + 2) {
margin-top:20px
}

.restaurant-coupon-list__item:nth-child(n + 2) {
border-top:1px dashed #d5d5d8
}

.restaurant-coupon {
display:flex
}

.restaurant-coupon:before {
display: block;
min-height: 80px;
flex: 0 0 48px;
background: url("https://assets.retty.me/v-202103090658-master-5faacc28934ec9ceed6332f40621248775413203/images/pancake/ic_coupon.svg") #ffa014;
background-position: 50%;
background-repeat: no-repeat;
content: ""
}

.restaurant-coupon--marked {
position:relative
}

.restaurant-coupon--marked:after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 0;
height: 0;
border-color: #ffc814 transparent transparent #ffc814;
border-style: solid;
border-width: 8px;
content: ""
}

.restaurant-coupon__body {
flex: 1 1 auto;
padding:18px 20px
}

.restaurant-coupon__title {
color: #2e2e3b;
font-size: 1.23077rem;
font-weight:700
}

.restaurant-coupon__description {
color: #6c6c75;
font-size:.84615rem
}

.restaurant-coupon__description:nth-child(n + 2) {
margin-top:4px
}

.restaurant-coupon__supplement {
display: flex;
box-sizing: border-box;
flex: 0 0 200px;
flex-direction: column;
align-items: center;
justify-content: center;
padding:12px 16px
}

.restaurant-coupon__supplement:nth-child(n + 2) {
border-left:1px dashed #d5d5d8
}

.restaurant-coupon__expiration {
color: #6c6c75;
font-size:.92308rem
}

.restaurant-coupon__link {
cursor: pointer;
color: #2d88d9;
font-size:.92308rem
}

.restaurant-coupon__link:hover {
opacity:.8
}

.restaurant-coupon__link--external {
display: flex;
align-items:center
}

.restaurant-coupon__link--external:after {
content: "\EA0C";
font-size:1.23077rem
}

@keyframes show-sticky-actions {
0% {
opacity:0
}

to {
opacity:1
}
}

.restaurant-sidebar {
width: 300px;
flex-direction:column
}

.restaurant-sidebar__prepare-stuck {
z-index: 90;
display:none
}

.restaurant-sidebar__prepare-stuck[data-stuck=true] {
display: flex;
animation:show-sticky-actions .1s ease-out
}

.restaurant-sidebar__campaign-banner {
z-index: 90;
padding-top:12px
}

.menu-description__text {
color: #2e2e3b;
font-size: 1.07692rem;
line-height: 1.5;
white-spacere-line
}

.menu-price-list {
font-size:1.07692rem
}

.menu-price-list:last-of-type {
border-bottom:1px solid #eaeaeb
}

.menu-price-list__row {
display: flex;
border-top:1px solid #eaeaeb
}

.menu-price-list__name {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
padding: 16px 24px;
font-weight:700
}

.menu-price-list__supplement {
font-weight:400
}

.menu-price-list__price {
display: flex;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
align-items: flex-end;
padding:16px 0 16px 24px
}

.photo-menu {
display: flex;
flex-wrap: wrap;
margin-left:-36px
}

.photo-menu__item {
width: 100%;
margin-left:35px;
	list-style-type: none;
}

.photo-menu__item:nth-child(n + 4) {
margin-top:36px
}

.photo-menu__figure {
	display: flex;
}

.photo-menu__image{
	margin: 20px;
}


.photo-menu__image img {
font-family: "object-fit: cover;";
object-fit: cover;
width: 120px;
height: 120px;
background-color:#f4f4f5
}

.photo-menu__caption {
display: flex;
flex-direction:column
}

.photo-menu__caption:nth-child(n + 2) {
margin-top:16px
}

.photo-menu__reporter:nth-child(n + 2) {
margin-top:8px
}

.photo-menu__title {
color: #2e2e3b;
font-weight:700
}

.photo-menu__price {
align-self: flex-end;
}

.photo-menu__price:nth-child(n + 2) {
margin-top:8px
}




/*以上、メニューページRETTY連携用CSS*/




.lawer_content_inner .txt_wrap {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .lawer_content_inner .txt_wrap img {
        float: left;
        margin-right: 20px;
        width: 30%;
    }
}

@media screen and (max-width: 767px) {

    .lawer_content_inner .txt_wrap img {
        float: left;
        margin-right: 20px;
        width: 100%;

    }
}



@media screen and (max-width: 767px) {
    .policyp {
        margin-top: 250px;
    }
}



@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: 14px;
    }

    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: #0c0c0c;
        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: #0c0c0c;
        border: 2px solid #333;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 16px 0;
        margin: 0 5%;
    }
}


/* ------------------------------
　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;
    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 {
    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.6em;
    color: #000;
}

.CMS-NEWS-LINK {
    max-width: 260px;
    font-size: 1.6em;
    color: #000;
    margin-top: 10px;
}

.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調整-----------------------*/
#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;
    }
}



@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: 120px;
    }
}

.footer_logo img {
    width: 273px;
    height: auto;
}

/*topページSNS埋め込み*/

.top_sns_share {
    text-align: center;
    display: flex;
    max-width: 980px;
    margin: 100px auto;
}

.top_sns_share_list {
    width: 30%;
    height: 500px;
    margin: auto;
    vertical-align: top
}

.top_sns_share h2 {
    font-size: 32px;
    margin-bottom: 20px
}

.top_sns_share_list-insta {
    width: 30%;
    height: 300px;
    margin: auto;
    vertical-align: top
}

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

    .top_sns_share_list {
        width: 100%;
    }

    .top_sns_share_list-insta {
        width: 100%;
    }

    .top_sns_share h2 {
        font-size: 32px;
        margin: auto;
        margin-bottom: 20px
    }
}

/*topページSNS埋め込み*/


/*予約バナー*/

@media screen and (min-width:679px) {
    .scroll_box {
        position: fixed;
        top: 100px;
        right: 0px;
        writing-mode: vertical-rl;
        background-color: rgb(255, 174, 0);
        padding: 20px;
        font-size: 20px;
        color: #000000;
        z-index: 99999999999999;
    }

    .scroll_box:hover {
        opacity: 0.3;
        transition-duration: 0.5s;
    }

    .scroll_box a {
        text-decoration: none;
        color: #000000;
    }
}

@media screen and (max-width:678px) {
    .scroll_box {
        position: fixed;
        bottom: 0px;
        background-color: rgb(255, 174, 0, 0.7);
        padding: 30px;
        font-size: 20px;
        width: 100%;
        text-align: center;
        color: #000000;
        z-index: 99999999999999;
    }

    .scroll_box:hover {
        background-color: rgb(255, 174, 0, 1);
        transition-duration: 0.5s;
    }

    .scroll_box a {
        width: 100%;

        text-decoration: none;
        color: #000000;
    }

  

    #page-top {
        position: fixed;
        bottom: 100px !important;
        right: 30px;
        z-index: 9999;
    }

}

/*予約バナー*/

/*TOP動画*/
.top_video {
    text-align: center;
    margin: auto;
    width: 800px;
    max-width: 100%;
}

.top_video video {
    width: 800px;
}

@media screen and (max-width:676px) {
    .top_video {
        text-align: center;
        margin: auto;
        width: 600px;
        max-width: 100%;
    }

    .top_video video {
        width: 300px;
    }
}


.top_video {
    margin: 100px auto 100px;
}

.top_video h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

/*TOP動画*/

/*姉妹店*/

.access {
    margin: 200px auto 0px;
}

.access h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}

.access_stores {
    margin-top: 100px;
}

.access_stores h3 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
}

.access_stores_img {
    text-align: center
}

.access_stores_img img {
    text-align: center;
    width: 30%;
    margin: 5px auto 20px;
}

.access_stores .btn {
    margin: 50px auto !important;

}

.btn a {
    color: black;
    text-decoration: none;
}

.second .access_stores p {
    padding-top: 30px;
    padding-bottom: 30px;
}


@media screen and (max-width:676px) {
    .access_stores_img img {
        text-align: center;
        width: 32%;
        margin: 5px auto 20px;
    }

    .access_stores .btn {
        margin: 50px auto !important;
    }
}

/*姉妹店*/

.cms_takeout__common_button {
    background: #e52b1b !important;
}


/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
    max-width: 960px;
    margin:50px auto 40px
}
@media screen and (max-width:767px){
    .CMS-RESERVATION-CALENDAR{
        margin: 50px 20px;
    }
}
/*鈴木追記*/
.social_insta{
	line-height: 1;
}