h2 {
  font-size: 5vw;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
h2 span {
  font-size: 6vw;
}
h2.title {
  font-size: 6vw;
}
h2.title span {
  font-size: 7vw;
}
h2.title .fs {
  font-size: 9vw;
}

#sec1 {
  padding: 0 0 20vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
#sec1 h2 {
  margin: 0 0 5vw;
  line-height: 1.8;
}
#sec1 .txt {
  text-align: center;
  letter-spacing: 0;
  margin: 0 -3%;
}

#sec2 {
  position: relative;
  padding-bottom: 20vw;
  text-align: right;
}
#sec2::before {
  content: '';
  position: absolute;
  left: 65%;
  top: -10vw;
  background: url(../img/index/s2_deco.png) no-repeat center bottom/100% auto;
  width: 120vw;
  height: 92vw;
  z-index: 1;
}
#sec2 .wrap {
  z-index: 2;
}
#sec2 .group-img {
  text-align: right;
  margin: 0 25% 0 -5.5%;
}
#sec2 .group-img .sub-txt {
  line-height: 1.5;
  margin-top: 7px;
}
#sec2 .right {
     margin: 0 auto 7vw;
    display: inline-block;
    text-align: left;
    width: 95%;
}
#sec2 .right h2 {
  margin: 0 0 5vw;
}
#sec2 .right .txt {
  letter-spacing: 0;
}

#sec3 {
  position: relative;
  z-index: 3;
  margin-bottom: 20vw;
}
#sec3::before {
  content: '';
  position: absolute;
  top: -5vw;
  right: 36%;
  background: url(../img/index/s3_deco.png) no-repeat center bottom/100% auto;
  width: 150vw;
  z-index: 1;
  height: 96vw;
}
#sec3:after {
  content: '';
  position: absolute;
  bottom: 30vw;
  left: 45%;
  background: url("../img/index/s3_deco2.png") no-repeat center/100% auto;
  width: 100vw;
  z-index: 1;
  height: 70vw;
}
#sec3 .wrap {
  z-index: 2;
}
#sec3 .group1 {
  position: relative;
}
#sec3 .group1 .group-img {
  margin: 0 -5.5% 0 12%;
}
#sec3 .group1 .group-img .sub-txt {
  text-align: right;
  font-size: 3.5vw;
  letter-spacing: 0.4em;
  line-height: 1;
  padding-right: 3%;
  margin-bottom: -1px;
  position: relative;
}
#sec3 .group1 h2 {
  position: absolute;
  font-weight: 500;
  top: 40vw;
  left: 0;
  line-height: 1.65;
}
#sec3 .group2 {
  margin: 12vw 0 0;
  position: relative;
  z-index: 2;
}
#sec3 .group2 .img {
  margin: 0 7% 0 35%;
}
#sec3 .group2 .img + .img {
  margin: 5vw 40% 0 3%;
}
#sec3 .group3 {
  margin: 12vw 0 12vw;
  position: relative;
  z-index: 3;
  text-align: right;
}
#sec3 .group3 .txt {
  letter-spacing: 0;
  margin: 0 0 0 3%;
}
#sec3 .group3 .txt + .txt {
  display: inline-block;
  text-align: left;
  margin-top: 40px;
}
#sec3 .group4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sec3 .group4 .img {
  position: relative;
  z-index: 2;
}
#sec3 .group4 .img + .img {
  z-index: 1;
  margin: 10vw 0 0 -3%;
}

