@charset "UTF-8";

img {
  vertical-align: bottom;
}

html[data-browse-mode="P"] .isPc {
  display: block;
}

html[data-browse-mode="P"] .isSp {
  display: none;
}

html[data-browse-mode="P"] .block-topic-path {
  padding: 38px 0 30px;
}

html[data-browse-mode="P"] .background_wrapper {
  background: #313332;
  color: #fff;
  padding: 30px 0 80px;
}

html[data-browse-mode="P"] .background_wrapper a {
  color: #fff;
}

html[data-browse-mode="P"] .inner {
  width: 1170px;
  margin: auto;
}

html[data-browse-mode="P"] h1.h1_ttl {
  font-family: "Cormorant Garamond", serif;
  color: #c0ad4b;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

html[data-browse-mode="P"] h1.h1_ttl span {
  font-size: 14px;
  font-weight: normal;
}

html[data-browse-mode="P"] h2.h2_ttl {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

html[data-browse-mode="P"] h2.h2_ttl:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #c0ad4b;
  margin: 0 auto 24px;
}

html[data-browse-mode="P"] h2.h2_ttl span {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  opacity: 0.3;
  margin-top: 8px;
}

html[data-browse-mode="P"] h3.h3_ttl {
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #c0ad4b;
  padding-left: 16px;
  line-height: 32px;
  margin: 0;
}

html[data-browse-mode="P"] ul.anchor_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 58px;
}

html[data-browse-mode="P"] ul.anchor_wrap a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: 1px solid #fff;
  width: 320px;
  height: 48px;
}

html[data-browse-mode="P"] ul.anchor_wrap a:after {
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 16px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

html[data-browse-mode="P"] .tokyo_shop_wrap {
  margin-top: 80px;
}

html[data-browse-mode="P"] .location_block#osaka {
  margin-top: 80px;
}

html[data-browse-mode="P"] .location_block#osaka .shop_img_slide {
  margin-top: 55px;
}

html[data-browse-mode="P"] .location_block#osaka .map {
  margin-top: 55px;
}

html[data-browse-mode="P"] .osaka_shop_wrap {
  margin-top: 56px;
}

html[data-browse-mode="P"] .other_block {
  margin-top: 55px;
}

html[data-browse-mode="P"] .other_block:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #fff;
  margin: auto;
}

html[data-browse-mode="P"] .other_block .grid_wrap {
  display: flex;
  margin-top: 80px;
  gap: 90px;
}

html[data-browse-mode="P"] .other_block .grid_wrap .inner_block {
  display: flex;
  gap: 32px;
  justify-content: end;
}

html[data-browse-mode="P"] .other_block .grid_wrap .inner_block .img_wrap {
  width: 368px;
}

html[data-browse-mode="P"] .other_block .inner_block .txt_wrap {
  margin-bottom: 32px;
}

html[data-browse-mode="P"] .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

html[data-browse-mode="P"] .flex_wrap .txt_wrap {
  width: 648px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

html[data-browse-mode="P"] .flex_wrap dl {
  font-size: 16px;
  margin-top: 11px;
}

html[data-browse-mode="P"] .flex_wrap dl .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
}

html[data-browse-mode="P"] .flex_wrap dl dt {
  width: 231px;
}

html[data-browse-mode="P"] .flex_wrap .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

html[data-browse-mode="P"] .gallery_wrap {
  margin-top: 80px;
}

html[data-browse-mode="P"] .gallery_wrap h3.h3_ttl+p {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
}

html[data-browse-mode="P"] .shop_img_slide {
  position: relative;
  margin-top: 40px;
}

html[data-browse-mode="P"] .shop_img_slide li {
  width: 368px;
  margin-right: 32px;
}

html[data-browse-mode="P"] .shop_img_slide li img {
  width: 100%;
}

html[data-browse-mode="P"] .shop_img_slide p {
  margin-top: 16px;
}

html[data-browse-mode="P"] .slick-arrow {
  position: absolute;
  top: 108px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.851);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

html[data-browse-mode="P"] .slick-arrow:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border: none;
  background: url("/img/usr/common/pagetop.png") no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

html[data-browse-mode="P"] .slick-prev {
  left: -20px;
}

html[data-browse-mode="P"] .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -20px;
}

html[data-browse-mode="P"] .map {
  margin-top: 75px;
}

