.nav-fixed {
  opacity: 0;
  visibility: hidden;
}

.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

header:after {
  content: '';
  height: 24vw;
  background: #695344;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
}

@media only screen and (min-width: 768px) {
  header {
    padding-top: 69px;
  }
  header:after {
    height: 506px;
    bottom: -191px;
  }
  header h1 {
    top: 533px;
    left: 138px;
  }
  header .logo {
    top: 117px !important;
  }
  header .tel {
    top: 260px;
  }
  header nav {
    font-size: 17px;
    line-height: 25px;
    margin: 0 54px 33px 0;
  }
  header nav ul li a {
    display: block;
    padding: 0 9px;
  }
  header nav ul li a:hover,
  header nav ul li a.active {
    background-image: url("../img/shared/bg4.jpg");
    color: #fff;
  }
  header nav ul li + li {
    margin-left: 24px;
    position: relative;
  }
  header nav ul li + li:before {
    content: '/';
    color: #9c2420;
    position: absolute;
    left: -18px;
    top: 0;
  }
  header .hd-top {
    width: 307px;
    position: absolute;
    left: 0;
    top: 365px;
    z-index: 1;
  }
  header .hd-top .access {
    line-height: 25px;
  }
  header .hd-top .access li a {
    display: block;
    padding: 0 4px;
  }
  header .hd-top .access li a:hover {
    background-image: url("../img/shared/bg4.jpg");
    color: #fff;
  }
  header .hd-top .access li + li {
    margin-left: 20px;
    position: relative;
  }
  header .hd-top .access li + li:before {
    content: '/';
    color: #9c2420;
    position: absolute;
    left: -15px;
    top: 0;
  }
  header .hd-top .language {
    width: 133px;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
    border: 1px solid #2d2722;
    border-radius: 40px;
    line-height: 29px;
    text-align: center;
  }
  header .hd-top .language li {
    width: 50%;
  }
  header .hd-top .language li a {
    display: block;
    position: relative;
  }
  header .hd-top .language li a:before {
    transition: 0.3s all ease-in-out;
  }
  header .hd-top .language li.jp {
    color: #c9bca2;
  }
  header .hd-top .language li.jp a:before {
    content: '';
    width: 119%;
    background-image: url("../img/shared/bg4.jpg");
    clip-path: polygon(0 0, 100% 0%, 68% 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 40px 0 0 40px;
  }
  header .hd-top .language li.jp a:hover {
    color: #000;
  }
  header .hd-top .language li.jp a:hover:before {
    opacity: 0;
  }
  header .hd-top .language li.en a:before {
    content: '';
    width: 120%;
    background-image: url("../img/shared/bg4.jpg");
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0px 40px 40px 0px;
    opacity: 0;
  }
  header .hd-top .language li.en a:hover {
    color: #c9bca2;
  }
  header .hd-top .language li.en a:hover:before {
    opacity: 1;
  }
}

.sns-fixed {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 10px;
  top: 137px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.sns-fixed .ttl {
  margin: 0 4px 8px 0 0;
}

.sns-fixed .ttl span {
  letter-spacing: 0.1em;
}

.sns-fixed .insta {
  margin-left: 4px;
}

.has-nav .sns-fixed {
  opacity: 1;
  visibility: visible;
}

#key:after {
  content: '';
  width: 1px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  right: 3vw;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#key .key-js {
  line-height: 0;
}

#key .key-js .slick-dots {
  display: block;
  position: absolute;
  left: -30px;
  bottom: 30vw;
  z-index: 1;
}

#key .key-js .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
}

#key .key-js .slick-dots li button {
  border-color: #2f2924;
}

#key .key-js .slick-dots li.slick-active button {
  background: #2f2924;
}

#key .key-js .slick-dots li + li {
  margin: 13px 0 0;
}

#key .key-js .slick-slide {
  height: 151.2vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#key .key-js .slick-slide:nth-child(1) {
  background-image: url("../img/index/key1_sp.jpg");
}

#key .key-js .slick-slide:nth-child(2) {
  background-image: url("../img/index/key2_sp.jpg");
}

