@charset "utf-8";

#main{
  overflow-x: hidden;
}

@media (max-width: 750px){
  #main{
    padding-top: 0;
  }
}

/* mv */
#mv{
  background: rgba(28,28,28,0.95);
  padding: 50px 0 1px;

}

#mv_sli{
	width:100%;
	height:auto;
  visibility: hidden;
  opacity: 0;
}
.wf-active #mv_sli.slick-initialized.slick-slider{
  visibility: visible;
  opacity: 1;
}
#mv_sli img{
	width:100%;
	height:auto;
  max-width:466px;
}
#mv_sli {}
#mv_sli .slick-dots{
  bottom: -0px;
  z-index: 50;
}
#mv_sli .slick-dots li button:before{
  color:#E2DCCC;
}
#mv_sli .slick-dots li.slick-active button:before{
  color:#C12500;
}

#mv_sli .slick-list {
  margin: 0 -15px;
}
#mv_sli.slick-slider {
    max-width: 600px;
    height: 500px;
    z-index: 500;
    margin: auto;
}
#mv_sli .slick-list.draggable {
    overflow: visible !important;
}
#mv_sli .slick-slide img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 466px;
    width:466px;
    max-width:486px;
}
#mv_sli a {
  position: relative;
}
.tag_multi {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 5px;
}
span.tag_shop {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 64px;
  padding: 3px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: 'Oswald';
  text-align: center;
}
span.tag_shop > span {
  color: #E60012;
}
.tag_multi > span.tag_shop {
  position: relative;
    bottom: -3px;
}

@media (max-width: 750px){
  #mv_sli.slick-slider {
      height: auto;
  }
  #mv{
    padding: 0;
    padding-top:70px;
  }
  #mv_sli .slick-dots {
    bottom: -32px;
  }
  #mv_sli .slick-dots li{
    margin: 0 2px;
    width:15px;
  }
  #mv_sli .slick-dots li button:before{
    font-size: 35px;
  }
  #mv_sli.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  #mv_sli .slick-slide img {
    height:100%;
    width:100%;
  }

}
/* mv end*/

/* logos */
#logos{
  padding-top:40px;
  padding-bottom:55px;
	text-align: center;
}
#logos .main_logo{
  margin-bottom:60px;
}
.mv_cta{
	display:none;
}
.btn_alert{
  background: #2E2911;
  color: #fff;
  max-width: 860px;
  display: block;
  margin: auto;
  padding: 13px 0;
  position: relative;
  transition: 0.1s;
}
a.btn_alert:hover{
  background-color: #C12500;
  /* background-image: linear-gradient(180deg, #c12500 -20%, #451500 85%); */
  /* background-image: radial-gradient(at 50% 23%, rgba(193, 37, 0, 1) 10%, rgba(61, 21, 0, 1) 90%); */
  /* background-image: linear-gradient(180deg, rgba(193, 37, 0, 1) -15%, rgba(61, 21, 0, 1) 90%); */
  background-image: linear-gradient(180deg, rgba(193, 37, 0, 1) -93%, rgba(61, 21, 0, 1) 116%);
  transition: 0.1s;
  opacity: 1;
}
.btn_alert::after{
  position: absolute;
  content: "";
  background: url(../images/ico_btn_mig_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  right: 20px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px){
  #logos{
    padding-top:10px;
      padding-bottom:30px;
  }
  #logos .main_logo {
      width: 75%;
      margin: 0 auto 20px;
  }
  .main_logo img{
    width:90%;
  }
	.mv_cta{
		display:flex;
    width: 95%;
    margin: auto auto 10px;
	}
  .btn_alert{
    width: 90%;
    font-size: 11px;
    padding: 10px 0;
  }

}
/* logos end */

