@charset "utf-8";
:root{
    --icon-arrow-right-red: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C10.866 0 14 3.13401 14 7C13.9998 10.8659 10.8659 14 7 14C3.13411 14 0.000160804 10.8659 0 7C0 3.13401 3.13401 0 7 0ZM7 1C3.68629 1 1 3.68629 1 7C1.00016 10.3136 3.68639 13 7 13C10.3136 13 12.9998 10.3136 13 7C13 3.68629 10.3137 1 7 1ZM6.64648 4.02148C6.84175 3.82622 7.15825 3.82622 7.35352 4.02148L9.97852 6.64648C10.0469 6.71488 10.0956 6.80282 10.1152 6.90137C10.1217 6.9339 10.125 6.96695 10.125 7L10.1152 7.10059C10.0952 7.19829 10.0464 7.28564 9.97852 7.35352L7.35352 9.97852C7.15829 10.1736 6.8417 10.1736 6.64648 9.97852C6.45128 9.78331 6.45138 9.46676 6.64648 9.27148L8.41797 7.5H4.375C4.09896 7.5 3.87516 7.27601 3.875 7C3.875 6.72386 4.09886 6.5 4.375 6.5H8.41797L6.64648 4.72852C6.45128 4.53331 6.45138 4.21676 6.64648 4.02148Z" fill="%23c8161d"/></svg>');
    --icon-arrow-right-bl2: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C10.866 0 14 3.13401 14 7C13.9998 10.8659 10.8659 14 7 14C3.13411 14 0.000160804 10.8659 0 7C0 3.13401 3.13401 0 7 0ZM7 1C3.68629 1 1 3.68629 1 7C1.00016 10.3136 3.68639 13 7 13C10.3136 13 12.9998 10.3136 13 7C13 3.68629 10.3137 1 7 1ZM6.64648 4.02148C6.84175 3.82622 7.15825 3.82622 7.35352 4.02148L9.97852 6.64648C10.0469 6.71488 10.0956 6.80282 10.1152 6.90137C10.1217 6.9339 10.125 6.96695 10.125 7L10.1152 7.10059C10.0952 7.19829 10.0464 7.28564 9.97852 7.35352L7.35352 9.97852C7.15829 10.1736 6.8417 10.1736 6.64648 9.97852C6.45128 9.78331 6.45138 9.46676 6.64648 9.27148L8.41797 7.5H4.375C4.09896 7.5 3.87516 7.27601 3.875 7C3.875 6.72386 4.09886 6.5 4.375 6.5H8.41797L6.64648 4.72852C6.45128 4.53331 6.45138 4.21676 6.64648 4.02148Z" fill="%23231815"/></svg>');
    --icon-target-blank-red: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23c8161d" d="M16.5,14.6v4.1H0V4.1h3.5v4.1h-1.6v8.6h12.7v-2.2h1.9ZM20,0v14.6H3.5V0h16.5ZM18.1,4.4H5.4v8.3h12.7V4.4Z" /></svg>');
    --icon-target-blank-bl2: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23231815" d="M16.5,14.6v4.1H0V4.1h3.5v4.1h-1.6v8.6h12.7v-2.2h1.9ZM20,0v14.6H3.5V0h16.5ZM18.1,4.4H5.4v8.3h12.7V4.4Z" /></svg>');
}
body {
    font-family:"noto sans jp", sans-serif;
    font-size: 16px;
}

.en {
    font-family: "bebas-neue-pro", sans-serif !important;
    letter-spacing: 0.1em;
}

/*header*/
#side .nav_side_01 li {
  margin-bottom: 40px;
}
@media (max-width: 750px){
  #side .nav_side_01 li {
    margin-bottom: 0px;
  }
  .side_common.on {
    min-height: calc(100vh - 60px);
  }
  .modal_res.on {
    z-index: 50000;
  }
  .gnav_sp_res {
    background-image: none;
    background-color: #c8161d;
  }
}

/* header end */

main {
    background-image: none;
}

/* side */
#side {
    background: #231815;
}

#side .side_logo img{
  margin: 60px auto;
}
/* side  end */

/* mv */
#mv_pop {
    background: #fff;
    color: #231815;
    padding-bottom: 40px;
}

#mv_pop .under_mgl {
    position: relative;
}

