body {
  overflow: hidden;
}

body.add_loader {
  overflow: visible;
}

main {
  overflow: inherit;
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #f4f2ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .loader .loader-logo {
    width: 70vw;
    margin: 0 auto;
  }
}

@keyframes loader {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    visibility: hidden;
  }
}

.add_loader .loader {
  animation-name: loader;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.intro-wrapper {
  height: 100vh;
  position: relative;
}

.reveal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
}

.masked-bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/index/key.jpg");
  background-size: cover;
  background-position: center;
  mask-image: url("../img/index/mono2.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 33%;
  -webkit-mask-image: url("../img/index/mono2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 33%;
  transition: mask-size 0.2s ease;
}

.mask-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
  height: 33vw;
  background: #f4f2ee;
  border-radius: 50%;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 12.666666666666666vw;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
  white-space: nowrap;
  color: #6e5142;
  z-index: -1;
  margin-left: -8vw;
}

.title span {
  display: block;
  filter: blur(0);
  translate: 0 0;
  transition: 0.8s ease-out;
  pointer-events: auto;
}

.has-nav .title span {
  opacity: 0;
  filter: blur(8px);
  translate: 0 30px;
  transition: 0.8s ease-out;
  transition-property: opacity, filter, translate;
}

@media screen and (max-width: 767px) {
  header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
  }
}

@media screen and (min-width: 768px) {
  header {
    z-index: 9;
  }
  .masked-bg {
    mask-size: 606px;
    -webkit-mask-size: 606px;
  }
  .mask-img {
    width: 606px;
    height: 606px;
  }
  .title {
    font-size: 12.741666666666667vw;
    margin-left: -9vw;
  }
}

#news {
  position: relative;
  z-index: 1;
  padding: 15vw 0;
}

#news:after {
  content: '';
  border-bottom: 1px solid #8a877c;
  position: absolute;
  left: 3.3333333333333335vw;
  right: 3.3333333333333335vw;
  bottom: 0;
}

#news h2 {
  font-size: 9.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 7vw;
}

#news .insta {
  width: 7.2vw;
  position: absolute;
  right: 6.4vw;
  top: 0vw;
  z-index: 1;
}

#news #feed {
  margin-bottom: 10vw;
}

#news #feed .item {
  width: 100%;
  display: table;
}

#news #feed .item .photo {
  width: 29.333333333333332vw;
  display: table-cell;
  vertical-align: middle;
}

#news #feed .item .photo a {
  display: block;
}

#news #feed .item .photo a span {
  transition: 0.3s all ease-in-out;
}

#news #feed .item dl {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6.666666666666667vw;
  line-height: 20px;
}

#news #feed .item dl dt {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

#news #feed .item dl dd {
  font-size: 13px;
}

#news #feed .item + .item {
  margin-top: 3.466666666666667vw;
}

#news .btn-common {
  width: 66.66666666666667vw;
}

#news .btn-common a {
  padding: 3.467vw;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  #news #feed .item .photo span {
    width: 100% !important;
    height: 0 !important;
    padding-top: 29.333333333333332vw;
  }
}

@media only screen and (min-width: 768px) {
  #news {
    padding: 100px 0 78px;
  }
  #news:after {
    width: 1200px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #news h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
  }
  #news .insta {
    width: 23px;
    right: auto;
    left: 145px;
    top: -6px;
  }
  #news #feed {
    max-width: 902px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 67px;
  }
  #news #feed .item {
    width: 256px;
    display: block;
    position: relative;
    padding-top: 38px;
  }
  #news #feed .item .photo {
    width: 100%;
    display: block;
    margin-bottom: 28px;
  }
  #news #feed .item .photo a:hover span {
    opacity: 0.7;
  }
  #news #feed .item dl {
    display: block;
    padding-left: 0;
    line-height: 26px;
    min-height: 52px;
  }
  #news #feed .item dl dt {
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    top: -6px;
    left: 0;
  }
  #news #feed .item dl dd {
    font-size: 14px;
  }
  #news #feed .item dl dd a:hover {
    text-decoration: underline;
  }
  #news #feed .item + .item {
    margin-top: 0;
  }
  #news .btn-common {
    width: 133px;
    position: absolute;
    left: 23px;
    top: 92px;
    z-index: 1;
  }
  #news .btn-common a {
    font-size: 13px;
    line-height: 25px;
    padding: 4px 10px 4px 0px;
  }
  #news .btn-common a:after {
    width: 8px;
    right: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  #news #feed {
    column-gap: 35px;
  }
}

