#common-header {
  background: #ffffff;
  height: 500px;
  margin-bottom: 80px;
}
#common-header .wrap-inner {
  position: relative;
}
#common-header .wrap-inner .sub-common-key {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 500px;
  padding: 32px;
  text-align: center;
}
#common-header .wrap-inner .sub-common-key img.key-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#common-header .wrap-inner .sub-common-key p.key-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 10;
  text-align: center;
  mix-blend-mode: color-dodge;
}
#common-header .wrap-inner .sub-common-key p.key-text img.contact {
  width: 680px;
  height: auto;
}
#common-header .wrap-inner .sub-common-key p.key-text img.shop {
  width: 388px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #common-header .wrap-inner .sub-common-key p.key-text img.contact {
    width: 70%;
  }
  #common-header .wrap-inner .sub-common-key p.key-text img.shop {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #common-header .wrap-inner .sub-common-key {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  #common-header {
    margin-bottom: 40px;
  }
}

#global-header {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#global-header h1 a {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ffffff;
}
#global-header h1 a img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #global-header h1 {
    width: 100%;
    text-align: center;
  }
  #global-header h1 a {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    padding: 16px;
  }
  #global-header h1 a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #global-header h1 {
    width: 100%;
    text-align: center;
  }
  #global-header h1 a {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}

#toggle-navi {
  width: 32px;
  height: 150px;
  background: rgba(37, 37, 37, 0.7);
  position: absolute;
  top: 0;
  left: 152px;
  z-index: 5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
#toggle-navi span {
  display: inline-block;
  text-align: center;
}
#toggle-navi span img.text {
  width: 80%;
  height: auto;
}
#toggle-navi span img.cursor {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #toggle-navi {
    display: none;
  }
}

#toggle-navi {
  width: 32px;
  height: 150px;
  background: rgba(37, 37, 37, 0.7);
  position: absolute;
  top: 0;
  left: 152px;
  z-index: 5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
#toggle-navi span {
  display: inline-block;
  text-align: center;
}
#toggle-navi span img.text {
  width: 80%;
  height: auto;
}
#toggle-navi span img.cursor {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #toggle-navi {
    display: none;
  }
}

#global-navi {
  position: absolute;
  top: 0;
  left: 186px;
  width: 0;
  overflow: hidden;
  background: rgba(37, 37, 37, 0.55);
  transition: all .5s ease-in-out;
}
#global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#global-navi ul li {
  width: 100%;
}
#global-navi ul li a {
  text-align: center;
  display: block;
  height: 50px;
  padding: 50px 0;
  transition: all .6s ease;
}
#global-navi ul li a span {
  color: #ffffff;
  font-weight: bold;
  width: 100%;
}
#global-navi ul li a span.ja {
  font-size: 1em;
  letter-spacing: .15em;
}
#global-navi ul li a span.en {
  font-size: 1em;
  letter-spacing: .1rem;
}
#global-navi ul li a:hover {
  background: rgba(212, 166, 35, 0.8);
}
#global-navi ul li a:hover span {
  color: #252525;
}
@media screen and (max-width: 1280px) {
  #global-navi ul li a span.ja {
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  #global-navi ul li a span.en {
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
}
#global-navi.toggle {
  width: 86%;
}
@media screen and (max-width: 1280px) {
  #global-navi.toggle {
    width: 84%;
  }
}
@media screen and (max-width: 1024px) {
  #global-navi {
    display: none;
  }
}

#utility {
  width: 300px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
#utility h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
#utility dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
}
#utility dl div:nth-child(1) {
  border-bottom: 1px solid #ffffff;
}
#utility dl div dt {
  width: 23%;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 4px 14px;
  font-size: 1.35rem;
  font-weight: bold;
  color: #ffffff;
  text-emphasis: accent;
}
@media screen and (max-width: 1280px) {
  #utility dl div dt {
    font-size: 1.1rem;
  }
}
#utility dl div dd {
  width: 75%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 8px 10px;
}
#utility dl div dd a {
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  #utility dl div dd {
    padding: 8px;
  }
  #utility dl div dd a {
    font-size: 1.5rem;
  }
}
#utility dl div dd.snslink a {
  display: inline-block;
  margin-right: 2px;
}
#utility dl div dd.snslink a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #utility {
    display: none;
  }
}