#mv_pop .under_mgl::before {
    content: "";
    position: absolute;
    background-image: url("/sqex_cafe_shop/images/bg_triangle_bt.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 62px;
    left: 14%;
    bottom: 14%;
}

#mv_pop .under_mgl::after {
    content: "";
    position: absolute;
    background-image: url("/sqex_cafe_shop/images/bg_triangle_top.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 62px;
    right: 14%;
    top: 14%;
}
#mv_pop .btn_01 {
    margin-bottom: 0;
    margin-top: 20px;
}

#mv_pop .btn_01 p {
    color: #231F20;
    background: #fff;
}

#mv_pop .btn_01 p:hover {
    color: #231F20;
    background: #fff;
    opacity: 0.8;
}

#mv_pop .btn_01 p::after {
    content: none;
}

@media (max-width: 750px){
#mv_pop {
    padding-left: 4%;
    padding-right: 4%;
}

#mv_pop .under_mgl::before {
    width: 30px;
    height: 52px;
    left: 0;
    bottom: 3%;
}

#mv_pop .under_mgl::after {
    width: 30px;
    height: 52px;
    right: 0;
    top: 33%;
}
#mv_pop .btn_01 p {
    font-size: 14px;
}
}
/* mv end */

/* common */
.sec_ttl h1{
  font-size: 30px;
}

.sec_ttl .txt{
  text-align: left;
}

.under_ttl {
  background: #231815;
  color: #fff;
}

.nav_side_wrap {
  margin: 0px 0;
}
.pop_store_wrap{
  display:flex;
  gap:20px;
  justify-content:center;
}
.access_left h3{
  text-align:center;
  margin-bottom:20px;
  font-size:20px;
}

@media (max-width: 750px){
    #gnav_sp{
        background: #231815;
    }
    #side .nav_side_01 li:nth-of-type(even) {
        background: #231815;
    }
}

.btn_side.btn_side_reserve p {
    background-image: none;
    background-color: #c8161d;
    border: none;
    border-radius: 10px;
}

.btn_side.btn_side_reserve p:hover {
    background-color: #fff;
    border: none;
    color: #c8161d;
}

.nav_side_02 a:hover:not(.btn_hov) {
    opacity: 1;
}

.main_disc {
    background: #231815;
    color: #fff;
}

#side .nav_side_01 li:hover {
    color: #fff;
}

.sec_ttl.under_mgl {
  padding: 80px 0;
  width: auto;
  & h1 {
    font-size: 36px;
  }
  & .ttl {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
  }
  & .txt{
    max-width:800px;
    margin:auto;
    color: #fff;
  }
}
@media (max-width: 750px){
  .sec_ttl.under_mgl {
    padding: 180px 0 60px;
    width: auto;
  }
  .sec_ttl.under_mgl h1 {
  }

  .under_ttl .sec_inner{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .nav_sp li::after {
    border-radius: 50%;
  }

}
/* common end*/

/* business hour */
.main_disc > div.sec_inner {
    padding-top: 0;
}
.main_disc .btn_01 {
    max-width: 350px;
    margin-top: 20px;
    font-size: 14px;
}
table.bus_hour tr td {
    line-height: 2.5em;
    font-size: 14px;
}
table.bus_hour {
    width: 100%;
    text-align: center;
}
table.bus_hour tbody tr:nth-child(2n+1) {
    background-color: #515151;
}
/* business hour end*/

/* topics */
#collaboinfo {
    background: #F5F5F5;
    color: #000;
}
.collaboinfo_box{
  max-width: 270px;
  margin: auto;
  & img{
    max-width: 100%;
  }
}
#topics {
    background: #fff;
}
/* topics end */


/* permanent */
#permanent {
    background: #231815;
    color: #fff
}

.permanent_txt {
    margin-bottom: 40px;
}

#permanent .btn_01 {
    color: #231815;
}

#permanent .btn_01 p {
    background: #fff;
}

#permanent .btn_01 p:hover {
    background: #231815;
    color: #fff;
    border: 1px solid #fff;
}

#permanent .btn_01 p::after {
    background: var(--icon-arrow-right-bl);
    background-size: contain;
    background-repeat: no-repeat;
}


