@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    position: relative;
}

body {
    line-height: 1.6em;
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-weight: 400;
    font-size: 14px;
	letter-spacing: 0.1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

ol li,
ul li {
    list-style: none;
}

input, select {
    vertical-align: middle;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    letter-spacing: normal;
}

a {
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table, tr, tbody, thead {
    width: 100%;
}

iframe{
    width: 100%;
}

:root {
    --color-42680C: #42680C;
    --color-1F4505: #1F4505;
    --color-B3A68F: #B3A68F;
    --color-956552: #956552;
    --color-e2e2d9: #e2e2d9;
    --color-4C4230: #4C4230;
    --color-FFFF00: #FFFF00;
    --color-CFD3C8: #CFD3C8;
    --font-Montserrat:"Montserrat", sans-serif;
    --font-Shippori_Mincho_B1:"Shippori Mincho B1", sans-serif;   
    --font-Ryo_Gothic_Plusn:"ryo-gothic-plusn", sans-serif;
    --mv-ct-var:400;
}
/*
    ryo-gothic-plusn
    L
    font-weight: 300;
    R
    font-weight: 400;
    M
    font-weight: 500;
    B
    font-weight: 700;
*/

.m10t{
    margin-top: 10px!important;
}

.m20t{
    margin-top: 20px!important;
}

.m30t{
    margin-top: 30px!important;
}

.m40t{
    margin-top: 40px!important;
}

body.no_scroll{
    overflow: hidden;
}

.small_txt{
    font-size: 12px;
}

.bg_beige{
    background-color: var(--color-e2e2d9);
}

.ico_call_img{
    margin-right: 10px;
}

.link_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 310px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: var(--color-1F4505);
    border-radius: 20px;
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;

}

.link_btn::after{
    position: absolute;
    content: "";
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(/area/images/ico_white_arrow.svg) no-repeat;
}

.link_btn.link_green{
    background-color: var(--color-42680C);
}

.link_btn.link_brown{
    background-color: var(--color-4C4230);
}

.link_btn.down_arrow::after{
    transform: rotate(90deg);
}

.link_btn.up_arrow::after{
    transform: rotate(-90deg);
}

.ttl_sec_01{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    padding-top: 30px;
    margin-bottom: 20px;
}

.ttl_sec_02{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
}

.ttl_sec_02 span{
    font-family: var(--font-Montserrat);
    font-weight: 500;
    font-size: 12px;
    color: var(--color-1F4505);
}

.ttl_sec_03{
    font-family: var(--font-Shippori_Mincho_B1);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--color-1F4505);
    line-height: 1.5;
}

.ttl_sec_04{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-e2e2d9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading .loading_ct{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading .loading_ct span{
    position: absolute;
    font-family: var(--font-Montserrat);
    font-weight: 300;
    font-size: 16px;
    z-index: 10;
}

.header_sp{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 18px;
    background-color: #fff;
}

.head_menu{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 36px;
    height: 36px;
    background-color: var(--color-1F4505);
    border-radius: 50px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    border: none;
    transition: transform 0.3s ease;
}

.head_menu span{
    width: 18px;
    height: 1px;
    background-color: #fff;
}

.head_menu span:nth-of-type(2){
    margin-top: 6px;
}

.head_shop_name{
    font-family: var(--font-Montserrat);
    font-size: 22px;
    font-weight: 300;
}

.head_shop_name span{
    display: block;
    font-size: 10px;
}

.head_menu.open span:first-of-type{
    transform: translate(0px, 4px) rotate(20deg);
}

.head_menu.open span:nth-of-type(2){
    transform: translate(0px, -3px) rotate(-20deg);
}

.header_nav_ct{
    background: url(/area/images/head_nav_bg.webp) repeat-y;
}

.head_nav_link{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
    font-size: 16px;
}

.head_nav_link a{
    display: flex;
    align-items: center;    
}

.head_nav_link a::before{
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(/area/images/ico_white_arrow.svg) no-repeat;
}

.nav_fixed_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.nav_fixed_list li{
    aspect-ratio: 195 / 60;
}

.nav_fixed_list li:first-of-type{
    background: url(/area/images/fixed_bg_img01.webp) no-repeat;
    background-size: cover;
}

.nav_fixed_list li:nth-of-type(2){
    background: url(/area/images/fixed_bg_img02.webp) no-repeat;
    background-size: cover;
}

.nav_fixed_list li:nth-of-type(3){
    background: url(/area/images/fixed_bg_img03.webp) no-repeat;
    background-size: cover;
}

.nav_fixed_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    color: #fff;
    gap: 5px;
    padding-bottom: 5px;
}

#mv img{
    display: block;
}