#sec4 {
  position: relative;
  z-index: 2;
  padding: 10vw 0 0;
}
#sec4::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  background: url("../img/index/s4_deco.png") no-repeat top center/226% auto;
  height: 150vw;
}
#sec4:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: url("../img/index/s4_deco2.png") no-repeat center/100% auto;
  width: 100vw;
  height: 70vw;
  bottom: -22vw;
  left: 30%;
}
#sec4 .wrap {
  z-index: 2;
}
#sec4 .sub-txt {
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.4em;
  line-height: 1;
  margin-bottom: -1px;
}
#sec4 .group-img {
  margin: 0 0 7vw;
  position: relative;
}
#sec4 .group-img h2 {
  position: absolute;
  line-height: 1.6;
  top: 14vw;
  bottom: -10vw;
  right: 3%;
  letter-spacing: 0.1em;
}
#sec4 .group {
  margin: 0 0 10vw;
}
#sec4 .group .img {
  margin: 0 0 10vw 32%;
}
#sec4 .slide {
  margin: 0 0 5vw;
}
#sec4 .slide .item {
  text-align: center;
  padding: 0 12%;
}
#sec4 .slide .item h4 {
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.5;
  margin-top: 1vw;
}
#sec4 .slide .slick-arrow {
  background: url("../img/index/left.png") no-repeat center/100% auto;
  width: 10vw;
  height: 10vw;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 19vw;
}
#sec4 .slide .slick-arrow.slick-next {
  background-image: url("../img/index/right.png");
  right: 0;
  left: auto;
}
#sec4 .slide-nav .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}
#sec4 .slide-nav .slick-slide {
  width: 19vw;
}
#sec4 .slide-nav .thumb {
  position: relative;
  margin: 0 5%;
  cursor: pointer;
}
#sec4 .slide-nav .thumb .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec4 .slide-nav .slick-current.slick-active .thumb .on {
  opacity: 1;
}

#group {
  position: relative;
}
#group::before {
  content: '';
  position: absolute;
  left: 0;
  right: 75%;
  top: -10vw;
  bottom: 0;
  background: url("../img/shared/bg2_on.jpg") repeat top center/2% auto;
}
#group #sec5 {
  position: relative;
  z-index: 2;
  padding: 15vw 0 0;
}
#group #sec5 .sub-txt {
  font-size: 3.5vw;
  letter-spacing: 0.4em;
  line-height: 1;
  margin: 0 0 -1px;
}
#group #sec5 .group {
  position: relative;
  padding: 12vw 0;
  background: url("../img/index/s5_bg_sp.jpg") no-repeat center top/100% auto, #000;
}
#group #sec5 .group::before {
  content: '';
  position: absolute;
  background: url("../img/index/s5_deco.png") no-repeat center/100% auto;
  width: 120vw;
  height: 80vw;
  bottom: -20vw;
  right: 37%;
}
#group #sec5 .group .wrap {
  z-index: 3;
}
#group #sec5 .group h2 {
  width: 14vw;
  height: 40vw;
  margin: 0 0 10vw 5%;
}
#group #sec5 .group .right {
  margin: 0 25% 15vw 0;
}
#group #sec5 .group .right dl {
  line-height: 1.4;
  font-size: 5.5vw;
  padding: 0 0 12px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#group #sec5 .group .right dl dt {
  letter-spacing: 0.05em;
}
#group #sec5 .group .right dl dd {
  text-align: right;
}
#group #sec5 .group .right dl dd small {
  font-size: 3.5vw;
}
#group #sec5 .group .right dl + dl {
  margin-top: 5vw;
}
#group #sec5 .group .tel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 7vw 0 7vw;
  line-height: 1.5;
}
#group #sec5 .group .tel a {
  display: block;
}
#group #sec5 .group .tel small {
  text-align: center;
  display: block;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#group #sec5 .group .tel small.sub-tel {
  font-size: 3vw;
  margin-top: 2px;
  letter-spacing: 0;
}
#group #sec5 .group .tel span {
  font-size: 8vw;
}
#group #sec5 .group .tel span img {
  width: 6vw;
  vertical-align: baseline;
  margin-right: 10px;
}
#group #sec6 {
  position: relative;
  z-index: 3;
  margin: 20vw  0 25vw;
}
#group #sec6 .group .group-img {
  margin: 0 0 0 -3%;
  padding: 0 25% 0 0;
  position: relative;
}
#group #sec6 .group .group-img h2 {
  position: absolute;
  right: 0;
  top: 20vw;
  line-height: 1.7;
}
#group #sec6 .group dl {
  line-height: 1.5;
  font-size: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vw 0;
}
#group #sec6 .group dl dt {
  letter-spacing: 0.05em;
  margin-right: 7%;
}
#group #sec6 .group dl dt span{
	font-size: 18px;
}
#group #sec6 .group dl dd {
  text-align: right;
}
#group #sec6 .group dl dd small {
  font-size: 3.5vw;
}
#group #sec6 .group1 {
  position: relative;
  margin: 25vw 0 0;
}
#group #sec6 .group1::before {
  content: '';
  position: absolute;
  top: -10vw;
  background: url("../img/index/s6_deco.png") no-repeat center/100% auto;
  width: 70vw;
  height: 70vw;
  left: -20%;
}
#group #sec6 .group1 .group-img {
  margin: 0 -3% 0 0;
  position: relative;
  z-index: 2;
}
#group #sec6 .group1 .group-img .img {
  text-align: right;
  padding: 0 0 0 20%;
}
#group #sec6 .group1 .group-img h2 {
  position: absolute;
  left: 0;
  top: 15vw;
  line-height: 1.5;
}
#group #sec6 .group1 .txt {
  position: relative;
  z-index: 2;
  margin: 5vw 0 0;
}
#group #sec7 {
  position: relative;
  z-index: 2;
  padding-bottom: 20vw;
}
#group #sec7:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: url("../img/index/s7_deco.png") no-repeat center/100% auto;
  width: 100vw;
  height: 80vw;
  bottom: -35vw;
  left: 55%;
}
#group #sec7 .btn-pop {
  border: 1px solid #fff;
}
#group #sec7 .btn-pop a {
  text-align: center;
  font-size: 6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  padding: 3.5vw 0;
  text-decoration: none;
  position: relative;
  background-color: #2d2d2d;
}
#group #sec7 .btn-pop a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/index/toggle.png") no-repeat center/100% auto;
  width: 6vw;
  height: 6vw;
}
#group #sec7 .btn-pop + .btn-pop {
  margin-top: 5vw;
}

