#lead {
  padding-top: 15vw;
  padding-bottom: 15vw;
  position: relative;
}
#lead::after {
content: "";
    background: url(../img/bento/lead_line.png) no-repeat top center;
    background-size: 100% 100%;
    width: 41vw;
    height: 43vw;
    position: absolute;
    top: 100vw;
    right: 0;
    z-index: -1;
}
#lead h2 {
  position: relative;
  z-index: 2;
  margin: 0 auto 8vw;
}
#lead .photo-1 {
  height: 56vw;
  margin-bottom: 10vw;
  margin-left: -5vw;
  width: 66vw;
}
#lead .photo-2 {
  height: 65vw;
  position: absolute;
  top: 34vw;
  right: 0;
  width: 42vw;
}
#lead .text {}
@media screen and (min-width: 768px) {
  #lead {
    padding-top: 93px;
    padding-bottom: 187px;
  }
#lead::after {
    width: 385px;
    height: 443px;
    top: 491px;
    right: 0;
}
  #lead h2 {
    width: 737px;
    margin-bottom: -82px;
    margin-left: -55px;
  }
  #lead .photo-1 {
    width: 568px;
    height: 388px;
    margin-bottom: 40px;
    margin-left: -71px;
  }
  #lead .photo-2 {
    width: 572px;
    height: 908px;
    top: 0;
    right: -111px;
  }
  #lead .text {
    width: 442px;
    margin-left: 43px;
  }
}
#area {
  margin-bottom: 0;
  padding-bottom: 16vw;
}
#area .set1 {
  position: relative;
  margin-bottom: 11vw;
}
#area .set1::before {
  content: "";
  background: url("../img/sightseeing/area_deco01.png") no-repeat top center;
  width: 100vw;
  height: 570px;
  background-size: 100% auto;
  position: absolute;
  top: 45vw;
  left: 0;
}
#area .set1 .photo {
  position: relative;
  margin: 0 -10vw;
}
#area .set1 dl {}
#area .set1 dl dt {
  text-align: right;
  line-height: 1.6;
  font-size: 6.5vw;
  margin-bottom: 5vw;
}
#area .set1 dl dt span {
  font-size: 10vw;
}
#area .set1 dl dd {}
#area .set2 {
  position: relative;
  z-index: 2;
}
#area .set2 h3 {
  text-align: center;
  line-height: 1;
  font-size: 6.5vw;
  margin-bottom: 8vw;
}
#area .set2 .floor {
  margin: 0 auto 7vw;
}
#area .set2 .group__scroll {
  max-width: 813px;
  margin: 0 auto;
}
#area .set2 .group__scroll .item h4 {
  font-size: 4.4vw;
  margin-bottom: 2vw;
}
#area .set2 .group__scroll .item h4 span {
  position: relative;
  padding-left: 11vw;
}
#area .set2 .group__scroll .item h4 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#area .set2 .group__scroll .item .icon__car span::before {
  background: url("../img/sightseeing/icon_car.png") no-repeat center;
  background-size: 100% auto;
  width: 7vw;
  height: 6vw;
}
#area .set2 .group__scroll .item .icon__trans span::before {
  background: url("../img/sightseeing/icon_tran.png") no-repeat center;
  background-size: 100% auto;
  width: 7vw;
  height: 10vw;
}
#area .set2 .group__scroll .table-wrapper {
  margin-left: 0;
}
#area .set2 .group__scroll .table-wrapper .fixed-table {
  width: 590px;
}
#area .set2 .group__scroll .item + .item {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  #area {
    margin-bottom: 0;
    padding-bottom: 130px;
  }
  #area .set1 {
    margin-bottom: 123px;
  }
  #area .set1::before {
    width: 654px;
    height: 570px;
    top: 0;
    left: calc(50% - 100px);
  }
  #area .set1 .photo {
    position: absolute;
    top: -103px;
    left: -164px;
    margin: 0;
  }
  #area .set1 dl {
    width: 580px;
    margin-left: auto;
    margin-right: -2px;
  }
  #area .set1 dl dt {
    text-align: right;
    line-height: 68px;
    font-size: 44px;
    margin-bottom: 29px;
    padding-right: 10px;
  }
  #area .set1 dl dt span {
    font-size: 70px;
  }
  #area .set1 dl dd {
    padding-left: 66px;
  }
  #area .set2 {
    margin-bottom: 0;
  }
  #area .set2 h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  #area .set2 .floor {
    width: 800px;
    margin: 0 auto 77px;
  }
  #area .set2 .group__scroll {
  }
	#area .set2 .group__scroll .item {
		