#key .key-js .slick-slide:nth-child(3) {
  background-image: url("../img/index/key3_sp.jpg");
}

#key .key-js .slick-slide:nth-child(4) {
  background-image: url("../img/index/key4_sp.jpg");
}

@media only screen and (min-width: 768px) {
  #key:after {
    right: 30px;
    bottom: -191px;
  }
  #key .key-js .slick-dots {
    left: -221px;
    bottom: 342px;
  }
  #key .key-js .slick-dots li {
    width: 17px;
    height: 17px;
  }
  #key .key-js .slick-slide {
    height: 820px;
  }
  #key .key-js .slick-slide:nth-child(1) {
    background-image: url("../img/index/key1.jpg");
  }
  #key .key-js .slick-slide:nth-child(2) {
    background-image: url("../img/index/key2.jpg");
  }
  #key .key-js .slick-slide:nth-child(3) {
    background-image: url("../img/index/key3.jpg");
  }
  #key .key-js .slick-slide:nth-child(4) {
    background-image: url("../img/index/key4.jpg");
  }
}

#rss {
  background: #695344;
  color: #fff;
  padding: 37px 0;
  position: relative;
}

#rss:after {
  content: '';
  width: 1px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  right: 3vw;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#rss h2 {
  font-size: 23px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 27px;
}

#rss h2:after {
  content: '';
  height: 39px;
  background-image: url("../img/shared/arrow_down_be.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 50% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#rss .btn {
  max-width: 268px;
  width: 90%;
  margin: 0 auto;
}

#rss .btn a {
  display: block;
  background-image: url("../img/shared/bg.jpg");
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 53px;
  color: #000;
}

#rss .sns {
  margin-top: 34px;
  padding-top: 36px;
  background-image: linear-gradient(to right, #c2b59b 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

#rss .sns .ttl {
  font-size: 22px;
  margin-right: 28px;
}

#rss .sns .insta {
  width: 39px;
}

@media only screen and (min-width: 768px) {
  #rss {
    padding: 36px 89px 36px 0;
    background: transparent;
  }
  #rss:after {
    display: none;
  }
  #rss .inner {
    width: 622px;
    margin-left: auto;
    position: relative;
  }
  #rss h2 {
    font-size: 25.3px;
    padding-bottom: 0px;
    margin: 25px 92px 0 0;
  }
  #rss h2:after {
    height: 13px;
    background-image: url("../img/shared/arrow.png");
    background-size: auto;
    width: 50px;
    left: auto;
    right: -71px;
    top: 32px;
    bottom: auto;
  }
  #rss .btn {
    max-width: none;
    width: 86px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 67px;
    z-index: 1;
  }
  #rss .btn a {
    line-height: 27px;
  }
  #rss .btn a:hover {
    opacity: 0.8;
  }
  #rss #feed {
    width: 313px;
  }
  #rss #feed .item {
    width: 100%;
    display: table;
  }
  #rss #feed .item .photo {
    width: 126px;
    display: table-cell;
  }
  #rss #feed .item .photo a span {
    transition: 0.3s all ease-in-out;
  }
  #rss #feed .item .photo a:hover span {
    opacity: 0.8;
  }
  #rss #feed .item dl {
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
    padding-left: 20px;
  }
  #rss #feed .item dl dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #rss #feed .item dl dd {
    font-size: 15px;
  }
  #rss #feed .item dl dd a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
  }
  #rss #feed .item dl dd a:hover {
    text-decoration: underline;
  }
  #rss .sns {
    margin: 10px 0 0 25px;
    padding: 8px 0 19px 60px;
    background-image: linear-gradient(#c2b59b 21%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 7px;
    background-repeat: repeat-y;
    display: block;
  }
  #rss .sns .ttl {
    font-size: 20px;
    margin: 0 0 -3px -5px;
  }
  #rss .sns .insta {
    width: 36px;
  }
}

#sec1 {
  position: relative;
  padding: 27px 0 0;
}

#sec1:before {
  content: '';
  border-top: 4px double rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
}