#lead {
  position: relative;
  z-index: 0;
  padding: 11.466666666666667vw 0 1vw;
}

#lead:before {
  content: '';
  width: 115.2vw;
  height: 110vw;
  background-image: url("../img/index/lead_txt.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 17.733333333333334vw;
  top: -14.266666666666667vw;
  z-index: -1;
}

#lead .eng-ttl {
  margin-bottom: 11.466666666666667vw;
}

#lead .blk1 {
  margin-bottom: 16.666666666666668vw;
}

#lead .blk1 h2 {
  margin-bottom: 7vw;
}

#lead .blk1 h2 small {
  margin-bottom: 2vw;
}

#lead .blk1 .col-text .txt {
  margin-bottom: 10vw;
}

@media only screen and (max-width: 767px) {
  #lead .lead-loop p {
    width: 390vw;
  }
}

@media only screen and (min-width: 768px) {
  #lead {
    padding: 112px 0 52px;
  }
  #lead:before {
    width: 1168px;
    height: 1110px;
    left: calc(50% - 1015px);
    top: -157px;
  }
  #lead .eng-ttl {
    margin: 0 0 50px 9px;
  }
  #lead .blk1 {
    margin-bottom: 75px;
  }
  #lead .blk1 h2 {
    margin-bottom: 0;
    letter-spacing: -0.05em;
  }
  #lead .blk1 h2 small {
    letter-spacing: 0.03em;
    margin-bottom: 6px;
  }
  #lead .blk1 .col-text {
    width: 566px;
    margin: 16px 10px 0 0;
  }
  #lead .blk1 .col-text .txt {
    margin-bottom: 92px;
  }
  #lead .blk1 .col-text .btn-common {
    margin: 0 0 0 -8px;
  }
}

#reco .gallery {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 2vw;
  position: relative;
  height: 96vw;
  transition: height 0.3s ease;
}

#reco .item-wrapper {
  width: 61vw;
  height: 64vw;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

#reco .item-wrapper img {
  width: 96vw;
  height: 96vw;
  object-fit: cover;
  transition: transform 0.3s;
  transform-origin: center center;
}

#reco .wrap-big {
  padding: 21vw 6.4vw 24.4vw;
}

#reco .eng-ttl {
  margin-bottom: 12vw;
}

#reco h2 {
  margin-bottom: 7vw;
  position: relative;
  z-index: 1;
}

#reco .txt {
  margin-bottom: 5vw;
}

#reco .btn-common {
  position: relative;
  z-index: 1;
}

#reco .dish1 {
  width: 44vw;
  position: absolute;
  top: -10vw;
  right: -4vw;
}

#reco .dish2 {
  width: 44vw;
  position: absolute;
  bottom: -2vw;
  left: -5vw;
}

@media only screen and (min-width: 768px) {
  #reco .gallery {
    gap: 16px;
    height: 720px;
  }
  #reco .item-wrapper {
    width: 460px;
    height: 480px;
  }
  #reco .item-wrapper img {
    width: 100%;
    height: 720px;
  }
  #reco .wrap-big {
    padding: 88px 20px 219px;
  }
  #reco .eng-ttl {
    margin: 0 0 57px 4px;
  }
  #reco h2 {
    margin-bottom: 68px;
  }
  #reco .txt {
    text-align: center;
    margin-bottom: 78px;
    position: relative;
    z-index: 1;
  }
  #reco .btn-common {
    margin: 0 auto;
  }
  #reco .dish1 {
    width: 569px;
    top: -7px;
    right: calc(50% - 853px);
  }
  #reco .dish2 {
    width: 569px;
    bottom: 40px;
    left: calc(50% - 797px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #reco .dish1 {
    right: calc(50% - 764px);
  }
  #reco .dish2 {
    left: calc(50% - 760px);
  }
}

