@media screen and (max-width: 767px) {
  section {
    text-align: justify;
  }
  body {
    background-size: 100% auto;
  }

  #sec3 .set1 .title {
    width: 86px;
  }
}

i {
  font-style: normal !important;
  position: relative;
}

small {
  font-style: normal !important;
}

#open {
  width: 100vw;
  height: 100vh;
  background: url(../img/shared/bg.jpg) repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.logo-open {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-open span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  filter: blur(60px);
  transform: translate3d(-50%, -50%, 0) scale(2);
}

body.visible #open {
  opacity: 0;
  visibility: hidden;
  transition: opacity cubic-bezier(0.37, 0, 0.63, 1), visibility cubic-bezier(0.37, 0, 0.63, 1);
  transition-duration: 1.2s;
}

body.intro #open {
  opacity: 0;
  visibility: hidden;
  transition: opacity cubic-bezier(0.37, 0, 0.63, 1), visibility cubic-bezier(0.37, 0, 0.63, 1);
  transition-duration: 1.8s;
  transition-delay: 3s;
}

body.intro main {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
}

body.intro #open .logo-open span {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: opacity 3.6s cubic-bezier(0.16, 1, 0.3, 1), filter 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.2s;
}

@media screen and (min-width: 768px) {
  #key img {
    opacity: 0;
  }
  #key .slide-01 {
    background: url(../img/index/key_01.jpg) no-repeat center/cover;
  }
  #key .slide-02 {
    background: url(../img/index/key_02.jpg) no-repeat center/cover;
  }
  #key .slide-03 {
    background: url(../img/index/key_03.jpg) no-repeat center/cover;
  }
  #key .slide-04 {
    background: url(../img/index/key_04.jpg) no-repeat center/cover;
  }
}

#blog-box {
  position: relative;
  padding: 12vw 10% 12vw;
  text-align: center;
}

#blog-box h2 {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#blog-box .more {
  margin-top: 10vw;
}

#blog-box .more a {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#blog-box .more a::before {
  width: 25px;
  height: 1px;
  background: currentColor;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  #blog-box {
    position: absolute;
    padding: 0;
    text-align: left;
    top: 280px;
    left: 0;
    width: 90px;
    z-index: 100;
    color: #d1d1d1;
    letter-spacing: 0.1em;
  }
  #blog-box h2 {
    font-size: 15.5px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 118px;
    padding-left: 27px;
    color: #d1d1d1;
  }
  #blog-box h2 span {
    position: relative;
  }
  #blog-box h2 span::before {
    width: 1px;
    height: 25px;
    background: currentColor;
    content: "";
    position: absolute;
    bottom: -30px;
    left: 16px;
  }
  #blog-box .row {
    padding-left: 27px;
  }
  #blog-box .row dl dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #blog-box .row dl dd {
    height: 260px;
    overflow: hidden;
  }
  #blog-box .row dl dd a {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #blog-box .row dl dd a:hover {
    opacity: 0.6;
  }
  #blog-box .more {
    margin-top: 0;
    margin-left: 28px;
  }
  #blog-box .more a {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #blog-box .more a:hover {
    opacity: 0.7;
  }
  #blog-box .more a::before {
    width: 1px;
    height: 15px;
    background: currentColor;
    content: "";
    position: absolute;
    right: 50%;
    top: inherit;
    bottom: 0;
    opacity: 0.6;
  }
}

#sec1 {
  background: url(../img/index/sec1_bg_sp.jpg) no-repeat top center/100% auto;
  position: relative;
}

#sec1 h2 {
  text-align: center;
  font-size: 22px;
  padding: 8vw 0 2vw;
}

#sec1 h2 span {
  font-size: 16px;
}

#sec1 h2 span.m {
  font-size: 18px;
}

#sec1 h2 span.big {
  font-size: 25px;
}

#sec1 ul {
  margin: 0 6%;
}

#sec1 ul li {
  margin-top: 8vw;
  letter-spacing: 0.1em;
  color: #ececec;
}