#sec1 .deco {
  width: 125px;
  margin-left: auto;
  padding-bottom: 23px;
}

#sec1 .deco img {
  width: 98px;
}

#sec1 .deco span {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.03em;
}

#sec1 .inner {
  background: url("../img/index/sec1_bg_sp.jpg") no-repeat center top/100%, #421602;
  padding: 85vw 0 16vw;
}

#sec1 .inner:before {
  content: '';
  background-image: url("../img/index/sec1_deco3_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#sec1 h2 {
  margin: 0 -3% 5vw;
  white-space: nowrap;
  position: relative;
}

#sec1 h2:before {
  content: '';
  width: 20.67vw;
  height: 15vw;
  background-image: url("../img/index/sec1_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 18vw;
  top: 10vw;
}

#sec1 .txt-deco {
  width: 55vw;
  position: absolute;
  top: -71vw;
  left: 23vw;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 29px 0 0;
  }
  #sec1:before {
    top: 125px;
    border-color: rgba(255, 255, 255, 0.4);
  }
  #sec1 .deco {
    width: 225px;
    padding-bottom: 29px;
  }
  #sec1 .deco img {
    width: 158px;
  }
  #sec1 .deco span {
    font-size: 15.51px;
    margin: 3px 0 0 2px;
  }
  #sec1 .inner {
    background: url("../img/index/sec1_bg.jpg") no-repeat center/cover;
    padding: 115px 0 113px;
  }
  #sec1 .inner:before {
    width: 495px;
    height: 555px;
    right: auto;
    top: auto;
  }
  #sec1 h2 {
    margin: 0 0 38px -2px;
    text-align: left;
  }
  #sec1 h2:before {
    width: 129px;
    height: 21px;
    left: -2px;
    top: 61px;
  }
  #sec1 .txt {
    width: 560px;
    margin-left: 0px;
  }
  #sec1 .txt-deco {
    width: 265px;
    top: 286px;
    left: 586px;
  }
}

@media only screen and (min-width: 1200px) {
  #sec1 h2 {
    margin-left: -48px;
  }
  #sec1 .txt {
    margin-left: -50px;
  }
}

#sec2 {
  padding: 18vw 6%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#sec2:before {
  content: '';
  border-left: 3px double rgba(104, 72, 67, 0.3);
  border-right: 3px double rgba(104, 72, 67, 0.3);
  position: absolute;
  left: 3vw;
  right: 3vw;
  top: 0;
  bottom: 0;
}

#sec2:after {
  content: '';
  width: 1px;
  height: 73vw;
  background: #2c2621;
  opacity: 0.6;
  position: absolute;
  left: 42vw;
  top: -9vw;
  transform: rotate(-40deg);
  z-index: -1;
}

#sec2 h2 {
  color: #24201d;
}

#sec2 .colr {
  position: relative;
}

#sec2 .colr .ttl1 {
  margin: 6vw 0 8vw;
}

#sec2 .colr .ttl1 span {
  display: table;
  background: #fff;
  margin: 0 auto 6px;
  font-size: 15px;
  line-height: 25px;
  padding: 0 8px;
}

#sec2 .colr .ttl2 {
  font-size: 5.06667vw;
  line-height: 8vw;
  margin-bottom: 5vw;
}

#sec2 .colr .txt-deco1 {
  width: 35.2vw;
  margin: 0 -4vw 0 auto;
}

#sec2 .colr .txt-deco2 {
  width: 32.27vw;
  position: absolute;
  right: -6.5vw;
  bottom: -24vw;
  z-index: -1;
}

#sec2 .coll {
  margin-top: 2vw;
}

#sec2 .coll li {
  margin-bottom: 2vw;
}

#sec2 .coll li a {
  height: 41.067vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  font-size: 4.26667vw;
  line-height: 6vw;
  padding: 17vw 0 0 8vw;
  text-shadow: 0 0 18px #000, 0 0 18px #000, 0 0 18px #000, 0 0 18px #000, 0 0 18px #000;
  position: relative;
}

#sec2 .coll li a:before {
  content: '';
  width: 7.734vw;
  background-image: url("../img/shared/arrow3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
}