.h2-eng {
  line-height: 1.2;
}

.h2-eng small {
  font-size: 9.333333333333334vw;
  letter-spacing: 0;
}

.h2-eng span {
  font-size: 13.333333333333334vw;
  letter-spacing: 0;
  margin-left: 6vw;
}

@media only screen and (min-width: 768px) {
  .h2-eng small {
    font-size: 72px;
  }
  .h2-eng span {
    font-size: 96px;
    margin-left: 40px;
  }
}

#wine {
  position: relative;
  z-index: 1;
  padding-bottom: 13vw;
  margin-bottom: 14.4vw;
}

#wine:after {
  content: '';
  width: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#wine .wrap {
  padding: 0;
}

#wine .img {
  margin-bottom: 3vw;
}

#wine .img img {
  height: 80vw;
}

#wine .col-text {
  padding: 0 6.4vw;
}

#wine .col-text h2 {
  margin-bottom: 5vw;
}

#wine .col-text h3 {
  margin-bottom: 5vw;
}

#wine .col-text .txt {
  margin-bottom: 7vw;
}

@media only screen and (min-width: 768px) {
  #wine {
    padding-bottom: 82px;
    margin-bottom: 130px;
  }
  #wine:after {
    width: 804px;
    right: calc(50% - 709px);
    top: 127px;
  }
  #wine .img {
    width: 702px;
    margin: 0px 0 0 -174px;
  }
  #wine .img img {
    height: auto;
  }
  #wine .col-text {
    width: 460px;
    padding: 0;
    margin: 52px -68px 0 0;
  }
  #wine .col-text h2 {
    margin: 0 -30px 63px auto;
  }
  #wine .col-text h3 {
    text-align: left;
    margin-bottom: 42px;
  }
  #wine .col-text .txt {
    margin: 0 -10px 79px 7px;
  }
  #wine .col-text .btn-common {
    margin: 0 0 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  #wine .col-text {
    margin-right: -25px;
  }
  #wine .col-text h2 {
    margin-right: 20px;
  }
}

#time {
  position: relative;
  z-index: 0;
  padding-bottom: 17vw;
  margin-bottom: 28vw;
}

#time:after {
  content: '';
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#time .wrap {
  padding: 0;
}

#time .img {
  margin-bottom: 3vw;
}

#time .img img {
  height: 80vw;
}

#time .col-text {
  padding: 0 6.4vw;
}

#time .col-text h2 {
  margin: 0 -4vw 5vw 0;
}

#time .col-text h3 {
  margin-bottom: 5vw;
}

#time .col-text .txt {
  margin-bottom: 7vw;
}

#time .deco {
  width: 34vw;
  position: absolute;
  bottom: -18vw;
  right: -1vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #time {
    padding-bottom: 82px;
    margin-bottom: 165px;
  }
  #time:after {
    width: 804px;
    left: calc(50% - 709px);
    top: 127px;
  }
  #time .img {
    order: 2;
    width: 702px;
    margin: 0px -172px 0 0;
  }
  #time .img img {
    height: auto;
  }
  #time .col-text {
    order: 1;
    width: 436px;
    padding: 0;
    margin: 52px 0 0 -62px;
  }
  #time .col-text h2 {
    text-align: left;
    margin: 0 0 61px -75px;
  }
  #time .col-text h3 {
    text-align: left;
    margin-bottom: 42px;
  }
  #time .col-text .txt {
    margin-bottom: 80px;
  }
  #time .col-text .btn-common {
    margin: 0 0 0 8px;
  }
  #time .deco {
    width: 243px;
    bottom: auto;
    right: auto;
    top: -356px;
    left: calc(50% - 449px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #time .col-text h2 {
    margin-left: calc(-50vw + 132%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #time .col-text h3,
  #time .col-text .txt,
  #time .col-text .btn-common {
    margin-left: 45px;
  }
  #time .col-text .txt {
    margin-right: -45px;
  }
}

