#header {
  position: relative;
}
#header h1 {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 2vw;
  left: 5%;
  right: 5%;
  z-index: 2;
  line-height: 24px;
}
#header .logo {
  position: absolute;
  top: 70vw;
  left: 50%;
  transform: translateX(-50%);
  width: 63.1%;
  z-index: 2;
}
#header.page-sub .logo {
  top: 45vw;
}
#header #key {
  position: relative;
}
#header #key .scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3%;
  bottom: 0;
  z-index: 2;
}
#header #belt .nav {
  text-align: center;
  color: #e1e1e1;
}
#header #belt .nav li:not(.ins) {
  margin-bottom: 26px;
}
#header #belt .nav li:first-child {
  margin-bottom: 28px;
}
#header #belt .nav li .menu-link {
  line-height: 17px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-bottom: 4px;
}
#header #belt .nav li .menu-link::before {
  content: "";
  border-top: 3px solid #e1e1e1;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#header #belt .nav li .menu-link.active::before {
  opacity: 1;
  visibility: visible;
}
#header #belt .nav li .menu-link img {
  margin: 0 0 1px;
  width: 24px;
}
#header #belt .nav li .menu-link .ttl-eng {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#header #belt .nav li .menu-link .ttl-jp {
  font-size: 8px;
  letter-spacing: 0.26em;
}
#header #belt .nav .has-submenu {
  margin-bottom: 29px;
}
#header #belt .nav .has-submenu .submenu {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#header #belt .nav .has-submenu .submenu li {
  margin: 0;
}
#header #belt .nav .has-submenu .submenu li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  position: relative;
}
#header #belt .nav .has-submenu .submenu li:not(:last-child)::after {
  content: "";
  border-left: 1px solid #8f8992;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6px;
  transform: rotate(23deg);
}
#header #belt .nav .has-submenu .submenu li a {
  display: inline-block;
  line-height: 14px;
  color: #8f8992;
}
#header #belt .nav .has-submenu .submenu li a .ttl-eng {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#header #belt .nav .has-submenu .submenu li a .ttl-jp {
  font-size: 8px;
  letter-spacing: 0.26em;
  display: block;
}
#header #belt .nav .ins {
  margin-top: 31px;
}
#header #belt .nav .ins img {
  width: 35px;
  height: auto;
}
#header #news {
  padding: 12vw 7% 0;
  background: url(../img/shared/bg5.jpg);
}
#header #news h2 {
  font-size: 6vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #e1e1e1;
  margin-bottom: 2vw;
}
#header #news .feed .row {
  display: flex;
}
#header #news .feed .row .rss-img {
  width: 43%;
}
#header #news .feed .row .rss-img span {
  width: 100% !important;
  height: 31vw !important;
}
#header #news .feed .row .rss-detail {
  flex: 1;
  margin: -9vw 0 0 4%;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 22px;
}
#header #news .feed .row .rss-detail dt {
  text-align: right;
  margin-bottom: 6px;
}
#header #news .btn-blog {
  text-align: right;
  margin: -5vw 2.4% 0 auto;
}
#header #news .btn-blog a {
  display: inline-block;
  padding-left: 13px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e1e1e1;
  position: relative;
}
#header #news .btn-blog a::before {
  content: "";
  background: url(../img/shared/icon_arr1.png) no-repeat 0 0/100% auto;
  width: 5px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 0;
}
.shopinfo {
  padding: 50vw 0 43vw;
  position: relative;
}
.shopinfo .box-parallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.shopinfo .set1 .item1 {
  margin-bottom: 35vw;
  text-align: center;
}
.shopinfo .set1 .item1 .logo img {
  width: 55%;
}
.shopinfo .set1 .item1 .name {
  line-height: 23px;
  margin: 20px 0 39px;
  color: #fff;
}
.shopinfo .set1 .item1 .list {
  text-align: left;
  margin-top: 23vw;
}
.shopinfo .set1 .item1 .list dl {
  line-height: 23px;
  display: flex;
  letter-spacing: 0.1em;
}
.shopinfo .set1 .item1 .list dl:not(:last-child) {
  margin-bottom: 21px;
}
.shopinfo .set1 .item1 .list dl dt {
  width: 24%;
  text-align: right;
  margin-right: 20px;
}
.shopinfo .set1 .item1 .list dl dd {
  flex: 1;
}
.shopinfo .set1 .item2-index {
  background: url(../img/shared/bg2.jpg);
  color: #605d64;
  padding: 16vw 5% 8vw;
  margin-bottom: 21vw;
}
.shopinfo .set1 .item2-index h3 {
  font-size: 5.3vw;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #222;
  margin-bottom: 7vw;
}
.shopinfo .set1 .item2-index .list li {
  line-height: 25px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 23px;
}
.shopinfo .set1 .item2-index .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.shopinfo .set1 .item3-index .col {
  text-align: center;
  letter-spacing: 0.15em;
}
.shopinfo .set1 .item3-index .col h3 {
  font-size: 5.1vw;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4vw;
}
.shopinfo .set1 .item3-index .col-r {
  margin-top: 15vw;
}
.shopinfo .set1 .item3-index .col-r .txt p:not(:last-child) {
  margin-bottom: 28px;
}
.shopinfo .set2 {
  padding: 38vw 0 0;
}
.shopinfo .set2 h2 {
  width: 50%;
}
.shopinfo .set2 .box {
  background: url(../img/shared/bg2.jpg);
  padding: 11vw 3%;
  color: #605d64;
  text-align: center;
}
.shopinfo .set2 .box h3 {
  font-size: 6.7vw;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #222;
  line-height: 1.5;
  padding-top: 9vw;
  margin-bottom: 5vw;
  position: relative;
}
.shopinfo .set2 .box h3::before {
  content: "";
  background: url(../img/index/shopinfo_ttl_icon.png) no-repeat 0 0/100% auto;
  width: 25px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shopinfo .set2 .box .tel {
  padding-top: 4vw;
  margin-top: 6vw;
  border-top: 1px solid #222;
}
.shopinfo .set2 .box .tel dt {
  color: #222;
}
.shopinfo .set2 .box .tel dd {
  color: #605d64;
}
.gmap .map {
  height: 480px;
}
.gmap .map iframe {
  width: 100%;
  height: 100%;
}
#footer {
  background: url(../img/shared/ft_bg_sp.jpg) no-repeat center top/cover;
  padding: 36vw 0 30vw;
}
#footer .set1 {
  text-align: center;
  padding-bottom: 8vw;
}
#footer .set1 .logo img {
  width: 55%;
}
#footer .set1 .name {
  color: #fff;
  line-height: 23px;
  margin-top: 10px;
}
#footer .set2 {
  margin-bottom: 24px;
}
#footer .set2 .left .item1 {
  text-align: center;
  margin-bottom: 8vw;
}
#footer .set2 .left .item2 dl {
  line-height: 23px;
  display: flex;
  letter-spacing: 0.1em;
}
#footer .set2 .left .item2 dl:not(:last-child) {
  margin-bottom: 21px;
}
#footer .set2 .left .item2 dl dt {
  width: 24%;
  text-align: right;
  margin-right: 20px;
}
#footer .set2 .left .item2 dl dd {
  flex: 1;
}
#footer .set2 .right {
  padding-top: 6vw;
  margin-top: 15vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .set2 .right .nav {
  color: #e1e1e1;
  display: flex;
}
#footer .set2 .right .nav ul li {
  margin-bottom: 4px;
}
#footer .set2 .right .nav ul li .menu-link .ttl-eng {
  font-size: 3.6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#footer .set2 .right .nav ul li .menu-link .ttl-jp {
  font-size: 2.7vw;
  letter-spacing: 0.26em;
  margin-left: 9px;
}
#footer .set2 .right .nav ul .submenu {
  display: flex;
  margin-top: -10px;
}
#footer .set2 .right .nav ul .submenu li:not(:last-child) {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
#footer .set2 .right .nav ul .submenu li:not(:last-child)::after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 7px;
  transform: rotate(21deg);
}
#footer .set2 .right .nav ul .submenu li a {
  font-size: 2.7vw;
  letter-spacing: 0.2em;
}
#footer .set2 .right .nav .nav-left {
  width: 50%;
}
#footer .set2 .right .nav .nav-right {
  flex: 1;
  margin-left: 20px;
}
#footer .set2 .right .nav .nav-right .ins {
  width: 25px;
  margin-top: 11px;
}
#footer .set2 .right .btn-eng{
  margin: 11vw 12% 0;
}
#footer .set2 .right .btn-eng a{
    font-family: 'Noto Serif JP';
    font-weight: 500;
      padding: 3.5vw 10%;
}
#footer .set2 .right .btn-copy {
  text-align: center;
  margin-top: 33px;
}
#footer .set2 .right .btn-copy a {
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 0 5px 25px;
}
#footer .set2 .right .btn-copy a::before {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat 0 0/100% auto;
  width: 15px;
  height: 29px;
  position: absolute;
  top: 8px;
  left: 2px;
}
#footer .set2 .right .btn-copy a::after {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#footer .set3 {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
}
#footer .set3 #socialbuttons {
  margin-bottom: 12px;
}
#footer .set3 address {
  font-weight: 300;
  letter-spacing: 0.1em;
}
#footer .set3 .cookies_link a {
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
#footer .set3 .cookies_link a::before {
  content: "";
  border-top: 1px solid #9e9e9e;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #header.page-sub .logo {
    top: 63px;
    left: 31px;
    transform: none;
    width: 214px;
  }
  #header.page-sub .logo img {
    width: 100%;
    height: auto;
  }
  #header h1 {
    top: 19px;
    left: 30px;
    right: 605px;
    line-height: 32px;
    text-align: right;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 0.06em;
  }
  #header .logo {
    top: 376px;
    width: 330px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #header .hd-left {
    position: absolute;
    top: 201px;
    left: 0;
    z-index: 2;
  }
  #header .hd-left .nav {
    padding-left: 57px;
    color: #e1e1e1;
  }
  #header .hd-left .nav li:not(.ins) {
    margin-bottom: 22px;
  }
  #header .hd-left .nav li:first-child {
    margin-bottom: 24px;
  }
  #header .hd-left .nav li:first-child .menu-link::before {
    top: 17px;
  }
  #header .hd-left .nav li .menu-link {
    line-height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  #header .hd-left .nav li .menu-link::before {
    content: "";
    border-top: 1px solid #e1e1e1;
    position: absolute;
    width: 43px;
    top: 10px;
    left: -57px;
    opacity: 0;
    visibility: hidden;
  }
  #header .hd-left .nav li .menu-link.active::before,
  #header .hd-left .nav li .menu-link:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header .hd-left .nav li .menu-link img {
    margin: 0 0 6px 7px;
  }
  #header .hd-left .nav li .menu-link .ttl-eng {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #header .hd-left .nav li .menu-link .ttl-jp {
    font-size: 12px;
    letter-spacing: 0.26em;
  }
  #header .hd-left .nav .has-submenu {
    position: relative;
  }
  #header .hd-left .nav .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
  #header .hd-left .nav .has-submenu .submenu {
    width: 220px;
    position: absolute;
    top: 88%;
    left: 17px;
    background: url(../img/shared/bg6.jpg);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
    z-index: 99;
  }
  #header .hd-left .nav .has-submenu .submenu li {
    margin: 0;
  }
  #header .hd-left .nav .has-submenu .submenu li a {
    padding: 10px 10px 10px 19px;
    display: flex;
  }
  #header .hd-left .nav .has-submenu .submenu li a:hover {
    background: url(../img/shared/bg2.jpg);
    color: #222;
  }
  #header .hd-left .nav .has-submenu .submenu li a .ttl-eng {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #header .hd-left .nav .has-submenu .submenu li a .ttl-jp {
    font-size: 12px;
    letter-spacing: 0.26em;
    margin-left: 15px;
    position: relative;
    top: 2px;
  }
  #header .hd-left .nav .ins {
    margin-top: -8px;
  }
  #header .hd-left .nav .ins img {
    width: 34px;
    height: auto;
  }
  #header #belt .wrap {
    display: flex;
    justify-content: space-between;
  }
  #header #belt .nav {
    display: flex;
  }
  #header #belt .nav li:not(.ins) {
    margin: 0 47px 0 0;
  }
  #header #belt .nav li:first-child {
    margin: -7px 40px 0 0;
  }
  #header #belt .nav li .menu-link {
    line-height: 18px;
    padding-bottom: 10px;
  }
  #header #belt .nav li .menu-link::before {
    border-top: 1px solid #e1e1e1;
  }
  #header #belt .nav li .menu-link:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .nav li .menu-link img {
    width: 24px;
  }
  #header #belt .nav li .menu-link .ttl-jp {
    font-size: 12px;
  }
  #header #belt .nav .has-submenu {
    margin-bottom: 0;
    position: relative;
  }
  #header #belt .nav .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .nav .has-submenu .submenu {
    position: absolute;
    top: 93%;
    left: -2px;
    margin-top: 0;
    width: 220px;
    background: url(../img/shared/bg6.jpg);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
  }
  #header #belt .nav .has-submenu .submenu li {
    margin: 0;
  }
  #header #belt .nav .has-submenu .submenu li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
  #header #belt .nav .has-submenu .submenu li:not(:last-child)::after {
    content: none;
  }
  #header #belt .nav .has-submenu .submenu li a {
    display: flex;
    line-height: 30px;
    padding: 15px 10px 15px 19px;
    color: #e1e1e1;
  }
  #header #belt .nav .has-submenu .submenu li a:hover {
    background: url(../img/shared/bg2.jpg);
    color: #222;
  }
  #header #belt .nav .has-submenu .submenu li a .ttl-eng {
    font-size: 18px;
  }
  #header #belt .nav .has-submenu .submenu li a .ttl-jp {
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px;
  }
  #header #belt .nav .ins {
    margin: -2px 0 0 -11px;
  }
  #header #belt .nav .ins img {
    width: 34px;
  }
  #header #belt .nav .btn-map {
    margin: 0 0 0 31px !important;
  }
  #header #belt .nav .btn-map a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #e1e1e1;
  }
  #header #belt .nav .btn-map a:hover {
    opacity: 0.8;
  }
  #header #belt .nav .btn-map img {
    display: block;
    margin: 0 auto -7px;
    width: 15px;
    height: auto;
  }
  #header #belt .tel {
    text-align: right;
    color: #e1e1e1;
    line-height: 22px;
    margin: -5px 0 0;
  }
  #header #belt .tel dt {
    font-size: 13px;
    letter-spacing: 0.18em;
  }
  #header #belt .tel dd img {
    width: 17px;
    height: auto;
    position: relative;
    top: -5px;
    margin-right: 2px;
  }
  #header #belt .tel dd span {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  #header .hd-right {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 9;
    display: flex;
  }
  #header .hd-right li {
    padding: 13px 0 0;
  }
  #header .hd-right li a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #e1e1e1;
  }
  #header .hd-right li a:hover {
    opacity: 0.8;
  }
  #header .hd-right .tel {
    font-size: 13px;
    padding: 9px 0 0;
  }
  #header .hd-right .tel img {
    width: 17px;
    height: auto;
    margin: 0 1px 0 3px;
    position: relative;
    top: -1px;
  }
  #header .hd-right .tel span {
    font-size: 26px;
    letter-spacing: 0.04em;
    font-weight: 500;
    position: relative;
    top: 4px;
  }
  #header .hd-right .btn-map {
    border-left: 1px solid rgba(225, 225, 225, 0.3);
    border-right: 1px solid rgba(225, 225, 225, 0.3);
    padding: 13px 18px 5px;
    margin: 0 26px 0 22px;
  }
  #header .hd-right .btn-map a {
    text-align: center;
    font-size: 12px;
  }
  #header .hd-right .btn-map a img {
    display: block;
    margin: 0 auto -8px;
  }
  #header .hd-right .lang a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
  }
  #header .hd-right .lang a::before {
    content: "";
    background: url(../img/shared/lang_ar.png) no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  #header #key::before {
    content: "";
    background: url(../img/index/key_bg.png) no-repeat center bottom/100% auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #header #key .sl-key .sl {
    height: 930px;
  }
  #header #key .scroll {
    width: auto;
  }
  #header #news {
    padding: 11px 23px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/shared/bg5.jpg);
    width: 370px;
    height: 165px;
    z-index: 3;
  }
  #header #news h2 {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
  }
  #header #news .feed .row .rss-img {
    width: 110px;
  }
  #header #news .feed .row .rss-img:hover {
    opacity: 0.8;
  }
  #header #news .feed .row .rss-img span {
    height: 90px !important;
  }
  #header #news .feed .row .rss-detail {
    margin: -32px 0 0 15px;
  }
  #header #news .feed .row .rss-detail dt {
    margin-bottom: 6px;
  }
  #header #news .feed .row .rss-detail dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #header #news .btn-blog {
    margin: -28px 9px 0 0;
  }
  #header #news .btn-blog a {
    padding-left: 12px;
    font-size: 14px;
  }
  #header #news .btn-blog a::before {
    width: 6px;
    top: 14px;
  }
  #header #news .btn-blog a:hover {
    opacity: 0.8;
  }
  .shopinfo {
    padding: 228px 0 179px;
  }
  .shopinfo .set1 .item1 {
    margin-bottom: 97px;
  }
  .shopinfo .set1 .item1 .logo img {
    width: 230px;
    height: auto;
  }
  .shopinfo .set1 .item1 .name {
    line-height: 28px;
    margin: 24px 0 44px;
  }
  .shopinfo .set1 .item1 .info {
    display: flex;
    justify-content: center;
  }
  .shopinfo .set1 .item1 .info .btn-web {
    margin: 0 0 0 30px;
  }
  .shopinfo .set1 .item1 .info .tel {
    margin: 9px 0 0;
  }
  .shopinfo .set1 .item1 .list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 38px auto 0;
  }
  .shopinfo .set1 .item1 .list dl {
    line-height: 28px;
    letter-spacing: 0.18em;
  }
  .shopinfo .set1 .item1 .list dl:not(:last-child) {
    margin-bottom: 28px;
  }
  .shopinfo .set1 .item1 .list dl dt {
    width: 191px;
    margin-right: 25px;
  }
  .shopinfo .set1 .item2-index {
    padding: 60px 78px 64px;
    margin-bottom: 66px;
  }
  .shopinfo .set1 .item2-index h3 {
    font-size: 26px;
    margin-bottom: 36px;
  }
  .shopinfo .set1 .item2-index .list {
    margin-right: -40px;
  }
  .shopinfo .set1 .item2-index .list li {
    line-height: 28px;
    padding-left: 18px;
    margin-bottom: 18px;
  }
  .shopinfo .set1 .item3-index {
    display: flex;
  }
  .shopinfo .set1 .item3-index .col {
    width: 50%;
    letter-spacing: 0.18em;
  }
  .shopinfo .set1 .item3-index .col h3 {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .shopinfo .set1 .item3-index .col .txt {
    line-height: 28px;
  }
  .shopinfo .set1 .item3-index .col-r {
    margin-top: 0;
  }
  .shopinfo .set1 .item3-index .col-r .txt p:not(:last-child) {
    margin-bottom: 17px;
  }
  .shopinfo .set2 {
    padding: 43px 0 0;
  }
  .shopinfo .set2 h2 {
    width: auto;
  }
  .shopinfo .set2 .box {
    padding: 61px 190px 57px;
  }
  .shopinfo .set2 .box h3 {
    font-size: 32px;
    line-height: 62px;
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .shopinfo .set2 .box h3::before {
    width: 27px;
  }
  .shopinfo .set2 .box .txt {
    font-size: 18px;
    letter-spacing: 0.18em;
  }
  .shopinfo .set2 .box .tel {
    padding-top: 21px;
    margin-top: 21px;
  }
  .shopinfo .set2 .box .tel dt {
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
  }
  .shopinfo .set2 .box .tel dt span {
    font-size: 35px;
    letter-spacing: 0.04em;
    margin-top: -2px;
  }
  .shopinfo .set2 .box .tel dt img {
    width: 22px;
    margin-right: 11px;
    top: 4px;
    left: 7px;
  }
  .shopinfo .set2 .box .tel dd {
    color: #605d64;
  }
  .shopinfo .box-parallax {
    bottom: -60px;
  }
  .gmap .link {
    display: flex !important;
    justify-content: flex-end;
    margin: 0 30px 13px 0;
  }
  .gmap .link li a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .gmap .link li a::before {
    content: "";
    background: url(../img/shared/link_icon1.png) no-repeat;
    width: 7px;
    height: 8px;
    position: absolute;
    top: 17px;
    left: 0;
  }
  .gmap .link li a:hover {
    opacity: 0.8;
  }
  .gmap .link .btn-map {
    margin-right: 22px;
  }
  .gmap .link .btn-map a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3em;
    padding-left: 22px;
  }
  .gmap .link .btn-map a::before {
    background: url(../img/shared/link_icon2.png) no-repeat;
    top: 12px;
    width: 13px;
    height: 18px;
  }
  .gmap .map {
    height: 600px;
  }
  #footer {
    background: url(../img/shared/ft_bg.jpg) no-repeat center top/cover;
    padding: 230px 0 60px;
  }
  #footer .set1 {
    padding-bottom: 66px;
  }
  #footer .set1 .logo img {
    width: 230px;
    height: auto;
  }
  #footer .set1 .name {
    line-height: 28px;
    margin-top: 24px;
  }
  #footer .set2 {
    margin-bottom: 61px;
    display: flex;
  }
  #footer .set2 .left {
    flex: 1;
    padding: 0 34px 0 22px;
  }
  #footer .set2 .left .item1 {
    margin-bottom: 56px;
    display: flex;
  }
  #footer .set2 .left .item1 .tel {
    margin: 7px 8px 0 0;
    flex: 1;
  }
  #footer .set2 .left .item1 .tel dd {
    letter-spacing: 0;
  }
  #footer .set2 .left .item1 .btn-web {
    margin: 0;
  }
  #footer .set2 .left .item2 dl {
    line-height: 28px;
    letter-spacing: 0.18em;
  }
  #footer .set2 .left .item2 dl:not(:last-child) {
    margin-bottom: 28px;
  }
  #footer .set2 .left .item2 dl dt {
    width: 89px;
    margin-right: 26px;
  }
  #footer .set2 .left .item2 dl dd .map-link {
    display: inline-block !important;
    position: relative;
    padding-left: 26px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #e1e1e1;
  }
  #footer .set2 .left .item2 dl dd .map-link::before {
    content: "";
    background: url(../img/shared/icon_map.png) no-repeat;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 4px;
  }
  #footer .set2 .left .item2 dl dd .map-link:hover {
    opacity: 0.8;
  }
  #footer .set2 .right {
    width: 290px;
    padding: 0px 0 0 37px;
    margin-top: -9px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .set2 .right .nav {
    display: block;
  }
  #footer .set2 .right .nav ul li {
    margin-bottom: 7px;
  }
  #footer .set2 .right .nav ul li a:hover {
    opacity: 0.8;
  }
  #footer .set2 .right .nav ul li .menu-link .ttl-eng {
    font-size: 18px;
  }
  #footer .set2 .right .nav ul li .menu-link .ttl-jp {
    font-size: 12px;
    margin-left: 13px;
  }
  #footer .set2 .right .nav ul .submenu {
    margin-top: -15px;
  }
  #footer .set2 .right .nav ul .submenu li:not(:last-child) {
    padding-right: 9px;
    margin-right: 9px;
  }
  #footer .set2 .right .nav ul .submenu li:not(:last-child)::after {
    top: 15px;
    bottom: 13px;
    transform: rotate(19deg);
  }
  #footer .set2 .right .nav ul .submenu li a {
    font-size: 13px;
  }
  #footer .set2 .right .nav .nav-left {
    width: 100%;
  }
  #footer .set2 .right .nav .nav-right {
    margin: 23px 0 0;
  }
  #footer .set2 .right .nav .nav-right .ins {
    width: 34px;
    margin-top: 19px;
  }
  #footer .set2 .right .nav .nav-right .ins img {
    width: 100%;
    height: auto;
  }
  #footer .set2 .right .btn-eng{
  margin: 30px 0 0;
  width: 250px;
}
#footer .set2 .right .btn-eng a{
             padding: 4px 25px;
             font-size: 16px;
}
  #footer .set2 .right .btn-copy {
    text-align: left;
    margin-top: 20px;
  }
  #footer .set2 .right .btn-copy a {
    padding: 0 0 0px 25px;
    letter-spacing: 0.05em;
  }
  #footer .set2 .right .btn-copy a::before {
    width: 18px;
    top: 11px;
    left: 3px;
  }
  #footer .set2 .right .btn-copy a:hover::after {
    content: none;
  }
  #footer .set3 {
    line-height: 28px;
  }
  #footer .set3 #socialbuttons {
    margin-bottom: 8px;
  }
  #footer .set3 address {
    font-size: 17px;
  }
  #footer .set3 .cookies_link a:hover::before {
    content: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #header h1 {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header h1 {
    font-size: 10px;
  }
}