#sec2 .coll li a:after {
  content: '';
  border: 2vw solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#sec2 .coll .btn1 a {
  background-image: url("../img/index/sec2_btn1.jpg");
}

#sec2 .coll .btn2 a {
  background-image: url("../img/index/sec2_btn2.jpg");
}

#sec2 .coll .btn3 a {
  background-image: url("../img/index/sec2_btn3.jpg");
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 150px 0 152px;
  }
  #sec2:before {
    border-left: 1px solid rgba(104, 72, 67, 0.7);
    border-right: 1px solid rgba(104, 72, 67, 0.7);
    outline: 1px solid rgba(104, 72, 67, 0.7);
    outline-offset: 3px;
    left: 31px;
    right: 31px;
  }
  #sec2:after {
    height: 700px;
    left: calc(50% - 104px);
    top: -169px;
    transform: rotate(-42deg);
  }
  #sec2 .inner {
    max-width: 1141px;
    width: 100%;
    margin: 0 auto;
  }
  #sec2 h2 {
    margin-bottom: -8px;
    letter-spacing: 0.03em;
  }
  #sec2 .colr {
    width: 390px;
    float: right;
    margin-right: 48px;
  }
  #sec2 .colr .ttl1 {
    margin: 0 0 153px 72px;
  }
  #sec2 .colr .ttl1 span {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
  }
  #sec2 .colr .ttl2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 47px;
  }
  #sec2 .colr .txt {
    line-height: 43px;
  }
  #sec2 .colr .txt-deco1 {
    width: 264px;
    margin: 0;
    position: absolute;
    left: -149px;
    top: 854px;
    z-index: 1;
  }
  #sec2 .colr .txt-deco2 {
    width: 222px;
    left: -102px;
    right: auto;
    top: 572px;
    bottom: auto;
  }
  #sec2 .coll {
    width: 625px;
    float: left;
    margin: 0;
  }
  #sec2 .coll li {
    margin-bottom: 15px;
  }
  #sec2 .coll li a {
    height: 296px;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.1em;
    padding: 50px 0;
    text-shadow: 0 0 49px #000;
    text-align: center;
    padding: 133px 0 0 23px;
  }
  #sec2 .coll li a:before {
    width: 35px;
    right: 30px;
  }
  #sec2 .coll li a:after {
    border: 10px solid rgba(255, 255, 255, 0.25);
  }
  #sec2 .coll li a:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 1200px) {
  #sec2 .colr {
    margin-right: 28px;
  }
  #sec2 .colr .txt-deco1 {
    left: -169px;
  }
  #sec2 .colr .txt-deco2 {
    left: -122px;
  }
}

#sec3 {
  background: #dbd5cb;
  padding: 15vw 6%;
}

#sec3 h2 {
  letter-spacing: 0.06em;
  color: #24201d;
}

#sec3 h2 small {
  display: table;
  margin: 4vw auto 0;
  background: #fff;
  color: #000;
  font-size: 4vw;
  line-height: 6.934vw;
  padding: 0 3vw;
}

#sec3 .img {
  margin: 7vw -6vw 6vw;
}

#sec3 .btn-link {
  margin-top: 14vw;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 0;
    position: relative;
  }
  #sec3:after {
    content: '';
    width: 54%;
    background-image: url("../img/index/sec3_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #sec3 .col {
    width: 46%;
  }
  #sec3 .col .inner {
    max-width: 400px;
    width: 96%;
    margin: 0 auto;
    padding: 115px 0 133px;
  }
  #sec3 h2 {
    margin-bottom: 50px;
  }
  #sec3 h2 small {
    margin: 9px auto 0;
    font-size: 23px;
    line-height: 35px;
    padding: 0 27px;
  }
  #sec3 .txt {
    text-align: center;
  }
  #sec3 .btn-link {
    margin-top: 42px;
  }
}

#sec4 {
  background: #dbd5cb;
  position: relative;
  z-index: 0;
  padding: 17vw 0 18vw;
}