#permanent .btn_01 p:hover::after {
    background: var(--icon-arrow-right-wh);
    background-size: contain;
    background-repeat: no-repeat;
}

/* permanent end */

/* bnr */
.bnrarea {
    background: #F5F5F5 !important;
    color: #000 !important;
}
/* bnr end */


/* menu */
#menu{
  background: #F5F5F5;
  color: #000;
}
#menu .pad_on{
  padding-top:80px;
  padding-bottom:80px;
}
#menu .menu_desc{
  max-width:860px;
  margin: auto auto 55px;
  line-height: 2;
}
.menu_fl{
  display: flex;
  justify-content: space-around;
  gap:40px;
  margin-bottom:30px;
}
.menu_fl a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  width:260px;
  height: 200px;
  position: relative;
}
.menu_fl img{
  position: absolute;
  width:100%;
  top:0;
  left:0;
}
.menu_unpre{
  pointer-events: none;
  position: relative;
}
.menu_unpre:before{
  position: absolute;
  content: "準備中";
  background: #696A69dd;
  color: #fff;
  font-size: 28px;
  width: 80%;
  height: fit-content;
  padding: 15px;
  font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
.menu_name{
  font-size: 24px;
  position: relative;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.menu_area{
  font-size: 14px;
  position: relative;
  margin-bottom:5px;
}
.menu_arrow{
  background: #fff;
  color: #000;
  width:fit-content;
  padding:3px 25px;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
}
.menu_arrow:after{
  position: absolute;
  content: "";
  background: var(--icon-arrow-right-bl);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  right: 8px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu_shop_box{
  display: flex;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 40px;
  row-gap: 50px;
  column-gap: 40px;
}
.menu_shop_box > div{
  width: calc(100% / 2);
  max-width: 400px;
  font-family: var(--f-mincho);
}
.preparations {
  position: relative;
  pointer-events: none;
}
.preparations::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "準備中";
  width: 88%;
  height: 42%;
  padding-top: 4%;
  background: rgba(90,90,90,0.9);
  color: #fff;
  z-index: 100;
  font-size: 1.8em;
}
.preparations a {
  pointer-events: none;
}
a.btn_01.hov_book.menu_3col .menu_3col_txt {
  font-size: 14px;
}
#menu .conc_box{
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #menu{
    padding:0;
  }
  .preparations::before {
    font-size: 1.4em;
  }
  #menu .conc_box{
    margin-bottom: 20px;
  }
}
.menu_shop_cont h3{
  font-size:32px;
  position: relative;
}
.menu_shop_cont h3::after{
  position: absolute;
  content:"";
  bottom:-10px;
  left: 0;
  height: 15px;
  width: 100%;
  background: url(../images/ico_div_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu_shop_cont_ttl_sub{
  font-size:28px;
  font-family: "number-five-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom:25px;
  font-weight: 300;
}
.menu_shop_btn{
  display: flex;
  justify-content: space-between;
}
.menu_shop_btn .btn_01 img{
  width:95%;
}
.menu_shop_btn .btn_01 p{
  top:-20px;
  font-size: 20px;
  line-height: 1.1;
  padding-top: 10px;
  font-weight: 300;
}

.menu_shop_btn .btn_01 p span{
  font-size:12px;
  font-family: 'Oswald';
}

.menu_shop_btn .btn_01.book_white{
  color:#382C17;
}
.menu_shop_btn .btn_01 span.span_02{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.4;
}
.menu_shop_btn .btn_01.btn_junbi p{
  font-size: 18px;
  padding-top: 5px;
}
.menu_shop_btn .btn_01.btn_junbi p span{
  font-size: 11px;
  padding-top: 1px;
}

#menu h4{
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:solid 2px #584B34;
  color:#584B34;
  font-size:16px;
}
#menu h5{
  color:#584B34;
  font-size:14px;
}
.menu_method{
  font-size:14px;line-height: 1.6;
}
.menu_method p{
  margin-bottom:15px;
}
.menu_method_cap{
  font-size:12px;
}
.btn_junbi {
	position: relative;
	pointer-events: none;
}
.btn_junbi::before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.3);
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	z-index: 99;
}
.link_allergy {
  display: block;
  margin: 0 auto;
  text-align: center;
}


.box_food_method{
    padding: 30px;
    border-radius: 15px;
    margin-top: 60px;
    background-color: #FFF;
}