/* concept */
.top_h1{
  font-size: 30px;
}
.top_h1 span {
  font-size: 18px;
}
.top_h1_cap{
  font-size: 16px;
  font-family: 'Oswald';
  font-weight: 300;
  letter-spacing: 0.1em;
}
#concept{
  padding-top: 20px;
  background-color: rgba(28,28,28,0.95);
}
#concept .sec_inner{
  position: relative;
  padding:49px 80px 50px;
  color: #fff;
}
#concept .sec_inner::before,#concept .sec_inner::after{
  position: absolute;
  content:"";
  height: 15px;
  left:0;
}
#concept .div_arrow::before{
  top:45px;
}
#concept .div_arrow::after{
  bottom:10px;
}
#concept .conc_box {
  margin-top: 60px;
}
#concept .box_flex{
  display: flex;
  justify-content: space-between;
}
.box_flex img, .box_flex conc_txt {
  width:48%;
}
#concept .conc_txt{
  text-align: left;
  width:fit-content;
  margin-left: 20px;
}
.conc_txt{
  line-height: 2;
  text-align: center;
}

@media (max-width: 750px){
  .top_h1 {
    font-size: 26px;
  }
  #concept{
    margin-top:0px;
  }
  #concept .sec_ttl {
    margin-top: 40px;
  }
  #concept .conc_box {
    flex-direction: column;
  }
  #concept .conc_box .conc_img_box{
    order: -1;
  }
  #concept .conc_box .conc_txt{
    max-width: none;
  }
  #concept  img{
    margin: auto;
    margin-bottom:30px;
  }
  #concept picture{
    display: none;
  }
  #concept .sec_inner{
    position: relative;
    padding:40px 4% 50px;
  }
  .conc_txt{
    text-align: left;
  }
	#concept .div_arrow::before {
    top: 25px;
	}
  .conc_img_box{
    margin-top: 10px;
  }
	.conc_box{
		margin-bottom:10px;
	}
  #concept .box_flex{
    display: block;
  }
  .box_flex img, .box_flex conc_txt {
    width:100%;
  }
  #concept .conc_txt{
    text-align: left;
    margin-right: 0;
  }
  .nav_sp{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
    margin-bottom: 20px;
  }

  .nav_sp li{
    margin-bottom: 12px;
    width: 46%;
    border: 1px solid #FFF;
    border-radius: 34px;
    position: relative;
  }

  .nav_sp li::after {
    position: absolute;
    content: "";
    background-image: url(/sqex_cafe_shop/images/arr_wb.svg);
    background-repeat: no-repeat;
    background-color: #21201c;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  #en .nav_sp li::after,
  #tw .nav_sp li::after,
  #cn .nav_sp li::after,
  #ko .nav_sp li::after{
    top: 60px;
  }
  .nav_sp a{
    display: block;
    font-size: 16px;
    padding: 8px 0 12px;
  }
  #en .nav_sp a,
  #tw .nav_sp a,
  #cn .nav_sp a,
  #ko .nav_sp a{
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  .nav_sp a p{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav_sp a span{
    font-size: 10px;
  }
}
/* concept end */

/* topics */
#topics {
  background: rgba(255, 255, 255, 0.85)
}
#topics .pad_on{
  padding-top:60px;
  padding-bottom:60px;
}
.topi_box{
  display: flex;
  justify-content: space-between;
}
.topi_feed{
  width:100%;
}
.topi_feed > div{
  margin-bottom:40px;
}
.topi_feed div a{
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding:20px 40px 20px 0;
  padding-left: 20px;
  font-size:14px;
  line-height: 1.7;
  border-bottom:solid 1px #382C17;
  min-height: 113px;
}
.topi_feed div a::after{
  position: absolute;
  content: "";
  background: var(--icon-arrow-right-bl);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topi_feed div a:first-child{
  border-top:solid 1px #382C17;
}
.topi_feed a .thum_img img{
  display: block;
  object-fit: contain;
  aspect-ratio:1/1;
}
.topi_feed div p.cf_limited{
  font-size: 12px;
}
.topi_feed div span{
  font-size:12px;
  font-family: 'Oswald';
	font-weight: 400;
}
.box_twitter_top .btn_01.btn_hov {
  margin-top: 20px;
}

.box_sns{
  width: 100px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 750px){
	#topics .pad_on{
		padding-top: 30px;
		padding-bottom: 30px;
	}
  .topi_box{
    flex-direction: column;
  }
  .topi_feed div{
    margin-bottom:20px;
  }
  .topi_feed .btn_01{
    margin-bottom:20px;
  }
  .topi_feed div p {
    width: 92%;
  }
  .topi_feed div a{
    min-height: auto;
    grid-template-columns: 80px 1fr;
    gap:10px;
    align-items: center;
    padding: 20px 0;
  }
  .topi_feed div a::after{
    right: 0%;
	}
  .topi_feed div p.cf_limited{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .box_sns{
    margin-top:0;
  }

}

@media (min-width: 320px) and (max-width: 370px){
  .topi_feed div p.cf_limited{
    font-size: 10px;
  }
}
/* topics end */


/* admission */
#admission{
	color:#fff;
}
.adm_txt > p{
  text-align: left;
  margin-bottom:30px;
  line-height: 1.7;
}
.adm_txt_sma{
  margin-bottom:30px;
}
.adm_txt_sma p{
  font-size:12px;
  position: relative;
  padding-left:15px;
  line-height: 1.6;
}