#floor {
  padding-bottom: 20vw;
}

#floor .wrap {
  padding: 0;
}

#floor h2 {
  letter-spacing: 0.2em;
  margin: 0 auto;
  white-space: nowrap;
}

#floor .txt-deco {
  width: 29vw;
  margin: -4vw 0 -33vw auto;
  position: relative;
  z-index: 2;
}

#floor .moon-deco {
  width: 63.2vw;
  position: absolute;
  left: -15.7vw;
  top: 77vw;
}

#floor .inner {
  padding: 0 6.4vw;
}

#floor .eng-ttl {
  margin-bottom: 5vw;
}

#floor h3 {
  margin-bottom: 8vw;
  letter-spacing: 0.2em;
}

#floor .blk .txt {
  margin-bottom: 8vw;
}

#floor .blk .floormap {
  background: #fff;
  position: relative;
  padding: 8.67vw 12vw 8.534vw 9vw;
}

#floor .blk .floormap .sttl {
  font-size: 9.333333333333334vw;
  letter-spacing: 0;
  line-height: 10vw;
  position: absolute;
  left: -2vw;
  bottom: -5vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #floor {
    padding-bottom: 167px;
  }
  #floor h2 {
    padding-right: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  #floor .wrap {
    padding: 93px 0 0;
  }
  #floor .txt-deco {
    width: 222px;
    margin: 0;
    position: absolute;
    top: -89px;
    right: -146px;
  }
  #floor .moon-deco {
    width: 759px;
    left: -455px;
    top: 42px;
  }
  #floor .inner {
    padding: 0;
  }
  #floor .eng-ttl {
    position: absolute;
    right: -100px;
    top: 1041px;
    text-align: right;
    margin: 0;
  }
  #floor h3 {
    margin-bottom: 0;
    position: absolute;
    top: 1241px;
    right: -87px;
  }
  #floor .blk {
    margin-top: 182px;
  }
  #floor .blk .txt {
    order: 2;
    width: 525px;
    margin: 80px -82px 0 0;
  }
  #floor .blk .floormap {
    order: 1;
    width: 578px;
    margin: -122px 0 0 -100px;
    padding: 58px 0 55px 58px;
  }
  #floor .blk .floormap .sttl {
    font-size: 60px;
    line-height: 60px;
    left: -44px;
    bottom: -42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1310px) {
  #floor .blk .floormap {
    margin-left: -50px;
  }
  #floor .blk .floormap .sttl {
    left: 15px;
  }
  #floor .blk .txt {
    width: 460px;
    margin-right: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #floor .eng-ttl,
  #floor h3 {
    right: calc(-50vw + 53%);
  }
}

@-webkit-keyframes mask {
  0% {
    width: 0%;
    transform: scale(1.2);
  }
  100% {
    width: 100%;
    transform: scale(1) translateX(0);
  }
}

@keyframes mask {
  0% {
    width: 0%;
    transform: scale(1.2);
  }
  100% {
    width: 100%;
    transform: scale(1) translateX(0);
  }
}

.floor-slider {
  position: relative;
}

.floor-slider .slide-style {
  width: 1037px;
  overflow: hidden;
  position: relative;
  transform: scale(0.5);
  transform-origin: center center;
}

.floor-slider .slide-style .img {
  height: 698px;
}

.floor-slider .slide-style .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.floor-slider .slide-style .img:not(:first-child) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.floor-slider .slide-style .img:first-child {
  position: relative;
}