#sec4:before {
  content: '';
  border: 1px solid rgba(104, 82, 67, 0.7);
  outline: 1px solid rgba(104, 82, 67, 0.7);
  outline-offset: 1px;
  position: absolute;
  left: 3vw;
  right: 3vw;
  top: 3vw;
  bottom: 3vw;
  z-index: -3;
}

#sec4:after {
  content: '';
  height: 93.334vw;
  background-image: url("../img/shared/bg.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
}

#sec4 .wrap:before {
  content: '';
  width: 265px;
  background-image: url("../img/shared/bg3.jpg");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 30vw;
  z-index: -3;
  outline: 1px solid #837c70;
  outline-offset: -6px;
}

#sec4 h2 {
  margin: 0 -6%;
  font-size: 6.08vw;
  line-height: 10.66667vw;
}

#sec4 h2 small {
  font-size: 3.6vw;
  margin-left: -2vw;
}

#sec4 .txt-deco {
  width: 19.467vw;
  margin: -1vw 6% -6vw auto;
}

#sec4 .img {
  position: relative;
  z-index: 1;
}

#sec4 .txt {
  margin-top: 2vw;
}

#sec4 .row {
  padding-top: 40px;
  margin-top: 2vw;
  position: relative;
}

#sec4 .row:before {
  content: '';
  height: 30px;
  background-image: url("../img/shared/arrow_down.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 50% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#sec4 .row .ttl {
  font-size: 15px;
}

#sec4 .row .txt3 {
  line-height: 20px;
}

#sec4 .btn {
  font-size: 15px;
  margin-top: 2vw;
}

#sec4 .btn a:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../img/shared/icon_pop1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 5px;
}

#sec4 .btn-link {
  margin-top: 18vw;
}

#sec4 .btn-link a {
  padding: 23px 0;
}

#sec4 .btn-link a img {
  width: 31px;
  display: inline-block;
  margin: -3px 13px 0 0;
}

#sec4 .btn-link a:hover img {
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 153px 0 146px;
  }
  #sec4:before {
    outline-offset: -5px;
    left: 27px;
    right: 27px;
    top: 30px;
    bottom: 31px;
  }
  #sec4:after {
    height: 570px;
  }
  #sec4 .wrap:before {
    width: 399px;
    bottom: 160px;
    outline-offset: -10px;
  }
  #sec4 .wrap:after {
    content: '';
    width: 1px;
    height: 700px;
    background: #2c2621;
    opacity: 0.6;
    transform: rotate(52.4deg);
    position: absolute;
    right: calc(50% - 437px);
    top: -290px;
    z-index: -1;
  }
  #sec4 h2 {
    margin: 0 -50px;
    font-size: 38px;
    line-height: 50px;
  }
  #sec4 h2 small {
    font-size: 23px;
    margin: 0 0 18px 0;
  }
  #sec4 .txt-deco {
    width: 146px;
    margin: -16px 36px -10px auto;
  }
  #sec4 .txt {
    margin-top: 0;
    line-height: 43px;
  }
  #sec4 .txt .txt1 {
    height: 570px;
    display: block;
    position: absolute;
    right: -22px;
    top: 288px;
  }
  #sec4 .txt .txt2 {
    height: 570px;
    display: block;
    position: absolute;
    left: -5px;
    top: 288px;
  }
  #sec4 .row {
    padding-top: 30px;
    margin-top: 0;
  }
  #sec4 .row:before {
    height: 97px;
    background-size: 25px;
    top: -74px;
  }
  #sec4 .row .ttl {
    font-size: 18px;
  }
  #sec4 .row .txt3 {
    line-height: 30px;
  }
  #sec4 .btn {
    font-size: 25px;
    margin-top: 15px;
  }
  #sec4 .btn a {
    letter-spacing: 0.1em;
    padding-right: 10px;
  }
  #sec4 .btn a:after {
    width: 35px;
    height: 35px;
    margin-left: -3px;
    top: 9px;
  }
  #sec4 .btn a:hover {
    opacity: 0.8;
  }
  #sec4 .btn-link {
    margin: 91px auto 0;
	  width: 505px;
  }
  #sec4 .btn-link a {
    padding: 36px 0;
  }
  #sec4 .btn-link a img {
    width: 33px;
    margin: -3px 17px 0 0;
  }
}

