@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* * {
  font-family: 'Barlow Condensed', sans-serif;
} */

*:lang(ja) {
  font-family: "Noto Sans JP", sans-serif;
}
*:lang(en) {
  font-family: 'Barlow Condensed', sans-serif;
}
label, input[type='checkbox'] {
  cursor: pointer;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline-style: none;
  outline-width: 0;
  outline-color: initial;
  background: initial;
  vertical-align: baseline;
}
.pc {
  display: block;
}
.sp {
  display: none !important;
}
input {
  -webkit-appearance: none;
}
area {
  outline-style: none;
  outline-width: 0;
  outline-color: initial;
}
html {
  /*      font-size: 62.5%;*/
  scroll-behavior: smooth;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
/* ********** body ********** */
.body {
  /*      font-size: 1.6rem;*/
  /*       line-height: 1.4;*/
  background: url(../img/bg.jpg) repeat-y top left / 100% auto content-box;
  height: auto;
  width: 100%;
  background-position: center;
  position: relative;
}
.blur {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.blur::before {
  content: "";
  max-width: 1300px;
  width: 90%;
  height: 120%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* backdrop-filter: blur(12px); */
  background-color: rgba(255,255,255,.7);
}
.header {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  /* padding-top: clamp(10px, 3vw, 60px); */
  padding-top: 60px;
  /* text-align: right; */
  position: relative;
  z-index: 3;
}
.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  /* font-size: 18px; */
  /* font-weight: 600; */
  /* font-family: 'Barlow Condensed', sans-serif; */
  /* letter-spacing: .1em; */
  padding: 9px 20px;
  max-width: 180px;
  width: 40%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  /* border-radius: 20%; */
  background-color: #fff;
  /* box-shadow: 0 3px 5px 0 rgb(0 0 0 / 40%); */
}
.header_logo img {
  width: 100%;
  height: auto;
}
.header_button {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
  padding: 10px 40px 11px 35px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 40%);
}
.triangle_down {
  position: absolute;
  top: 52%;
  right: 16px;
  margin: -0.2em 0.25em 0 0.25em;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.5em solid #c23a1e;
}
/* ********** mv ********** */
.mv {
  position: relative;
  z-index: 2;
}
.mv_pc {
  width: 100%;
  text-align: center;
  /* margin-top: -15px; */
  margin-bottom: 1%;
}
.title_pc {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  vertical-align: bottom;
}
.mv_sp {
  display: none;
}
.title_sp {
  display: none;
}
.top_letter {
  width: 74%;
  max-width: 1100px;
  margin: 30px auto 0;
  padding-bottom: clamp(25px, 5.2vw, 70px);
  display: grid;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.top_letter p {
  color: #000;
  letter-spacing: 1px;
  text-align: left;
  /* font-weight: 500; */
}
.top_letter .note_title {
  font-size: 25px;
  margin-bottom: 10px;
}
.top_letter .note_txt {
  font-size: clamp(15px, 1.5vw, 18px);
  text-indent: -.5em;
  padding-left: 1em;
}
.top_letter .note_txt:not(:first-child) {
  margin-top: 5px;
}
.top_letter .note_txt:lang(en) {
  font-size: 20px;
}
/* ********** /mv ********** */
.en-hidden:lang(en) {
  display: none;
}
.dot {
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
    background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 5px 0 10px;
}
.dot2 {
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
    background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 40px;
}
.image_map_pdf {
  text-align: center;
  padding: 10px;
}
.image_map_pdf a {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  text-decoration: underline;
}
/*div#searchButtonnBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#searchButtonnBlock ul li button {
  width: 20%;
  display: flex;
  margin: 0 2px;
  padding: 10px 20px;
  flex-direction: column;
  align-items: center;
}*/
.list_wrap {
  display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.list_wrap li {
    display: flex;
    width: calc(25% - 22px);
	/*border-bottom: 2px dotted #808080;*/
	flex-wrap: wrap;
    padding: 15px 10px;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
.list_wrap_sp {
  display: flex;
}
.list_wrap_sp li {
    padding: 23px 10px;
}
ul.searchList {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  margin: 0;
  justify-content: space-between;
  gap: 0;
  position: relative;
}
ul.searchList:after {
  content: "";
  width: 25%;
}
li.filterDiv {
  display: none;
}
li.filterDiv.show {
  position: relative;
  background-color: #FFF;
  /* color: #707070; */
  /* width: calc(25% - 3px); */
  padding: 15px 0;
  text-align: center;
  gap: 3px;
  display: inline-block;
  margin-bottom: 3px;
}
.show {
  display: inline-block;
}
.btn {
border: none;
    outline: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.btn img {
  width: 35px;
  height: 40px;
}
.btn span {
  /* font-size: 18px; 英語サイズ */
  font-size: 13px;
	color: #333333;
}
/* アイコン調整　*/
.JapaneseCuisine_icon img {
  width: 30px !important;
}
.ItalianCuisine_icon img {
  width: 45px !important;
}
.Vegetarian_icon img {
  width: 90px !important;
}
.GrilledMeat_icon img {
  width: 55px !important;
}
.Vegetarian_icon img {
  width: 80px !important;
}
.AsianandEthnic_icon img {
  width: 50px !important;
}
.BarsIzakaya_icon img {
  width: 60px !important;
}
.Grilled_icon img {
  width: 60px !important;
}
.Languages_icon img {
  width: 50px !important;
}
/*div#searchButtonnBlock ul li button.btn.onActive {
  background: #313131;
  color: #fff;
  pointer-events: none;
}*/
@media screen and (max-width: 767px) {
  .body {
    background: url(../img/bg_sp.jpg) repeat-y top left / 100% auto content-box;
  }
  .blur {
    padding: 0 1%;
  }
  .blur::before {
    width: 100%;
  }
  #menu {
    margin-left: 0px;
    padding-left: 0px;
  }
  #menu > li {
    height: 28px;
    line-height: 28px;
    list-style-type: none;
  }
  /* 横幅 */
	.header a {
    font-size: 14px;
  }
	.header {
    width: 98%;
    padding-top: 30px;
    /* margin-top: 25px; */
  }
  .header_button {
    padding: 10px 30px 9px 20px;
  }
  .triangle_down {
    right: 9px;
  }
  #menu {
    width: 100%;
  }
  #menu > li {
    padding: 15px 0;
    background-color: #edd503;
    color: #000;
    font-size: 5.2vw;
    cursor: pointer;
    /* margin: 100% auto 0px; */
    margin: 60px auto 0;
    position: relative;
  }
	#menu > li:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
    border-radius: 2px;
    transform: translateY(-50%);
}
  /* 初期表示  非表示*/
  .menu_children {
    display: none;
  }
  .menu_children li {
    line-height: normal;
    height: auto;
    width: 47%;
    float: left;
	      border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
	.menu_children li:first-child{
    border-left:none;
}
  .menu_children li a {
    text-decoration: none;
  }
  /* マウスオーバー時 */
  .menu_children li a:hover {
    text-decoration: underline;
  }
  .dropmenu {
    width: 100%;
    margin: 0 auto;
  }
  .dropmenu li {
    position: relative;
  }
  .dropmenu li a {
    display: block;
    margin: 0;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1;
    background: #444444;
    color: #ffffff;
    cursor: pointer;
  }
  .dropmenu li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .dropmenu li ul {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s;
  }
  .dropmenu li ul li a {
    border-top: 1px solid #dddddd;
    background: #efefef;
    color: #333333;
  }
  .dropmenu li ul li a:after {
    content: none;
  }
  .dropmenu li ul li:first-child a {
    border-top: none;
  }
  .dropmenu li:hover a:after {
    transform: rotate(180deg);
    transition: .1s;
  }
  .dropmenu li:hover ul li {
    overflow: visible;
    height: 40px;
    width: 50%;
  }
  .dropmenu li ul li a:hover {
    background: #ffd999;
    transition: .5s;
  }
  .dropmenu li.active_sp a:after {
    transform: rotate(180deg);
    transition: .1s;
  }
  .dropmenu li.active_sp ul li {
    width: 50%;
    overflow: visible;
    height: 40px;
  }
  /* （ここにモバイル用スタイルを記述） */
  /*div#searchButtonnBlock ul li button {
    width: 49%;
    padding: 12px 0;
    margin-bottom: 6px;
  } */
  li.filterDiv.show {
    width: 47%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* ********** main ********** */
.main {
  width: 100%;
}
/* ********** section ********** */
.mark {
  position: relative;
}
.mark::before {
  content: "";
  width: clamp(35px, 5vw, 50px);
  height: clamp(35px, 5vw, 50px);
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
  background: url(../img/mark.png) no-repeat center center / 100% auto;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
}
/*section{
    z-index:10;
}*/
.wrapper {
  width: 90%;
  max-width: 1300px;
  background-color: #ffffff;
  padding: 30px 5% clamp(30px, 5vw, 50px);
  margin: 0 auto 60px;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.container {
  width: 100%;
  margin: 40px auto;
  list-style: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.category {
  width: 100% !important;
  margin: 80px auto 30px;
  justify-content: center;
  align-items: center;
}
.category img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
.category span {
  font-size: 35px;
  vertical-align: middle;
}
.category:lang(en) span {
  font-size: 40px;
}

.decoration {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  vertical-align: bottom;
  display: block;
}
.MarunouchiMap {
  font-size: 35px;
  font-weight: 400;
  margin: 20px auto;
}
.MarunouchiMap:lang(en) {
  font-size: 50px;
  font-weight: 300;
}
.MarunouchiMap_img {
  width: 100%;
}
.MarunouchiMap_img img {
  width: 100%;
}
.item {
  width: 30%;
  color: #333;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  margin: 0.5% 0.5%;
  padding: 1.5%;
  transition: all 0.3s ease;
/*  content-visibility: auto;
  contain-intrinsic-size:438px;*/
}
.shopimg {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  margin: 0 0 10px 0;
  vertical-align: bottom;
  position: relative;
}
.shoplogo {
  position: absolute;
  width: 20%;
  top: 15px;
  left: 0;
  z-index: 9;
}
.information {
  text-align: left;
  color: #333;
}
.cat {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 1px;
}
.cat:lang(en) {
  padding-bottom: 0;
}
.building {
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
}
.building:lang(en) {
  margin-top: 5px;
}
.name {
  /* padding: 4% 0; */
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
  word-break: break-all;
}
.name:lang(en) {
  font-size: 20px;
}
.tel {
  font-size: 25px;
  padding-left: 23px;
  background: url(../img/tel.png) no-repeat left center;
  background-position-y: 8px;
  background-size: 17px;
  display: none;
}
.tel_2line {
  font-size: 18px !important;
}
.service {
  /* font-size: clamp(12px, 2vw, 13px); */
  font-size: 15px;
  line-height: 1.5;
  padding-left: 23px;
  background: url(../img/servicebox.png) no-repeat left center;
  background-position-y: 7px;
  background-size: 12px;
}
.service:lang(en) {
  line-height: inherit;
  background-position-y: 5px;
}
.on {
  background: url(../img/servicecheck.png) no-repeat left center;
  background-position-y: 7px;
  background-size: 12px;
}
.on:lang(en) {
  background-position-y: 5px;
}
.notice {
  font-size: 15px;
  margin: 10px 0;
}

.space {
  display: block;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 24.5%;
  text-align: center;
  text-decoration: none;
  margin: 0 0.5%;
  padding: 1.5%;
  float: left;
}
.note {
  width: 90%;
  max-width: 1200px;
  margin: 42px auto 30px auto;
  padding: 0 0 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.note_letter {
  color: #1b1b1b;
  font-size: 16px;
  text-align: left;
  margin: 0 3% 0 0;
  display: inline-block;
}
.FoodTruck_wrap {
  width: 100%;
  margin-top: 70px;
}
.FoodTruck_item {
  padding-block: clamp(50px, 6vw, 70px);
  display: flex;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  justify-content: center;
  border-top: 3px dotted #000;
  border-bottom: 3px dotted #000;
}
.FoodTruck_shopimg {
  width: 28%;
  margin: 0 clamp(40px, 4vw, 60px) 0 0;
}
.FoodTruck_shopimg img {
  width: 100%;
}
.FoodTruck_information {
  width: 50%;
}
.FoodTruck_cat {
  font-size: 15px;
}
.FoodTruck_cat:lang(en) {
  font-size: 18px;
}
.FoodTruck_name {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0;
}
.FoodTruck_name:lang(en) {
  font-size: 35px;
}
.FoodTruck_note {
  font-size: 16px;
}
.FoodTruck_note:lang(en) {
  font-size: 18px;
}
.banner_wrap {
  width: 100%;
  display: flex;
  margin: clamp(40px, 5vw, 80px) auto;
	justify-content: center;
  gap: 5px;
}
.banner_img img {
  width: 100%;
}
/* ********** /section ********** */
/* ********** /main ********** */
.SelcectBuilding {
  font-size: 35px;
  font-weight: 400;
  margin: 60px auto 40px;
}
.SelcectBuilding:lang(en) {
  font-size: 50px;
  font-weight: 300;
}
.Building_name {
  font-size: 50px;
  font-weight: 300;
  margin: 0 auto 40px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 10px 15px;
}
.Building_name:lang(en) {
  font-size: 60px;
}
.SelcectCategory {
  font-size: 35px;
  font-weight: 400;
  margin: 60px auto 0px;
}
.SelcectCategory:lang(en) {
  font-size: 40px;
  font-weight: 300;
}
.clickhere {
  right: 20px;
  bottom: 10px;
  width: 100%;
  max-width: 50px;
  position: fixed;
  z-index: 9;
}
.top {
  width: 100%;
  display: block;
}
.top img {
  width: 100%;
  vertical-align: bottom;
}
.main {
  height: auto;
  min-height: 100vh;
  text-align: center;
}
.nav {
  position: fixed;
  z-index: 8;
}
.title {
  margin-top: -65px;
  width: 100%;
  /* width: 90%;
  max-width: 950px; */
  max-width: 848px;
  padding: 3% 0 0;
}
.text:after {
  white-space: pre-wrap;
  content: '\00a0';
}
.subt {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.readbun {
  display: block;
  text-align: center;
  height: auto;
  min-height: 10vh;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 1em 0 2em 0;
  position: relative;
  z-index: 6;
}
/*ハッシュタグ*/
.hush {
  text-align: left;
  padding: 5px 11px;
  margin-bottom: 12px;
  border: solid 1px #484848;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
}
.hush:first-letter {
  letter-spacing: 0.16rem;
}
.honbun {
  font-size: 0.8rem;
}

/* ********** ビル切替 ********** */
.tab-area {
  width: 100%x;
  margin: 0 auto;
}
.tab-btn {
  display: none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}
.tab-list-wrap {
  padding: 0;
  margin: 0 0 100px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-list-wrap.pc::before,
.tab-list-wrap.pc::after {
  content:"";
  width: 205px;
  display: block;
}
.tab-list-wrap.pc::before {
  order: 1;
}
.tab-list {
  display: flex;
  width: 205px;
  margin: 0 3px 15px 0;
  padding: 15px 0;
  background-color: #edd503;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 5px 0 rgb(211 211 211);
  transition: all 0.2s ease;
  align-items: center;
  justify-content: center;
}
.tab-list:lang(en) {
  font-size: 15px;
}
/*.tab-list:nth-child(4n){
		margin: 0 0px 15px 0;
	}*/
.ufj {
    width: 300px;
    border-radius: 80px;
}
/*hoverで色を変える

#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4{
background:#ffffff;
}*/
.maru_none {
  display: flex;
  width: 100%;
  justify-content: center;
}
.maru_none .tab-list {
  background-color: #de221a;
  color: #ffffff;
  font-size: 20px;
  padding: 12px 0;
	width: 420px;
}

.tab-content {
  display: none; /*初期状態を非表示に*/
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1, #tab-btn2:checked ~ .tab-content-wrap #tab-content2, #tab-btn3:checked ~ .tab-content-wrap #tab-content3, #tab-btn4:checked ~ .tab-content-wrap #tab-content4, #tab-btn5:checked ~ .tab-content-wrap #tab-content5, #tab-btn6:checked ~ .tab-content-wrap #tab-content6, #tab-btn7:checked ~ .tab-content-wrap #tab-content7, #tab-btn8:checked ~ .tab-content-wrap #tab-content8, #tab-btn9:checked ~ .tab-content-wrap #tab-content9, #tab-btn10:checked ~ .tab-content-wrap #tab-content10, #tab-btn11:checked ~ .tab-content-wrap #tab-content11, #tab-btn12:checked ~ .tab-content-wrap #tab-content12, #tab-btn13:checked ~ .tab-content-wrap #tab-content13, #tab-btn14:checked ~ .tab-content-wrap #tab-content14, #tab-btn15:checked ~ .tab-content-wrap #tab-content15, #tab-btn16:checked ~ .tab-content-wrap #tab-content16, #tab-btn17:checked ~ .tab-content-wrap #tab-content17, #tab-btn18:checked ~ .tab-content-wrap #tab-content18, #tab-btn19:checked ~ .tab-content-wrap #tab-content19, #tab-btn20:checked ~ .tab-content-wrap #tab-content20, #tab-btn21:checked ~ .tab-content-wrap #tab-content21 {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards; /*対応するボタンにチェックが入ったときに表示*/
}
hr {
  border-top: 1px solid #333333;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.maru {
  padding-bottom: 1px;
  margin-right: 3px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*========= レイアウトのためのCSS ===============*/
body {
  background: #eee;
}
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
.area h2 {
  font-size: 1.3rem;
  margin: 0 0 20px 10px;
}
.area li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
/* ********** ビル切替 ********** */
/* ********** footer ********** */
.footer {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
}
.footer .link {
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.footer span {
  text-decoration-line: underline;
}
.copyright {
  width: 100%;
  color: #222;
  /* font-size: 20px; 英語サイズ */
  font-size: 13px;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  margin-top: clamp(30px, 5vw, 60px);
}
/* ********** /footer ********** */
/* ********** @media screen max-width: 767px ********** */
@media screen and (max-width: 767px) {
  /* ********** body ********** */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* ********** mv ********** */
  .mv {
    padding-top: 10px;
  }
  .mv_pc {
    display: none;
  }
  .title_pc {
    display: none;
  }
  .mv_sp {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    padding: 0px;
    display: block;
  }
  .title_sp {
    width: 100%; /* change */
    display: block;
  }
  .top_letter {
    visibility: visible;
    width: 85%;
    max-width: 1200px;
    font-size: 12px;
    line-height: 1.4;
  }
	.SelcectCategory {
    font-size: 6.2vw;
    padding-bottom: 25px;
  }
  .wrapper {
    width: 100%;
  }
  .container {
    margin-top: 0!important;
  }
  /* ********** /mv ********** */
  /* ********** main ********** */
  .maru_none .tab-list {
    font-size: 16px;
    justify-content: center;
    width: 91%;
    padding: 5% 4.5%;
  }
  select {
    margin: 20px;
    padding: 10px;
  }
  .maru_none .tab-list:lang(en) {
    font-size: 18px;
  }
  /* ********** section ********** */
  .note {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 35px auto 20px auto;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .note_letter {
    color: #1b1b1b;
    font-size: 12px;
    text-align: left;
    display: inline-block;
  }
  /* ********** /section ********** */
  /* ********** /main ********** */
  .clickhere {
    right: 30px;
    bottom: 10px;
    width: 100%;
    max-width: 60px;
    position: fixed;
    z-index: 9;
  }
  /* ********** footer ********** */
  .footer {
    font-size: 4.8vw;
  }
  /* ********** /footer ********** */
  /* ********** /body ********** */
  .main {
    height: auto;
    min-height: 100vh;
    text-align: center;
  }
  .FoodTruck_item {
    display: inline-block;
  }
  .FoodTruck_shopimg {
    width: 100%;
    margin-right: 0;
  }
  .FoodTruck_name {
    margin: 20px 0;
  }
  .FoodTruck_information {
    width: 100%;
    margin-top: 20px;
  }
  .banner_wrap {
    width: 80%;
    flex-direction: column;
    gap: 15px;
  }
  .title {
    display: inline-block;
  }
  .subt {
    font-size: 1.7rem;
    line-height: 0.8;
    font-weight: 400;
  }
  .readbun {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 1.2em 0 1em 0;
    position: relative;
    z-index: 6;
  }
  section {
    background: rgba(252, 252, 252, 0.4);
    width: 70vw;
    height: auto;
    min-height: 70vh;
    position: relative;
    z-index: 6;
  }
  .hush:first-letter {
    letter-spacing: 0.12rem;
  }
  .tag {
    width: 20%;
  }
  .honbun {
    font-size: 0.7rem;
  }
  .name {
    padding: 3.6% 0;
  }
  .copyright {
    font-size: 2.7vw;
  }
  .sp_selectmenu {
    position: absolute;
    z-index: 999;
  }
  .tab-list {
    display: flex;
    width: 91%;
    height: 20px;
    font-size: 14px;
    text-align: left;
    padding: 5% 4.5%;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
  }
  .tab-list:lang(en) {
    font-size: 16px;
  }
  .top_letter p {
    text-align: left;
  }
  .MarunouchiMap {
    font-size: 5vw;
    margin: 0 auto 20px;
  }
  .MarunouchiMap:lang(en) {
    font-size: 8.5vw;
  }
  .tab-content {
    margin-top: 40px;
  }
  .Building_name {
    font-size: 6.3vw;
  }
  .Building_name:lang(en) {
    font-size: 8.5vw;
  }
	.top_letter .note_title {
    text-align: center;
}
	.list_wrap li {
    width: calc(50% - 22px);
}
	.sp_line {
		width: 100%;
	}
	.category span {
    font-size: 4.5vw;
  }
  .category:lang(en) span {
    font-size: 6.2vw;
  }
	.category {
    width: 100% !important;
    margin: 30px auto 30px;
    justify-content: center;
    align-items: center;
}
}
/* ********** /@media screen max-width: 767px ********** */
/* ********** @media screen max-width: 479px ********** */
@media screen and (max-width: 479px) {
  /* ********** section ********** */
  /* ********** /section ********** */
  /* ********** footer ********** */
	  .tab-list {
    font-size: 3.2vw;
		  padding: 8% 4.5%;
  }
	.maru_none .tab-list {
    font-size: 3.2vw;
		  padding: 8% 4.5%;
}
  .clickhere {
    right: 25px;
    bottom: 10px;
    width: 100%;
    max-width: 60px;
    position: fixed;
    z-index: 9;
  }
  /* ********** /footer ********** */
}
/* ********** /@media screen max-width: 479px ********** */