#sec1 .photo1 {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #sec1 {
    background: url(../img/index/s1_bg.png) no-repeat top right;
    position: relative;
    background-size: auto;
    margin-top: -10px;
  }
  #sec1::before {
    background: url(../img/index/deco_01.png) no-repeat top left, url(../img/index/deco_02.png) no-repeat top right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
  }
  #sec1 .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
    min-height: 1500px;
  }
  #sec1 h2 {
    text-align: center;
    font-size: 43px;
    padding: 210px 0 70px;
    letter-spacing: 0.36em;
  }
  #sec1 h2 span {
    font-size: 30px;
  }
  #sec1 h2 span.m {
    font-size: 35px;
  }
  #sec1 h2 span.big {
    font-size: 46px;
  }
  #sec1 ul {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #sec1 ul li {
    margin: 0 20px;
    letter-spacing: 0.1em;
  }
  #sec1 ul li:nth-child(1) {
    order: 3;
  }
  #sec1 ul li:nth-child(2) {
    order: 2;
  }
  #sec1 ul li:nth-child(3) {
    order: 1;
  }
  #sec1 .photo1 {
    position: absolute;
    top: 430px;
    left: -60px;
  }
  #sec1 .photo2 {
    position: absolute;
    z-index: 2;
    top: 789px;
    right: -72px;
  }
}

#sec2 {
  background: url(../img/index/sec2_bg_sp.jpg) no-repeat top center/100% auto;
  margin-top: -17vw;
  padding-top: 34vw;
}

#sec2 h2 {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 16vw;
}

#sec2 h2 span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 50%;
  padding-bottom: 3px;
}

#sec2 ul {
  margin: 0 5%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

#sec2 ul li {
  width: 31.5%;
}

#sec2 ul li:nth-child(2) {
  margin-top: 8vw;
}

#sec2 ul li:nth-child(3) {
  margin-top: 16vw;
}

#sec2 .title {
  background: url(../img/index/sec2_bg2.jpg) no-repeat center;
  background-size: cover;
  margin-top: -4vw;
}

#sec2 .title h3 {
  position: relative;
  z-index: 2;
}

#sec2 .block {
  background: rgba(0, 0, 0, 0.5);
  padding: 12vw 0 17vw;
}

#sec2 .block .text p {
  margin-bottom: 10vw;
}

#sec2 .btn-list {
  margin: 0 5% 0;
}

#sec2 .btn-list p {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    background: url(../img/index/sec2_bg1.png) no-repeat top center;
    margin-top: -270px;
    padding-top: 350px;
  }
  #sec2 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 27px;
  }
  #sec2 h2 span {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 300px;
    padding-bottom: 3px;
  }
  #sec2 ul {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1246px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #sec2 ul li {
    width: 238px;
    margin-left: 18px;
  }
  #sec2 ul li:nth-child(2) {
    margin-top: 75px;
  }
  #sec2 ul li:nth-child(3) {
    margin-top: 150px;
  }
  #sec2 .title {
    background: url(../img/index/sec2_bg2.jpg) no-repeat center;
    height: 572px;
    background-size: cover;
    margin-top: -32px;
    padding: 0 20px;
  }
  #sec2 .title h3 {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: auto;
    text-align: right;
  }
  #sec2 .block {
    padding: 80px 0 185px;
  }
  #sec2 .block .text p {
    margin-bottom: 35px;
    text-align: center;
  }
  #sec2 .btn-list {
    margin: 0 auto 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
  #sec2 .btn-list p {
    margin: 0 12px;
    width: 280px;
  }
}

#sec3 {
  position: relative;
}

#sec3 .set1 {
  padding: 23vw 0 50vw;
  background: url(../img/index/map_bg.png) no-repeat bottom right;
  background-size: 70% auto;
}

#sec3 .set1 .title {
  position: absolute;
  top: 10vw;
  left: 6%;
}

@media screen and (max-width: 767px) {  
  #sec3 .set1 .title {
    width: 86px;
  }
}

