
#key .slider1{
  background: url(../img/index/kv1_sp.jpg) no-repeat center center / cover;
}
#key .slider2{
  background: url(../img/index/kv2_sp.jpg) no-repeat center center / cover;
}
#key .slider3{
  background: url(../img/index/kv3_sp.jpg) no-repeat center center / cover;
}
#section-active,
#section-active > div{
  position: relative;
}
#rss{
  position: absolute;
  top: -9vw;
  left: 4%;
  box-sizing: border-box;
  width: 96%;
  z-index: 1;
  background: #fff;
  padding: 9vw 4% 8vw 8vw;
}
#rss::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #ab3a4c;
}
#rss .wrap{
  padding: 0;
}
#rss .row{
  display: flex;
  justify-content: space-between;
}
#rss p.rss_img{
  width: 45%;
  height: 28vw;
  position: relative;
}
#rss dl{
  width: 50%;
  padding-top: 8vw;
}
#rss h2{
  font-size: 6vw;
  letter-spacing: 0.15em;
  position: absolute;
  top: -4vw;
  left: 0;
}
#rss dt{
  font-size: 14px;
  line-height: 1.5;
}
#rss dd a{
  display: block;
  width: 90%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: #ab3a4c;
  border-radius: 50px;
  line-height: 1;
  padding: 7px 0 10px;
  margin-top: 3vw;
}
#rss p.rss_img a{
  width: 100%;
  height: 100%;
}
#rss p.rss_img a span{
  width: 100%!important;
  height: 100%!important;
}
#rss p.rss_img span.date{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #ab3a4c;
  z-index: 1;
  padding: 3px 5px 0 2px;
}
#sec1{
  padding: 111vw 0 0;
  background: url(../img/index/s1-d1_sp.png) no-repeat center top / 100% auto;
}
#sec1 h2{
  text-align: center;
  margin-bottom: 6vw;
  font-size: 7vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#sec1 h2 small{
  font-size: 5vw;
}
#sec1 .row-1 p.txt + p.txt{
  margin-top: 6vw;
}
#sec1 .row-1{
  padding-bottom: 68vw;
  background: url(../img/index/s1-d3_sp.png) no-repeat center bottom / 100% auto;
}
#sec1 .row-2{
  margin-top: -53vw;
  padding-bottom: 12vw;
  background: url(../img/index/s1-d2_sp.png) no-repeat center top -6vw / 100% auto;
  color: #fff;
}
#sec1 .row-2 .flbox > p.img{
  width: 80%;
}
#sec1 .row-2 h3{
  font-size: 6.5vw;
  line-height: 1.5;
  margin: 6vw 0 6vw;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
}
#sec1 .row-2 h3 small{
  font-size: 5vw;
}
#sec1 .row-2 .box p.img {
  position: absolute;
  top: -58vw;
  right: -10vw;
  width: 72%;
}
#sec1 .row-2 p.txt{
  position: relative;
  z-index: 1;
}
#sec1 .row-2 p.btn{
  z-index: 1;
  position: relative;
}

#sec2{
  padding: 18vw 0 15vw;
  background: url(../img/index/s2-d1_sp.jpg) no-repeat center bottom / 100% auto,url(../img/index/s2-line_sp.png) no-repeat center top / 100% auto;
}
#sec2 .wrap{
  padding: 0;
}
#sec2 h2{
  font-size: 6vw;
  letter-spacing: 0.15em;
  margin: 0 auto 9vw;
  line-height: 1.9;
}
#sec2 p.img {
  position: relative;
}
#sec2 p.img span{
  font-size: 5vw;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 13vw;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
