@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");

@font-face {
  font-family: "Trajan";
  src: url("../fonts/TrajanPro-Regular.ttf") format("truetype");
  font-display: swap;
}

/*--------------------
基本設定
---------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #403936;
  color: #d6d6d6;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body::before {
  background-image: url(../images/bg_common.png);
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
}

#wrap {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
  transition: all 0.4s;
}

ul,
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*--------------------
汎用設定
---------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*--------------------
header
---------------------*/
#header {
  margin: auto;
  padding: 22px 60px 0;
}

@media screen and (max-width: 1400px) {
  #header {
    padding: 22px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    background-color: #403936;
    height: 94px;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
}

.ginza #header {
  padding-bottom: 25px;
}

.header_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19.5px;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .header_top {
    border-bottom: none;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }
}
.header_top .summery {
  color: #d6d6d6;
  font-size: 10px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .header_top .summery {
    line-height: 1.4;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header_top .summery {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header_top .header_top-logo {
    padding-top: 8px;
    padding-left: 12px;
  }
}
.header_top .header_top-logo img {
  display: none;
}

@media screen and (max-width: 1245px) {
  .ginza .header_top .header_top-logo img {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .header_top .header_top-logo img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header_top .header_top-logo img {
    width: 282px;
  }
}

.header_top .header_right {
  display: flex;
}

@media screen and (max-width: 1245px) {
  .ginza .header_top .header_right {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header_top .header_right {
    display: none;
  }
}

.header_top-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header_top-nav {
    display: none;
  }
}
.header_top-nav li + li {
  margin-left: 20px;
}
.header_top-nav li a {
  display: flex;
}
#header #head_chinese {
  margin-left: 20px;
  width: 123px;
  height: 25px;
}
@media screen and (max-width: 1200px) {
  #header #head_chinese {
    position: absolute;
    right: 22%;
    bottom: -66%;
    margin-left: 0;
  }
}

.header_inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1245px) {
  .ginza .header_inner {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header_inner {
    display: none;
  }
}

.header_logo a {
  display: block;
}
@media screen and (max-width: 1400px) {
  .header_logo {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    display: none;
  }
}

.ginza .header_logo {
  margin-right: 10px;
  width: initial;
}

.header_inner .header_right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media screen and (max-width: 1245px) {
  .ginza .header_inner .header_right {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header_inner .header_right {
    display: block;
  }
}

.header_nav {
  margin-left: auto;
}
.header_nav-list {
  display: flex;
}
.header_nav-list > li + li {
  padding-left: 16px;
}
@media screen and (max-width: 1400px) {
  .header_nav-list > li {
    padding-left: 10px;
  }
}
.header_nav-list > li a {
  display: block;
  padding: 10px 0;
}
.header_inner .arrow {
  margin-left: 6px;
  vertical-align: middle;
}
.header_nav-drop {
  position: relative;
}
.header_nav-drop .header_nav-menu {
  visibility: hidden;
  opacity: 0;
  background-color: #312c29;
  padding: 26px;
  width: calc(100% + 30px);
  position: absolute;
  top: 35px;
  left: 0px;
  transition: all 0.2s ease;
  z-index: 100;
}
.header_nav-drop:hover .header_nav-menu {
  visibility: visible;
  opacity: 1;
}
.header_nav-drop .header_nav-menu li a {
  position: relative;
  padding: 0;
}
.header_nav-drop .header_nav-menu li a::after {
  background: url(../images/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: 0;
}
.header_nav-drop .header_nav-menu li {
  padding-bottom: 14px;
}
.header_nav-drop .header_nav-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 14px;
}
.header_nav-drop .header_nav-menu li:last-child {
  padding-bottom: 0;
}
.header_inner .btn {
  margin-left: 40px;
}
@media screen and (max-width: 1400px) {
  .header_inner .btn {
    margin-left: 20px;
  }
}
.header_inner .btn a {
  background-color: #958348;
  width: 180px;
  height: 60px;
}

.header_mobile,
#menu-content {
  display: none;
}

@media screen and (max-width: 1245px) {
  .ginza .header_mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0.35%;
  }
}

