.fm-Category {
  background: #3071b9;
}
.fm-Category_Inner {
  margin: 0 auto 0;
}
.fm-Category_Link,
.fm-Category_Link2 {
  background: #fff;
  color: #3071b9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  border: 1px solid #fff;
}
.fm-Category_Link:hover,
.fm-Category_Link2:hover {
  background: #7ec8e3;
  color: #fff;
}
.fm-Category_List .fm-Category_Link:nth-child(1) {
  margin-top: 0;
}
.fm-Category_Link2 {
  position: relative;
}
.fm-Category_Link2::after {
  display: block;
  content: "";
  background: url("/assets/img/common/icon_floormap_arrow_bottom.svg") no-repeat center center/contain;
}
.fm-Category_Link2:hover::after {
  background: url("/assets/img/common/icon_floormap_arrow_bottom_blue.svg") no-repeat center center/contain;
}
.fm-News {
  background: #3071b9;
}
.fm-News_SectionTitle {
  margin: 0;
  color: #fff;
  text-align: center;
}
.fm-News_SectionTitleIcon {
  display: block;
  background: #fff;
}
.fm-News_SectionTitleIcon img {
  vertical-align: top;
}
.fm-Btn {
  border: 1px solid #00235d;
  text-align: center;
  display: block;
  position: relative;
  background: #fff;
}
.fm-Btn::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/img/common/icon_arrow_blue_bold_right.svg") no-repeat left top/contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.fm-Btn:hover {
  background: #7ec8e3;
}
.fm-Btn:hover::after {
  background: url("/assets/img/common/icon_arrow_white_bold_right.svg") no-repeat left top/contain;
}
.fm-Btn:hover .fm-BtnText {
  color: #fff;
}
.fm-BtnText {
  color: #00235d;
}
.js-BtnAc {
  display: block;
}
.fm-Category_Link2::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("/assets/img/common/icon_arrow_blue_bold_bottom.svg") no-repeat left top/contain;
}
.fm-Category_Link2.active {
  background: #7ec8e3;
  padding-bottom: 0;
}
.fm-Category_Link2.active::after {
  content: none;
}
.fm-Category_Link2.active .tp-BtnText {
  color: #fff;
}
.fm-Category_List2 {
  align-items: flex-start;
}
.fm-Category_Link2 {
  height: auto !important;
}
.tp-Shop_Ac {
  display: none;
  width: 100%;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.tp-Shop_AcItem {
  border-top: 1px solid #3071b9;
  background: #fff;
  position: relative;
}
.tp-Shop_AcItem a {
  display: block;
  color: #3071b9;
  font-size: 1.6rem;
}
.tp-Shop_AcItem a::after {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/img/common/icon_arrow_blue_bold_right.svg") no-repeat left top/contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.en-Section_Card {
  margin: 0 auto;
}
.en-Section_CardTitle {
  text-align: center;
  font-weight: 100;
  color: #00235d;
}
.en-CardItem_Img {
  margin: 0;
}
.en-CardItem_Head {
  display: flex;
  align-items: center;
}
.en-CardItem_Icon img {
  width: 100%;
}
.en-CardItem_Icon.red {
  background: #b93040;
}
.en-CardItem_Icon.orange {
  background: #f97c21;
}
.en-CardItem_Icon.yellow {
  background: #e6c51d;
}
.en-CardItem_Icon.pink {
  background: #f273c7;
}
.en-CardItem_Icon.blue {
  background: #3071b9;
}
.en-CardItem_Icon.green {
  background: #30b946;
}
.en-CardItem_Icon.purple {
  background: #8d30b9;
}
.en-CardItem_Floor {
  color: #00235d;
}
.en-CardItem_Name {
  color: #00235d;
}
.en-CardItem_Name span {
  display: block;
  font-size: 1.6rem;
}
.en-CardItem_Hours {
  color: #00235d;
  font-size: 1.4rem;
}
.en-Section_Menu {
  margin: 0 auto;
}
.en-Section_MenuTitle {
  text-align: center;
  font-weight: 200;
  color: #00235d;
  margin: 0;
}
.en-MenuItem_Img {
  margin: 0;
}
.en-MenuItem_Img img {
  width: 100%;
}
.en-MenuItem_Detail {
  color: #00235d;
  font-weight: 200;
}
.en-MenuItem_Name {
  font-size: 2.2rem;
}
.en-MenuItem_Shop {
  font-size: 1.8rem;
}
.gu-Shop_Category {
  background: #f3f3f3;
}
.gu-Shop_CategoryList {
  display: flex;
  flex-wrap: wrap;
}
.gu-Shop_CategoryItem {
  display: flex;
  align-items: center;
}
.gu-Shop_CategoryIcon img {
  width: 100%;
}
.gu-Shop_CategoryText {
  line-height: 1;
  font-size: 1.4rem;
}
.fm-Category_Title {
  text-align: center;
  color: #00235d;
  font-weight: bold;
  font-size: 2.8rem;
}
.fm-Category_Lead {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .fm-Category {
    padding: 21px 25px 25px;
  }
  .fm-Category_Inner {
    max-width: 991px;
  }
  .fm-Category_List,
  .fm-Category_List2 {
    display: flex;
    flex-wrap: wrap;
  }
  .fm-Category_Link,
  .fm-Category_Link2 {
    height: 60px;
  }
  .fm-Category_List .fm-Category_Link:nth-child(2),
  .fm-Category_List .fm-Category_Link:nth-child(3),
  .fm-Category_List .fm-Category_Link:nth-child(4) {
    margin-top: 0;
  }
  .fm-Category_List .fm-Category_Link:nth-child(4n+1) {
    margin-left: 0;
  }
  .fm-Category_List .fm-Category_Link:nth-child(4n-1) {
    margin-left: calc(7 / 991 * 100%);
  }
  .fm-Category_Link {
    width: calc(240 / 991 * 100%);
    margin-top: 7px;
    margin-left: calc(5 / 991 * 100%);
  }
  .fm-Category_List2 {
    margin-top: 21px;
  }
  .fm-Category_List2 .fm-Category_Link2:nth-child(2n+1) {
    margin-left: 0;
  }
  .fm-Category_Link2 {
    width: calc(485 / 991 * 100%);
    margin-left: calc(7 / 991 * 100%);
  }
  .fm-Category_Link2::after {
    width: 11px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .fm-News {
    margin-top: 40px;
    padding: 30px 0 50px;
  }
  .fm-News_SectionTitleText {
    font-size: 2.2rem;
  }
  .fm-News_SectionTitleIcon {
    width: 19px;
    height: 3px;
    margin: 10px auto 30px;
  }
  .fm-Btn {
    width: 295px;
    border-radius: 5px;
    padding: 12px 0;
    margin: 20px auto 0;
  }
  .fm-Btn::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
  .fm-BtnText {
    font-size: 2rem;
  }
  .js-BtnAc {
    padding: 18px 0;
  }
  .fm-Category_Link2::after {
    width: 12px;
    height: 7px;
    right: 35px;
  }
  .tp-Shop_Ac {
    margin-top: 12px;
  }
  .tp-Shop_AcItem a {
    padding: 18px 0;
  }
  .tp-Shop_AcItem a:hover {
    background: #7ec8e3;
    color: #fff;
  }
  .tp-Shop_AcItem a::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
  #floor_map {
    margin-top: -80px;
    padding-top: 80px;
  }
  .en-Section_Card {
    width: 700px;
    margin-top: 120px;
  }
  .en-Section_CardTitle {
    font-size: 4.4rem;
  }
  .en-Card {
    margin-top: 97px;
  }
  .en-CardItem {
    display: flex;
    margin-top: 40px;
    align-items: start;
  }
  .en-CardItem_Img {
    width: 340px;
  }
  .en-CardItem_Detail {
    margin-left: 26px;
    width: 334px;
  }
  .en-CardItem_Head {
    margin-top: 10px;
  }
  .en-CardItem_Icon {
    width: 40px;
    height: 40px;
  }
  .en-CardItem_Floor {
    font-size: 2.6rem;
    margin-left: 11px;
  }
  .en-CardItem_Name span {
    margin-top: 20px;
  }
  .en-CardItem_Name {
    font-size: 2.4rem;
  }
  .en-CardItem_Hours {
    margin-top: 20px;
  }
  .en-Section_Menu {
    max-width: 1180px;
    margin-top: 80px;
    padding: 0 30px;
  }
  .en-Section_MenuTitle {
    font-size: 4.4rem;
  }
  .en-Menu {
    display: flex;
    flex-wrap: wrap;
  }
  .en-MenuItem {
    width: 28.8135593220339%;
    margin-left: 6.779661016949152%;
    margin-top: 80px;
  }
  .en-MenuItem:nth-child(3n+1) {
    margin-left: 0;
  }
  .gu-Shop_Category {
    max-width: 1200px;
    padding: 8px 40px 34px;
    margin: 80px auto 0;
  }
  .gu-Shop_CategoryItem {
    margin-top: 18px;
  }
  .gu-Shop_CategoryItem:last-child .gu-Shop_CategoryIcon {
    width: 160px;
    height: 39px;
  }
  .gu-Shop_CategoryIcon {
    width: 40px;
    height: 40px;
  }
  .gu-Shop_CategoryText {
    margin-left: 10px;
    width: 220px;
  }
  .fm-Category_Title {
    font-size: 2.8rem;
    margin-top: 60px;
  }
  .fm-Category_Lead {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .fm-Category {
    padding: 5.333333333333334vw 0 9.333333333333334vw;
  }
  .fm-Category_Inner {
    width: 85.33333333333334vw;
  }
  .fm-Category_Link,
  .fm-Category_Link2 {
    height: 16vw;
  }
  .fm-Category_Link {
    margin-top: 2.666666666666667vw;
  }
  .fm-Category_List2 {
    margin-top: 10.666666666666668vw;
  }
  .fm-Category_List2 .fm-Category_Link2:nth-child(1) {
    margin-top: 0;
  }
  .fm-Category_Link2 {
    margin-top: 2.666666666666667vw;
  }
  .fm-News {
    margin-top: 13.333333333333334vw;
    padding: 6.4vw 0 7.466666666666668vw;
  }
  .fm-News_SectionTitleText {
    font-size: 1.8rem;
  }
  .fm-News_SectionTitleIcon {
    width: 4.8vw;
    height: 3px;
    margin: 4.266666666666667vw auto;
  }
  .fm-Btn {
    width: 78.66666666666666vw;
    border-radius: 1.333333333333333vw;
    padding: 3.2vw 0;
    margin: 10.666666666666668vw auto 0;
  }
  .fm-Btn::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 5.333333333333334vw;
  }
  .fm-BtnText {
    font-size: 1.5rem;
  }
  .js-BtnAc {
    padding: 4.266666666666667vw 0;
  }
  .fm-Category_Link2::after {
    width: 3.2vw;
    height: 1.6vw;
    right: 5.333333333333334vw;
  }
  .tp-Shop_Ac {
    margin-top: 3.733333333333334vw;
  }
  .tp-Shop_AcItem a {
    padding: 5.333333333333334vw 0;
  }
  .tp-Shop_AcItem a::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 5.333333333333334vw;
  }
  #floor_map {
    margin-top: -21.333333333333336vw;
    padding-top: 21.333333333333336vw;
  }
  .en-Section_Card {
    width: 90.66666666666666vw;
    margin-top: 8vw;
  }
  .en-Section_CardTitle {
    font-size: 3.2rem;
    margin: 0;
  }
  .en-Card {
    margin-top: 8.799999999999999vw;
  }
  .en-CardItem {
    margin-bottom: 21.333333333333336vw;
  }
  .en-CardItem_Head {
    margin-top: 5.333333333333334vw;
  }
  .en-CardItem_Icon {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
  }
  .en-CardItem_Floor {
    font-size: 2rem;
    margin-left: 2.933333333333333vw;
  }
  .en-CardItem_Name {
    font-size: 2rem;
    margin-top: 2.933333333333333vw;
  }
  .en-CardItem_Hours {
    margin-top: 5.333333333333334vw;
  }
  .en-Section_Menu {
    width: 90.66666666666666vw;
    margin-bottom: 26.666666666666668vw;
  }
  .en-Section_MenuTitle {
    font-size: 3.2rem;
  }
  .en-MenuItem {
    margin-top: 16vw;
  }
  .gu-Shop_Category {
    margin: 21.333333333333336vw auto 0;
    padding: 2.133333333333333vw 5.333333333333334vw 4.8vw;
  }
  .gu-Shop_CategoryItem {
    margin-top: 2.666666666666667vw;
  }
  .gu-Shop_CategoryItem:last-child .gu-Shop_CategoryIcon {
    width: 42.66666666666667vw;
    height: 10.4vw;
  }
  .gu-Shop_CategoryIcon {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
  }
  .gu-Shop_CategoryText {
    margin-left: 2.666666666666667vw;
    width: 29.333333333333332vw;
  }
  .fm-Category_Title {
    margin-top: 16vw;
  }
  .fm-Category_Lead {
    width: 90.66666666666666vw;
    margin: 5.333333333333334vw auto;
  }
}