#sec2 .fl2 p.img span{
  top: 50%;
  left: inherit;
  right: 13vw;
}
#sec2 .fl1 p.img {
  width: 92%;
  margin: 0 0 9vw auto;
}
#sec2 .fl2 p.img {
  width: 92%;
  margin: 0 auto 3vw 0;
}
#sec2 .fl2 p.txt{
  padding: 3vw 4% 0;
  box-sizing: border-box;
}
#sec2 .col{
  margin-top: 8vw;
}
#sec2 .col .box{
  width: 80%;
  margin: 10vw auto 0;
}
#sec2 .col p.btn + p.btn{
  margin-top: 6vw;
}
#sec3 .bg-parallax {
  min-height: 93vw;
  height: 93vw;
}
#sec3 .bg-parallax .box{
  border: 4px double #fff;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 5vw 0 6vw;
  text-align: center;
}
#sec3 .bg-parallax .box p.catch{
  width: 22vw;
  position: absolute;
  top: -8vw;
  left: -1vw;
}
#sec3 .bg-parallax .box dl{
  font-size: 5.5vw;
}
#sec3 .bg-parallax .box dt{
  letter-spacing: 0.15em;
}
#sec3 .bg-parallax .box dd{
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#sec3 .bg-parallax .box dd span{
  font-size: 7vw;
}
#sec3 .row-2{
  padding: 18vw 0 0;
}
#sec3 .row-2 .wrap{
  padding: 0;
}
#sec3 .row-2 h2 {
  text-align: center;
  font-size: 6vw;
  margin: 0 auto 12vw;
}
#sec3 .row-2 h2::before{
  content: '';
  position: absolute;
  top: -32vw;
  left: 50%;
  background: #fff;
  width: 1px;
  height: 27vw;
  z-index: 1;
}
#sec3 p.img{
  position: relative;
}
#sec3 .row-2 p.img{
  width: 92%;
  margin: 0 0 0 auto;
}
#sec3 p.img span{
  font-size: 6vw;
  letter-spacing: 0.15em;
}
#sec3 p.img span small{
  display: block;
  line-height: 1;
  letter-spacing: 0;
  color: #ab3a4c;
  font-family: paris;
  font-size: 5vw;
}
#sec3 .row-2 p.img span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -6%;
}
#sec3 .row-3 .wrap{
  z-index: 1;
}
#sec3 .row-3 p.img1{
  width: 66%;
  margin-left: auto;
  z-index: 1;
}
#sec3 .row-3 p.img2{
  width: 66%;
  margin-top: -9vw;
}
#sec3 .row-3 p.img span{
  position: absolute;
  bottom: 6vw;
  left: 5vw;
}
#sec3 .row-3{
  margin: 9vw 0 12vw;
}
#sec3 .row-4::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(29deg);
  width: 200%;
  height: 1px;
  background: #ab3a4c;
}
#sec3 .row-4 .wrap{
  z-index: 1;
}
#sec3 .row-4 p.img1 {
  width: 66%;
  margin: 0 0 12vw 9vw;
}
#sec3 .row-4 p.img1 span small{
  display: inline;
  margin-left: 3vw;
}
#sec3 .row-4 p.img1 span {
  position: absolute;
  bottom: 5vw;
  right: -15vw;
}
#sec3 .row-4 p.img2{
  margin: 0 -5% 0 auto;
  width: 80%;
}
#sec3 .row-4 p.img2 span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22vw;
}
#sec3 .row-4 p.img2 span small{
  display: inline;
  margin-right: 2vw;
}
#sec3 .row-5{
  margin-top: 18vw;
}
#sec3 .row-5 .wrap{
  padding: 0;
}
#sec3 .row-5 p.img span {
  position: absolute;
  top: -7vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.sec4 {
  padding: 35vw 0 80vw;
  background: url(../img/index/s4-d2_sp.jpg) no-repeat center bottom -6vw / 100% auto;
  overflow: hidden;
}
.sec4 p.deco{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109vw;
  background: url(../img/index/s4-d1_sp.jpg) no-repeat center top / 100% auto;
}
.sec4 .wrap{
  z-index: 1;
}
.sec4 h2{
  font-size: 7.5vw;
  margin: auto;
  z-index: 1;
  color: #fff;
	width: 50vw;
	text-align: center;
  letter-spacing: 0.15em;
}
.sec4 h2::before{
  content: '';
  position: absolute;
  top: -24vw;
  left: 43vw;
  width: 1px;
  background: #fff;
  height: 20vw;
}
.sec4 h2 + h3{
  font-family: paris;
  z-index: 1;
  color: #fff;
  letter-spacing: 0;
  font-size: 5vw;
  text-align: center;
  margin-bottom: 9vw;
}
.sec4 p.img{
  position: relative;
}
.sec4 p.img1 span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6vw;
  z-index: 1;
  letter-spacing: 0.15em;
  font-size: 5.5vw;
}
.sec4 p.img1 {
  margin: 0 -5% 0 0;
}
.sec4 .fl1 .box {
  margin-top: -32vw;
}
.sec4 .fl1 h3{
  font-size: 5vw;
  letter-spacing: 0.15em;
  margin: 0 0 -14.5vw 7vw;
  position: relative;
  z-index: 1;
}
.sec4 .fl1 h3 small {
  font-family: paris;
  color: #ab3a4c;
  display: block;
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 2vw;
}
.sec4 .fl1 h3 small span{
  margin-left: 5px;
}
.sec4 .fl1 > p.img {
  width: 75%;
  margin: -18vw auto 0;
  z-index: 1;
}
.sec4 .col{
  margin-top: 9vw;
}
.sec4 .col h3 {
  font-size: 5vw;
  letter-spacing: 0.15em;
  margin: 0 0 -10vw 7vw;
  position: relative;
  z-index: 1;
}
.sec4 .col h3 small {
  font-family: paris;
  color: #ab3a4c;
  display: block;
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 1vw;
}
.sec4 .col p.img1{
  margin: 0 -5% 6vw;
}
.sec4 .col .flbox{
  margin-top: 7vw;
}
.sec4 .col .flbox h3{
  text-align: center;
  margin: 0 0 5vw;
}
.sec4 .col .flbox p.img{
  width: 90%;
  margin: 0 auto;
}
#sec5 {
  padding: 0 4% 54vw;
  box-sizing: border-box;
  margin-top: -53vw;
}
#sec5 p.deco{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background: url(../img/index/s5-bg.jpg);
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
#sec5 .inner{
  background: rgba(255, 255, 255, .8);
  padding: 3%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#sec5 .inner .wrap {
  background: #fff;
  padding: 9vw 4% 9vw;
}
#sec5 .box-1 dl{
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.15em;
  margin-bottom: 6vw;
}
#sec5 .box-1 dd{
  line-height: 1.5;
  margin-top: 1vw;
}
#sec5 .box-1 dd span {
  font-size: 6.5vw;
}
#sec5 h2{
  text-align: center;
  margin-bottom: 6vw;
}
#sec5 .box-2 dl{
  padding: 5px 0;
}
#sec5 .box-2 h2 + dl{
  padding-top: 0;
}
#sec5 .box-2 dd{
  padding-left: 7vw;
  position: relative;
  box-sizing: border-box;
}
#sec5 .box-2 dd::before{
  content: '／';
  position: absolute;
  top: 0;
  left: 0;
}
#sec5 .box-2 dl:last-child{
  display: flex;
}
#sec5 .box-2 dl:last-child dt {
  margin-right: 3vw;
}
#sec5 p.tel{
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.15em;
  border-top: 1px solid rgba(34, 34, 34, .6);
  border-bottom: 1px solid rgba(34, 34, 34, .6);
  padding: 5vw 0;
  margin-top: 6vw;
}
#sec5 p.tel span.cl1{
  font-size: 5vw;
  display: block;
  line-height: 1;
  margin-top: 1vw;
}
#sec5 p.tel small{
  color: rgba(34, 34, 34, .6);
  display: block;
  line-height: 1;
  font-size: 3vw;
  letter-spacing: 0;
  margin-top: 3vw;
}