#main .content-header {
  width: 1000px;
  margin: 0 auto 48px;
}
#main .content-header h2 {
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#main .content-header h2 span {
  display: inline-block;
  letter-spacing: .35rem;
}
#main .content-header h2 span.en {
  line-height: 1;
  font-size: 1.6em;
  font-weight: bold;
}
#main .content-header h2 span.ja {
  font-size: 1.8rem;
  color: #D8B623;
}
#main .content-header p.desc {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .content-header {
    width: 95%;
  }
  #main .content-header h2 span {
    display: inline-block;
    letter-spacing: .35rem;
  }
  #main .content-header h2 span.en {
    line-height: 1;
    font-size: 1.2em;
    font-weight: bold;
  }
  #main .content-header h2 span.ja {
    font-size: 1.4rem;
    color: #D8B623;
  }
  #main .content-header p.desc {
    width: 100%;
    font-size: 1em;
  }
}

.page-common-access .access-map {
  width: 100%;
  height: 400px;
}
.page-common-access .access-map iframe {
  width: 100%;
  height: 100%;
}

#global-footer {
  background: #252425;
}
#global-footer h1 {
  text-align: center;
}
#global-footer h1 a {
  margin: 0 auto;
  position: relative;
  top: -75px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#global-footer h1 a img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #global-footer h1 a {
    width: 100px;
    height: 100px;
    top: -50px;
    padding: 10px;
  }
  #global-footer h1 a img {
    width: 100%;
    height: auto;
  }
}
#global-footer div.shop-desc {
  position: relative;
  top: -50px;
}
#global-footer div.shop-desc h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#global-footer div.shop-desc p {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #global-footer div.shop-desc {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  #global-footer div.shop-desc p {
    font-size: 1.3rem;
    width: 95%;
    margin: 0 auto;
  }
}
#global-footer .fnavi {
  width: 950px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
#global-footer .fnavi ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin-top: 24px;
}
#global-footer .fnavi ul li {
  width: 100%;
}
#global-footer .fnavi ul li a {
  text-align: center;
  display: block;
}
#global-footer .fnavi ul li a span {
  color: #ffffff;
  font-weight: bold;
}
#global-footer .fnavi ul li a span.ja {
  font-size: 1.1em;
  letter-spacing: .25rem;
}
#global-footer .fnavi ul li a span.en {
  font-size: .8em;
  letter-spacing: .25rem;
}
@media screen and (max-width: 1024px) {
  #global-footer .fnavi {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .fnavi {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .fnavi {
    display: none;
  }
}
#global-footer .bn-area {
  width: 750px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-footer .bn-area p {
  width: 320px;
  height: 105px;
  background: #E6E6E6;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #global-footer .bn-area {
    width: 95%;
    display: block;
  }
  #global-footer .bn-area p {
    margin: 0 auto;
    width: 300px;
  }
}
#global-footer .copy {
  text-align: center;
  padding: 100px 0 64px;
}
#global-footer .copy small {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #global-footer .copy {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .copy {
    padding-bottom: 120px;
  }
}

.move-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .move-btn {
    display: block;
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .move-btn a {
    display: inline-block;
    width: 275px;
    height: 82px;
  }
  .move-btn a img {
    width: 100%;
    height: auto;
  }
}

#main {
  background: url(../shop/svg/shop-main-bg.svg) no-repeat;
  background-size: 100% 100%;
}

#shop {
  margin-bottom: 80px;
}