margin-left: 18px;
	}
  #area .set2 .group__scroll .item h4 {
    font-size: 24px;
    margin-bottom: 26px;
    margin-left: -18px;
  }
  #area .set2 .group__scroll .item h4 span {
    padding-left: 70px;
  }
  #area .set2 .group__scroll .item .icon__car span::before {
    width: 41px;
    height: 35px;
  }
  #area .set2 .group__scroll .item .icon__trans span::before {
    width: 41px;
    height: 53px;
  }
  #area .set2 .group__scroll .table-wrapper {
    margin-left: 0;
  }
  #area .set2 .group__scroll .table-wrapper .fixed-table {
    width: 784px;
  }
  #area .set2 .group__scroll .item + .item {
    margin-top: 64px;
  }
}
#course {
  padding-top: 15vw;
  padding-bottom: 15vw;
  background: url("../img/anniversary/bg.jpg");
  color: #000;
  margin-bottom: -1px;
}
#course .wrap {}
#course .set1 {
  position: relative;
  padding-bottom: 10vw;
}
#course .set1 h2 {
  position: relative;
  margin-bottom: 5vw;
}
#course .set1 .photo-1 {
  height: 65vw;
  margin-bottom: 5vw;
}
#course .set1 .row {
  position: relative;
  flex-direction: row-reverse;
  margin-bottom: 10vw;
}
#course .set1 .row .photo-2 {
  height: 50vw;
  width: 76vw;
  margin-left: auto;
  margin-right: -6vw;
}
#course .set1 .row dl {
  padding-top: 10vw;
}
#course .set1 .row dl dt {
  margin-bottom: 5vw;
  width: 80vw;
}
#course .set1 .row dl dd {
  text-align: left;
}
#course .set1 .box__c {
  position: relative;
  background: #ffffff;
  text-align: left;
}
#course .set1 .box__c::before {
  content: "";
  background: #000000;
  width: 6px;
  height: 34vw;
  position: absolute;
  top: 0;
  left: 0;
}
#course .set1 .box__c .inside {
  padding: 6vw 5vw 8vw 6vw;
  position: relative;
}
#course .set1 .box__c .inside h3 {
  position: relative;
  margin-bottom: 4vw;
  font-weight: 600;
}
#course .set1 .box__c .inside h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  border-top: 1px solid #000;
  transform: translateY(-50%);
}
#course .set1 .box__c .inside h3 span {
  padding-left: 40px;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}
#course .set1 .box__c .inside h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4vw;
}
#course .set1 .box__c .inside .info {}
#course .set1 .box__c .inside .left {}
#course .set1 .box__c .inside .left dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6vw;
  line-height: 1;
  align-items: center;
}
#course .set1 .box__c .inside .left dl dt {
  width: 120px;
  margin-right: 10px;
}
#course .set1 .box__c .inside .left dl dd span {
  font-size: 26px;
}
#course .set1 .box__c .inside .right {}
#course .set1 .box__c .inside .right p {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
#course .set1 .box__c .inside .right p.note{
  padding-top:10px;
  line-height:180%;
  font-size: 13px;
}