.floor-slider .slide-style .img.active {
  z-index: 2;
}

.floor-slider .slide-style .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  animation: mask 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  z-index: 5;
  will-change: width, transform;
}

.floor-slider .slide-style .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.floor-slider .slide-style.onchange .mask {
  animation-play-state: running;
}

.floor-slider .thumb-style {
  width: 1035px;
  height: 265px;
  display: flex;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.3s all ease;
}

.floor-slider .thumb-style .thumb {
  width: 340px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
}

.floor-slider .thumb-style .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.floor-slider .thumb-style .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  animation: mask 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  z-index: 5;
}

.floor-slider .thumb-style .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.floor-slider .thumb-style .thumb.active {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.floor-slider .thumb-style.onchange .thumb {
  pointer-events: none;
}

.floor-slider .thumb-style.onchange .mask {
  animation-play-state: running;
}

.floor-slider .slide-thumb.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .floor-slider {
    margin: 0 0 10vw;
  }
  .floor-slider .slide-style {
    width: 100%;
    height: 74vw;
  }
  .floor-slider .slide-style .img {
    height: 100%;
  }
  .floor-slider .thumb-style {
    width: 100vw;
    height: 26vw;
    margin: -6.67vw 0 0 34vw;
  }
  .floor-slider .thumb-style .thumb {
    width: 32.64vw;
    margin-right: 1vw;
  }
}

@media only screen and (min-width: 768px) {
  .floor-slider .slide-style {
    transform: scale(0.34, 0.32);
    transform-origin: top center;
    right: -304px;
  }
  .floor-slider .thumb-style {
    position: absolute;
    left: 560px;
    top: 615px;
  }
  .floor-slider .thumb-style .thumb {
    transition: 0.3s all ease-in-out;
  }
  .floor-slider .thumb-style .thumb:hover {
    opacity: 0.8;
  }
}

#shopinfo .bg-para {
  height: 66.67vw;
}

#shopinfo .inner {
  padding: 0 6.4vw;
}

#shopinfo .col-right {
  padding: 14vw 0 0;
}

#shopinfo .col-right .logo {
  width: 162px;
  margin: 0 auto 20px;
}

#shopinfo .col-right .logo-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
}

#shopinfo .col-right .tel {
  margin-bottom: 20px;
}

#shopinfo .col-right .reserve-btn {
  margin-bottom: 31px;
}

#shopinfo .col-right .insta {
  width: 30px;
  margin: 0 auto 35px;
}

#shopinfo .col-right .info {
  margin-bottom: 14vw;
}

#shopinfo .col-right .info dl {
  border-bottom: 1px dotted #302f2b;
  line-height: 25px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#shopinfo .col-right .info dl dd {
  padding-left: 15px;
}

#shopinfo .col-right .info dl dd img {
  width: 11px;
  height: auto;
  margin: -4px 4px 0 6px;
}

#shopinfo .gmap {
  margin-bottom: 17vw;
}

#shopinfo .gmap .sp {
  position: relative;
  height: 480px;
  margin-bottom: 10.666666666666666vw;
}

#shopinfo .gmap .sp iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: grayscale(100%);
}

#shopinfo .gmap .btn-common {
  width: 66.66666666666667vw;
}

#shopinfo .gmap .btn-common a {
  text-transform: none;
}

#shopinfo .gmap .btn-common a img {
  width: 2.933333333333333vw;
  margin: -1vw 4vw 0 0;
  filter: brightness(0) invert(1);
}

#shopinfo .gmap .btn-common a:after {
  display: none;
}

#shopinfo .access {
  padding-bottom: 20vw;
}

#shopinfo .access .ttl {
  border-bottom: 1px solid;
  font-size: 4.8vw;
  line-height: 1.2;
  padding-bottom: 1.5vw;
  margin-bottom: 8.533333333333333vw;
}

#shopinfo .access .ttl span {
  letter-spacing: 0.05em;
}