.remodal {
  padding: 65px 3% 73px;
}

.remodal .information .info-ttl {
  font-size: 5.334vw;
  line-height: 8vw;
}

.remodal .information .info-txt {
  font-size: 3.6vw;
  line-height: 8vw;
  margin: 6vw -3vw;
  white-space: nowrap;
}

.remodal .information .info-txt span {
  font-size: 3.33334vw;
}

.remodal .information .info-tel {
  border: 1px solid #5d493b;
  padding: 5vw 0;
}

.remodal .information .info-tel .tel-ttl {
  font-size: 3.6vw;
  line-height: 8vw;
}

.remodal .information .info-tel .tel {
  font-size: 8vw;
  line-height: 10vw;
  margin: 1vw 0;
}

.remodal .information .info-tel .tel img {
  width: 5.6vw;
  margin: -1vw 1vw 0 0;
}

.remodal .information .info-tel .tel a:hover img {
  opacity: 1 !important;
}

.remodal .information .info-tel .tel-txt {
  font-size: 3.2vw;
  line-height: 6.66667vw;
}

.remodal .information .info-blk {
  line-height: 25px;
  text-align: left;
  margin-top: 8vw;
}

.remodal .information .info-blk dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(93, 73, 59, 0.35);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.remodal .information .info-blk dl dt {
  width: 80px;
  display: table-cell;
}

.remodal .information .info-blk dl dd {
  display: table-cell;
}

.remodal .information .info-blk dl dd img {
  width: 10px;
  margin: -2px 2px 0 0;
}

.remodal .information .info-blk dl dd.ba {
  word-break: break-all;
}

.remodal .googlemap {
  margin-top: 10vw;
}

.remodal .googlemap .gmap {
  position: relative;
  height: 480px;
}

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

@media only screen and (min-width: 768px) {
  .remodal {
    padding: 100px 30px 114px;
  }
  .remodal .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .remodal .information .info-ttl {
    font-size: 32px;
    line-height: 50px;
  }
  .remodal .information .info-txt {
    font-size: 16px;
    line-height: 35px;
    margin: 37px 0 50px;
  }
  .remodal .information .info-txt span {
    font-size: 16px;
  }
  .remodal .information .info-tel {
    width: 570px;
    margin: 0 auto;
    padding: 19px 0 21px;
  }
  .remodal .information .info-tel .tel-ttl {
    font-size: 15px;
    line-height: 30px;
  }
  .remodal .information .info-tel .tel {
    font-size: 33.82px;
    line-height: 50px;
    margin: 0px 0 -1px 10px;
  }
  .remodal .information .info-tel .tel img {
    width: 24px;
    margin: -5px 6px 0 0;
  }
  .remodal .information .info-tel .tel-txt {
    font-size: 13.86px;
    line-height: 24px;
    margin-left: 14px;
  }
  .remodal .information .info-blk {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    margin: 71px 17px 0;
  }
  .remodal .information .info-blk .col {
    width: 446px;
  }
  .remodal .information .info-blk dl {
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  .remodal .information .info-blk dl dt {
    width: 120px;
    padding-left: 5px;
  }
  .remodal .information .info-blk dl dd img {
    width: 13px;
    margin: -2px 2px 0 0;
  }
  .remodal .information .info-blk dl dd a {
    text-underline-offset: 4px;
  }
  .remodal .information .info-blk dl dd a:hover {
    text-decoration: underline;
  }
  .remodal .googlemap {
    margin-top: 50px;
  }
  .remodal .googlemap .gmap {
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
    height: 352px;
  }
}

@media only screen and (min-width: 768px) {
  #shopinfo {
    padding-bottom: 117px;
  }
}
.sister_bnr {
	margin: 40px auto 40px auto;
	padding: 20px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#930c0c; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 500px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
.sister_bnr {
	margin: 20px auto 20px auto;
	padding: 20px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	background:#930c0c; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 95%;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}