#popup2, #popup3 {
  color: #000;
  position: relative;
  padding: 50px 0 120px;
  background-color: #fff;
}
#popup2 h2, #popup3 h2 {
  text-align: center;
  font-size: 6.5vw;
  line-height: 1.5;
  font-weight: 500;
}
#popup2 .sub-txt, #popup3 .sub-txt {
  text-align: center;
  margin: 10px 0 40px;
}
#popup2 .flex .col + .col, #popup3 .flex .col + .col {
  margin-top: 35px;
}
#popup2 .flex .col h4, #popup3 .flex .col h4 {
  font-size: 16px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 0;
  margin-bottom: 10px;
}
#popup2 .flex .col p, #popup3 .flex .col p {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 5px 0 15px;
  border-bottom: 1px dotted #6f6f6f;
}
#popup2 .flex .col p.ps, #popup3 .flex .col p.ps {
  padding-bottom: 0;
  margin-top: 15px;
}
#popup2 .flex .col dl, #popup3 .flex .col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #6f6f6f;
  padding: 10px 0 5px;
  line-height: 1.5;
}
#popup2 .flex .col dl dt, #popup3 .flex .col dl dt {
  text-align: left;
        width: calc(100% - 70px);
}
#popup2 .flex .col dl dt span, #popup3 .flex .col dl dt span{
	font-size: 14px;
}
#popup2 .flex .col dl dd, #popup3 .flex .col dl dd {
  text-align: right;
        width: 70px;
}
#popup2 .flex .col-win dl,#popup3 .flex .col-win dl{
    display: block;
}
#popup2 .flex .col-win dl dt,#popup2 .flex .col-win dl dd,
#popup3 .flex .col-win dl dt,#popup3 .flex .col-win dl dd{
    width:100%;
}
#popup2 .flex .col .p-sm,
#popup3 .flex .col .p-sm{
    font-size:0.93em;
}
#popup2 .flex .col dl + h4, #popup3 .flex .col dl + h4 {
  margin-top: 35px;
}
#popup2 .flex .col p + h4, #popup3 .flex .col p + h4 {
  margin-top: 35px;
}