#sec5 .btn {
  width: 80%;
	margin: 3vh auto 0 auto;
}

#sec6 {
  padding: 0 0 27vw;
  margin: -36vw 0 0 0;
}

#sec6 p.img{
  width: 96%;
  margin: 0 0 0 auto;
}

#sec6 h2 {
  font-size: 6vw;
  letter-spacing: 0.15em;
  margin: -43vw 0 8vw;
  color: #fff;
  text-align: center;
}
#sec6 .toggle{
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#sec6 .toggle-link{
  border-bottom: 1px solid #fff;
  padding-bottom: 3vw;
  position: relative;
  font-size: 4vw;
  letter-spacing: 0.15em;
  color: #fff;
  width: 73%;
  margin: 0 auto;
  text-align: center;
}
#sec6 .toggle-link::before{
  content: '';
  position: absolute;
  top: 4vw;
  right: 4vw;
  font-size: 6vw;
  width: 3.5vw;
  height: 1px;
  background: #fff;
  transition: all .3s ease;
}
#sec6 .toggle-link::after{
  content: '';
  position: absolute;
  top: 2.5vw;
  right: 5.6vw;
  font-size: 6vw;
  width: 1px;
  height: 3.5vw;
  background: #fff;
  transition: all .3s ease;
}
#sec6 .toggle.active .toggle-link::after{
  transform: rotate(90deg);
}
#sec6 .toggle-main {
  background: url(../img/shared/bg.jpg);
  margin-top: 7vw;
  padding: 6vw 0 0;
}
#sec6 .toggle p.txt-sub{
  text-align: center;
  margin-bottom: 5vw;
}
#sec6 .toggle h3{
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 5vw;
  text-align: center;
}
#sec6 .toggle dl{
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
#sec6 .toggle dd{
  text-align: right;
}
#sec6 .toggle dl + h3{
  margin-top: 6vw;
}
#sec6 .toggle .col+ .col{
  margin-top: 6vw;
}

#sec7{
  background: url(../img/index/s7-bg_sp.png) no-repeat center bottom / 100% auto,#000;
  padding: 27vw 0 55vw;
  color: #fff;
  z-index: 1;
}
#sec7 h2{
  margin: 0 auto 12vw;
  font-size: 6vw;
  letter-spacing: 0.15em;
  white-space: nowrap;
  height: 60vw;
}
#sec7 h2::before{
  content: '';
  position: absolute;
  top: -27vw;
  left: 50%;
  width: 1px;
  height: 23vw;
  background: #fff;
}

