* {
    -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: "Sawarabi Mincho", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
    position: relative;
    background: #fff;
    font-size: 1.4rem;
    color: #54422e;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    font-feature-settings: "palt";
}

body p {
    font-size: 1.4rem;
    color: #54422e;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    font-feature-settings: "palt";
    font-family: "Sawarabi Mincho";
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container_header {
    padding: 0 50px;
    margin: 0 auto;
}

.container_800 {
    max-width: 800px;
    margin: 0 auto;
}

.primary_header {
    width: 100%;
    height: 120px;
    background: transparent;
}

.header_flex {
    height: 120px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header_logo img {
    max-width: 100%;
    height: auto;
}

.header_logo_link {
    display: block;
    width: 100px;
    transition: all .5s;
}

.header_logo_link:hover {
    opacity: 0.7;
}

.header_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.gnav {}

.gnav_wrap {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    min-width: 700px;
    justify-content: space-between;
}

.gnav_item {
    padding: 0 2px;
}

.gmenu {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5a3200;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.gmenu:hover {
    opacity: 0.7;
}

.gmenu::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #5a3200;
    -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::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top_tel {
    font-size: 1.8rem;
    font-weight: 400;
    color: #7d7d7d;
    letter-spacing: 0.1rem;
    margin: 0 50px;
}

.main {
    width: 100%;
    height: calc(100vh - 300px);
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

#main-slider {
    position: relative;
    height: 100%;
    width: calc(100% - 20%);
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    width: auto;
    height: 100%;
    /* height: 100%;
  width: auto; */
    /* display: block; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
}

.slick-list,
.slick-track {
    height: 100%;
}

.heading1_top {
    position: absolute;
    top: 120px;
    left: 100px;
    width: 258px;
}

.heading1_top img {
    max-width: 100%;
    height: auto;
}

.txt100 {
    font-size: 10rem;
}

.main_scroll {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 100;
}

.scroll_link {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5a3200;
    letter-spacing: 0.1rem;
    position: relative;
}

.main_scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #5a3200;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.top_floor {
    padding: 200px 0 100px;
    position: relative;
}

.top_floor::before {
    content: "";
    display: block;
    width: 92px;
    height: 500px;
    position: absolute;
    top: -280px;
    left: 0;
}

.top_floor::after {
    content: "";
    display: block;
    width: 103px;
    height: 500px;
    position: absolute;
    bottom: -430px;
    right: 0;
}

.top_amuse,
.top_drink,
.top_party,
.top_social,
.top_instagram {
    padding: 100px 0;
}

.top_drink,
.top_instagram {
    position: relative;
}

.top_drink::before {
    content: "";
    display: block;
    width: 92px;
    height: 500px;
    position: absolute;
    top: -250px;
    left: 0;
}

.top_instagram::after {
    content: "";
    display: block;
    width: 103px;
    height: 500px;
    position: absolute;
    top: 100px;
    right: 0;
}

.top_floor_wrap {
    position: relative;
}

.top_floor_wrap::before {
    content: "";
    display: block;
    width: 100px;
    height: 188px;
    position: absolute;
    top: 10px;
    left: -110px;
}

.top_floor_wrap::after {
    content: "";
    display: block;
    width: 135px;
    height: 85px;
    position: absolute;
    top: -125px;
    right: 30px;
}

.top_flex01 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
}

.top_flex01_head {
    flex: 0 0 40%;
}

.top_flex01_content {
    flex: 0 0 60%;
}

.heading2_top {
    font-size: 1.2rem;
    font-weight: 400;
    color: #5a3200;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
}

.heading2_top_main {
    font-size: 3rem;
    font-family: "Sawarabi Mincho";
    font-weight: 700;
    color: #c5af81;
    letter-spacing: 0.1rem;
    display: block;
    margin-top: 30px;
}

.heading2 {
    font-size: 3rem;
    font-family: "Sawarabi Mincho";
    font-weight: 700;
    color: #5a3200;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-bottom: 40px;
}

.btn {
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #5a3200;
    letter-spacing: 0.1rem;
    padding: 25px 0 25px 20px;
    width: 220px;
    background: #d7e6c9;
    border: solid 1px #d7e6c9;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.btn::before {
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0;
    left: 0;
    border-right: 60px solid transparent;
    border-bottom: 90px solid #5a3200;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #5a3200;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
}

.btn:hover {
    color: #fff;
}

.btn:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn:hover::after {
    background: #fff;
    width: 40px;

}

.jc_center {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.jc_flexend {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

.top_img_wrap {
    position: relative;
    height: 600px;
}

.img01 {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 55%;
    height: 70%;
    overflow: hidden;
    z-index: 2;
}

.img02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 65%;
    overflow: hidden;
    z-index: 1;
}

.img03 {
    position: absolute;
    top: 15%;
    right: 0;
    width: 55%;
    height: 70%;
    overflow: hidden;
    z-index: 2;
}

.img04 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 45%;
    height: 65%;
    overflow: hidden;
    z-index: 1;
}

.img05 {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 55%;
    height: 70%;
    overflow: hidden;
    z-index: 2;
}

.img06 {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 65%;
    overflow: hidden;
    z-index: 1;
}

.img01 img,
.img02 img,
.img03 img,
.img04 img,
.img05 img,
.img06 img {
    height: 100%;
    width: auto;
}

.top_social_insta {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.insta_item {
    position: relative;
    padding-top: 25%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.insta_item img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer_contents {
    padding: 50px 0 200px;
    position: relative;
    background: #40301e;
    color: #fff;
}

.footer_contents p {
    color: #fff;
}

.footer_contents a {
    color: #fff;
}

.footer_contents::after {
    content: "";
    display: block;
    width: 484px;
    height: 117px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.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;
    letter-spacing: 0.1rem;
}

.sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin: 0 auto;
    margin-top: 2em;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.txt_wh {
    color: #fff;
}

.pl10 {
    padding-left: 10px;
}

.footer_link {
    margin-top: 30px;
}

.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-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.copyRight {
    font-size: 1.2rem;
    font-weight: 400;
    color: #f4f0e7;
}

.content_slider {
    padding: 20px 0;
    background: #131313;
}

.bx-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    border-top: solid 5px #131313;
    border-bottom: solid 5px #131313;
    border-right: none;
    border-left: none;
}

.bx-prev,
.bx-next,
.bx-pager {
    display: none;
}

.content_slider_item img {
    max-width: 100%;
    display: block;
    border: solid 5px #131313;
}

iframe {
    display: block;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

#page-top a {
    line-height: 85px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #5a3200;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #5a3200;
    background: rgba(255, 255, 255, 0.8);
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #5a3200;
    border-right: solid 2px #5a3200;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    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;
    width: 100%;
}

.gmenu_sp {
    text-decoration: none;
    color: #5a3200;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 50px;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    background: #d7e6c9;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10000;
}

.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: #5a3200;
    -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);
}

.heading1_wrap {
    width: 100%;
    height: 150px;
    padding-top: 140px;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.heading1 {
    font-size: 3rem;
    font-family: "Sawarabi Mincho";
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4rem;
    text-align: center;
}

.heading1_sm {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-family: "Lato";
    font-weight: 400;
    color: #c5af81;
    letter-spacing: 0.1rem;
    margin-top: 10px;
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.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;
}

.heading3 {
    font-size: 1.8rem;
    color: #5a3200;
    font-weight: 600;
    border-bottom: solid 2px #ddd4c1;
    padding: 15px 0 15px 15px;
    margin-bottom: 30px;
    position: relative;
    font-feature-settings: "palt";
}

.heading3::before {
    content: "";
    display: block;
    width: 4px;
    height: 12px;
    background: #a0b88b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading4 {
    font-size: 1.6rem;
    color: #5a3200;
    font-weight: 600;
    padding: 0 0 0 16px;
    margin-bottom: 20px;
    position: relative;
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #a0b88b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 20px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 20px;
}

.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #ddd4c1;
}

.table_item {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a3200;
    font-feature-settings: "palt";
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a3200;
    font-weight: 600;
    flex: 0 0 70%;
    font-feature-settings: "palt";
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a3200;
    font-weight: 600;
    flex: 0 0 100%;
    font-feature-settings: "palt";
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a3200;
    font-weight: 600;
    flex: 0 0 20%;
    font-feature-settings: "palt";
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a3200;
    font-weight: 400;
    flex: 0 0 75%;
    font-feature-settings: "palt";
}

.table_list_content div{
    display: flex;
}


.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a3200;
    font-weight: 400;
}

.table_item_right {
    font-size: 1.8rem;
    color: #5a3200;
    font-weight: 600;
    flex: 0 0 25%;
    text-align: right;
    font-feature-settings: "palt";
}

.letter3 {
    letter-spacing: 0.3rem;
}

.txt_bold {
    font-weight: 700;
}

.txt18 {
    font-size: 1.8rem;
}

.txt24 {
    font-size: 2.4rem;
}

.txt12_grey {
    font-size: 1.2rem;
    color: #5a3200;
    font-weight: 500;
    line-height: 1.8rem;
}

.txt_note {
    font-size: 1.2rem;
    color: #5a3200;
    font-weight: 500;
    line-height: 1.8rem;
}

.txt_note_grey {
    font-size: 1.2rem;
    color: #0a0a0a;
    font-weight: 500;
    line-height: 1.8rem;
}

.db {
    display: block;
}

.gll {
  width: 300px;
  margin-bottom: .5em;
  background: #40301e;
  align-items: center;
  display: flex;
  justify-content: center;
}
.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%;
}

.history_content_sec_item {
    position: relative;
    overflow: hidden;
}

.history_content_sec_item a{
   text-decoration: underline;
}

.history_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%;
}

.txt_border {
    padding: 20px;
    border: solid 1px #6f6f6f;
    border-radius: 4px;
    background: #fff;
}

.ta_center {
    text-align: center;
}

.ta_center_pc {
    text-align: center;
}

.pt20 {
    padding-top: 20px;
}

.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;
}

@-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;
}

@keyframes marquee {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.marquee {
    display: inline-block;
    /* position: relative; */
    overflow: hidden;
}

.marquee::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(244, 240, 231, 0.9);
    mix-blend-mode: hard-light;
    animation-name: marquee;
    animation-timing-function: ease-in-out;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.marquee img {
    display: block;
}

.st0 {
    stroke: #FFFFFF;
    stroke-width: 1px;
    fill: transparent;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
    -webkit-animation: anim 2s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s forwards;
    animation: anim 2s 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;
    }
}

.fade_r {
    opacity: 0;
    transform: translateX(100px);
    transition: all 2s;
}

.fade_r02 {
    opacity: 0;
    transform: translateX(100px);
    transition: all 3s;
}

.fade_l {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 2s;
}

.fade_l02 {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 3s;
}

.anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.anchor {
    flex: 0 0 31%;
    padding: 0 10px;
}

.mr40 {
    margin-right: 40px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #5a3200;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    padding: 20px 0;
    /* border: solid 1px #c5af81; */
    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 #5a3200;
    border-bottom: solid 2px #5a3200;
    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;
}

a {
    color: #5a3200;
}

.takeout {
    margin-top: 0;
}

.privacy-takeout {
    width: 100%;
    margin: 100px auto;
    border: 2px solid #000000;
    padding: 20px;
}

.privacy span,
.privacy-takeout span {
    font-weight: bold;
}

.takeout .privacy {
    width: 100%;
    margin: 0 auto 2rem;
    border: 2px solid #000000;
    padding: 20px;
}

.cms_takeout__modal_window {
    z-index: 99999;
}

.privacy span,
.privacy-takeout span {
    font-weight: bold;
}

.privacy-takeout {
    margin: 100px auto;
    border: 2px solid #000000;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .privacy {
        width: auto;
        margin: 10px auto;
        border: 2px solid #000000;
        padding: 20px;
        height: 500px;
        overflow: auto;
    }

    dl.shop-info dt {
        clear: both;
        float: left;
        font-weight: 700;
        padding: 12px 0 12px 1.2%;
        width: 23.8%;
        white-space: nowrap;
    }

    dl.shop-info dd {
        padding: 12px 0 12px 27%;
    }
}

p.privacy_notes {
    margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
    dl.shop-info dt {
        clear: both;
        font-weight: 700;
        padding: 11px 10px 0;
    }

    dl.shop-info dd {
        font-size: 0.9em;
        line-height: 1.6;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
}

.lawer_content_inner p{
    margin: 4rem;
}

.lawer_content_inner .concept-img{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.museum-img{
    margin-bottom: 4rem;
}

.gallery-box{
    margin-bottom: 4rem;
}

.gallery-box h3{
    padding-bottom: 0!important;
    text-align: center;
}

.collection-box{
    display: flex;
    margin: 6rem;
}

.collection-box:last-child{
    display: block;
}

.collection-box div{
    width: 50%;
}

.collection-box:last-child div{
    width: 100%;
    margin-bottom: 2rem;
}

.collection-img{
    text-align: center;
    font-size: 2rem;
}

.collection-txt{
    text-align: center;
    font-size: 2rem;
    align-content: center;
}

.access-img-box{
    display: flex;
    margin-bottom: 4rem;
}

.access-img-box div:nth-child(n+2){
    margin-left: 1rem;
}

.access-txt-box{
margin-bottom: 4rem;
}

.access-txt-box h2{
margin-bottom: 1rem;
}

.access-txt-box div{
margin-bottom: 2rem;
}

.contact-box{
    margin-bottom: 4rem;
    font-size:  2rem;
    line-height: 2.5rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lawer_content_inner p{
    margin: 4rem 2rem;
}
    .gallery-box h3{
    font-size: 2rem;
}
    
    .collection-box{
    display: block;
    margin: 3rem 0;
}
    .collection-box div{
    width: 100%;
}
    .collection-img{
    margin-bottom: 2rem
}
    .access-img-box{
    display: block;
}

.access-img-box div:nth-child(n+2){
    margin-left: 0;
    margin-top: 1rem;
}

}
/* 親要素の幅を制限 */
.container {
  max-width: 1200px; /* ページ全体の最大幅を設定 */
  margin: 0 auto; /* 中央揃え */
  padding: 0 20px; /* ページ全体の左右に余白を追加 */
  box-sizing: border-box;
}
/* ギャラリーボックスの余白を設定 */
.gallery-box {
  padding: 0 20px; /* 各ギャラリーボックスの左右に余白を追加 */
  margin-bottom: 40px; /* 下に余白を追加 */
  box-sizing: border-box;
}
/* 画像のスタイル */
.gallery-box img {
  max-width: 100%; /* 親要素の幅を超えない */
  height: auto; /* アスペクト比を維持 */
  display: block; /* 画像の下に余白ができるのを防ぐ */
  margin: 0 auto; /* 画像を中央揃え */
}
/* 見出しのスタイル */
.gallery-box h3 {
  text-align: center; /* 見出しを中央揃え */
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}
/* 説明文のスタイル */
.gallery-box p {
  text-align: justify; /* テキストを両端揃え */
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .gallery-box {
    padding: 0 10px;
  }
  .gallery-box h3 {
    font-size: 16px;
  }
  .gallery-box p {
    font-size: 14px;
  }
}