#sec3 .set1 .title h2 {
  background: url(../img/shared/icon_ttl.png) no-repeat top center;
  padding-top: 28px;
  background-size: 20px auto;
  margin-bottom: 7vw;
}

#sec3 .set1 .title h2 span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  letter-spacing: 0.36em;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

#sec3 .set1 .title h3 {
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0.36em;
  position: relative;
  left: -10px;
}

#sec3 .set1 .photo {
  margin-left: 35%;
  margin-right: -6%;
}

#sec3 .set1 .map {
  margin: 12vw 14% 13vw;
}

#sec3 .set1 ul li + li {
  margin-top: 6vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    position: relative;
  }
  #sec3 .set1 {
    padding: 190px 0 405px;
    background: url(../img/index/map_bg.png) no-repeat bottom right;
    background-size: auto;
  }
  #sec3 .set1 .title {
    position: absolute;
    top: 75px;
    left: 90px;
  }
  #sec3 .set1 .title h2 {
    background: url(../img/shared/icon_ttl.png) no-repeat top center;
    padding-top: 46px;
    background-size: auto;
    margin-bottom: 32px;
    width: 136px;
  }
  #sec3 .set1 .title h2 span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 25px;
    letter-spacing: 0.36em;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
  #sec3 .set1 .title h3 {
    font-size: 35px;
    line-height: 84px;
    letter-spacing: 0.36em;
    position: relative;
    left: -25px;
  }
  #sec3 .set1 .photo {
    margin-left: 343px;
    margin-right: 0;
    width: 907px;
  }
  #sec3 .set1 .map {
    margin: 0;
    position: absolute;
    top: 550px;
    right: 40px;
    z-index: 2;
  }
  #sec3 .set1 ul {
    padding: 50px 20px 80px;
  }
  #sec3 .set1 ul li + li {
    margin-top: 36px;
  }
}

#sec4 {
  position: relative;
  padding: 0 5px;
  margin-top: -20vw;
}

#sec4::before {
  width: 1px;
  height: 60px;
  background: #FFF;
  position: absolute;
  top: -30px;
  left: 50%;
  content: "";
}

#sec4 .sec__shopinfo {
  padding: 20vw 0 20vw;
  margin: 0 10px 0;
}

@media screen and (min-width: 768px) {
  #sec4 {
    position: relative;
    padding: 0 20px;
    margin-top: -290px;
    z-index: 1;
  }
  #sec4::before {
    width: 1px;
    height: 90px;
    background: #FFF;
    position: absolute;
    top: -45px;
    left: 50%;
    content: "";
  }
  #sec4 .sec__shopinfo {
    padding: 125px 0 135px;
    margin: 0 auto 0;
    max-width: 1120px;
    background-size: cover;
  }
  #sec4 .sec__shopinfo .set2 .row {
    display: flex;
    justify-content: space-between;
  }
}

#shopinfo {
  position: relative;
  background: url(../img/index/sec4_bg_sp.jpg) no-repeat top center;
  background-size: 110% auto;
  padding: 25vw 0 0;
}

#shopinfo .title {
  margin-bottom: 15vw;
  display: flex;
  justify-content: center;
}

#shopinfo .title h2 {
  font-size: 22px;
  letter-spacing: 0.3em;
}

#shopinfo .bg-parallax {
  min-height: 300px;
  background: url(../img/index/par.jpg) no-repeat top center;
  background-size: 130% auto;
}

#shopinfo .bg-parallax .img-parallax {
  display: none;
}

#shopinfo .shop {
  background: url(../img/index/shop_bg.jpg) no-repeat top center;
  background-size: 150% auto;
  padding: 12vw 10% 10vw;
  text-align: center;
}

#shopinfo .shop .logo {
  width: 210px;
  margin: 0 auto 1vw;
}

#shopinfo .shop .tel-common {
  font-size: 22px;
  letter-spacing: 0.14em;
}

#shopinfo .shop .tel-common i {
  font-size: 14px;
}

#shopinfo .shop .nav-tel-pc {
  padding: 8vw 0 8vw;
}