#course .set1 .box__c .inside .right .col-2 {}
#course .set1 .box__c .inside .right .col-2 ul {}
#course .set1 .box__c .inside .right .col-2 ul + ul {}
#course .set1 .box__c .inside .right ul li {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  line-height: 30px;
}
#course .set1 .box__c .inside .right ul li::before {
  content: "";
  background: url(../img/anniversary/icon-2.png) no-repeat center;
  width: 4px;
  height: 3px;
  background-size: 100% auto;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #course {
    padding-top: 105px;
    padding-bottom: 110px;
  }
  #course .wrap {
    width: 1014px;
  }
  #course .set1 {
    padding-bottom: 0;
  }
  #course .set1 h2 {
    width: 64px;
    position: absolute;
    left: -56px;
    top: 0;
    margin-bottom: 0;
  }
  #course .set1 .photo-1 {
    width: 959px;
    height: 535px;
    margin-right: -27px;
    margin-bottom: 52px;
    margin-left: auto;
  }
  #course .set1 .row {
    margin-bottom: 71px;
  }
  #course .set1 .row .photo-2 {
    width: 463px;
    height: 343px;
    margin-right: -148px;
  }
  #course .set1 .row dl {
    padding-left: 129px;
    width: 490px;
    padding-top: 21px;
  }
  #course .set1 .row dl dt {
    width: 446px;
    margin-bottom: 26px;
  }
  #course .set1 .row dl dd {
    margin-left: 11px;
    line-height: 40px;
  }
  #course .set1 .box__c {
    text-align: left;
    margin-left: auto;
    margin-right: -64px;
    max-width: 1015px;
  }
  #course .set1 .box__c::before {
    width: 9px;
    height: 107px;
    top: 0;
    left: 0;
  }
  #course .set1 .box__c .inside {
    padding: 19px 20px 25px 82px;
  }
  #course .set1 .box__c .inside h3 {
    margin-bottom: 12px;
  }
  #course .set1 .box__c .inside h3::before {
    width: 66px;
    left: -46px;
  }
  #course .set1 .box__c .inside h3 span {
    padding-left: 33px;
    font-size: 16px;
    letter-spacing: 3px;
  }
  #course .set1 .box__c .inside h4 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  #course .set1 .box__c .inside .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #course .set1 .box__c .inside .left {
    width: 42%;
  }
  #course .set1 .box__c .inside .left dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
  }
  #course .set1 .box__c .inside .left dl dt {
    width: 120px;
    margin-right: 10px;
  }
  #course .set1 .box__c .inside .left dl dd span {
    font-size: 30px;
  }
  #course .set1 .box__c .inside .right {
    width: 57%;
    margin-top: -82px;
  }
  #course .set1 .box__c .inside .right p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #course .set1 .box__c .inside .right .col-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #course .set1 .box__c .inside .right .col-2 ul {
    width: 50%;
  }
  #course .set1 .box__c .inside .right .col-2 ul + ul {
    width: 40%;
  }
  #course .set1 .box__c .inside .right ul li {
    padding-left: 10px;
    font-size: 15px;
    line-height: 30px;
  }
  #course .set1 .box__c .inside .right ul li::before {
  }
}
#bento {
  position: relative;
  background: url("../img/anniversary/bg.jpg");
  color: #000;
  padding-bottom: 15vw;
}
#bento::before {
  content: "";
  background: url("../img/sightseeing/bento_deco.png") no-repeat center;
  background-size: 100% auto;
  width: 90vw;
  height: 77vw;
  position: absolute;
  top: -11vw;
  right: 11vw;
}
#bento h2 {
  width: 37vw;
  position: relative;
  z-index: 3;
  margin: 0 auto 0vw;
}
#bento h3 {
  font-size: 6vw;
  line-height: 1.6;
  position: relative;
  text-align: center;
  margin-bottom: 6vw;
}
#bento .photo {
  position: relative;
  margin-bottom: 5vw;
}
#bento .box {}
#bento .box .text {
  margin-bottom: 8vw;
}
#bento .box .btn-link a {
  width: 70%;
  margin: 0 auto;
}
#bento .box .btn-link a::after {
  width: 55px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  #bento {
    padding-bottom: 135px;
  }
  #bento::before {
    width: 471px;
    height: 411px;
    top: -109px;
    right: calc(50% + 120px);
  }
  #bento h2 {
    width: 153px;
    margin: 0 0 88px 69px;
  }
  #bento h3 {
    font-size: 40px;
    line-height: 60px;
    position: absolute;
    top: 23px;
    right: -59px;
    margin-bottom: 0;
    text-align: right;
    letter-spacing: 0;
  }
  #bento .photo {
    width: 640px;
    position: absolute;
    top: 165px;
    right: -60px;
    margin-bottom: 0;
  }
  #bento .box {
    width: 365px;
  }
  #bento .box .text {
    margin-bottom: 54px;
  }
  #bento .box .btn-link a {
    width: 90%;
  }
  #bento .box .btn-link a::after {
    width: 80px;
}
}
.ttl__c {
  text-align: center;
  font-size: 6.5vw;
  position: relative;
}
.ttl__c::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: -5vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .ttl__c {
    text-align: center;
    font-size: 36px;
  }
  .ttl__c::before {
    width: 30px;
    height: 2px;
    top: -43px;
  }
}
#floor {
  position: relative;
  margin-bottom: 15vw;
}
#floor .set1 {
  position: relative;
  padding-top: 13vw;
  margin-bottom: 6vw;
}
#floor .set1 h2 {
  position: relative;
  margin-bottom: 8vw;
}
#floor .set1 h3 {
    width: 31vw;
    position: absolute;
    top: 18vw;
    right: 2vw;
    z-index: 3;
}
#floor .set1 .photo__group {
  position: relative;
  margin-bottom: 5vw;
}
#floor .set1 .photo__group .photo-1 {
  height: 56vw;
  margin-bottom: 5vw;
  width: 68vw;
}
#floor .set1 .photo__group .photo-2 {
  width: 70vw;
  height: 50vw;
  position: relative;
  margin-left: auto;
}
#floor .set1 .photo__group .num {
  position: absolute;
  top: 41vw;
  right: 0vw;
  width: 22vw;
  z-index: 2;
}
#floor .set1 .text {}
#floor .set2 {
  position: relative;
  padding-top: 0;
}
#floor .set2 h3 {
  width: 9vw;
  position: absolute;
  top: 5vw;
  left: 0;
}
#floor .set2 .floor__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: 12vw;
  gap: 10px;
  padding-top: 7vw;
}
#floor .set2 .floor__group p {
  width: 344px;
}
#floor .set3 {
  position: relative;
  padding-top: 20vw;
}
#floor .set3 .ttl__c {
  margin-bottom: 5vw;
}
#floor .set3 .floorList {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
#floor .set3 .floorList dl {
  padding: 20px 0;
  border-bottom: 1px dotted #fff;
  letter-spacing: 0.01em;
}
#floor .set3 .floorList dl dt {
  font-size: 18px;
  padding-left: 38px;
  position: relative;
}
#floor .set3 .floorList dl dt span {
  font-size: 26px;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  display: block;
}
#floor .set3 .floorList dl dd {
  font-size: 15px;
  line-height: 30px;
  margin-left: 56px;
}
#floor .set4 {
  padding-top: 25vw;
}
#floor .set4 .ttl__c {
  margin-bottom: 4vw;
}
#floor .set4 .note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 7vw;
}
#floor .set4 .tel {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#floor .set4 .tel .icon__tel {
  width: 27px;
  margin: 0 auto 15px;
}
#floor .set4 .tel dl {
  text-align: center;
  line-height: 1;
}
#floor .set4 .tel dl dt {
  font-size: 20px;
  margin-bottom: 20px;
}
#floor .set4 .tel dl dd {
  font-size: 33px;
}
#floor .set4 .tel dl dd small {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  #floor {
    margin-bottom: 212px;
  }
  #floor .set1 {
    margin-bottom: 0;
    padding-top: 160px;
  }
  #floor .set1 h2 {
    width: 64px;
    position: absolute;
    top: 116px;
    left: -64px;
    margin-bottom: 0;
  }
  #floor .set1 h3 {
    width: 329px;
    top: 38px;
    right: -125px;
  }
  #floor .set1 .photo__group {
    margin-bottom: 73px;
    margin-left: 79px;
  }
  #floor .set1 .photo__group .photo-1 {
    width: 819px;
    height: 572px;
    margin-bottom: 0;
  }
  #floor .set1 .photo__group .photo-2 {
    width: 515px;
    height: 353px;
    position: absolute;
    top: 464px;
    left: calc(50% + 104px);
  }
  #floor .set1 .photo__group .num {
    position: absolute;
    top: 331px;
    left: calc(50% + 381px);
    width: 150px;
    right: auto;
  }
  #floor .set1 .text {
    width: 482px;
    padding-left: 102px;
  }
  #floor .set2 {
    padding-top: 0;
  }
  #floor .set2 h3 {
    width: 57px;
    top: 133px;
    left: 94px;
  }
  #floor .set2 .floor__group {
    width: 748px;
    margin-left: 205px;
    padding-top: 121px;
  }
  #floor .set2 .floor__group p {
    width: 344px;
  }
  #floor .set3 {
    padding-top: 177px;
  }
  #floor .set3 .ttl__c {
    margin-bottom: 45px;
  }
  #floor .set3 .floorList {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  #floor .set3 .floorList dl {
    padding: 33px 0;
    letter-spacing: 2px;
  }
  #floor .set3 .floorList dl dt {
    font-size: 24px;
    padding-left: 53px;
    margin-bottom: 11px;
  }
  #floor .set3 .floorList dl dt span {
    font-size: 32px;
    top: -2px;
    left: 6px;
  }
  #floor .set3 .floorList dl dd {
    font-size: 18px;
    line-height: 36px;
    margin-left: 95px;
  }
  #floor .set4 {
    padding-top: 198px;
  }
  #floor .set4 .ttl__c {
    margin-bottom: 41px;
  }
  #floor .set4 .note {
    font-size: 18px;
    margin-bottom: 68px;
  }
  #floor .set4 .tel {
    padding-top: 53px;
    padding-bottom: 49px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #floor .set4 .tel .icon__tel {
    width: 46px;
    margin: 0 auto 33px;
  }
  #floor .set4 .tel dl {
    margin: 0;
  }
  #floor .set4 .tel dl dt {
    font-size: 24px;
    margin-bottom: 42px;
  }
  #floor .set4 .tel dl dd {
    font-size: 44px;
  }
  #floor .set4 .tel dl dd small {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .simplebar-scrollbar {
    opacity: 1 !important;
    transition: none !important;
  }
  .simplebar-scrollbar::before {
    background-color: #55B6F1 !important;
    opacity: 1 !important;
  }
  .simplebar-track {
    background: #fff;
    border-radius: 10px;
  }
  .simplebar-scrollbar:before {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .simplebar-track.simplebar-horizontal {
    height: 6px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
	#course .set1 h2 {
		left: -12px;
	}
	#course .set1 .row .photo-2 {
		margin-right: -50px;
	}
    #course .set1 .row dl {
        padding-left: 99px;
        width: 45%;
    }
	#course .set1 .box__c {
		margin-right: 0;
	}
	#bento h3 {
		right: 0;
	}
	#floor .set1 h2 {
		left: -28px;
	}
	#floor .set1 h3 {
		right: -66px;
	}
    #floor .set1 .photo__group .num {
        left: calc(50% + 328px);
    }
    #floor .set1 .photo__group .photo-2 {
        left: calc(50% + 68px);
    }
	    #floor .set1 .photo__group .photo-1 {
			width: 766px;
	}
}