html[data-browse-mode="S"] .pane-topic-path {
  margin: 75px 0 35px;
}

html[data-browse-mode="S"] .block-topic-path {
  background: transparent;
  margin: 0;
  padding: 0 15px;
}

html[data-browse-mode="S"] .block-topic-path .block-topic-path--item__current a {
  opacity: 0.4;
}

html[data-browse-mode="S"] .isPc {
  display: none;
}

html[data-browse-mode="S"] .isSp {
  display: block;
}

html[data-browse-mode="S"] .pane-topic-path {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
}

html[data-browse-mode="S"] .freepages_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html[data-browse-mode="S"] .background_wrapper {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  background: #313332;
  color: #fff;
  padding: 40px 0 57px;
}

html[data-browse-mode="S"] .background_wrapper a {
  color: #fff;
}

html[data-browse-mode="S"] h1.h1_ttl {
  font-family: "Cormorant Garamond", serif;
  color: #c0ad4b;
  font-size: 36px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 15px;
  line-height: 40px;
  margin-bottom: 33px;
}

html[data-browse-mode="S"] h1.h1_ttl span {
  font-size: 14px;
  font-weight: normal;
}

html[data-browse-mode="S"] h2.h2_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
}

html[data-browse-mode="S"] h2.h2_ttl:before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #c0ad4b;
  margin: 0 auto 16px;
}

html[data-browse-mode="S"] h2.h2_ttl span {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  opacity: 0.3;
  margin-top: 2px;
}

html[data-browse-mode="S"] h3.h3_ttl {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #c0ad4b;
  padding: 0;
  padding-left: 8px;
  line-height: 32px;
  margin: 0;
}

html[data-browse-mode="S"] ul.anchor_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
  padding: 0 15px;
}

html[data-browse-mode="S"] ul.anchor_wrap a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 3px;
  width: 100%;
  height: 56px;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 8px;
}

html[data-browse-mode="S"] ul.anchor_wrap a:after {
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

html[data-browse-mode="S"] .tokyo_shop_wrap {
  margin-top: 32px;
}

html[data-browse-mode="S"] .location_block#osaka {
  margin-top: 55px;
}

html[data-browse-mode="S"] .osaka_shop_wrap {
  margin-top: 32px;
}

html[data-browse-mode="S"] .other_block {
  margin-top: 57px;
  padding: 0 15px;
}

html[data-browse-mode="S"] .other_block:before {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #fff;
  margin: auto;
}

html[data-browse-mode="S"] .other_block .grid_wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  gap: 32px;
}

html[data-browse-mode="S"] .other_block .inner_block .txt_wrap {
  margin-bottom: 24px;
}

html[data-browse-mode="S"] .flex_wrap {
  padding: 0 15px;
}

html[data-browse-mode="S"] .flex_wrap dl {
  margin-top: 10px;
}

html[data-browse-mode="S"] .flex_wrap dl .block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
}

html[data-browse-mode="S"] .flex_wrap dl dt {
  width: 150px;
  font-weight: bold;
}

html[data-browse-mode="S"] .flex_wrap dl dd {
  margin-top: 11px;
  line-height: 24px;
}

html[data-browse-mode="S"] .flex_wrap .img_wrap {
  margin-top: 32px;
}

html[data-browse-mode="S"] .gallery_wrap {
  margin-top: 40px;
}

html[data-browse-mode="S"] .gallery_wrap h3.h3_ttl {
  margin: 0 15px;
}

html[data-browse-mode="S"] .gallery_wrap h3.h3_ttl+p {
  margin-top: 24px;
  padding: 0 15px;
  line-height: 24px;
}

html[data-browse-mode="S"] .gallery_wrap .shop_img_slide {
  margin-top: 24px;
}

html[data-browse-mode="S"] .shop_img_slide {
  margin-top: 32px;
  margin-left: 15px;
}

html[data-browse-mode="S"] .shop_img_slide li {
  width: 315px;
  margin-right: 15px;
}

html[data-browse-mode="S"] .shop_img_slide li img {
  width: 100%;
}

html[data-browse-mode="S"] .shop_img_slide p {
  margin-top: 16px;
}

html[data-browse-mode="S"] .slick-arrow {
  display: none;
}

html[data-browse-mode="S"] .map {
  margin-top: 40px;
  padding: 0 15px;
}

html[data-browse-mode="S"] .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 345/260;
}