#shopinfo .shop .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}

#shopinfo .shop .btn-link a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 260px;
  height: 53px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopinfo .shop .btn-link a span {
  background: url(../img/shared/calendar_i.png) no-repeat center left;
  padding-left: 28px;
}

#shopinfo .shop .btn-link a:hover {
  opacity: 0.7;
}

#shopinfo .shop .ins {
  width: 38px;
  margin: auto;
}

#shopinfo .gg-block {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 0 5% 26vw;
}

#shopinfo .gg-block .left {
  width: 100%;
}

#shopinfo .list {
  padding: 0 0 16vw;
}

#shopinfo .list dl {
  display: flex;
  padding: 10px 0;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#shopinfo .list dl dt {
  width: 30%;
}

#shopinfo .list dl dd {
  width: 70%;
  word-break: break-all;
}

#shopinfo .list dl dd span {
  width: 11px;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    position: relative;
    background: url(../img/index/sec4_bg.jpg) no-repeat top center;
    background-size: 100% auto;
    margin-top: -125px;
    padding: 365px 0 205px;
  }
  #shopinfo .title {
    margin-bottom: 0;
  }
  #shopinfo .title h2 {
    height: 310px;
    font-size: 35px;
    letter-spacing: 0.36em;
  }
  #shopinfo .bg-parallax {
    min-height: 589px;
    background: none;
  }
  #shopinfo .bg-parallax .img-parallax {
    display: block;
  }
  #shopinfo .shop {
    background: url(../img/index/shop_bg.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 105px 20px 110px;
    text-align: center;
  }
  #shopinfo .shop .logo {
    width: 322px;
    margin: 0 auto;
  }
  #shopinfo .shop .ttl {
    margin-bottom: 55px;
  }
  #shopinfo .shop .tel-common {
    font-size: 26px;
    letter-spacing: 0.14em;
  }
  #shopinfo .shop .tel-common i {
    font-size: 20px;
  }
  #shopinfo .shop .nav-tel-pc {
    padding: 0 0 35px;
  }
  #shopinfo .shop .btn-link {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
  #shopinfo .shop .btn-link a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 260px;
    height: 53px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #shopinfo .shop .btn-link a span {
    background: url(../img/shared/calendar_i.png) no-repeat center left;
    padding-left: 28px;
  }
  #shopinfo .shop .btn-link a:hover {
    opacity: 0.7;
  }
  #shopinfo .shop .ins {
    width: 39px;
    margin: auto;
  }
  #shopinfo .gg-block {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 0;
    max-width: 1190px;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
  }
  #shopinfo .gg-block .left {
    max-width: 510px;
    width: 49%;
    padding-top: 140px;
  }
  #shopinfo .gg-block .right {
    max-width: 570px;
    width: 50%;
  }
  #shopinfo .list {
    padding: 0 0 35px;
  }
  #shopinfo .list dl {
    display: flex;
    padding: 11px 0;
    font-size: 15.5px;
    line-height: 28px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #shopinfo .list dl dt {
    width: 165px;
  }
  #shopinfo .list dl dd {
    width: calc(100% - 165px);
    word-break: break-all;
  }
  #shopinfo .list dl dd span {
    width: 11px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  #shopinfo .list dl dd a {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  #shopinfo .list dl dd a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #shopinfo .link-map {
    display: flex;
    align-items: flex-end;
  }
  #shopinfo .link-map ul {
    width: 280px;
    margin-right: 24px;
  }
  #shopinfo .link-map p a {
    font-size: 11px;
    position: relative;
    bottom: -2px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #shopinfo .link-map p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}

#gmap .box {
  width: 100%;
  height: 480px;
  position: relative;
  filter: grayscale(100%);
  margin-bottom: 30px;
}

#gmap .box iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

@media screen and (min-width: 768px) {
  #gmap {
    width: 100%;
  }
  #gmap .box {
    width: 100%;
    height: 475px;
    position: relative;
    filter: grayscale(100%);
    margin-bottom: 0;
  }
}

/***********fix for ipad**************/