.adm_txt_sma p::after{

}

.adm_txt_sma p::before{
  position: absolute;
  content: "※";
  top:0;
  left: 0;
}
/* admission */

/* menu */
#menu{
  padding: 50px 0px 50px;
  background: rgb(164, 134, 0, 0.85);
  color: #FFF;
}
.menu_wrp {
  /* display: flex;
  justify-content: center; */
  margin: 0 auto 20px;
  max-width: 600px;
}
.menu_box {
  width: 100%;
}
.menu_box img {
  display: block !important;
  margin: 0 auto 20px;
}
#menu .slick-initialized .slick-slide {
  max-width: 600px;
}
#menu .slick-dots {
  bottom: -10px;
}
.allergy {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 750px){
  #menu{
    padding: 0px;
  }
  .menu_wrp {
    display: block;
  }
  .menu_box {
    width: 100%;
  }
  .menu_box:first-child {
    margin-bottom: 40px;
  }
}
/* menu end*/


/* novelty */
#novelty{
  padding: 50px 0px 50px;
  background: rgb(255, 255, 255, 0.85);
}
.ttl_novelty {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  font-size: 18px;
  color: #a48600;
  font-weight: bold;
}
.ttl_novelty::before,
.ttl_novelty::after {
  background-color: #a48600; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 5px; /* 横線の高さ */
}
.ttl_novelty::before {
  margin-right: 15px; /* 文字との余白 */
}
.ttl_novelty::after {
  margin-left: 15px; /* 文字との余白 */
}
.subttl_novelty{
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.cap_novelty{
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.box_novelty{
  display: flex;
}
.item_novelty{
  width: 200px;
  margin-right: 21px;
}
.item_novelty:last-of-type{
  margin-right: 0;
}
.item_novelty_ttl{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

.box_novelty{
  margin-bottom: 60px;
}

.box_novelty img{
  width: auto;
  height: auto;
}

.box_novelty_01 img{
  object-fit: cover;
}

.box_novelty_02 img{
  object-fit: cover;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 750px){
  .box_novelty {
    display: block;
  }
  .item_novelty {
    width: 100%;
  }
  .item_novelty_ttl {
    margin-bottom: 40px;
  }
  #novelty{
    padding: 0px;
  }
}
/* menu end*/

/* gallery */

#point {
  padding: 50px 0px 50px;
  background: rgb(164, 134, 0, 0.85);
  color: #FFF;
}

.comson {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 750px){
  #point{
    padding: 0px;
  }
}

/* menu end*/

/* gallery */
#gallery{
  padding-top: 80px;
  padding-bottom: 80px;
	color:#fff;
  background-color: rgba(28,28,28,0.95);
}
.gall_box img{
  /* width: 600px;
  height: 400px; */

}


.slide_gall .slick-slide:not(.slick-current) img{
    filter: grayscale(100%);
}

.slide_gall.slick-slider {
    max-width: 600px;
    height: 400px;
    z-index: 500;
    margin: auto;
    margin-bottom:75px;
}
.slide_gall .slick-list.draggable {
    overflow: visible !important;
}
.slide_gall .slick-initialized .slick-slide {
    margin: 0 5px;
}
.slide_gall .slick-slide img {
  aspect-ratio: 3 / 2;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-bottom:10px;
}

.gall_box ul{
  margin-top: 30px;
}

.slide_gall_thum{
  max-width: 800px;
  margin: auto;
}