.key-page {
  width: 1000px;
  margin: 0 auto 80px;
}
.key-page .swiper-container .swiper-wrapper {
  margin-bottom: 80px;
}
.key-page .swiper-container .swiper-wrapper div.swiper-slide {
  width: 1000px;
  height: 500px;
  background: #F2F2F2;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.key-page .swiper-container div.slide-thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.key-page .swiper-container div.slide-thumb span {
  display: block;
  background: #ffffff;
}
.key-page .swiper-container div.slide-thumb span.swiper-pagination-bullet {
  width: 130px;
  height: 130px;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .key-page {
    width: 95%;
  }
  .key-page .swiper-container .swiper-wrapper {
    margin-bottom: 24px;
  }
  .key-page .swiper-container .swiper-wrapper div.swiper-slide {
    height: auto;
  }
  .key-page .swiper-container .swiper-wrapper div.swiper-slide img {
    vertical-align: bottom;
  }
  .key-page .swiper-container div.slide-thumb {
    width: 100%;
  }
  .key-page .swiper-container div.slide-thumb span {
    display: block;
    background: #ffffff;
  }
  .key-page .swiper-container div.slide-thumb span.swiper-pagination-bullet {
    width: 100px;
    height: 100px;
  }
  .key-page .swiper-container div.slide-thumb span.swiper-pagination-bullet img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .key-page .swiper-container .swiper-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
  .key-page .swiper-container .swiper-wrapper div.swiper-slide {
    height: auto;
    width: 100%;
  }
  .key-page .swiper-container .swiper-wrapper div.swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .key-page .swiper-container div.slide-thumb {
    width: 100%;
  }
  .key-page .swiper-container div.slide-thumb span {
    display: block;
    background: none;
  }
  .key-page .swiper-container div.slide-thumb span.swiper-pagination-bullet {
    width: 100px;
    height: 100px;
    background: none;
  }
  .key-page .swiper-container div.slide-thumb span.swiper-pagination-bullet img {
    width: 100%;
    height: auto;
  }
}

.shop-gaiyou {
  width: 1000px;
  margin: 0 auto 80px;
  padding: 20px;
  background: #F9F9F9;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.shop-gaiyou .box-header {
  text-align: center;
  margin-bottom: 24px;
}
.shop-gaiyou .box-header h2 {
  color: #252525;
  font-size: 3.8rem;
  font-weight: bold;
}
.shop-gaiyou div.box-key {
  margin-bottom: 40px;
}
.shop-gaiyou div.box-key img {
  width: 100%;
  height: auto;
}
.shop-gaiyou div.box-desc {
  width: 80%;
  margin: 0 auto 24px;
}
.shop-gaiyou div.box-desc p {
  line-height: 1.8;
  letter-spacing: .15em;
}
.shop-gaiyou div.box-desc p:nth-child(1) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .shop-gaiyou {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .shop-gaiyou .box-header h2 {
    font-size: 2.4rem;
  }
  .shop-gaiyou div.box-desc {
    width: 100%;
  }
}

.shop-info {
  width: 1000px;
  margin: 0 auto 80px;
  padding: 20px 40px;
  background: #F9F9F9;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.shop-info .box-header {
  margin-bottom: 32px;
}
.shop-info .box-header h3 {
  font-size: 5rem;
  font-weight: bold;
  color: #252525;
  border-bottom: 2px solid #252525;
  padding-bottom: 2px;
}
.shop-info .box-header h3:first-letter {
  font-size: 10rem;
  color: #D8B623;
}
.shop-info .info-area dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.shop-info .info-area dl div dt {
  width: 25%;
  font-weight: bold;
  letter-spacing: .15em;
}
.shop-info .info-area dl div dd {
  width: 75%;
  border-left: 1px solid #ccc;
  padding: 12px 24px;
}
.shop-info .info-area dl div dd ul li {
  padding: 8px 0;
  font-weight: bold;
}
.shop-info .info-area dl div dd div {
  letter-spacing: .15em;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shop-info {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .shop-info {
    padding: 10px;
  }
  .shop-info .box-header {
    margin-bottom: 32px;
  }
  .shop-info .box-header h3 {
    font-size: 1.8rem;
  }
  .shop-info .box-header h3:first-letter {
    font-size: 5rem;
  }
  .shop-info .info-area dl div {
    display: block;
    margin-bottom: 8px;
  }
  .shop-info .info-area dl div dt {
    width: 100%;
    background: #efefef;
    padding: 8px 14px;
  }
  .shop-info .info-area dl div dd {
    width: 100%;
    border: none;
    padding: 12px 0;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 10px;
    padding-top: 16px;
  }
  .shop-info .info-area dl div dd ul li {
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 13px;
    padding: 4px 0;
  }
  .shop-info .info-area dl div dd div {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: normal;
  }
}

/*# sourceMappingURL=shop.css.map */