.food_method_ttl{
  width: 100%;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
}

.food_method_txt{
  margin-top: 10px;
}

.allergy {
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
}

.yokohama img {
    filter: invert(27%) sepia(61%) saturate(2222%) hue-rotate(203deg) brightness(88%) contrast(92%);
}

.osaka img {
    filter: invert(36%) sepia(82%) saturate(2250%) hue-rotate(346deg) brightness(87%) contrast(93%);
}

.nagoya img {
    filter: invert(72%) sepia(60%) saturate(601%) hue-rotate(357deg) brightness(94%) contrast(89%);
}

@media (max-width: 750px){
	#menu .pad_on{
	  padding-top:30px;
	  padding-bottom:30px;
	}
  #menu .menu_desc{
    margin: auto auto 30px;
    padding: 0 8%;
  }
  .menu_fl {
    flex-direction: column;
    align-items: center;
  }

  .menu_shop_box{
    flex-direction: column;
		margin-bottom: 30px;
    row-gap: 28px;
	}
  .menu_shop_box > div{
    width:100%;
  }
  .menu_shop_cont_ttl_sub {
    margin-bottom:0;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .menu_shop_cont h3{
    font-size:23px;
    line-height: 1;
  }
  .menu_shop_btn .btn_01 p{
    font-size: 3.5vw;
  }
  .menu_shop_btn .btn_01 p span{
    font-family: 'Oswald';
    font-weight: 300;
    padding-top: 5px;
    display: block;
    font-size: 11px;
  }
  a.btn_01.hov_book.menu_3col .menu_3col_txt {
    font-size: 3vw;
  }
  #menu h4{
    font-size:14px;
  }
  #menu h5{
    font-size:12px;
  }
  .menu_method{
    font-size:12px;
  }
	.menu_shop_btn .btn_01 img {
		width: 148px;
	}
  .menu_shop_btn .btn_01.btn_junbi p{
    font-size: 3vw;
  }
  .menu_shop_btn .btn_01.btn_junbi p span{
    font-size: 10px;
  }
  .food_img_sp{
  margin-bottom: 20px;
  }
  .food_method_ttl{
    text-align: center;
  }
  .box_food_method{
    margin-top:40px;
  }
}
.comingsoon {
  position: relative;
  pointer-events: none;
}
.comingsoon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "Coming Soon";
  width: 88%;
  height: 42%;
  padding-top: 15%;
  background: rgba(90,90,90,0.9);
  color: #fff;
  z-index: 100;
  font-size: 1.2em;
}
.comingsoon a {
  pointer-events: none;
}
/* menu end*/

/* Store Information*/
.collobo_shop {
  text-align: center;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  font-family: 'Oswald';
  font-weight: normal;
  letter-spacing: 3px;
}
.collobo_shop span {
  color: #FF0011;
}
.collobo_shop::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 125%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 0.8em;
  background: #000;
}

#yokohama .collobo_shop span {
    color: #1D50A2;
}
#osaka .collobo_shop span {
    color: #C84620;
}
#nagoya .collobo_shop span {
    color: #DDB124;
}
.txt_adj a {
    text-decoration: underline;
    color: #c8161d;
}
.btn_01 {
    margin-bottom: 20px;
}
.btn_01 p {
    background: #231F20;
}
.btn_01.btn_rsv p {
    background: #c8161d;
    border: none;
}
.btn_01 p:hover {
    background: #fff;
    color: #231815;
    border: 1px solid #231815;
}
.btn_01.btn_rsv p:hover {
    background: #FFF;
    color: #c8161d;
    border: 1px solid #c8161d;
}
.btn_01[target="_blank"] p:hover::before {
    background: var(--icon-target-blank-bl2);
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_01 p:hover::after {
    background: var(--icon-arrow-right-bl2);
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_01.btn_rsv[target="_blank"] p:hover::before {
    background: var(--icon-target-blank-red);
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_01.btn_rsv p:hover::after {
    background: var(--icon-arrow-right-red);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 750px){
  .pop_store_wrap {
    display: block;
  }
}
/* Store Information end*/


/* footer */
footer {
    background: #231815;
}
footer::before, footer::after {
    background: none;
}
/* footer end*/