#sec8::before{
  content: '';
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translateX(-50%) rotate(24deg);
  width: 200%;
  height: 1px;
  background: #ab3a4c;
}
#sec8{
  padding: 32vw 0 15vw;
}
#sec8 h2{
  text-align: center;
  font-size: 7vw;
  letter-spacing: 0.15em;
  margin-bottom: 20vw;
}
#sec8 p.floormap{
  width: 85%;
  margin: 0 auto 11vw;
}
#sec8 .box-1{
  background: url(../img/index/s8-bg1_sp.jpg) no-repeat center center / cover;
}
#sec8 .box-2{
  background: url(../img/index/s8-bg2_sp.jpg) no-repeat center center / cover;
}
#sec8 .box-3{
  background: url(../img/index/s8-bg3_sp.jpg) no-repeat center center / cover;
}
#sec8 .box{
  padding: 24vw 0;
  text-align: center;
}
#sec8 .box h3{
  color: #fff;
  text-align: center;
  width: 42%;
  font-size: 5vw;
  letter-spacing: 0.15em;
  border: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  padding: 1vw 0 2vw;
}
#sec8 p.txt{
  background: url(../img/shared/bg.jpg);
  padding: 6vw 4% 0;
  box-sizing: border-box;
  margin-top: -7vw;
}

#sec9{
  padding: 0 0 15vw;
}
#sec9 .wrap{
  padding: 0;
}
#sec9 .box-1{
  background: url(../img/index/s9-bg_sp.jpg) no-repeat center center / 100% 100%;
  width: 96%;
  text-align: center;
  color: #fff;
  padding: 15vw 0;
}
#sec9 h2{
  font-size: 7vw;
  letter-spacing: 0.15em;
}
#sec9 p.logo {
  width: 35%;
  margin: 7vw auto 9vw;
}
#sec9 p.tel{
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.15em;
}
#sec9 p.tel span.cl1{
  font-size: 5vw;
  display: block;
  line-height: 1;
  margin-top: 1vw;
}
#sec9 p.tel small{
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 3vw;
  letter-spacing: 0;
  margin-top: 3vw;
  opacity: .6;
}
#sec9 .box-2{
  padding: 6vw 4% 0;
  box-sizing: border-box;
}
#sec9 .box-2 dl{
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#sec9 .box-2 dl:first-child{
  padding-top: 0;
}
#sec9 .box-2 dd span.sp{
  display: inline!important;
}
#sec9 .box-2 .icon {
	width: 10%;
  margin: 3vh auto 0 auto;
}

#sec10{
  background: url(../img/index/s5-bg.jpg);
  padding: 12vw 0 12vw;
  color: #fff;
}
#sec10 h2{
  font-size: 7vw;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 4vw;
}
#sec10 .wrap{
  padding: 0;
}
#sec10 .slider{
  padding: 7vw 5% 0;
  box-sizing: border-box;
  position: relative;
}
#sec10 .nb{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
  width: 20vw;
}

#sec10 .slick-list{
  overflow: visible;
}
#sec10 p.txt{
  padding: 5vw 10% 6vw;
  box-sizing: border-box;
}
#sec10 p.tel{
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.15em;
  border-top: 1px solid #fff;
  padding: 5vw 0 0;
  width: 80%;
  margin: 0 auto;
}
#sec10 p.tel span.cl1{
  font-size: 5vw;
  display: block;
  line-height: 1;
  margin-top: 1vw;
}
#googlemap{
  padding-bottom: 18vw;
}
#googlemap iframe{
  width: 100%;
  height: 400px;
}
#googlemap p.btn-link2 {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ab3a4c;
  text-align: center;
  padding-bottom: 3vw;
  font-size: 4.5vw;
  line-height: 1.6;
  position: relative;
}

#googlemap p.btn-link2::before {
  content: '';
  position: absolute;
  bottom: -0.5vw;
  right: -1.5vw;
  width: 1px;
  height: 3vw;
  background: #ab3a4c;
  transform: rotate(-52deg);
}
#googlemap p.btn-link2::after {
  content: '';
  position: absolute;
  bottom: -0.5vw;
  right: -3vw;
  width: 1px;
  height: 3vw;
  background: #ab3a4c;
  transform: rotate(-52deg);
}
#googlemap .flbox{
  padding: 5vw 10% 0;
  box-sizing: border-box;
}
#googlemap p.btn1{
  margin-bottom: 6vw;
}
#googlemap p.btn3{
  display: none;
}
.copy.copied{
  pointer-events: none!important;
}