#sec8 {
  position: relative;
  z-index: 2;
  color: #000;
}
#sec8::before {
  content: '';
  position: absolute;
  top: 15vw;
  left: 0;
  right: 0;
  bottom: 20vw;
  background: url("../img/index/s8_bg.jpg");
}
#sec8 .img {
  margin: 0 25% 10vw -3%;
}
#sec8 .group {
  margin: 0 -3% 0 0;
  position: relative;
}
#sec8 .group h2 {
  position: absolute;
  top: -1vw;
  left: 7%;
  bottom: -10vw;
}
#sec8 .group .group-img {
  margin: 0 0 0 30%;
}
#sec8 .group .group-img .sub-txt {
  text-align: right;
  font-size: 3.5vw;
  letter-spacing: 0.4em;
  line-height: 1;
  padding-right: 3%;
  margin-bottom: -1px;
}
#sec8 .group1 .txt {
  position: relative;
  z-index: 2;
  margin: 7vw 0 0;
}
#sec8 .group1 .group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 12vw -3% 0;
}
#sec8 .group1 .group-img .img1 {
  width: 48%;
}
#sec8 .group1 .group-img .img1 + .img1 {
  width: 43%;
  margin-top: 15vw;
}
#sec8 .img2 {
  margin: 10vw 25% 0 10%;
}

#sec9 {
  position: relative;
  padding: 25vw 0 0;
}
#sec9::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: -35vw;
  background: url("../img/index/s8_deco.png") no-repeat 53% bottom/250% auto;
  height: 70vw;
}
#sec9 #sec9-1 {
  position: relative;
  z-index: 2;
}
#sec9 #sec9-1 h3 {
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  margin-bottom: 8vw;
}
#sec9 #sec9-1 h2 {
  font-size: 8vw;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
#sec9 #sec9-1 .info .img {
  margin: 8vw 10% 0 35%;
}
#sec9 #sec9-1 .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.625;
}
#sec9 #sec9-1 .info dl dt {
  width: 100px;
  letter-spacing: 0;
}
#sec9 #sec9-1 .info dl dd {
  width: calc(100% - 100px);
  letter-spacing: 0;
}
#sec9 #sec9-1 .info dl dd span {
  font-size: 20px;
  line-height: 1;
}
#sec9 #sec9-1 .info dl dd small {
  font-size: 12px;
  letter-spacing: 0;
}
#sec9 #sec9-1 .info dl + dl {
  margin-top: 26px;
}
#sec9 #sec9-2 {
  position: relative;
  z-index: 1;
  padding: 28vw 0 15vw;
  text-align: right;
}
#sec9 #sec9-2::before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: -30vw;
  z-index: 1;
  position: absolute;
  background: url("../img/index/s9_bg.jpg") no-repeat top center/150% auto, #1d1d1d;
}
#sec9 #sec9-2::after {
  content: '';
  position: absolute;
  z-index: 2;
  background: url("../img/index/s9_deco.png") no-repeat center/100% auto;
  width: 693px;
  height: 517px;
  bottom: -43px;
  right: calc(50% + 250px);
}
#sec9 #sec9-2 .wrap {
  z-index: 3;
}
#sec9 #sec9-2 .right {
  display: inline-block;
  margin: 0 auto 15vw;
  text-align: center;
    width:100%;
}
#sec9 #sec9-2 .right h3 {
  font-size: 6vw;
  margin-bottom: 3vw;
}
#sec9 #sec9-2 .right .txt {
  line-height: 1.9;
  text-align: center;
}
#sec9 #sec9-2 .group {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7vw 7% 7vw;
  text-align: left;
}
#sec9 #sec9-2 .group h3 {
  font-size: 6.5vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