#mv .sec_inner{
    padding: 0 20px 60px;
}

.mv_img_box{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3,1fr);
    height: 100%;
}

.index_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 20px;
    margin: 30px 0;
}

.index_list li{
    padding: 10px 0;
    border-top: 1px dotted #000;
}

.index_list li:nth-last-of-type(-n+2) {
    border-bottom: 1px dotted #000;
}

.index_list li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.index_list li a::before{
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    margin-right: 5px;
    background: url(/area/images/ico_black_arrow.svg) no-repeat;
    transform: rotate(90deg);
}

.index_ct.cont_inner{
    padding: 0 20px;
}

.index_ct.cont_inner .index_list li a::before{
    transform: rotate(-90deg);
}

.venue_slide{
    background-color: #fff;
    padding: 10px;
}

.slick_venue{
    margin-top: 20px;
}

.slick_venue .link_btn{
    width: 100%;
}

.slick_venue .slick-slide:not(:first-of-type) .venue_slide{
    margin-left: 2px;
}

.slick_venue .prev-arrow{
    position: absolute;
    top: 20%;
    left: 3px;
    z-index: 10;
}

.slick_venue .next-arrow{
    position: absolute;
    top: 20%;
    right: calc(12% + -12px);
    z-index: 10;
}

.slick_venue .slide-arrow.slick-disabled {
    display: none !important;
}

.slick_venue .venue_slide:last-of-type .next-arrow{
    right: 20px;
}

.slick_venue .slick-slide img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.venue_name{
    display: flex;
    align-items: center;
    font-family: var(--font-Shippori_Mincho_B1);
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
    min-height: 45px;
}

.venue_info{
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 5px 10px;
    margin-bottom: 15px;
}

.venue_info dt{
    font-size: 12px;
    text-align: center;
    background-color: var(--color-B3A68F);
    color: #fff;
    width: 60px;
    height: 20px;
    border-radius: 2px;
    line-height: 20px;
}

.venue_info dd{
    font-size: 12px;
    line-height: 20px;
}

.venue_cont_inner{
    padding: 0 10px 10px 10px;
}

.tour_area_ttl{
    font-family: var(--font-Shippori_Mincho_B1);
    font-size: 18px;
    text-align: center;
    color: var(--color-4C4230);
    margin-top: 40px;
}

.route_ct{
    margin-top: 20px;
    background-color: var(--color-4C4230);
    padding: 20px;
    margin-bottom: 20px;
}

.route_ttl{
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.route_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 10px;
}

.route_list li a{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: #fff;
    color: var(--color-4C4230);
    font-size: 12px;
    border-radius: 20px;
    text-indent: 15px;
}

.route_list li a::after{
    position: absolute;
    right: 10px;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url(/area/images/ico_external_link_line.svg) no-repeat;
}

.route_txt{
    margin-bottom: 20px;
}

.tour_img_ct{
    position: relative;
    height: 188px;
    margin-bottom: 20px;
}

.bg_left_img_ct,.bg_right_img_ct{
    width: 50%;
}

.bg_left_img{
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 2;
    mix-blend-mode: multiply;
}

.bg_left_img_ct span{
    position: absolute;
    top: 62px;
    left: 22px;
    color: #fff;
    z-index: 10;
    text-align: center;
    font-weight: bold;
}