@media only screen and (min-width: 768px) {
#key .slider1{
  background: url(../img/index/kv1.jpg) no-repeat center center / cover;
}
#key .slider2{
  background: url(../img/index/kv2.jpg) no-repeat center center / cover;
}
#key .slider3{
  background: url(../img/index/kv3.jpg) no-repeat center center / cover;
}
#rss {
  top: -70px;
  left: inherit;
  right: 0;
  width: 280px;
  padding: 33px 30px 25px;
}
#rss h2 {
  font-size: 24px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 25px;
}
#rss::before {
  width: 2px;
}
#rss .row{
  flex-wrap: wrap;
}
#rss dl {
  width: 100%;
  padding-top: 0;
  order: 1;
  margin-top: 8px;
}
#rss p.rss_img {
  width: 100%;
  height: 150px;
  order: 0;
}
#rss p.rss_img img{
  width: 100%;
  height: 100%;
}
#rss p.rss_img span.date{
  height: 33px!important;
  width: 111px!important;
  padding: 0;
  font-size: 15px;
  bottom: -3px;
}
#rss dt {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.15em;
}
#rss dd a {
  width: 150px;
  border-radius: 50px;
  padding: 7px 0 10px;
  margin: 15px auto 0;
}
#rss dt a:hover{
  text-decoration: underline;
}
#rss dd.more{
  transition: all .3s ease;
}
#rss dd.more:hover{
  opacity: .8;
}
#sec1 {
  padding: 459px 0 99px;
  background: url(../img/index/s1-d2.png) no-repeat center bottom,url(../img/index/s1-d1.png) no-repeat center top / 100% auto;
}
#sec1 h2 {
  text-align: left;
  margin: 0 63px 0 107px;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 60px;
  width: 330px;
  min-width: 330px;
}
#sec1 h2 small {
  font-size: 24px;
}
#sec1 .row-1 .box{
  width: 500px;
  min-width: 500px;
  margin-top: 14px;
}
#sec1 .row-1 p.txt + p.txt {
  margin-top: 32px;
}
#sec1 .row-2 {
  margin-top: 0;
  padding-bottom: 0;
  background: transparent;
  color: #fff;
}
#sec1 .row-1 {
  padding: 0 0 71px;
  background: transparent;
}
#sec1 .row-2 .flbox > p.img {
  width: auto;
  margin-right: 48px;
}
#sec1 .row-2 .box{
  width: 500px;
  min-width: 500px;
}
#sec1 .row-2 h3 {
  font-size: 36px;
  line-height: 60px;
  margin: 123px 0 15px;
  letter-spacing: 0.15em;
}
#sec1 .row-2 h3 small {
  font-size: 24px;
}
#sec1 .row-2 p.btn{
  margin: 2px 0 0 51px;
}
#sec1 .row-2 .box p.img {
  top: -136px;
  right: -112px;
  width: auto;
}
#sec2 {
  padding: 130px 0 116px;
  background: url(../img/index/s2-d1.png) no-repeat center bottom,url(../img/index/s2-line.jpg) no-repeat center top;
}
#sec2 h2 {
  font-size: 30px;
  letter-spacing: 0.25em;
  margin: 57px 96px 0 144px;
  line-height: 70px;
}
#sec2 .fl1 p.img {
  width: auto;
  margin: 0
}
#sec2 .fl1 {
  margin-bottom: 50px;
}
#sec2 p.img span {
  font-size: 24px;
  letter-spacing: 0.15em;
  left: 98px;
}
#sec2 .fl2 p.img {
  width: auto;
  margin: 0 60px 0 -140px;
}
#sec2 .flbox{
  align-items: flex-start;
}
#sec2 .fl2 p.img span {
  right: 95px;
}
#sec2 .fl2 p.txt {
  padding: 0;
  width: 400px;
  min-width: 400px;
  margin-top: 51px;
}
#sec2 .col {
  margin-top: 79px;
}
#sec2 .col p.img{
  margin-left: -50px;
}
#sec2 .col .box {
  width: auto;
  margin: 0;
  position: absolute;
  bottom: -16px;
  right: 45px;
}
#sec2 .col p.btn + p.btn {
  margin-top: 38px;
}
#sec2 .col p.btn {
  width: 346px;
}
#sec2 .col p.btn a{
  padding-bottom: 21px;
}
#sec2 .col p.btn a::before {
  bottom: -4px;
  right: -3px;
  width: 1px;
  height: 12px;
  transform: rotate(-52deg);
}
#sec2 .col p.btn a::after {
  bottom: -4px;
  right: -8px;
  width: 1px;
  height: 12px;
  transform: rotate(-52deg);
}
#sec3 .bg-parallax {
  min-height: 550px;
  height: 550px;
}
#sec3 .bg-parallax .box p.catch {
  width: auto;
  top: -34px;
  left: -4px;
}
#sec3 .bg-parallax .box dl {
  font-size: 24px;
}
#sec3 .bg-parallax .box dd span {
  font-size: 36px;
}
#sec3 .bg-parallax .box dd {
  display: block;
  margin-top: 8px;
}
#sec3 .bg-parallax .box {
  width: 440px;
  padding: 47px 0;
}
#sec3 .row-2 {
  padding: 100px 0 0;
}
#sec3 .row-2 h2 {
  font-size: 30px;
  margin: 0;
  position: absolute;
  top: 49px;
  right: 106px;
  letter-spacing: 0.15em;
}
#sec3 .row-2 h2::before {
  top: -266px;
  width: 1px;
  height: 231px;
}
#sec3 p.img span {
  font-size: 24px;
}
#sec3 p.img span small {
  font-size: 20px;
  margin-top: 12px;
}
#sec3 .row-2 p.img span {
  left: -13px;
  top: 52%;
}