#sec9 #sec9-2 .group .inner {
  border-top: 1px solid;
  margin-top: 3vw;
  padding-top: 5vw;
}
#sec9 #sec9-2 .group .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 0;
}
#sec9 #sec9-2 .group .inner dl dt {
  width: 100px;
}
#sec9 #sec9-2 .group .inner dl dd {
  width: calc(100% - 100px);
}
#sec9 #sec9-2 .group .inner dl + dl {
  margin-top: 20px;
}

#sec10 #ggmap {
  height: 480px;
}
#sec10 #ggmap iframe {
  width: 100%;
  height: 100%;
}
#sec10 .list-btn {
  padding: 10vw 10% 20vw;
}
#sec10 .list-btn li + li {
  margin-top: 4vw;
}
#sec10 .list-btn li .btn-cus a {
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 12px;
  display: block;
  background: url("../img/shared/line.png") no-repeat bottom center/100% auto;
}
#sec10 .list-btn li .btn-cus a.copied {
  opacity: 1 !important;
  cursor: context-menu;
}
#sec10 .list-btn li .btn-cus a b{
    font-weight: normal;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
  h2 span {
    font-size: 37px;
  }
  h2.title {
    font-size: 40px;
  }
  h2.title span {
    font-size: 47px;
  }
  h2.title .fs {
    font-size: 74px;
  }

  #sec1 {
    padding: 83px 0 165px;
  }
  #sec1 h2 {
    margin: 0 0 42px;
  }
  #sec1 .txt {
    margin: 0;
    letter-spacing: 0.05em;
  }

  #sec2 {
    padding-bottom: 123px;
  }
  #sec2::before {
    left: calc(50% + 191px);
    top: -599px;
    width: 809px;
    height: 973px;
  }
  #sec2 .group-img {
    position: absolute;
    top: 0;
    left: -46px;
    margin: 0;
  }
  #sec2 .group-img .sub-txt {
    font-size: 18px;
    margin-top: 7px;
    padding-right: 12px;
  }
  #sec2 .right {
    width: 450px;
    margin: 0 0 0 auto;
    padding: 96px 0 0;
    display: block;
  }
  #sec2 .right h2 {
    margin: 0 0 32px;
    letter-spacing: 0.2em;
  }
  #sec2 .right .txt {
    margin-right: -20px;
    letter-spacing: 0;
  }

  #sec3 {
    margin-bottom: 0;
  }
  #sec3::before {
    top: 141px;
    right: calc(50% - 148px);
    width: 1148px;
    height: 750px;
  }
  #sec3:after {
    bottom: 423px;
    left: calc(50% + 103px);
    width: 897px;
    height: 669px;
  }
  #sec3 .group1 .group-img {
    margin: 0 -250px 0 215px;
  }
  #sec3 .group1 .group-img .sub-txt {
    font-size: 22px;
    letter-spacing: 0.6em;
    padding-right: 250px;
    margin-bottom: -1px;
    position: static;
  }
  #sec3 .group1 h2 {
    top: 229px;
    left: -22px;
    letter-spacing: 0.19em;
  }
  #sec3 .group2 {
    margin: -45px -29px 0 -144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec3 .group2 .img {
    margin: 0;
  }
  #sec3 .group2 .img + .img {
    margin: 202px 0 0;
  }
  #sec3 .group3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: -65px 56px -17px 29px;
    text-align: left;
  }
  #sec3 .group3 .txt {
    letter-spacing: 0.05em;
    margin: 0;
  }
  #sec3 .group3 .txt + .txt {
    display: block;
    margin: 182px 0 0;
  }
  #sec3 .group4 {
    margin: 0 -75px 0 -100px;
  }
  #sec3 .group4 .img + .img {
    z-index: 1;
    margin: 141px 0 0 -24px;
  }

  #sec4 {
    padding: 159px 0 0;
  }
  #sec4::before {
    top: -49px;
    background: url("../img/index/s4_deco.png") no-repeat top center;
    height: 1066px;
  }
  #sec4:after {
    width: 933px;
    height: 697px;
    bottom: -227px;
    left: calc(50% + 47px);
  }
  #sec4 .sub-txt {
    font-size: 22px;
    letter-spacing: 0.6em;
    margin-bottom: -3px;
  }
  #sec4 .group-img {
    margin: 0 -17px 45px -18px;
  }
  #sec4 .group-img h2 {
    top: 142px;
    bottom: 0;
    right: 124px;
    letter-spacing: 0.2em;
  }
  #sec4 .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -250px 110px 40px;
  }
  #sec4 .group .img {
    margin: 0;
  }
  #sec4 .group .txt {
    margin: 254px -30px 0 6px;
  }
  #sec4 .slide {
    margin: 0 -537px 37px 46px;
  }
  #sec4 .slide .item {
    width: 427px;
    padding: 0;
  }
  #sec4 .slide .item h4 {
    font-size: 37px;
    margin-top: 4px;
  }
  #sec4 .slide .slick-arrow {
    width: 56px;
    height: 56px;
    left: -46px;
    top: 200px;
  }
  #sec4 .slide .slick-arrow.slick-next {
    left: 913px;
    right: auto;
  }
  #sec4 .slide-nav {
    margin: 0 0 0 46px;
  }
  #sec4 .slide-nav .slick-slide {
    width: auto;
  }
  #sec4 .slide-nav .thumb {
    margin: 0 26px 0 0;
  }

  #group::before {
    right: calc(50% + 207px);
    top: -46px;
    background: url("../img/shared/bg2_on.jpg");
  }
  #group #sec5 {
    padding: 165px 0 0;
  }
  #group #sec5 .sub-txt {
    font-size: 22px;
    letter-spacing: 0.6em;
    margin: 0 0 -1px 35px;
  }
  #group #sec5 .group {
    padding: 299px 0 160px;
    background: url("../img/index/s5_bg.jpg") no-repeat left top;
  }
  #group #sec5 .group::before {
    width: 1104px;
    height: 821px;
    bottom: -465px;
    right: calc(50% - 265px);
  }
  #group #sec5 .group h2 {
    position: absolute;
    top: -38px;
    left: 81px;
    width: auto;
    margin: 0;
    height: auto;
  }
  #group #sec5 .group h2 span {
    letter-spacing: 0.15em;
    width: 85px;
    height: 290px;
  }
  #group #sec5 .group .right {
    margin: 0 14px 225px auto;
    width: 440px;
  }
  #group #sec5 .group .right dl {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 0 12px 5px;
  }
  #group #sec5 .group .right dl dt {
    letter-spacing: 0.05em;
  }
  #group #sec5 .group .right dl dd small {
    font-size: 18px;
  }
  #group #sec5 .group .right dl + dl {
    margin-top: 35px;
  }
  #group #sec5 .group .tel {
    padding: 72px 0 73px;
  }
  #group #sec5 .group .tel small {
    font-size: 27px;
  }
  #group #sec5 .group .tel small.sub-tel {
    font-size: 16px;
  }
  #group #sec5 .group .tel span {
    font-size: 39px;
  }
  #group #sec5 .group .tel span img {
    width: 30px;
  }
  #group #sec6 {
    margin: 167px  0 138px;
  }
  #group #sec6 .group .group-img {
    padding: 0;
    margin: 0 0 0 -90px;
  }
  #group #sec6 .group .group-img h2 {
    right: -4px;
    top: 294px;
    letter-spacing: 0.17em;
  }
  #group #sec6 .group dl {
    font-size: 30px;
    margin: 50px 0 0 4px;
  }
  #group #sec6 .group dl dt {
    margin-right: 55px;
  }
  #group #sec6 .group dl dd small {
    font-size: 18px;
  }
  #group #sec6 .group .txt {
    margin: 22px 0 0 3px;
  }
  #group #sec6 .group1 {
    margin: 119px 0 0;
  }
  #group #sec6 .group1::before {
    top: -54px;
    width: 716px;
    height: 716px;
    left: -100px;
  }
  #group #sec6 .group1 .group-img {
    margin: 0 -90px 0 0;
  }
  #group #sec6 .group1 .group-img .img {
    padding: 0;
  }
  #group #sec6 .group1 .group-img h2 {
    left: 4px;
    top: 213px;
    letter-spacing: 0.2em;
  }
  #group #sec6 .group1 .txt {
    margin: 48px 0 0 107px;
  }
  #group #sec7 {
    padding-bottom: 152px;
  }
  #group #sec7:after {
    width: 1019px;
    height: 804px;
    bottom: -356px;
    left: calc(50% + 67px);
  }
  #group #sec7 .btn-pop {
    margin: 0 110px;
  }
  #group #sec7 .btn-pop a {
    font-size: 30px;
    background-color: transparent;
    padding: 21.5px 0;
  }
  #group #sec7 .btn-pop a::after {
    right: 59px;
    width: 36px;
    height: 36px;
  }
  #group #sec7 .btn-pop a:hover {
    background-color: #2d2d2d;
  }
  #group #sec7 .btn-pop + .btn-pop {
    margin-top: 40px;
  }

  #popup2, #popup3 {
    padding: 130px 0 260px;
  }
  #popup2 h2, #popup3 h2 {
    font-size: 37px;
  }
  #popup2 .flex, #popup3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #popup2 .flex .col, #popup3 .flex .col {
    width: 320px;
  }
  #popup2 .flex .col + .col, #popup3 .flex .col + .col {
    margin-top: 0;
  }

  #sec8::before {
    top: 386px;
    bottom: 134px;
  }
  #sec8 .img {
    margin: 0 0 140px -250px;
  }
  #sec8 .group {
    margin: 0 -100px 107px 145px;
  }
  #sec8 .group h2 {
    top: 47px;
    left: -10px;
    letter-spacing: 0.2em;
  }
  #sec8 .group .group-img {
    margin: 0 0 0 auto;
    width: 696px;
  }
  #sec8 .group .group-img .sub-txt {
    font-size: 22px;
    letter-spacing: 0.6em;
    padding-right: 100px;
  }
  #sec8 .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 -36px;
  }
  #sec8 .group1 .txt {
    margin: 0 0 -153px 480px;
  }
  #sec8 .group1 .group-img {
    margin: 0 -123px 0 -158px;
  }
  #sec8 .group1 .group-img .img1 + .img1 {
    margin-top: 265px;
  }
  #sec8 .img2 {
    margin: 0 0 0 -32px;
  }

  #sec9 {
    padding: 191px 0 0;
  }
  #sec9::before {
    top: -531px;
    background: url("../img/index/s8_deco.png") no-repeat top center;
    height: 820px;
  }
  #sec9 #sec9-1 {
    position: relative;
    z-index: 2;
  }
  #sec9 #sec9-1 h3 {
    font-size: 22px;
    letter-spacing: 0.6em;
    margin-bottom: 69px;
  }
  #sec9 #sec9-1 h2 {
    letter-spacing: 0.15em;
    font-size: 47px;
    margin-bottom: 86px;
  }
  #sec9 #sec9-1 .info {
    position: relative;
    min-height: 636px;
  }
  #sec9 #sec9-1 .info .img {
    position: absolute;
    top: 6px;
    right: 1px;
    margin: 0;
  }
  #sec9 #sec9-1 .info dl {
    width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec9 #sec9-1 .info dl dt {
    width: 129px;
  }
  #sec9 #sec9-1 .info dl dd {
    width: calc(100% - 129px);
  }
  #sec9 #sec9-1 .info dl dd span {
    font-size: 22px;
  }
  #sec9 #sec9-1 .info dl dd small {
    font-size: 14px;
  }
  #sec9 #sec9-1 .info dl + dl {
    margin-top: 26px;
  }
  #sec9 #sec9-2 {
    padding: 141px 0 160px;
    text-align: left;
  }
  #sec9 #sec9-2::before {
    top: -214px;
    background: url("../img/index/s9_bg.jpg") no-repeat center/cover;
  }
  #sec9 #sec9-2::after {
    content: '';
    position: absolute;
    z-index: 2;
    background: url("../img/index/s9_deco.png") no-repeat center/100% auto;
    width: 693px;
    height: 517px;
    bottom: -43px;
    right: calc(50% + 250px);
  }
  #sec9 #sec9-2 .right {
    width: 429px;
    display: block;
    margin: 0 0 118px auto;
  }
  #sec9 #sec9-2 .right h3 {
    font-size: 27px;
    margin-bottom: 3px;
  }
  #sec9 #sec9-2 .group {
    margin: 0 85px;
    padding: 55px 0 52px 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec9 #sec9-2 .group h3 {
    font-size: 37px;
    width: 55.5px;
    margin-right: 50px;
  }
  #sec9 #sec9-2 .group .inner {
    border-top: 0;
    border-left: 1px solid;
    padding-left: 63px;
    padding-top: 0;
    margin-top: 0;
  }
  #sec9 #sec9-2 .group .inner dl {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #sec9 #sec9-2 .group .inner dl dt {
    width: 150px;
  }
  #sec9 #sec9-2 .group .inner dl dd {
    width: auto;
  }
  #sec9 #sec9-2 .group .inner dl + dl {
    margin-top: 28px;
  }

  #sec10 #ggmap {
    height: 600px;
  }
  #sec10 .list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 35px 60px 87px 0;
  }
  #sec10 .list-btn li {
    width: 232px;
  }
  #sec10 .list-btn li + li {
    margin-top: 0;
    margin-left: 37px;
  }
  #sec10 .list-btn li .btn-cus a {
    font-size: 18px;
    background: url("../img/shared/line.png") no-repeat bottom center;
  }
  #sec10 .list-btn li .btn-cus a:hover {
    opacity: 0.8;
  }
  #sec10 .list-btn li .btn2 {
    text-align: center;
    margin-top: 10px;
  }
  #sec10 .list-btn li .btn2 a {
    text-decoration: underline;
  }
  #sec10 .list-btn li .btn2 a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1300px) {
  #sec4 .slide-nav .thumb:hover .on {
    opacity: 1;
  }

  #sec8 .group .group-img .sub-txt {
    padding-right: 8px;
    letter-spacing: 0.58em;
  }
}
@media screen and (min-width: 1500px) {
  #sec3 .group1 .group-img .sub-txt {
    padding-right: 11px;
    letter-spacing: 0.58em;
  }
}


