@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ryumin Regular KL', 'リュウミン R-KL', "A-OTF Ryumin Pro", a-otf-ryumin-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
    background: url(../images/bg_Wall.png) repeat;
    background-size: 680px 454px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

::selection {
    background-color: #A79691;
    color: #fff;
}

/*
heading******************************/

.title_x_large {
    font-size: 4.2rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 3.2rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
grid_list******************************/

.grid_list {
    margin: 0 auto;
    column-count: 3;
    column-gap: 0;
    margin: 0 -15px;
}

@media (max-width: 896px) {
    .grid_list {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .grid_list {
        column-count: 1;
    }
}

.grid_list_item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 4% 8.0rem;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.d_none {
    display: none;
}

.inner {
    width: 902px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_680 {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner_680 {
        width: 86%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}


/*
header******************************/

.header {
    position: relative;
    background: url(../images/header_bg.png) repeat;
}

.header_wrap {
    height: 249px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 70px;
}

.move {
    position: relative;
    overflow: hidden;
}

.move .move_wrap {
    position: relative;
}

.header_logo {
    position: absolute;
    left: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 50;
}

/* @media screen and (max-width: 1200px) {
    .header_logo_img {
        max-width: 72px;
    }
}

@media screen and (max-width: 480px) {
    .header_logo_img {
        max-width: 54px;
    }
} */

.header_title {
    line-height: 1.4;
    padding-left: 20px;
}

.header_title .catch {
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {
    .header_title .catch {
        font-size: 0.9rem;
    }
}

.header_title .logo_ja {
    font-size: 2.6rem;
    display: block;
    font-weight: bold;
    padding-top: 0.5rem;
}

@media screen and (max-width: 1200px) {
    .header_title .logo_ja {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 480px) {
    .header_title .logo_ja {
        font-size: 1.5rem;
    }
}

.nav {
    width: 100%;
    position: relative;
}

.nav_list {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
}

.nav_list li a {
    display: block;
    display: block;
    padding: 0 19px;
    border-right: 1px solid #000;
}

/* @media screen and (max-width: 992px) {
    .nav_list li a {
        padding: 3.0rem 35px 1.5rem;
    }
} */

/*
drawer-nav******************************/

.drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #454545;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    z-index: 300;
}

.open .drawer-nav {
    right: 0;
}

.drawer-nav .inner {
    padding: 25px;
}

.drawer-nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drawer-nav .inner ul li {
    position: relative;
    margin: 0;
}

.drawer-nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 2.0rem;
    padding: 3.0rem 0;
    text-decoration: none;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

@media screen and (max-width: 896px) {
    .drawer-nav {
        right: -240px;
        width: 240px;
    }
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 3px;
    right: 0px;
    width: 45px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
    z-index: 300;
}

.open .toggle_btn {
    right: 330px;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #454545;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 5px;
    width: 30px;
}

.toggle_btn span:nth-child(2) {
    top: 15px;
    width: 30px;
}

.toggle_btn span:nth-child(3) {
    top: 25px;
    width: 30px;
}

.open .toggle_btn span {
    background-color: #454545;
    width: 30px;
}

.open .toggle_btn span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
    animation: unset;
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
    animation: unset;
}

.open .toggle_btn span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
    animation: unset;
}

@media screen and (max-width: 767px) {
    .open .toggle_btn {
        right: 260px;
    }
}

#mask {
    display: none;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    opacity: .8;
    z-index: 10;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

/*
sub_kv******************************/

.sub_kv {
    background: url(../images/sub_kv_bg.png) repeat-x;
}

.sub_kv .inner {
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .sub_kv .inner {
        width: 86%;
    }
}

.sub_kv_image {
    text-align: center;
    padding: 4.0rem 0 0;
}


.sub_kv .title_x_large {
    position: relative;
    padding-top: 2.2rem;
}

.sub_kv .title_x_large:after {
    content: "";
    background: url(../images/title_mark.png) no-repeat;
    position: absolute;
    width: 226px;
    height: 53px;
    top: 38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*
top_aboutus******************************/

.top_aboutus {
    color: #fff;
    background: url(../images/bg_01.png) repeat;
    background-size: 500px;
    width: 100%;
    height: auto;
    padding: 7.0rem 0 9.0rem;
}

.top_aboutus .img_right_auto {
    width: 100%;
    text-align: right;
    height: 0;
}

@media screen and (max-width: 896px) {
    .top_aboutus .img_right_auto {
        width: 100%;
        text-align: right;
        height: auto;
    }
}

.top_aboutus .img_right_auto .images_inner {
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width: 896px) {
    .top_aboutus .img_right_auto .images_inner {
        width: 100%;
        margin-left: auto;
    }
}

.top_aboutus .img_right_auto .images_inner img {
    margin-top: 10.0rem;
}

@media screen and (max-width: 896px) {
    .top_aboutus .img_right_auto .images_inner img {
        margin-top: 0;
    }
}

.top_aboutus .text_area {
    margin-right: 38px;
    position: relative;
    min-height: 457px;
}

@media screen and (max-width: 1500px) {
    .top_aboutus .text_area {
        min-height: 357px;
    }
}

@media screen and (max-width: 896px) {
    .top_aboutus .text_area {
        margin-right: 0;
        padding-top: 5.0rem;
    }
}

.top_aboutus .title_large {
    font-weight: bold;
    letter-spacing: 0.4em;
    line-height: 1.2;
}

.top_aboutus .title_large span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
    .top_aboutus .title_large span {
        padding-top: 1.0rem;
    }
}

.top_aboutus .text {
    margin-top: 3.8rem;
    margin-bottom: 5.0rem;
    font-size: 1.6rem;
    line-height: 1.8;
}

.top_aboutus .btn_aboutus {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1500px) {
    .top_aboutus .btn_aboutus {
        bottom: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .top_aboutus .btn_aboutus {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: right;
    }
}

/*
top_menu_01******************************/

.top_menu_01 {
    padding: 10.0rem 0 7.0rem;
    background: url(../images/bg_02.png) repeat;
}

.top_menu_01 .grid .width6:last-of-type {
    padding-top: 17.0rem;
}

@media screen and (max-width: 896px) {
    .top_menu_01 .grid .width6:last-of-type {
        padding-top: 9.0rem;
    }
}

.top_menu_01 .title_x_large {
    padding-bottom: 2.7rem;
    position: relative;
}

.top_menu_01 .title_x_large::after {
    content: "";
    background: url(../images/title_mark.png) no-repeat;
    position: absolute;
    width: 226px;
    height: 53px;
    top: 23px;
    left: -18px;
}

.top_menu_01 .images {
    padding-bottom: 2.7rem;
}

.top_menu_01 .title_medium {
    color: #fff;
    background: #2B1D06;
    display: inline;
    padding: 3px;
    margin: 2.7rem 0 1.8rem;
}

.top_menu_01 .text {
    padding-top: 1.8rem;
}

.top_menu_01 .btn_menu {
    text-align: right;
    padding-top: 14.7rem;
}

@media screen and (max-width: 896px) {
    .top_menu_01 .btn_menu {
        padding-top: 8.0rem;
    }
}

.top_menu_01 .btn_takeout {
    padding-top: 8.0rem;
}

@media screen and (max-width: 896px) {
    .top_menu_01 .btn_takeout {
        text-align: right;
    }
}

/*
top_menu_02******************************/

.top_menu_02 {
    padding: 10.0rem 0 16.0rem;
    background: url(../images/bg_03.png) repeat;
}

.top_menu_02 .title_x_large {
    padding-bottom: 2.7rem;
    position: relative;
}

.top_menu_02 .title_x_large::after {
    content: "";
    background: url(../images/title_mark.png) no-repeat;
    position: absolute;
    width: 226px;
    height: 53px;
    top: 23px;
    left: -18px;
}

.top_menu_02 .images {
    padding-bottom: 2.7rem;
}

.top_menu_02 .title_medium {
    color: #fff;
    background: #2B1D06;
    display: inline;
    padding: 3px;
    margin: 2.7rem 0 1.8rem;
}

.top_menu_02 .text {
    padding-top: 1.8rem;
}

/*
aboutus******************************/

.aboutus {
    padding: 10.0rem 0 7.0rem;
    background: url(../images/bg_01.png) repeat;
    margin-top: -257px;
    padding-top: 329px;
    padding-bottom: 28vw;
}

@media screen and (max-width: 896px) {
    .aboutus {
        margin-top: -197px;
        padding-top: 281px;
        padding-bottom: 40vw;
    }
}

@media screen and (max-width: 480px) {
    .aboutus {
        margin-top: -68px;
        padding-top: 123px;
        padding-bottom: 57vw;
    }
}

.aboutus .inner_680 {
    color: #fff;
    padding-bottom: 8.0rem;
}

.aboutus .inner_680 .text {
    padding-top: 2.8rem;
}

/* slick */

.slider {
    margin: 0 15px;
}

.slick-dots {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    bottom: -45px !important;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    max-width: 358px;
    max-height: 249px;
    margin: 5px;
    width: 20vw !important;
}

.slick-dots li img {
    opacity: 0.5;
    width: 100%;
    height: auto;
}

.slick-dots li.slick-active img {
    opacity: 1;
}

.slick-prev {
    position: absolute;
    z-index: 99;
    top: 120px;
    left: -50px;
}

.slick-next {
    position: absolute;
    z-index: 99;
    top: 120px;
    right: -50px;
}

/*
menu******************************/

.menu_01 {
    padding: 10.0rem 0 7.0rem;
    background: url(../images/bg_02.png) repeat;
    margin-top: -257px;
    padding-top: 329px;
}

@media screen and (max-width: 896px) {
    .menu_01 {
        margin-top: -197px;
        padding-top: 281px;
    }
}

@media screen and (max-width: 480px) {
    .menu_01 {
        margin-top: -68px;
        padding-top: 123px;
    }
}

/* course */

.course {
    padding: 8.0rem 0 10.0rem;
}

.course .title_large {
    color: #410909;
    background: transparent;
    border-left: solid 16px #000;
    font-weight: bold;
    line-height: 1.0;
    padding: 0.5rem 0 0.6rem 19px;
    margin-bottom: 2.8rem;
}

@media screen and (max-width: 896px) {
    .course .text_area {
        padding-top: 2.8rem;
    }
}

.course .text_area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
}

.course .text_area dl:first-of-type {
    padding-top: 3.0rem;
}

@media screen and (max-width: 1200px) {
    .course .text_area dl.adjustment {
        display: block;
    }
}

.course .text_area dl.adjustment dt {
    width: 175px;
}

/* @media screen and (max-width: 1200px) {
    .course .text_area dl.adjustment dt {
        width: 235px;
    }
}

@media screen and (max-width: 992px) {
    .course .text_area dl.adjustment dt {
        width: 330px;
    }
}

@media screen and (max-width: 896px) {
    .course .text_area dl.adjustment {
        display: block;
    }
} */

.course .text_area .note {
    padding-top: 2.0rem;
}

/* single */

.single {
    margin-bottom: 25.0rem;
}

.single .title_large {
    color: #410909;
    background: transparent;
    border-left: solid 16px #000;
    font-weight: bold;
    line-height: 1.0;
    padding: 0.5rem 0 0.6rem 19px;
    margin-bottom: 2.8rem;
}

@media screen and (max-width: 896px) {
    .single .title_large {
        margin-bottom: 0;
    }
}

.single .title_medium {
    color: #fff;
    background: #410909;
    text-align: center;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 896px) {
    .single .title_medium {
        margin-top: 2.8rem;
    }
}

.menu_title_wrap {
    border-bottom: 1px solid #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.menu_title_wrap:first-of-type {
    border-top: solid 1px #000;
}

.menu_title_wrap .photo {
    padding-bottom: 1rem;
}

.menu_title_wrap .title {
    float: left;
}

.menu_title_wrap .price {
    float: right;
}

/*
store_information******************************/

.store_information {
    padding-top: 8.0rem;
    margin-bottom: 25.0rem;
    background: #fff;
}

@media screen and (max-width: 896px) {
    .store_information {
        margin-top: -197px;
        padding-top: 281px;
    }
}

@media screen and (max-width: 480px) {
    .store_information {
        margin-top: -68px;
        padding-top: 123px;
    }
}

.store_information .title_large {
    margin-bottom: 2.0rem;
    border-bottom: 1px solid #000;
}

.store_information .inner {
    padding-bottom: 9.0rem;
}

.store_information .inner:last-of-type {
    padding-bottom: 0;
}

.store_information .inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.0rem;
}

.store_information p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}

@media screen and (max-width: 896px) {
    .store_information p {
        display: block;
    }
}

.store_information p span:last-of-type {
    font-size: 3.0rem;
    padding-left: 48px;
}

@media screen and (max-width: 896px) {
    .store_information p span:last-of-type {
        padding-left: 0;
    }
}

.store_information .inner .note {
    padding-bottom: 2rem;
}

@media screen and (max-width: 896px) {
    .store_information .inner dl {
        display: block;
    }
}

/*
footer******************************/

.footer {
    position: relative;
}

.footer .img_left_auto {
    width: 100%;
    text-align: left;
    height: 0;
}

@media screen and (max-width: 896px) {
    .footer .img_left_auto {
        height: auto;
    }
}

.footer .img_left_auto .images_inner {
    width: 50%;
    margin-right: auto;
}

@media screen and (max-width: 896px) {
    .footer .img_left_auto .images_inner {
        width: 100%;
        margin-right: auto;
    }
}

.footer .img_left_auto .images_inner img {
    margin-top: -9.0rem;
}

.footer .address_area {
    padding: 5.5rem 0 9.0rem 5.0rem;
}

@media screen and (max-width: 896px) {
    .footer .address_area {
        padding-left: 0;
    }
}

.footer .address_area .title_x_large {
    padding-bottom: 2.0rem;
}

.footer .address_area dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.0rem;
}

@media screen and (max-width: 896px) {
    .footer .address_area dl {
        display: block;
    }
}

.footer .btn_reserve {
    padding-top: 2.0rem;
}

.copyright {
    color: #fff;
    font-size: 1.4rem;
    padding: 14.0rem 0 2.0rem;
    text-align: center;
    background: url(../images/bg_01.png) repeat;
    background-size: 500px;
    width: 100%;
    height: auto;
}

.footer .pagetop {
    position: absolute;
    height: 67px;
    width: 167px;
    bottom: 153px;
    right: 10px;
    z-index: 10;
}

@media screen and (max-width: 896px) {
    .footer .pagetop {
        bottom: 139px;
        right: -76px;
    }
}