#sec3 .row-2 p.img {
  width: auto;
  margin: 0 0 0 60px;
}
#sec3 .row-3 {
  margin: 100px 0 100px;
}
#sec3 .row-3 .flbox{
  align-items: flex-start;
}
#sec3 .row-3 p.img1 {
  width: auto;
  margin: 0;
  order: 1;
}
#sec3 .row-3 p.img2 {
  width: auto;
  margin: 110px -50px 0 99px;
}
#sec3 .row-3 p.img span {
  position: absolute;
  bottom: 46px;
  left: 42px;
}
#sec3 .row-3 p.img span small{
  
margin-left: -10px;
}
#sec3 .row-4::before {
  transform: translateX(-50%) rotate(31deg);
  top: -68px;
}
#sec3 .row-4 p.img1 {
  width: auto;
  margin: 0 84px 0 26px;
}
#sec3 .row-4 p.img1 span {
  bottom: inherit;
  top: 101px;
  right: -68px;
  font-size: 36px;
}
#sec3 .row-4 p.img1 span small {
  margin-left: 15px;
}
#sec3 .row-4 p.img2 {
  margin: 209px 0 0 0;
  width: auto;
}
#sec3 .row-4 p.img2 span {
  position: absolute;
  top: inherit;
  transform: none;
  left: 41px;
  bottom: 175px;
  font-size: 36px;
}
#sec3 .row-4 p.img2 span small {
  display: inline;
  margin-right: 15px;
  position: relative;
  top: -6px;
}
#sec3 .row-5 {
  margin-top: -105px;
}
#sec3 .row-5 p.img span {
  top: -23px;
  left: 225px;
  width: 100%;
  text-align: left;
  font-size: 36px;
}
#sec3 .row-5 p.img span small{
  margin: 22px 0 0 -4px;
}
#sec3 .row-5 p.img{
  margin-left: -99px;
  z-index: 1;
}
.sec4 p.deco {
  top: 0;
  left: 0;
  width: 100%;
  height: 902px;
  background: url(../img/index/s4-d1.jpg) no-repeat center bottom / cover;
  clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
}
.sec4 {
  padding: 510px 0 420px;
  background: url(../img/index/s4-d2.png) no-repeat center bottom / 100% auto;
  margin-top: -320px;
}
.sec4 h2 {
  font-size: 48px;
  margin: 0;
  position: absolute;
  top: 90px;
  left: 210px;
		width: 0;
	text-align: center;
}
.sec4 h2::before {
  top: -180px;
	left: -18px;
  height: 151px;
}
.sec4 h2 + h3 {
  font-size: 24px;
  margin-bottom: 0;
  position: absolute;
  top: 207px;
  left: 152px;
}
.sec4 h2 + h3 + p.img1 {
  margin: 0 -149px 0 auto;
  width: 800px;
}
.sec4 p.img1 span {
  left: 68px;
  font-size: 30px;
}
.sec4 .fl1 > p.img {
  width: auto;
  margin: -176px 41px 0 -49px;
}
.sec4 .fl1 .box {
  margin-top: 131px;
}
.sec4 .fl1 h3 {
  font-size: 30px;
  margin: 0 0 -83px 51px;
  line-height: 45px;
}
.sec4 .fl1 h3 small {
  font-size: 24px;
  line-height: 36px;
  margin-top: 6px;
}
.sec4 .col {
  margin-top: 62px;
}
.sec4 .col p.img1 {
  margin: 0;
  text-align: center;
}
.sec4 .col .box{
  position: absolute;
  top: 125px;
  left: 59px;
  z-index: 1;
}
.sec4 .col h3 {
  font-size: 30px;
  margin: 0 0 25px;
}
.sec4 .col h3 small {
  font-size: 20px;
  line-height: 1;
  margin-top: 21px;
}
.sec4 .col .flbox h3 small {
  margin-left: -35px;
  margin-top: 15px;
}
.sec4 .col .flbox {
  margin-top: 120px;
  align-items: center;
}
.sec4 .col .flbox h3 {
  text-align: center;
  margin: 0;
  order: 1;
}
.sec4 .col .flbox p.img {
  width: auto;
  margin: 0 99px 0 0;
}
#sec5 {
  padding: 0 100px 101px;
  box-sizing: border-box;
  margin-top: -322px;
}
#sec5 p.deco {
  height: 92%;
  background: url(../img/index/s5-bg.jpg);
  clip-path: polygon(0 0, 100% 27%, 100% 100%, 0% 100%);
}
#sec5 .inner {
  padding: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#sec5 .inner .wrap {
  padding: 60px 170px 68px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
