@charset "utf-8";
/* CSS Document */




/*---------------------------------------------基本----------------------------------*/

a{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

a:hover{
	    opacity: 0.7;
}

div#wrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.invisible {
	transition: opacity 1s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 1s ease;
	opacity: 1.0;
}

.black{
    color: #231815;
}

.yellow{
    color: #F2B02C;
}

.gray01{
    color: #EEEEEE;
}
.gray01_bg{
    background-color: #EEEEEE;
}

.noto_bold{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.noto_reg{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.mt20 {
    margin-top: 20px;
}
.f_2{
    font-size: 2em;
}
.sub_title {
    margin-bottom: 10px;
    font-size: 22px;
}
* {
    line-height: 1.6;
}
.txt_center{
    text-align: center
}
.yellow_bg{
    background-color: #fff7b3;
}
.pd_20{
    padding: 20px;
}


/*--------------------------------------------ヘッダー----------------------------------*/

h1.logo {
    max-width: 150px;
    width: 100%;
}

button.drawer-toggle.drawer-hamburger {
	position: relative;

}

header.head-flex {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 790px;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 0px 20px;
}

.fixed {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #F2B02C;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}


body.drawer--top.drawer-open .drawer-nav {
    top: 80px;
    background-color: #231815;
    padding: 20px 0;
    text-align: center;
}



ul.drawer-menu li {
    padding: 20px 0;
}




ul.drawer-menu li a {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.2em;
}


button.drawer-hamburger {

    width: 3rem;
	padding: 0px .75rem 0px;
}



span.drawer-hamburger-icon, span.drawer-hamburger-icon:after, span.drawer-hamburger-icon:before {

    height: 3px;

}

span.drawer-hamburger-icon{

     margin-top: 20px;

}





span.drawer-hamburger-icon:after {
    top: -15px;

}

span.drawer-hamburger-icon:before{
	top: 15px;
}



span.menu {
    display: block;
    margin-top: 21px;
    color: #000;
	font-weight: bold;
}


/*--------------------------------------------コンテンツ----------------------------------*/

section.area2 {
    padding: 80px 0;
    width: 100%;
}

main.main-contents {
    margin-top: 80px;
}


.width_790{
    line-height: 0;
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
    margin: 0px auto 100px;
    padding: 0px 0px;
}



.time {
    font-size: 18px;
    display: block;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #231815;
    box-sizing: border-box;
    padding: 0 20px 15px;
}


.text {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #231815;
    margin-bottom: 50px;
    line-height: 1.6em;
	box-sizing: border-box;
    padding: 0 20px 15px;
}

a.link_button {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #000;
    padding: 30px 10px;
    box-sizing: border-box;
    color: #F2B02C;
    font-size: 30px;
    font-weight: bold;
}

a.link_button_menu {
    max-width: 500px;
    width: 100%;
    margin: 25px auto;
    text-align: center;
    display: block;
    background-color: #000;
    padding: 30px 10px;
    box-sizing: border-box;
    color: #F2B02C;
    font-size: 30px;
    font-weight: bold;
}

.texture_bg{
	background-image: url(../img/bg_texture.png);
    background-position: center;
    background-repeat: repeat;
	padding: 30px 0;
}


section.area4 {
    padding: 50px 0 0;
    width: 100%;
}





h2.area3_title {
    color: #231815;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.3em;
}


p.reservation_under {
    text-align: center;
    margin-top: 20px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}


.store_name {
    color: #231815;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #231815;
}


.store_text {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #231815;
    margin-bottom: 50px;
    line-height: 1.6em;
	    box-sizing: border-box;
    padding: 0 20px;
}


small {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #231815;
    margin-bottom: 0px;
    line-height: 1.6em;
    display: block;
    text-align: center;
    font-weight: bold;
}


a.telnumber {
    color: #036EB3;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.2em;
    display: block;
}


.store_02 {
    margin: 50px 0 0;
}


#ggmap {
position: relative;
padding-bottom: 24.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#ggmap iframe,
#ggmap object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--------------------------------------------フッター----------------------------------*/

footer.fotter-area {
    padding: 50px 0 40px;
    background-color: #231815;
}



.fotter_menu li {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}


.fotter_menu li a {
    color: #f2b02c;
}



.icon_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 35px auto 0;
}


.icon_flex a {
    margin: 0 15px;
}




.icon_flex a i {
    color: #f2b02c;
}


.fotter_icon {
    max-width: 103px;
    width: 100%;
    margin: 30px auto 0;
}



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

}
#page-top a {

    text-decoration: none;

    width: 100px;
    text-align: center;
    display: block;

}
#page-top a:hover {

}