@media screen and (max-width: 1200px) {
  .header_mobile {
    display: block;
  }
}
.header_mobile-btn {
  background-color: #262322;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 100;
}
.header_mobile-btn span {
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.header_mobile-btn span:nth-of-type(1) {
  top: 22px;
}

.header_mobile-btn span:nth-of-type(2) {
  top: 29px;
}

.header_mobile-btn span:nth-of-type(3) {
  top: 36px;
}
.header_mobile-btn.active span:nth-of-type(1) {
  top: 20px;
  transform: translateY(6px) rotate(-45deg);
}

.header_mobile-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header_mobile-btn.active span:nth-of-type(3) {
  top: 32px;
  transform: translateY(-6px) rotate(45deg);
}
#menu-content {
  background-color: #262322;
  padding: 80px 40px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
#menu-content.active {
  display: block;
}
.header_mobile-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
}
.header_mobile-nav li {
  line-height: 2.6;
}
.header_mobile-nav li a {
  display: block;
  color: #d6d6d6;
  font-size: 16px;
  width: 100%;
}
.header_mobile-nav .pl {
  padding-left: 17px;
}
.header_mobile-nav .line {
  padding-left: 20px;
  position: relative;
}
.header_mobile-nav .line::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.header_mobile-icon {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px;
}
.header_mobile-icon li + li {
  margin-left: 24px;
}
.header_mobile .btn a {
  background-color: #958348;
}
@media screen and (max-width: 1200px) {
  .header_mobile .btn a {
    max-width: 295px;
    width: initial;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .header_mobile .btn a {
    max-width: initial;
    width: 100%;
  }
}

/*--パンくず--*/
div#pan_wrap {
  height: 25px;
  font-size: 10px;
  clear: both;
  padding-top: 5px;
  margin-bottom: 40px;
}

ul.pan {
  width: 1000px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}

ul.pan li {
  font-size: 10px;
  line-height: 25px;
  display: inline;
  padding-left: 3px;
}

ul.pan li.home {
  background-image: url(../images/pan_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  width: 35px;
}

ul.pan li a {
  color: #999;
  text-decoration: none;
  padding-right: 10px;
  background: url(../images/pan_bg.jpg) no-repeat right center;
}

ul.pan li a:hover {
  text-decoration: underline;
  color: #de2729;
}

/*--------------------
見出し設定
---------------------*/
.section_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: normal;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 40px;
  }
}
.section_title-en {
  font-family: Trajan;
  font-size: 34px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section_title-en {
    font-size: 30px;
  }
}

.section_title-ja {
  font-size: 15px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .section_title-ja {
    font-size: 13px;
  }
}

/*--------------------
ボタン
---------------------*/
.btn a {
  background-color: #887e5b;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: auto;
  padding-left: 30px;
  width: 360px;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 15px;
    width: 100%;
    height: 60px;
  }
}
.btn a::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 46px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.detail_link a {
  border-bottom: 1px solid #d6d6d6;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.detail_link a::after {
  background: url(../images/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: 0;
}

.fixedbtn {
  display: none;
  position: fixed;
  /* top: 45%; */
  right: 0;
  z-index: 10;
}
.fixedbtn a {
  background-color: #958348;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.3em;
  width: 74px;
  height: 240px;
  writing-mode: vertical-rl;
  position: relative;
}
.fixedbtn a::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 46px;
  height: 7px;
  position: absolute;
  /* top: 168px; */
  top: 214px;
  left: -10px;
}
.fixedbtn_reserve {
  top: 20%;
}
.fixedbtn_school {
  top: 54%;
}
@media screen and (max-width: 767px) {
  .fixedbtn_box {
    display: flex;
  }
  .fixedbtn {
    background-color: #262322;
    width: 100%;
    height: 60px;
    padding: 10px;
    top: initial;
    left: 0;
    right: initial;
    bottom: 0;
  }
  .fixedbtn a {
    font-size: 15px;
    justify-content: flex-start;
    letter-spacing: 0;
    padding-left: 10px;
    /* padding-left: 30px; */
    width: 100%;
    height: 42px;
    writing-mode: initial;
  }
  .fixedbtn a::after {
    /* width: 46px;
    height: 7px; */
    width: 26px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: initial;
    right: 9px;
    /* right: 30px; */
    transform: translateY(-50%);
  }
  .fixedbtn_reserve {
    width: 40%;
  }
  .fixedbtn_school {
    width: 60%;
    right: 0;
    left: unset;
  }
}