.gall-arrow{
  position: absolute;
  z-index: 100;
}

.gall-arrow img{
  height: auto;
  width: auto;
}

#gallery .slide_gall_thum img{
  aspect-ratio:1/1;
  object-fit: cover;
}

#gallery .slick-slider .slick-track{
  display: flex;
  justify-content: center;
}

.prev-arrow {
  left: -56%;
  right: 0;
  top: 50%;
  margin: auto;
  width: fit-content;
}

.next-arrow {
  right: -56%;
  left: 0;
  top: 50%;
  margin: auto;
  width: fit-content;
}

.slide_gall .cap_gall{
  text-align: center;
}

.slide_gall_thum .cap_gall{
  display: none;
}
@media (max-width: 750px){
  .gall_box{
    margin-bottom:40px;
  }
  .gall_box ul{
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 2px 5px;
    margin-bottom: 20px;
  }
	.gall_box ul li img{
		aspect-ratio: 1/1;
    height: 200px;
	}
  .prev-arrow {
      top:42%;
    left: -82%;
  }
  .next-arrow {
    top:42%;
    right: -81%;
  }
  .gall_box ul.slide_gall_thum li img{
    height: auto;
  }
  .slide_gall .slick-slide .cap_gall{
    display: none;
  }
  .slide_gall .slick-slide.slick-current .cap_gall{
    display: block;
  }
  .slide_gall.slick-slider {
    height: auto;
    margin-bottom:40px;
  }
}
/* gallery end */

/* access */
#access {
  background-color: #fff;
}
.ac_shop_img{
  display: block;
  margin-bottom:15px;
  aspect-ratio:1/1;
  width:100%;
  object-fit: cover;
}
.ac_shop_box{
  padding-top:65px;
  padding-bottom:75px;
  margin-bottom:20px;
}
.ac_shop_box:last-child{
  margin-bottom:0px;
}
.ac_shop_ttl{
  text-align: center;
  margin-bottom:55px;
}
.ac_shop_ttl h3{
  font-size:32px;
  font-family: var(--f-mincho);
  margin-bottom:10px;
  position: relative;
}

