@media print, screen and (min-width: 768px) {
  .meritSect__head + .meritSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__head + .meritSect__cont {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__figArea {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__figArea .txt + .photo {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__figArea .txt + .photo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__meritArea {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__meritArea .meritGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 38px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__meritArea .meritGallery__item {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__meritArea .meritGallery__item:not(:first-child) {
    margin-top: 0;
  }
}

.meritSect__ttl {
  background-color: #b89b2f;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl {
    padding: 8px 10px 11px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl {
    padding: 5px 5px 7px;
  }
}

.meritSect__ttl .inner {
  line-height: 1.75;
}

.meritSect__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.meritSect__ttl .inner:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.meritSect__ttl .inner:before, .meritSect__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl .inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl .inner {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl + .meritGallery {
    margin-top: 40px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl + .meritGallery {
    margin-top: 30px;
  }
}

.panoramaSect__ttl {
  font-family: "Cinzel", serif;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .panoramaSect__ttl {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .panoramaSect__ttl {
    font-size: 30px;
  }
}

.panoramaSect__bnr {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .panoramaSect__bnr {
    margin-top: 50px;
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .panoramaSect__bnr {
    margin-top: 35px;
    width: calc(100% - 50px);
  }
}

.panoramaSect__bnr .photo {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media print, screen and (min-width: 768px) {
  .panoramaSect__bnr:hover .photo {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .panoramaSect__bnr:hover .photo {
    opacity: .8;
  }
}

@media print, screen and (min-width: 768px) {
  .strageSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.strageSect__inner {
  max-width: 560px;
}

@media screen and (max-width: 768px) {
  .strageSect__inner + .strageSect__inner {
    margin-top: 47px;
  }
}

@media print, screen and (min-width: 768px) {
  .strageSect__inner .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .strageSect__inner .caption {
    margin-top: 10px;
  }
}

.strageSect__lead {
  line-height: 1.8;
  letter-spacing: .01em;
}

.strageSect__lead:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.strageSect__lead:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.strageSect__lead:before, .strageSect__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .strageSect__lead {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .strageSect__lead {
    font-size: 19px;
    text-align: center;
  }
}

.strageSect__label {
  background-color: #aaaa1b;
  color: #ffffff;
  letter-spacing: .01em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .strageSect__label {
    font-size: 20px;
    margin-top: 68px;
    padding: 11px;
  }
}

@media screen and (max-width: 768px) {
  .strageSect__label {
    font-size: 14px;
    margin-top: 36px;
    padding: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .strageSect__label + .photo {
    margin-top: 31px;
  }
}

@media screen and (max-width: 768px) {
  .strageSect__label + .photo {
    margin-top: 24px;
  }
}

.strageSect__txt {
  letter-spacing: .01em;
}

@media print, screen and (min-width: 768px) {
  .strageSect__txt {
    line-height: 2;
    font-size: 16px;
    margin-top: 47px;
  }
  .strageSect__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .strageSect__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .strageSect__txt:before, .strageSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .strageSect__txt {
    line-height: 1.8;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
  }
  .strageSect__txt:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .strageSect__txt:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .strageSect__txt:before, .strageSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .photo + .strageSect__txt {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 37px;
  }
  .photo + .strageSect__txt:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .photo + .strageSect__txt:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .photo + .strageSect__txt:before, .photo + .strageSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .photo + .strageSect__txt {
    font-size: 12px;
    margin-top: 42px;
    text-align: unset;
  }
}

.variationSect__ttl {
  font-family: "Cinzel", serif;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .variationSect__ttl {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .variationSect__ttl {
    font-size: 30px;
  }
}

.variationSect__cont {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media print, screen and (min-width: 768px) {
  .variationSect__head + .variationSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .variationSect__head + .variationSect__cont {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-recommend {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .plan-recommend {
    padding: 40px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-variation {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .plan-variation {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-merit {
    padding: 93px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .plan-merit {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-panprama {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .plan-panprama {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-detail {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .plan-detail {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-strage {
    padding-top: 125px;
  }
}

@media screen and (max-width: 768px) {
  .plan-strage {
    padding-top: 81px;
  }
}

@media print, screen and (min-width: 768px) {
  .casbee {
    margin: 95px auto 0;
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .casbee {
    margin: 89px 25px 0;
  }
}