.fadeIn2{    
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
        -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
}
.fadeIn3{    
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
        -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
}


/* Standard syntax */
@keyframes fadeIn2 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

/*# osirase template */
#oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:left;
	background:#2d2d2d;/*適時変更 */
	box-shadow: 0px 0px 0 5px #2d2d2d;/*適時変更 */
	border:1px solid #fff;/*適時変更 */
	color:#fff;/*適時変更 */
	font-size:4vw;/*適時変更 */
	padding:15px 10px;
	display:block;
	width:calc(100vw - 30px);/*100vwからshadow分を引く（左右　5px+5px）*/
	margin:5px auto;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
}
#oshirase p{
	margin-bottom: 1em;
}
#oshirase p:last-child{
	margin-bottom: 0em;
}
#oshirase .ttl{
	font-size:130%;
	font-weight: bold;
}
#oshirase p span a{
	margin: 10px auto;
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color:#ed6d00;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background-color: #fff;
	box-sizing:border-box;
}
@media screen and (min-width:1000px) {
#oshirase{
	font-size:16px;/*適時変更 */
	display:block;
	width:850px;
text-align:center;
}
}


.insta_btn2{/*ボタンの下地*/
  color: #000;/*文字・アイコン色*/
  border-radius: 5px;/*角丸に*/
  position: relative;
  display: inline-block;
  width: 300px;/*幅*/
	padding: 10px;
  text-align: center;/*中身を中央寄せ*/
  background: #fff;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}