.bg_right_img_ct span{
    position: absolute;
    top: 62px;
    right: 20px;
    color: #fff;
    z-index: 10;
    text-align: center;
    font-weight: bold;
}

.bg_right_img{
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
    mix-blend-mode: multiply;
}

#private_reservation .ttl_sub_txt{
    text-align: center;
    color: var(--color-1F4505);
}

#private_reservation .link_btn{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.case_list{
    margin-top: 50px;
    margin-bottom: 20px;
}

.case_list > li{
    padding: 45px 25px 25px;
    background-color: #fff;
    margin-top: 50px;
}

.case_ttl{
    font-size: 20px;
    text-align: center;
}

.case_sub_ttl{
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.case_sub_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.case_sub_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000;
    min-height: 40px;
    padding: 14px 0;
}

.case_list > li.case_it .case_sub_ttl{
    color: var(--color-42680C);
}

.case_list > li.case_it02 .case_sub_ttl{
    color: var(--color-956552);
}

.case_list > li.case_it .case_sub_list li{
    background: url(/area/images/bg_case_img01.webp);
}

.case_list > li.case_it02 .case_sub_list li{
    background: url(/area/images/bg_case_img02.webp);
}

.case_it,.case_it02{
    position: relative;
}

.case_num{
    position: absolute;
    content: '';
    top: -30px;
    left: calc(50% - 30px);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    font-family: var(--font-Montserrat);
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

.case_it .case_num{
    background: url(/area/images/bg_case_01.webp) no-repeat;
}

.case_it02 .case_num{
    background: url(/area/images/bg_case_02.webp) no-repeat;
}

.case_num span{
    font-size: 20px;
    font-weight: 500;
}

.hall_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.hall_list img{
    height: 100%;
    object-fit: cover;
}

.usage_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px 10px;
    margin-top: 20px;
}

.usage_list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    aspect-ratio: 1;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
}

.usage_list li span{
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 5px;
}

.usage_list li:nth-of-type(2n){
    background-color: var(--color-956552);
}

.usage_list li:nth-of-type(2n+1){
    background-color: var(--color-42680C);
}

#how_to_use .link_btn{
    margin: 0 auto;
}

.production_ct{
    background-color: var(--color-e2e2d9);
    margin-top: 40px;
    padding: 20px;
}