.page_top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
.page_top:hover {
  opacity: 0.75;
  transition: all 0.4s;
}
.page_top a {
  display: block;
}

/*--------------------
アニメーション
---------------------*/
.fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 2s, visibility 2s, transform 2s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*--------------------
contetns
---------------------*/
#contents {
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

/*--------------------
sns
---------------------*/
.sns {
  padding: 89px 0 200px;
}
.sns_list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
.sns_item {
  margin: initial;
  max-width: initial;
  width: 500px;
}
.sns_item + .sns_item {
  margin-left: 0;
}
.sns_item-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.instagram__items {
  margin-top: 1.875rem;
}
#sb_instagram {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  box-sizing: border-box;
}
#sb_instagram #sbi_images {
  width: 100%;
  line-height: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}
#sb_instagram.sbi_col_2 #sbi_images .sbi_item,
#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
  padding: 0 !important;
  width: 50%;
}
#sb_instagram #sbi_images .sbi_item {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: inherit !important;
  margin: 0 !important;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.5s;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_photo_wrap {
  position: relative;
}
.sbi_photo_wrap {
  margin-right: 0.75rem;
  overflow: hidden;
}
#sb_instagram #sbi_images .sbi_item:nth-child(3) .sbi_photo_wrap,
#sb_instagram #sbi_images .sbi_item:nth-child(4) .sbi_photo_wrap {
  margin-top: 1.2rem;
}
.sbi_photo_wrap .sbi-screenreader,
.sbi_photo_wrap .svg-inline--fa,
.instagram-items .sbi_header_text,
.instagram-items .sbi_header_img {
  display: none;
}
#sb_instagram .sbi_photo {
  display: block;
  text-decoration: none;
}
#sb_instagram a,
#sb_instagram a:active,
#sb_instagram a:focus,
#sb_instagram a:hover {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 50px 0 80px;
  }
  .sns_list {
    display: block;
  }
  .sns_item {
    width: initial;
  }
  .sns_item + .sns_item {
    margin: 40px auto 0;
  }
  #sb_instagram.sbi_col_2 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
    width: 48%;
  }
  .sbi_photo_wrap {
    margin-right: 0;
  }
}

/*--------------------
Google口コミ
---------------------*/
.review {
  padding: 100px 0 120px;
}
/* .review .wp-gr .wp-google-left,
.review .wp-gr.wpac .wp-google-name {
	display: none !important;
} */
.review .wp-gr.wpac .wp-google-name span {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .review {
    padding: 60px 0 80px;
  }
}

/*--------------------
ご予約・お問い合わせ
---------------------*/
.contact {
  background: url(../images/bg_contact.jpg) no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0 100px;
}
.contact_inner {
  margin: auto;
  max-width: 1200px;
  width: 95%;
}
.contact_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
}
.contact_item {
  margin-top: 60px;
  padding: 10px 19px;
  width: calc((100% - 26px) / 4);
}
.contact_item + .contact_item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.contact_item-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.contact_item-title-en {
  color: #887e5b;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.contact_item-title-ja {
  font-size: 26px;
  line-height: 1.42;
}
.contact_item-time,
.contact_item-tel {
  padding-left: 25px;
  position: relative;
}
.contact_item-time,
.contact_item-tel {
  margin-bottom: 10px;
}
.contact_item-time::before,
.contact_item-tel::before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact_item-time::before {
  background-image: url(../images/shop_clock.svg);
  width: 15px;
  left: 0;
}
.contact_item-tel::before {
  background-image: url(../images/shop_tel.svg);
  width: 11px;
  left: 2px;
}

.contact .btn {
  margin-bottom: 24px;
}
.contact .btn .reserve {
  background-color: #b48e12;
  max-width: 260px;
  width: initial;
  height: 50px;
}