/* ------- 202401　変更 -------- */
.title {
    font-size: 22px;
    display: block;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #231815;
    box-sizing: border-box;
    padding: 0 20px 15px;
}
.time {
    border-bottom: none;
}
@media (max-width : 768px) {
    .title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .text {
        margin-top: 15px;
    }
}

/* -------------------------------

20250404変更

----------------------------------*/

/* ------- 20250404トップページ　変更 -------- */
.stores .width_790 {
    flex-direction: column;
}
.stores a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 23px 10px!important;
    margin-top: 30px;
    max-width: 500px!important;
    width: 100%!important;
}
.stores a .store_button {
    display: flex;
    gap: 10px;
}
.stores a .store_button .store_icon {
    display: flex;
    align-items: center;
}
.area3 a {
    padding: 20px 10px;
}
.area3 a .menu_button {
    display: flex;
    gap: 10px;
}
.stores a p,
.area3 a p {
    color: #F2B02C;
    font-size: 22px;
}
.stores a span,
.area3 a span {
    color: #F2B02C;
    font-size: 18px;
}
.area3 .link_button_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.area3 .link_button_menu .store_icon {
    display: flex;
    align-items: center;
}

h4.yellow_titlearea {
    scroll-margin-top: 100px;
}

/* -------  ハンバーガーメニュー変更   -------- */
.line-left {
    border-left: 1px solid #F2B02C;
    margin-bottom: 20px;
}


/* -------------------------------

250404 店舗案内変更

---------------------------------*/
 .anchorpoint {
    transform:translateY(-90px);
}
/* アコーディオンのスタイル */
 .shop_item_header {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}

 .shop_item_header span.material-symbols-outlined {
    /* 初期状態で下向きに回転 */
    transform: rotate(180deg);
    display: inline-block;
    transition: transform 0.3s ease;
}
 .shop_item_header .open_btn {
    display: flex;
	justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid #F2B02C;
    border-radius: 100px;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
	width:120px;
    box-sizing: border-box;
}
 .shop_item_header .open_btn p {
	position: relative;
	width: 55px;
}
 .shop_item_header .open_btn p span {
	font-weight: 600;
	transition:.3s;
	color: #666666;
	font-size: 16px;
	width: 100%;
	display: block;
}
 .shop_item_header .open_btn p span.absolute {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
}
 .shop_item_header .open_btn p.open span.relative {
	opacity:0;
}
 .shop_item_header .open_btn p.open span.absolute {
	opacity:1;
}

/* クリック時に上向きに回転 */
 .shop_item_header span.ac_arrow_rotate {
    transform: rotate(0deg);
}

 .shop_item_inner {
    display: none;
}

 .stores .width_790 {
	display:flex;
	justify-content: space-between;
}
.stores .width_790 a {
    width: 48%;
    position: relative;
    padding-right: 45px;
}
 .stores .width_790 a span.material-symbols-outlined {
	position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 5px;
    font-size: 40px;
}

 .under_contents .shop_title {
    display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 80px;
    padding: 6px 0px 6px 7px;
    background-color: #F2B02C;
	gap: 20px;
}

/* ------- 20250404 ヘッダー　変更 -------- */
header nav .contents_line {
    max-width:800px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
 header nav .d-flex {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}
header nav .drawer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header nav .drawer-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}
header nav .drawer-menu ul li {
    padding: 5px 0;
    text-align: left;
}
header nav .d-flex {
    justify-content: center;
    gap: 62px;
}