.ac_shop_ttl p{
  font-size: 28px;
  font-family: "number-five-rough", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ac_shop_ttl.div_arrow_brow::after{
  bottom:38px;
  background-repeat: no-repeat;
}
.ac_shop_box h4{
  font-size: 20px;
  margin-bottom:30px;
}
h3.store_name {
  text-align: center;
  margin-bottom: 20px;
}
.ac_shop_grid{
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap:40px;
  margin-bottom: 50px;
}
.access_fl{
  display: flex;
  gap:20px;
  justify-content: space-between;
}
.access_left{
  max-width: 420px;
  width: 100%;
}
.access_fl dl{
    font-size:14px;
    line-height: 1.6;
    display: flex;
    border-top: solid 1px #000;
    padding: 15px 0;
}
.access_fl dl:last-of-type{
  margin-bottom:20px;
  border-bottom: solid 1px #000;
}
.access_fl dt{
  font-weight: bold;
  width: 80px;
}
.ac_shop_dl_table dt{
  margin-bottom:0px;
}
.ac_shop_dl_table{
  display: flex;
}
.ac_shop_dl_table dd{
  max-width: 300px;
}
.ac_shop_dl_table .txt_adj{
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.ac_shop_dd_indiv{
  padding:10px 20px;
}
.ac_hour_cap{
  font-size:12px;
  margin-bottom:25px;
}
.ac_hour_cap p{
  position: relative;
  padding-left:15px;
}
.ac_hour_cap p:after{
  position: absolute;
  content:"※";
  top:0;
  left: 0;
}
.ac_ind{
  border-radius: 50px;
  background: #E2DCCC;
  padding:10px 20px;
}
.ac_hour_li{
  display: flex;
  margin-bottom:10px;
}
.ac_hour_li ul:first-child{
  margin-right:100px;
}
.access_fl .btn_01 p{
  padding: 8px 0 10px;
  font-size: 14px;
  width: 100%;
}
.googlemaps{
	margin-bottom:10px;
  max-width: 100%;
}
.googlemaps iframe{
  max-width: 100%;
}
.ac_res_cap{
	font-size: 14px;
	margin-top: -0.5em;
	margin-bottom: 1rem;
}
.ac_res_cap p{
	position: relative;
	padding-left: 15px;
}
.ac_res_cap p:after {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
}

.txt_eigyou_color{
  color: #C12500;
  margin-top: 15px;
  margin-bottom: 15px;
}
.txt_eigyou_bold{
  font-weight: 600;
  margin-top: 15px;
}

.pay_tbl{
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top:15px;
  padding-bottom:15px;
  & dt{
    font-weight: bold;
  }
}
.pay_tbl dt {
  font-size:14px;
  min-width: 80px;
}
.pay_tbl dd {
    max-width: 790px;
}
.grid_payment{
    display: grid;
    gap: 0 15px;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

.cash_img_list {
    display: flex;
    place-items: center;
    gap: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.grid_payment img {
    margin-bottom: 5px;
    max-width: 45px;
}
.grid_payment .cash_list_box p{
  margin-bottom:10px;
}
.grid_payment .cash_list_box:not(:last-of-type) {
    margin-bottom: 20px;
}
@media (max-width: 750px){
	.ac_select{
    margin-bottom: 30px;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
    padding: 0px 14px;
	}
  .ac_select > a {
    max-width: 150px;
    width: calc(100% / 2);
    margin: 0;
    padding: 20px 0px 20px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .ac_select > a span {
    font-size: 18px;
    letter-spacing: 0;
  }
  .ac_shop_grid {
    grid-template-columns: 1fr;
    padding:0 10px;
    gap:50px;
    display: flex;
    & > div {
        max-width: 100%;
    }
  }
  .access_fl {
    width: 100%;
    flex-flow: column-reverse;
    gap: 40px;
  }

	.ac_shop_ttl {
		margin-bottom:25px;
	}
	.ac_shop_box{
	  padding-top:30px;
	  padding-bottom:10px;
	  margin-bottom:20px;
	}
	.ac_ind{
		border-radius: 10px;
	}
  .ac_shop_dd_indiv{
    padding: 10px 0px;
  }
	.ac_hour_li{
    justify-content: left;
	}
  .ac_hour_li ul:first-child{
    margin-right:30px;
  }
	.ac_hour_li ul:last-child {
    margin-right: 0px;
	}
  .cash_img_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .gmap_inner iframe{
    aspect-ratio:1/1;
    width: 100%;
    height: 100%;
  }
  .access_fl .btn_01 p {
    max-width: 100%;
    width:100%;
  }
  .pay_tbl{
    flex-direction: column;
  }
  .cash_img_list {
    grid-template-columns: repeat(6, 1fr);
    display: flex;
    width: fit-content;
    & li{
      max-width: 45px;
    }
  }
  .store_list {
    margin: 20px 0;
  }
  .store_list .nav_sp li {
    width: 31%;
    background: #231F20;
  }
  .store_list .nav_sp a {
    padding-bottom: 17px;
  }
  .store_list .nav_sp li::after {
    top:38px;
  }
}
/* access end */

/* bnrarea */
.bnrarea{
  background: #F5F5F5;
  padding: 60px 0;
}

.bnr_inner{
  width: 1020px;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.bnr_ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.list_bnr{
  display: flex;
  justify-content: center;
  text-align: center;
}

.list_bnr li{
  margin-right: 30px;
  width: 30%;
}

.list_bnr li a {
  display: block;
  background: #FFF;
  border-radius: 10px;
}

.list_bnr li:last-of-type{
  margin-right: 0px;
}

.list_bnr:last-child li a {
  border: 1px solid #000;
}

.list_bnr img {
  margin: auto;
}

.list_bnr_sq {
  margin-bottom: 40px;
}

.list_bnr_sq a {
  background: none !important;
}

.list_bnr_sq img {
  border-radius: 10px;
}

@media (max-width: 750px){
  .bnr_inner{
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .list_bnr{
    flex-wrap: wrap;
    gap:20px;
  }
  .list_bnr li{
    margin-right: 0px;
    width: 100%;
  }
  .list_bnr li img{
    display: block;
  }
  .list_bnr img {
    margin-bottom: 10px;
  }
}