.shop_item-area,
.shop_item-time,
.shop_item-tel {
  padding-left: 25px;
  position: relative;
}
.shop_item-time,
.shop_item-tel {
  line-height: 1.4;
  margin-bottom: 10px;
}
.shop_item-area::before,
.shop_item-time::before,
.shop_item-tel::before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.shop_item-area::before {
  background-image: url(../images/shop_area.svg);
  width: 11px;
  left: 2px;
}
.shop_item-time::before {
  background-image: url(../images/shop_clock.svg);
  width: 15px;
  top: 11px;
  left: 0;
}
.shop_item-tel::before {
  background-image: url(../images/shop_tel.svg);
  width: 11px;
  left: 2px;
}
.shop_item-map {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.46;
  margin-left: 19px;
  width: 48px;
  padding-bottom: 1.5px;
  position: relative;
}
.shop_item-map::after {
  background: url(../images/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 7px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0 60px;
  }
  .contact_inner {
    width: 90%;
  }
  .contact_list {
    display: block;
    margin-top: 0;
  }
  .contact_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    width: 100%;
  }
  .contact_item + .contact_item {
    border-left: none;
  }
  .contact .btn .reserve {
    max-width: initial;
    width: 100%;
  }
}

/*--------------------
footer
---------------------*/
.footer {
  background-color: #34312f;
  padding: 80px 0 50px;
  position: relative;
}
.footer_inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: auto;
  max-width: 1200px;
  padding-bottom: 50px;
  width: 95%;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 52px;
}
.footer_logo span {
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.footer_nav {
  display: flex;
}

.ginza .footer_nav {
  justify-content: space-between;
}

.footer_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 20px;
  margin-right: 50px;
}
.footer_item-title {
  font-size: 15px;
  margin-bottom: 16px;
}
.footer_list p {
  font-size: 13px;
  line-height: 1.54;
}
.footer_nav nav {
  display: flex;
}
.footer_link + .footer_link {
  margin-left: 45px;
}
.footer_link li {
  margin-bottom: 20px;
}
.footer_link a,
.ft_shop_list {
  font-size: 13px;
}
.footer_link .line {
  padding-left: 20px;
  position: relative;
}
.footer_link .line::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.footer_bottom {
  margin: auto;
  max-width: 1200px;
  padding-top: 50px;
  width: 95%;
}
.footer_bottom ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer_bottom li + li {
  margin-left: 30px;
}
.footer_bottom a {
  font-size: 13px;
}
.footer_bottom small {
  display: block;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 100px;
  }
  .page_top {
    bottom: 75px;
    right: 15px;
  }
  .page_top img {
    width: 50px;
    height: 50px;
  }
  .footer_inner {
    padding-bottom: 20px;
    width: 90%;
  }
  .footer_logo {
    margin-bottom: 40px;
  }
  .footer_logo span {
    font-size: 8px;
  }
  .footer_nav {
    display: block;
  }
  .footer_list {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer_list p {
    line-height: 1.8;
  }
  .footer_nav nav {
    display: block;
  }
  .footer_link + .footer_link {
    margin-left: 0;
  }
  .footer_bottom {
    padding-top: 30px;
    width: 90%;
  }
  .footer_bottom ul {
    flex-wrap: wrap;
    margin-top: -20px;
    padding-left: 70px;
  }
  .footer_bottom li {
    margin-top: 20px;
    width: 50%;
  }
  .footer_bottom li + li {
    margin-left: 0;
  }
}

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

margin

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

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

font

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

.fsize12 {
  font-size: 12px !important;
}

.fsize13 {
  font-size: 13px !important;
}

.fsize14 {
  font-size: 14px !important;
}

.fsize15 {
  font-size: 15px !important;
}

.fsize16 {
  font-size: 16px !important;
}

.fsize17 {
  font-size: 17px !important;
}

.fsize18 {
  font-size: 18px !important;
}

.fsize19 {
  font-size: 19px !important;
}

.fsize20 {
  font-size: 20px !important;
}

.fsize21 {
  font-size: 21px !important;
}

.fsize22 {
  font-size: 22px !important;
}

/* 2024/01/24追加 */
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  .header_mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  #breadcrumb {
    padding: 14px 20px !important;
  }
  .ginza .header_mobile {
    top: 0;
  }
  .ginza .header_top .header_top-logo img {
    width: 200px;
  }
}