.production_ttl{
    font-family: var(--font-Shippori_Mincho_B1);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.production_it{
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 20px;
    margin-top: 20px;
    letter-spacing: normal;
}

.production_ct .production_it:nth-of-type(2n){
    grid-template-columns: 130px 1fr;
}

.production_ct .production_it:nth-of-type(2n) div{
    order: 2;
    place-content: end;
} 

.production_ct .production_it:nth-of-type(2n) img{
    order: 1;
}

.production_ct .production_it:nth-of-type(2n+1) .production_it_ttl{
    color: var(--color-42680C);
}

.production_ct .production_it:nth-of-type(2n) .production_it_ttl{
    color: var(--color-956552);
}

.production_ct .production_it:last-of-type{
    margin-bottom: 20px;
}

.production_it_ttl{
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.production_it_txt{
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-weight: 400;
    font-size: 12px;
}

.area_list{
    margin-top: 40px;
}

.area_list li:not(:first-of-type){
    margin-top: 40px;
}

.area_it_ttl{
    font-family: var(--font-Shippori_Mincho_B1);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.area_it_txt{
    font-size: 10px;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.area_list .link_btn{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.present{
    background-color: var(--color-4C4230);
}

.present .sec_inner {
    padding: 30px 20px;
}

.present_ttl{
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: .3em;
    line-height: 1.5;
}

.present_ttl span{
    font-size: 18px;
    color: var(--color-FFFF00);
}

.present_txt{
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.direction_ex_ct{
    position: relative;
    background-color: var(--color-e2e2d9);
    padding-bottom: 40px;
    margin-top: 50px;
}

.direction_ex_txt{
    padding-left: 20px;
    padding-right: 20px;
}

.direction_ex_ct img{
    width: 100%;
}

.direction_ex_ct::before{
    position: absolute;
    width: 60px;
    height: 60px;
    content: '';
    top: -30px;
    left: calc(50% - 30px);
    background: url(/area/images/bg_ico_party.webp) no-repeat;
    z-index: 10;
}

.direction_ex_ct .ttl_sec_01{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-weight: 300;
    margin-top: 10px;
}

.slick_direction{
    margin-top: 20px;
}

#direction_examples .direction_ex_ct:nth-of-type(2n)::before{
    background: url(/area/images/bg_ico_party_brown.webp) no-repeat;
}

.party_venues_ct{
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 20px 40px;
}

.party_venues_num{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: var(--font-Montserrat);
    font-weight: 300;
    font-size: 40px;
    color: var(--color-42680C);
}

.party_venues_ttl{
    font-family: var(--font-Shippori_Mincho_B1);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.slick_party_venues .prev-arrow{
    position: absolute;
    top: calc(50% - 10px);
    left: 5%;
    z-index: 10;
}

.slick_party_venues .next-arrow{
    position: absolute;
    top: calc(50% - 10px);
    right: 5%;
    z-index: 10;
}

.slick_party_venues .slick-slide img{
    aspect-ratio: 260 / 173;
    object-fit: cover;
}

.tbl_main_ttl{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    color: #fff;
    background-color: var(--color-4C4230);
    vertical-align: middle;
    border-radius: 2px;
}

.party_venues_tbl{
    border-collapse: separate;
    border-spacing: 2px;
}

.party_venues_tbl tbody th,
.party_venues_tbl tbody td{
    height: 30px;
    border-radius: 2px;
    vertical-align: middle;
}

.party_venues_tbl tbody th{
    background-color: var(--color-B3A68F);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.party_venues_tbl tbody td{
    background-color: var(--color-e2e2d9);
    text-align: center;
    color: #000;
}

.tbl02,
.party_venues_tbl02{
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: 20px;
}

.tbl02 tbody th,
.party_venues_tbl02 tbody th{
    background-color: var(--color-B3A68F);
    color: #fff;
    vertical-align: middle;
    font-size: 10px;
    width: 30%;
}

.tbl02 tbody th,
.tbl02 tbody td,
.party_venues_tbl02 tbody th,
.party_venues_tbl02 tbody td{
    border-radius: 2px;
}

.tbl02 tbody td,
.party_venues_tbl02 tbody td{
    padding-left: 10px;
}

.access_info_tbl td{
    font-size: 12px;
}

.tbl_list{
    font-size: 12px;
}

.tbl_list li::before{
    display: inline-block;
    content: '・';
}

.options_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.print_cake_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 30px;
    margin-bottom: 30px;
}

.print_cake_list li:first-of-type{
    grid-column: 1 / 3;
}

.print_cake_list li img{
    height: 100%;
    object-fit: cover;
}

.venue_list_btn_ct{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--color-42680C);
}

.venue_list_btn_ct .link_btn{
    background-color: #fff;
    color: var(--color-42680C); 
}

.venue_list_btn_ct .link_btn::after {
    background: url(/area/images/ico_green_arrow.svg) no-repeat;
}

.directions_list{
    background-color: var(--color-1F4505);
    padding: 30px;
}

.directions_list li{
    display: grid;
    grid-template-columns: max-content 1fr;
    width: 100%;
    gap: 0 15px;
    color: #fff;
}

.directions_list li:not(:first-of-type){
    margin-top: 15px;
}

.directions_list li img{
    grid-row: 1 / 3;
}

.directions_list .link_btn{
    border: 1px solid #fff;
    height: 20px;
    font-size: 10px;
    margin-top: 6px;
}

.directions_list .link_btn::after{
    right: 3px;
    width: 12px;
    height: 12px;
    background-size: cover;
}

.service_list li::before{
    content: '・';
}

.access_info_tbl .box_in_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    color: #fff;
    font-size: 10px;
    background-color: var(--color-1F4505);
    border-radius: 20px;
    font-family: var(--font-Ryo_Gothic_Plusn);
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-right: 5px;
    background-color: var(--color-4C4230);
}

.access_info_tbl .box_in_btn::after {
    position: absolute;
    content: "";
    right: 8px;
    width: 10px;
    height: 10px;
    background: url(/area/images/ico_white_arrow.svg) center no-repeat;
    background-size: contain;
}

#breadcrumbs{
    overflow-x: auto;
    white-space: nowrap;
    font-size: 10px;
    padding: 0 20px;
    height: 30px;
}

#breadcrumbs ol {
    display: flex;
    justify-content: left;
}

#breadcrumbs li:not(:last-of-type){
    margin-right: 20px;
} 

#breadcrumbs li:not(:last-of-type) a{
    color: var(--color-42680C);
}