#shopinfo .access .ttl small {
  font-size: 4.8vw;
  letter-spacing: 0.2em;
}

#shopinfo .access .map-img {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 768px) {
  #shopinfo .bg-para {
    height: 622px;
  }
  #shopinfo .inner {
    max-width: calc(50% + 600px);
    width: 95%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #shopinfo .col-map {
    width: calc(100% - 600px);
    height: 100vh;
    position: sticky;
    top: 0;
  }
  #shopinfo .col-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(100%);
  }
  #shopinfo .col-right {
    width: 600px;
    padding: 121px 0 0 92px;
  }
  #shopinfo .col-right .logo {
    width: 231px;
    margin: 0 auto 33px;
  }
  #shopinfo .col-right .logo-txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 34px;
  }
  #shopinfo .col-right .tel {
    margin-bottom: 29px;
  }
  #shopinfo .col-right .tel small {
    font-size: 18px;
    margin-bottom: 22px;
  }
  #shopinfo .col-right .tel span {
    font-size: 32px;
  }
  #shopinfo .col-right .tel span img {
    margin: -4px 5px 0 0;
  }
  #shopinfo .col-right .reserve-btn {
    max-width: 300px;
    margin: 0 auto 26px;
  }
  #shopinfo .col-right .reserve-btn a {
    font-size: 20px;
    padding: 22px 4px 26px 10px;
  }
  #shopinfo .col-right .reserve-btn a img {
    width: 22px;
    margin-right: 18px;
  }
  #shopinfo .col-right .insta {
    width: 34px;
    margin: 0 auto 71px;
  }
  #shopinfo .col-right .info {
    margin-bottom: 70px;
  }
  #shopinfo .col-right .info dl {
    width: 100%;
    display: table;
    line-height: 26px;
    letter-spacing: 0;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  #shopinfo .col-right .info dl dt {
    width: 133px;
    display: table-cell;
    padding-left: 11px;
  }
  #shopinfo .col-right .info dl dd {
    display: table-cell;
    padding-left: 0px;
  }
  #shopinfo .col-right .info dl dd img {
    width: 12px;
    margin: -2px 9px 0 8px;
  }
  #shopinfo .col-right .info dl dd a:hover {
    text-decoration: underline;
  }
  #shopinfo .col-right .info dl dd a:hover img {
    opacity: 1 !important;
  }
  #shopinfo .gmap {
    margin-bottom: 123px;
  }
  #shopinfo .gmap .btn-common {
    width: 300px;
    margin-bottom: 22px;
  }
  #shopinfo .gmap .btn-common a {
    padding: 20px 0;
  }
  #shopinfo .gmap .btn-common a img {
    width: 16px;
    height: auto;
    margin: -3px 24px 0 0;
    transition: 0.3s all ease-in-out;
  }
  #shopinfo .gmap .btn-common a:hover img {
    filter: brightness(0) invert(0);
  }
  #shopinfo .gmap ul {
    display: flex;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0;
  }
  #shopinfo .gmap ul .map-link a:after {
    content: '';
    background-image: url("../img/shared/icon_right.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 4px;
    height: 8px;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -1px;
  }
  #shopinfo .gmap ul .print {
    margin-left: 24px;
  }
  #shopinfo .gmap ul .print a:after {
    content: '';
    background-image: url("../img/shared/icon_newwindow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 12px;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: 2px;
  }
  #shopinfo .gmap ul a:hover {
    text-decoration: underline;
  }
  #shopinfo .access {
    padding-bottom: 101px;
  }
  #shopinfo .access .ttl {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 36px;
  }
  #shopinfo .access .ttl small {
    font-size: 18px;
    margin-top: -4px;
  }
  #shopinfo .access .map-img {
    margin-bottom: 41px;
  }
  #shopinfo .access .txt {
    line-height: 30px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #shopinfo .col-map {
    width: calc(100% - 560px);
  }
  #shopinfo .col-right {
    width: 560px;
    padding-left: 52px;
  }
}