#sec5 .box-1{
  width: 350px;
  min-width: 350px;
  margin-top: 63px;
}
#sec5 .box-2{
  width: 463px;
  min-width: 463px;
}
#sec5 .box-1 dl {
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
}
#sec5 .box-1 dd {
  margin-top: 15px;
}
#sec5 .box-1 dd span {
  font-size: 36px;
}
#sec5 h2 {
  text-align: left;
  margin-bottom: 29px;
}
#sec5 .box-2 dl {
  padding: 8px 0;
  display: flex;
}
#sec5 .box-2 dt{
  width: 27%;
}
#sec5 .box-2 dd{
  width: 73%;
  box-sizing: border-box;
  padding-left: 35px;
}
#sec5 .box-2 dd::before {
  top: 0;
  left: 0;
}
#sec5 .box-2 dl:last-child dt {
  margin-right: 0;
}
#sec5 p.tel {
  font-size: 16px;
  padding: 33px 0 40px;
  margin-top: 41px;
}
#sec5 p.tel span.cl1 {
  font-size: 25px;
  margin-top: 1px;
}
#sec5 p.tel small {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 12px;
}
	
#sec5 .btn + .btn {
  margin-top: 38px;
}
#sec5 .btn {
  width: 346px;
	margin: 40px auto 0 auto;
}
#sec5 .btn a{
  padding-bottom: 21px;
}
#sec5 .btn a::before {
  bottom: -4px;
  right: -3px;
  width: 1px;
  height: 12px;
  transform: rotate(-52deg);
}
#sec5 .btn a::after {
  bottom: -4px;
  right: -8px;
  width: 1px;
  height: 12px;
  transform: rotate(-52deg);
}	
#sec6 {
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 0 150px 0;
  background: url(../img/index/s5-bg.jpg);
}
#sec6 .inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#sec6 p.img {
  width: auto;
  margin: 0 -200px 0 auto;
  text-align: right;
}
#sec6 .toggle-main {
  margin-top: 42px;
  padding: 38px 48px 67px;
  box-sizing: border-box;
}
#sec6 .toggle p.txt-sub {
  margin-bottom: 36px;
}
#sec6 .toggle-link {
  padding-bottom: 20px;
  font-size: 16px;
  width: 350px;
  margin: 0 auto;
}
#sec6 h2 {
  font-size: 36px;
  margin: -292px 0 41px;
}
#sec6 .toggle-link::before {
  top: 15px;
  right: 21px;
  font-size: 15px;
  width: 15px;
  height: 1px;
}
#sec6 .toggle-link::after {
  top: 8px;
  right: 28px;
  font-size: 15px;
  width: 1px;
  height: 15px;
}
#sec6 .toggle {
  width: 100%;
}
#sec6 .toggle .flbox{
  justify-content: space-between;
}
#sec6 .toggle .col{
  width: calc(50% - 20px);
  margin-top: 0!important;
}
#sec6 .toggle h3 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}
#sec6 .toggle h3  + dl{
  padding-top: 0;
}
#sec6 .toggle dl {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
#sec6 .toggle dt{
  width: 70%;
}
#sec6 .toggle dd{
  width: 30%;
  text-align: right;
}
#sec6 .toggle dl + h3 {
  margin-top: 31px;
}
#sec7 {
  background: transparent;
  padding: 50px 50px 0;
}
#sec7 .inner{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: url(../img/index/s7-bg.jpg) no-repeat center center / cover;
  padding: 167px 30px 96px;
  box-sizing: border-box;
}
#sec7 h2 {
  margin: 0 0 35px 106px;
  font-size: 30px;
  height: 292px;
}
#sec7 h2::before {
  top: -167px;
  height: 150px;
}
#sec7 h2 + p.txt{
  margin-left: 49px;
}
#sec8::before {
  top: -47px;
  transform: translateX(-50%) rotate(30deg);
}
#sec8 {
  padding: 150px 0 95px;
}
#sec8 h2 {
  text-align: right;
  font-size: 36px;
  margin-bottom: 0;
  position: absolute;
  top: 208px;
  right: 170px;
}
#sec8 p.floormap {
  width: auto;
  margin: 0 0 -26px 50px;
  position: relative;
  z-index: 1;
}
#sec8 .inner{
  display: flex;
}
#sec8 .inner .box{
  width: 33.3333337%;
  height: 600px;
  padding: 0;
}
#sec8 .box-1 {
  background: url(../img/index/s8-bg1.jpg) no-repeat center center / cover;
}
#sec8 .box-2 {
  background: url(../img/index/s8-bg2.jpg) no-repeat center center / cover;
}
#sec8 .box-3 {
  background: url(../img/index/s8-bg3.jpg) no-repeat center center / cover;
}
#sec8 .box h3 {
  width: 59px;
  height: 247px;
  font-size: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec8 p.txt {
  padding: 39px 0 0;
  width: 90%;
  margin: -50px auto 0;
  text-align: center;
}
#sec9 {
  padding: 0 0;
}
#sec9 .box-1 {
  background: url(../img/index/s9-bg.jpg) no-repeat center center / 100% 100%;
  width: 630px;
  text-align: left;
  color: #fff;
  padding: 69px 0 0 309px;
  box-sizing: border-box;
  margin: 0 71px 0 -250px;
}
#sec9 p.logo {
  width: auto;
  margin: 119px 0 31px;
}
#sec9 h2 {
  font-size: 36px;
  line-height: 48px;
}
#sec9 p.tel {
  text-align: left;
  font-size: 16px;
}
#sec9 p.tel span.cl1 {
  font-size: 25px;
  margin-top: 1px;
}
#sec9 p.tel small {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 18px;
  margin-top: 11px;
}
#sec9 .box-2 {
  padding: 75px 0 87px;
  box-sizing: border-box;
  width: 478px;
}
#sec9 .box-2 dl {
  padding: 12px 0;
}
#sec9 .box-2 dt{
  letter-spacing: 0.15em;
  line-height: 25px;
}
#sec9 .box-2 dd{
  letter-spacing: 0.15em;
  line-height: 25px;
}
#sec9 .box-2 dd span.sp {
  display: none!important;
}
#sec9 .box-2 .icon {
  margin: 30px 0 0 0;
}
#sec10 {
  padding: 126px 0 75px;
}
#sec10 h2 {
  font-size: 36px;
  margin-bottom: 100px;
}
#sec10 .slider-fade2{
  display: flex;
}
#sec10 .slider {
  padding: 0;
}
#sec10 .slider1{
  margin: 0 62px 0 40px;
}
#sec10 .nb {
  top: -54px;
  left: -41px;
  width: auto;
}
#sec10 .flbox{
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 49px;
}
#sec10 p.tel {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.15em;
  border: 0;
  padding: 0 0 26px 57px;
  width: 325px;
  margin: 12px 0 0;
  border-left: 1px solid #fff;
  line-height: 1;
  box-sizing: border-box;
}
#sec10 p.tel span.cl1 {
  font-size: 25px;
  margin-top: 11px;
}
#sec10 p.txt {
  padding: 0 50px 0 0;
}
#googlemap iframe {
  height: 550px;
}
#googlemap .flbox {
  padding: 0 0;
  width: 100%;
  max-width: 1000px;
  margin: 41px auto 0;
  align-items: flex-start;
  position: relative;
}
#googlemap p.btn-link2 {
  padding-bottom: 27px;
  font-size: 16px;
  line-height: 1;
  width: 348px;
  margin-right: 42px;
}
#googlemap p.btn1 {
  margin-bottom: 0;
}
#googlemap p.btn-link2::before {
  bottom: -4px;
  right: -3px;
  width: 1px;
  height: 12px;
  transform: rotate(-52deg);
}
#googlemap p.btn-link2::after {
  bottom: -4px;
  right: -8px;
  width: 1px;
  height: 12px;
  transform: rotate(-52deg);
}
#googlemap p.btn3 {
  display: block;
  position: absolute;
  top: -10px;
  right: 66px;
}
#googlemap p.btn3 a{
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#googlemap p.btn3 a:hover{
  border: 0;
  opacity: 1;
}
#googlemap {
  padding-bottom: 90px;
}


}

/*ipad code*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#sec1 .row-1 .box {
  width: 530px;
  min-width: 530px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
#sec5 .inner .wrap {
  padding: 60px 100px 68px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
#sec5 .inner .wrap {
  padding: 60px 50px 68px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
#sec5 .box-1 {
  width: 320px;
  min-width: 320px;
}
#sec5 {
  padding: 0 50px 101px;
}
#sec6 .toggle-main {
  padding: 38px 30px 67px;
}
}