#breadcrumbs li{
    position: relative;
}

#breadcrumbs li:not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(45deg);
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#breadcrumbs li:last-of-type{
    pointer-events: none;
}

.footer_ct{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: var(--color-4C4230);
    height: 200px;
    color: #fff;
}

.foot_shop_name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-Montserrat);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .2em;
    margin-top: 30px;
}

.foot_shop_name span{
    display: inline-block;
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: normal;
    line-height: 1;
}

.foot_copy{
    font-size: 10px;
    margin-top: 24px;
}

@media screen and (min-width: 1020px) {
    .pc_none{
        display: none!important;
    }

    .sp_none{
        display: block;
    }

    .mv_left_ct{
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 470px;
        height: 100%;
    }

    .mv_left_ct img{
        height: 100%;
        object-fit: cover;
    }

    main {
        position: relative;
        max-width: calc(100% - 940px + 12px);
        width: 100%;
        left: 470px;
    }

    .header_nav_ct{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 470px;
        height: 100%;
        color: #fff;
        z-index: 100;
    }

    .nav_fixed_ct{
        position: fixed;
        width: 100%;
        max-width: 470px;
        right: 0;
        bottom: 0;
        z-index: 100;
    }

    .head_nav_ttl{
        font-family: var(--font-Montserrat);
        font-weight: 200;
        font-size: 48px;
        line-height: 1;
        margin-top: 60px;
        text-align: center;
    }

    .head_nav_link{
        width: fit-content;
        margin: 44px auto 0;
    }

    .header_pc_ttl{
        width: fit-content;
        margin: 60px auto 0;
    }

    .head_pc_shop_name{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
        font-family: var(--font-Montserrat);
        font-size: 28px;
        font-weight: 300;
        letter-spacing: 5px;
    }

    .head_pc_shop_name span{
        font-family: "BIZ UDPGothic", sans-serif;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .sec_inner {
        margin: auto;
        padding: 80px 40px;
    }

    .cont_inner{
        max-width: 350px;
        margin: 0 auto;
    }

    #recommendation .cont_inner{
        padding-bottom: 25px;
    }
    
    .tel_link{
        pointer-events: none;
    }

    .nav_fixed_list li{
        aspect-ratio: 235 / 80;
    }

    footer {
        position: relative;
        max-width: calc(100% - 940px + 12px);
        width: 100%;
        left: 470px;
    }
    
}

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

    .sp_none{
        display: none!important;
    }

    .sec_inner{
        padding: 60px 20px;
    }

    header{
        height: 80px;
    }

    .header_sp.pc_none{
        display: flex;
    }

    .header_nav_ct{
        position: fixed;
        top: 0;
        right: 0;
        width: 84%;
        height: 100vh;
        z-index: 1001;
        margin-top: 80px;
        transform: translateX(100%);
        transition: transform 0.3s ease, visibility 0.3s ease;
        visibility: hidden;
        display: grid;
        grid-template-columns: 1fr;
        place-content: flex-start;
        place-items: center;
        color: #fff;
        padding-bottom: 160px;
    }

    .header_nav_ct.active{
        transform: translateX(0);
        visibility: visible;
        overflow: scroll;
    }

    .head_nav_ttl{
        font-family: var(--font-Montserrat);
        font-weight: 200;
        font-size: 56px;
        line-height: 1;
        margin-top: 60px;
    }

    .nav_fixed_ct{
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1000;
        transform: translateY(0);
        transition: transform 0.3s ease, visibility 0.3s ease;
        visibility: visible;
    }

    .nav_fixed_ct.close{
        transform: translateY(100%);
        transition: transform 0.3s ease, visibility 0.3s ease;
    }

    .nav_fixed_list li a{
        font-size: 12px;
        gap: 0;
        padding-bottom: 0;
        padding-top: 10px;
        justify-content: center;
    }

    .nav_fixed_list li img{
        width: 22px;
        height: 22px;
    }

    .slick_mv .slick-slide img{
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
    
    #venues_fixed{
        transition: .4s ease;
        translate: 0 100%;
    }

    #venues_fixed.is-show{
        translate: 0 0;
    }

    .venues_fixed_ct{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: url(/area/images/venues_fixed_bg.webp) repeat-x;
        z-index: 99;
    }

    .venues_fixed_list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3, auto);
        grid-auto-flow: column;
        gap: 10px 20px;
        padding: 25px 30px 70px;
        max-width: 390px;
        margin: 0 auto;
    }

    .venues_fixed_list li a{
        display: grid;
        grid-template-columns: 45px 1fr;
        gap: 10px;
        align-items: center;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.5;
        color: var(--color-4C4230);
        letter-spacing: normal;
    }

    .venues_fixed_list li span{
        width: 100%;
        aspect-ratio: 1;
        place-content: center;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        font-family: var(--font-Montserrat);
        font-weight: 300;
        font-size: 18px;
    }

    .header_nav_bg {
        position: fixed;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: transparent;
        z-index: 5;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .header_nav_bg.active {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

}


@media screen and (min-width: 391px) and (max-width: 1019px) {

    #mv img{
        width: 100%;
    }

    .bg_left_img{
        left: calc(50% - 180px);
    }

    .bg_left_img_ct span{
        left: calc(50% - 152px);
    }

    .bg_right_img{
        right: calc(50% - 180px);
    }

    .bg_right_img_ct span{
        right: calc(50% - 156px);
    }

    .header_nav_ct{
        background-size: cover;
    }

    .route_img,
    .hall_img{
        width: 100%;
    }

    .usage_list li img{
        width: 25%;
    }

    .usage_list li span{
        font-size: clamp(14px, 3vw, 22px);
    }

    .production_ct{
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }

    .case_list > li.case_it .case_sub_list li{
        background: url(/area/images/bg_case_img01.webp) no-repeat center;
        min-height: 50px;
        background-size: cover;
    }
    .case_list > li.case_it02 .case_sub_list li{
        background: url(/area/images/bg_case_img02.webp) no-repeat center;
        min-height: 50px;
        background-size: cover;
    }

    .slick-slide img{
        width: 100%;
    }

    .present img{
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .options_list{
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }

    .print_cake_list{
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }

    .print_cake_list li img{
        width: 100%;
    }

    .directions_list{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .area_list li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hall_list{
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width: 1020px) and (max-width: 1439px) {
    :root {
        --mv-ct-var: 300;
    }

    .mv_left_ct,
    .header_nav_ct,
    .nav_fixed_ct{
        max-width: calc(var(--mv-ct-var) * 1px);
    }

    main,footer{
        max-width: calc(100% - calc(var(--mv-ct-var) * 2px) + 12px);
        left: calc(var(--mv-ct-var) * 1px);
    }

    .head_nav_ttl{
        font-size: 42px;
    }

    .head_pc_shop_name{
        font-size: 20px;
    }

    .head_pc_shop_name span,
    .head_nav_link{
        font-size: 14px;
    }

    .nav_fixed_list li a{
        font-size: 12px;
        padding-bottom: 0;
        gap: 1px;
    }

    .nav_fixed_list li a img{
        width: 15px;
        height: 15px;
    }

}