@charset "UTF-8";
@import url(../assets/css/import/swiper.min.css);
.p-top-kv {
  position: relative;
  width: 100%;
}

.p-top-kv.p-top-kv--movie {
  padding-bottom: 56.25%;
  height: 0px;
}

@media screen and (max-width: 736px) {
  .p-top-kv__container .caption.caption--p-top-kv {
    color: #c8edf1;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: calc((45/750)*100vw + 0.5em);
    left: 0;
    letter-spacing: 0.04em;
  }
}

.mainVisual {
  height: calc(640 / 1440 * 100vw);
  position: relative;
  line-height: 0;
}

.mainVisual::before {
  content: "";
  background :rgba(255,255,255,0);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (max-width: 736px) {
  .mainVisual {
    height: calc(940 / 750 * 100vw);
  }
  .mainVisual::before {
    top: 0;
    height: calc(940 / 750 * 100vw);
  }
}

.mainVisual .swiper-slide img {
  width: 100%;
}

.mainVisual__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.mainVisual__copy {
  color: #fff;
  transition: 1s;
  opacity: 0;
}

.mainVisual__copy.large {
  font-size: min(calc(70/1440*100vw), 70px);
  line-height: calc(162/92);
  letter-spacing: .2125em;
}

.mainVisual__copy.middle {
  font-size: min(calc(45/1440*100vw), 45px);
  line-height: calc(101/58);
  letter-spacing: .14em;
}

.mainVisual__copy.small {
  font-size: min(calc(20/1440*100vw), 20px);
  line-height: calc(49/28);
  letter-spacing: .05em;
}


@media screen and (max-width: 736px) {
  .mainVisual__copy.large {
    font-size: 27px;
  }

  .mainVisual__copy.middle {
    font-size: 25px;
  }

  .mainVisual__copy.small {
    font-size: 14px;
  }
}

.mainVisual__copy.shadow-black {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3),-1px 1px 10px rgba(0, 0, 0, 0.3),1px -1px 10px rgba(0, 0, 0, 0.3),-1px -1px 10px rgba(0, 0, 0, 0.3);
}

.mainVisual__copy.shadow-blue {
  text-shadow: 1px 1px 10px #6086a8,-1px 1px 10px #6086a8,1px -1px 10px #6086a8,-1px -1px 10px #6086a8;
}

.mainVisual__text .swiper-slide--01 .mainVisual__copy {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  transition-delay: 1s;
}

.mainVisual__text .swiper-slide--01.swiper-slide-active .mainVisual__copy {
  transition: 1s 1.5s ease;
  opacity: 1;
}

.mainVisual__text .swiper-slide--02 .mainVisual__copy {
  position: absolute;
  top: 180px;
  left: 110px;
}

.mainVisual__text .swiper-slide--02.swiper-slide-prev .mainVisual__copy,
.mainVisual__text .swiper-slide--02.swiper-slide-active .mainVisual__copy {
  transition: 1s 1.5s ease;
  opacity: 1;
}

.mainVisual__text .swiper-slide--03 .mainVisual__copy {
  position: absolute;
  top: 300px;
  left: 110px;
}

/*.mainVisual__text .swiper-slide--03.swiper-slide-prev .mainVisual__copy,*/
.mainVisual__text .swiper-slide--03.swiper-slide-active .mainVisual__copy {
  transition: 1s 1.5s ease;
  opacity: 1;
}

.mainVisual__text .swiper-slide--04 .mainVisual__copy {
  position: absolute;
  top: 140px;
  right: 115px;
  text-align: right;
}

.mainVisual__text .swiper-slide--04.swiper-slide-prev .mainVisual__copy,
.mainVisual__text .swiper-slide--04.swiper-slide-active .mainVisual__copy {
  transition: 1s 1.5s ease;
  opacity: 1;
}

.mainVisual__text .swiper-slide--05 .mainVisual__copy {
  position: absolute;
  top: 240px;
  right: 115px;
  text-align: right;
}

.mainVisual__text .swiper-slide--05.swiper-slide-active .mainVisual__copy {
  transition: 1s 1.5s ease;
  opacity: 1;
}

.mainVisual__text .swiper-slide--06 .mainVisual__copy {
  position: absolute;
  top: 120px;
  left: 80px;
}

.mainVisual__text .swiper-slide--06.swiper-slide-active .mainVisual__copy,
.mainVisual__text .swiper-slide--06.swiper-slide-prev .mainVisual__copy {
  transition: 1s 3s ease;
  opacity: 1;
}

.mainVisual__text .swiper-slide--07 .mainVisual__copy {
  position: absolute;
  top: 232px;
  left: 78px;
}

.mainVisual__text .swiper-slide--07.swiper-slide-active .mainVisual__copy {
  transition: 1s 3s ease;
  opacity: 1;
}


@media screen and (max-width: 736px) {

  .mainVisual__text .swiper-slide--01 .mainVisual__copy {
    top: calc(50% - 20px);
  }

  .mainVisual__text .swiper-slide--02 .mainVisual__copy {
    top: 14px;
    left: 15px;
  }

  .mainVisual__text .swiper-slide--02 .mainVisual__copy {
    top: 80px;
    left: 15px;
  }

  .mainVisual__text .swiper-slide--03 .mainVisual__copy {
    top: 200px;
    left: 15px;
  }

  .mainVisual__text .swiper-slide--04 .mainVisual__copy {
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }

  .mainVisual__text .swiper-slide--05 .mainVisual__copy {
    text-align: right;
    top: calc(50% + 60px);
    right: 15px;
  }

  .mainVisual__text .swiper-slide--06 .mainVisual__copy {
    top: 24px;
    left: 16px;
  }

  .mainVisual__text .swiper-slide--07 .mainVisual__copy {
    top: 122px;
    left: 16px;
  }
}

.mainVisual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mainVisual__image .photo {
  position: relative;
}

.mainVisual__image .photo .caption {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-shadow: 1px 1px 10px #000,-1px 1px 10px #000,1px -1px 10px #000,-1px -1px 10px #000;
  text-align: left;
}

@media screen and (min-width: 737px) {
  .mainVisual__image .photo .caption--custom {
    right: calc((((70vh / 3) * 53) / 150) + 10px);
  }
}

@media screen and (max-width: 736px) {

  .mainVisual__image .photo .caption {
    bottom: calc(20 / 750 * 100vw);
  }
}

.mainVisual .swiper-slide--07 {
  display: flex;
  flex-wrap: wrap;
}

.mainVisual .swiper-slide--07 > div {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .mainVisual .swiper-slide--07 > div {
    width: 100%;
  }
  .mainVisual .swiper-slide--07 > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }

  .mainVisual .swiper-slide--07 > div:first-child .caption {
    bottom: 15px;
  }
}

/* page-mv
----------------------------------------*/
.page-mv::before {
  content: "";
  display: block;
  padding-top: 606px;
}

@media screen and (max-width: 736px) {
  .page-mv::before {
    padding-top: 85.33333%;
    display: none;
  }
}
.page-mv .txt-box {
  left: 50%;
  right: auto;
  max-width: 626px;
  margin: auto;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 737px) {
  .page-mv .txt-box {
    		/*
    		width: 40.69444%;
    */
  }
}
@media screen and (max-width: 736px) {
  .page-mv .txt-box {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px 30px 0;
  }
}
.txt-box__inner {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .wrap--small .heading-set {
    margin-bottom: 20px;
  }
}
.p-headline--h {
  font-size: 20px;
  line-height: 1.2;
}

.p-headline--h::before, .p-headline--h::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.p-headline--h::before {
  margin-top: calc((1 - 1.2) * 0.5em);
}

.p-headline--h::after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}

.p-headline--line {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.p-headline--line:before, .p-headline--line:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #000;
  flex-grow: 1;
}

.p-headline--line:before {
  margin-right: 30px;
}

.p-headline--line:after {
  margin-left: 30px;
}

.p-headline--line span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}

.p-headline--line span::before, .p-headline--line span::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.p-headline--line span::before {
  margin-top: calc((1 - 1.2) * 0.5em);
}

.p-headline--line span::after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}

.p-text-01 {
  font-size: 16px;
  line-height: calc(30/16);
}

.p-text-02 {
  font-size: 13px;
  line-height: calc(22/13);
}

.p-text-03 {
  font-size: 17px;
  line-height: calc(20/14);
  font-weight: 700;
}

.p-text-03 a {
  text-decoration: underline;
}

.p-text-01::before, .p-text-01::after, .p-text-02::before, .p-text-02::after, .p-text-03::before, .p-text-03::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.p-text-01::before {
  margin-top: calc((1 - (30/16)) * 0.5em);
}

.p-text-01::after {
  margin-bottom: calc((1 - (30/16)) * 0.5em);
}

.p-text-02::before {
  margin-top: calc((1 - (22/13)) * 0.5em);
}

.p-text-02::after {
  margin-bottom: calc((1 - (22/13)) * 0.5em);
}

.p-text-03::before {
  margin-top: calc((1 - (20/14)) * 0.5em);
}

.p-text-03::after {
  margin-bottom: calc((1 - (20/14)) * 0.5em);
}

.p-acTxt {
  text-align: center;
}

.info-event {
  max-width: 640px;
  margin: 45px auto 0;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
}

.info-event-title {
  font-size: 22px;
  margin-bottom: 10px;
  /*	color: #b5973f;*/
  font-weight: 700;
}

.info-event-title_color {
  font-size: 26px;
  color: #49c3d1;
  margin-top: 10px;
  margin-bottom: 10px;
  /*	color: #b5973f;*/
  font-weight: 700;
}

.info-event-text {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
}

.info-event-text span.small {
  display: block;
  font-size: 70%;
  margin-top: 3px;
}

@media only screen and (max-width: 736px) {
  .info-event {
    padding: 8px;
  }

  .info-event-title {
    font-size: 18px;
  }

  .info-event-title_color {
    font-size: 20px;
  }

  .info-event-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 736px) {
  .p-headline--line:before {
    margin-right: 10px;
  }

  .p-headline--line:after {
    margin-left: 10px;
  }

  .p-headline--line span {
    font-size: 14px;
  }

  .p-text-01 {
    font-size: 14px;
  }

  .p-text-02 {
    font-size: 12px;
  }

  .p-text-03 {
    font-size: 14px;
  }

  .p-acTxt {
    text-align: left;
  }
}
.p-relative {
  position: relative;
}

.btn--ar {
  text-align: right;
}

.p-mw630 {
  max-width: 630px;
  margin-bottom: 100px;
}

.p-mw640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.p-mw630 .p-text-01 {
  margin-top: 40px;
}

.p-mw630 .btn--ar {
  margin-top: 70px;
}

.p-mw920 {
  width: calc(920/1000*100%);
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 736px) {
  .p-mw920 {
    width: 100%;
    margin-right: auto;
  }

  .p-mw630 .btn--ar {
    margin-top: 40px;
  }
}
.clm2 > div {
  width: calc(460/1000*100%);
}

.p-mw920 .clm2 > div {
  width: calc(437/920*100%);
}

.p-clm--info {
  margin-top: 40px;
}

.p-clm--info > div:nth-child(n+3) {
  margin-top: 20px;
}

.clm2 > div.clm--ymd {
  width: calc(120/640*100%);
}

.clm2 > div.clm--text {
  width: calc(520/640*100%);
}

.clm2 > div.clm--text .p-text-03 {
  letter-spacing: .06em;
}

.clm--box--image {
  width: calc(350/437*100%);
  margin-left: auto;
  margin-right: 0;
}

.clm--box--text {
  position: relative;
  width: calc(300/437*100%);
  margin-top: -40px;
  padding: 35px 35px 22px 40px;
  border-left: solid 1px #c8be91;
  border-bottom: solid 1px #c8be91;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 736px) {
  .clm2 > div {
    width: 100%;
  }

  .clm2 > div:nth-child(n+2) {
    margin-top: 80px;
  }

  .p-mw920 .clm2 > div {
    width: 100%;
  }

  .p-clm--info {
    margin-top: 40px;
  }

  .p-clm--info > div:nth-child(n+3) {
    margin-top: 0;
  }

  .clm2 > div.clm--ymd {
    width: 100%;
    margin-top: 30px;
  }

  .clm2 > div.clm--ymd:first-child {
    margin-top: 0;
  }

  .clm2 > div.clm--text {
    width: 100%;
    margin-top: 10px;
  }

  .clm--box--image {
    margin-left: auto;
    margin-right: 0;
  }

  .clm--box--text {
    padding: 50px 20px 30px;
  }
}
.wrap .center {
  text-align: center;
}

.section--info {
  display: none;
  padding-top: 90px;
  padding-bottom: 100px;
}

.p-main--info {
  margin: 0 auto 0;
  font-size: 24px;
  line-height: calc(38/24);
  text-align: center;
  color: #231815;
  border: solid 1px #49c3d1;
  padding: 30px;
  display: inline-block;
  font-weight: bold;
}

.p-main--info span.num {
  font-size: 36px;
  color: #49c3d1;
}

@media screen and (max-width: 736px) {
  .p-main--info {
    margin: 0 auto 0;
    font-size: 18px;
    padding: 20px;
  }

  .p-main--info span.num {
    font-size: 25px;
  }
}
.p-main--info small {
  display: block;
  margin-top: 20px;
  font-size: 10px;
}

.p-main--info::before, .p-main--info::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.p-main--info::before {
  margin-top: calc((1 - (34/24)) * 0.5em);
}

.p-main--info::after {
  margin-bottom: calc((1 - (34/24)) * 0.5em);
}

.holiday {
  text-align: center;
  max-width: 640px;
}

.p-holiday {
  line-height: calc(34/24);
  /* color: #C55745; */
  color: #000;
  margin-top: 30px;
  font-size: 10px;
}

@media screen and (max-width: 736px) {
  .section--info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*	.p-main--info {
  		margin-top: 30px;
  		font-size: 18px;
  	}*/
}
.section--01 .heading-set--main {
  margin: 0 0 66px;
}

.section--01 .page-mv {
  margin-bottom: 210px;
}

.section--01 .heading--main.ttl-concept {
  font-size: 37px;
  letter-spacing: .1em;
  line-height: calc(50/37);
}

.section--01 .page-mv .txt-box .caption--out-right {
  text-align: right;
}

.section--01 .wrap + .wrap--small {
  margin-top: 220px;
}

.section--01 .txt-box .btn {
  margin-top: 90px;
}

.section--01 .txt-box .btn.blk {
  margin-top: 50px;
}

.section--01 .p-clm--box .clm--box--text {
  text-align: right;
}

.section--01 .p-clm--box .clm--box--text .p-headline--h {
  text-align: left;
}

.section--01 .p-clm--box .clm--box--text .p-text-02 {
  margin-top: 15px;
  text-align: left;
}

.section--01 .p-clm--box .btn {
  margin-top: 30px;
}

.section--01 .txt {
  font-size: 18px;
  line-height: calc(38/18);
}

.section--01 .txt:before {
  margin-top: calc((1 - (38/18)) * 0.5em);
}

.section--01 .txt:after {
  margin-bottom: calc((1 - (38/18)) * 0.5em);
}

@media screen and (max-width: 736px) {
  .section--01 .heading-set--main {
    margin: 0 0 33px;
  }

  .section--01 .page-mv {
    margin-bottom: 100px;
  }

  .section--01 .heading--main.ttl-concept {
    font-size: 22px;
  }

  .section--01 .txt-box .btn {
    margin-top: 40px;
  }

  .section--01 .txt-box .btn.blk {
    margin-top: 20px;
  }

  .section--01 .txt {
    font-size: 14px;
  }

  .section--01 .page-mv .txt-box .caption--out-right {
    right: 25px;
    padding-top: 31px;
  }
}
.section--02 .heading--medium + .caption {
  margin-top: 30px;
  text-align: center;
}

.section--02 sup {
  font-size: 16px;
  vertical-align: super;
}

.section--02 .figure {
  margin-top: 120px;
}

@media only screen and (max-width: 736px) {
  .section--02 .heading--medium + .caption {
    margin-top: 20px;
    text-align: left;
  }

  .section--02 sup {
    font-size: 12px;
  }

  .section--02 .figure {
    margin-top: 60px;
  }
}
.txt-box .txt + .caption {
  margin-top: 15px;
  text-align: right;
}

.btn.blk {
  min-width: 160px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
}

.btn.blk:hover {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 736px) {
  .btn.blk {
    min-width: inherit;
  }
}
/* btn
----------------------------------------*/
.btn {
  border: 1px solid #caa846;
  background: #caa846;
  color: #fff;
}

.btn:hover {
  background: #fff;
  color: #caa846;
}

#covidInfo {
  width: 660px;
  border: solid 1px #000;
  padding: 20px;
  margin: 50px auto;
  box-sizing: border-box;
}

.covidInfo--txt {
  font-size: 12px;
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  #covidInfo {
    width: 90%;
    margin: 30px auto;
  }

  .covidInfo--txt {
    font-size: 11px;
  }
}
/*
@media screen and (max-width: 736px) {
	.heading--medium {
		font-size: 18px;
	}
}
*/
.hdr-body__lower a.is-active_top {
  pointer-events: none;
}

.hdr-body__lower a.is-active_top span {
  border-bottom: 1px solid #49c3d1;
  padding-bottom: 3px;
}

.hdr-body__lower a.is-active_top .jp {
  opacity: 1;
  top: -13px;
  border: none;
  padding-bottom: 0;
}

@media screen and (max-width: 736px) {
  .hdr-body__lower a.is-active_top span {
    border-bottom: 1px solid #333;
  }
}
/* re */
section .caption {
  color: #999;
}

.section--information {
  padding-top: 180px;
  padding-bottom: 220px;
}
@media screen and (max-width: 736px) {
  .section--information {
    padding-bottom: 0;
    padding-top: 75px;
  }
}

.bnArea-corona {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 215px;
  overflow: hidden;
  transition: .5s ease;
}
.bnArea-corona.is-active {
  height: 979px;
}
@media only screen and (max-width: 736px) {
  .bnArea-corona {
    width: 84%;
    height: calc(100vw * 558 / 750);
  }
  .bnArea-corona.is-active {
    height: calc(100vw * 2632 / 750);
  }
}
.bnArea-corona-btn {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 43px;
  background: #949494;
  color: #fff;
  font-size: 16px;
  font-family: 'Cormorant', serif;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .bnArea-corona-btn {
    width: 84%;
  }
}
.bnArea-corona-btn .df {
  line-height: 0.65;
}
.bnArea-corona-btn .ov {
  line-height: 0.65;
  display: none;
}
.bnArea-corona-btn .icon {
  width: 17px;
  height: 17px;
  line-height: 0;
  margin-bottom: -3px;
  margin-left: 15px;
  position: relative;
  display: inline-block;
}
.bnArea-corona-btn .icon::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
.bnArea-corona-btn .icon::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #fff;
}
.bnArea-corona-btn.is-active .df {
  display: none;
}
.bnArea-corona-btn.is-active .ov {
  display: inline;
}
.bnArea-corona-btn.is-active .icon::after {
  transition: .3s ease;
  height: 0;
}

.cv--info {
  margin-top: 30px;
}

.cv--info ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
  		flex-direction: column;
  */
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

.cv--info li {
  width: 238px;
}

.cv--info li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px;
  background: #fff;
  border: solid 1px #49c3d1;
  font-size: 14px;
  color: #49c3d1;
}

.cv--info li a:hover {
  background: #49c3d1;
  color: #fff;
}

.cv--info li.res a {
  background: #49c3d1;
  color: #fff;
}

.cv--info li.res a:hover {
  background: #fff;
  color: #49c3d1;
}

@media only screen and (min-width: 737px) {
  .floatBnr {
    max-width: 300px;
    width: 100%;
		margin: 0 auto;
		position: fixed;
		top: 55%;
		left: 5px;
		z-index: 999
  }
  .floatBnr__link {
    display: block;
		width: 100%;
  }
  .floatBnr__link:hover {
    opacity: .9;
  }
  .floatBnr__close {
		width: 15px;
		height: 15px;
		cursor: pointer;
  }
}

@media only screen and (max-width: 736px) {
  .floatBnr {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}




.obiArea {
  position: relative;
}

@media only screen and (max-width: 736px) {
  .obiArea {
    margin-top: calc((-60/750)*100vw);
  }
}
.obiArea__caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: left;
  color: #999 !important;
}

@media only screen and (min-width: 737px) {
  .obiArea__caption {
    top: 0;
  }
}
@media only screen and (max-width: 736px) {
  .obiArea__caption {
    bottom: -45px;
    padding: 10px 20px;
    text-align: right;
    color: #999 !important;
    text-align: left;
  }
}
.section--obi {
  position: relative;
  padding-top: 35px;
  /* 20px */
  padding-bottom: 33px;
  /* 28px */
  background: #49c3d1;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .section--obi {
    position: relative;
    margin: 0 20px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
  }
}
.priceObi {
  position: relative;
  padding: 40px;
  background: #c8edf1;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .priceObi {
    position: relative;
    margin: 0px 20px 0;
    z-index: 1;
    padding: calc(30/750*100vw) calc(30/750*100vw) calc(60/750*100vw);
  }
}
.priceObi .priceObi__seminar {
  margin: 30px auto 60px;
}

.priceObi .priceObi__seminar a {
  transition: .3s;
}

.priceObi .priceObi__seminar a:hover {
  opacity: .8;
}

.priceObi .priceObi__box {
  max-width: 1000px;
  margin: 30px auto 0;
  border: solid 1px #fff;
  padding: 40px 0;
}

.priceObi .priceObi__txt {
  font-size: 32px;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.priceObi .priceObi__txt2 {
  font-size: 26px;
  letter-spacing: 0.12em;
  position: relative;
  margin-top: 20px;
}

.priceObi .priceObi__txt3 {
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.0em;
}

.priceObi .priceObi__txt + .priceObi__cap {
  margin-top: 10px;
}

.priceObi .priceObi__cap {
  color: #222222;
}

.priceObi .priceObi__bar {
  margin: 10px auto;
  background: #000;
  width: 25px;
  height: 1px;
}

.priceObi .priceObi__bnrWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.priceObi .priceObi__bnr {
  display: inline-block;
  width: 240px;
  transition: 0.3s;
}

.priceObi .priceObi__bnr02 {
  display: inline-block;
  width: 692px;
  transition: 0.3s;
}

.priceObi .priceObi__bnr:hover {
  opacity: 0.7;
}

.priceObi .priceObi__link {
  font-weight: 900;
  text-decoration: underline;
  transition: .3s;
}

.priceObi .priceObi__plan {
  display: flex;
  align-items: center;
  justify-content: center;
/*  max-width: 720px;*/
  max-width: 910px;
  margin: 0 auto;
  color: #111111;
}

.priceObi .priceObi__whiteBox {
  width: 210px;
  background: #fff;
  padding: 5px 0;
  text-align: center;
  margin-right: 20px;
}
.priceObi .sidebar {
  font-size:150%;
}
.priceObi .sidebar .small {
  font-size: 20px;
}
.priceObi .priceObi__info {
  font-size: 16px;
}

.priceObi .priceObi__info .num {
  font-size: 190%;
  font-family: 'Cinzel', serif;
}

.priceObi .priceObi__info .en {
  font-size: 180%;
  font-family: 'Cinzel', serif;
}

.priceObi .priceObi__info .m2 {
  font-size: 180%;
  font-family: 'Cormorant', serif;
}

.priceObi .priceObi__info .ttlTop{
  font-size: 150%;
  line-height: 2;
}

.priceObi .priceObi__info .ttl {
  display: block;
  font-size: 120%;
  padding-bottom: 10px;
  margin-top: 20px;
}

.priceObi .priceObi__info .big {
  font-size: 150%;
}

.priceObi .priceObi__link {
  font-weight: 900;
  text-decoration: underline;
  transition: .3s;
}

.priceObi .priceObi__link:hover {
  opacity: .5;
}

@media only screen and (max-width: 736px) {
  .priceObi .priceObi__txt {
    font-size: calc(40/750*100vw);
  }

  .priceObi .priceObi__txt2 {
    font-size: calc(30/750*100vw);
  }

  .priceObi .priceObi__txt3 {
    font-size: calc(24/750*100vw);
    line-height: 1.2em;
  }

  .priceObi .priceObi__box {
    margin: calc(40/750*100vw) calc(50/750*100vw) 0;
    padding: calc(80/750*100vw) calc(45/750*100vw);
  }

  .priceObi .priceObi__bnr {
    display: block;
    max-width: 100%;
  }

  .priceObi .priceObi__bnrWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .priceObi .priceObi__bnr02 {
    margin-left: 0px;
    margin-top: 10px;
  }

  .priceObi .priceObi__plan {
    display: block;
  }

  .priceObi .priceObi__whiteBox {
    margin: 0 auto;
  }

  .priceObi .priceObi__info {
    margin-top: 10px;
    font-size: calc(24/750*100vw);
  }

  .priceObi .priceObi__info .ttlTop{
    line-height: 1.8;
  }
}
.section--debut {
  position: relative;
  padding-bottom: 290px;
}

.section--debut::before {
  content: "";
  position: absolute;
  top: 280px;
  left: calc(50% - 160px);
  right: 0;
  bottom: 160px;
  width: auto;
  height: auto;
  background: #eefdfe;
}

.section--debut .wrap {
  position: relative;
}

.section--debut .nav--ttl {
  position: static;
  margin-bottom: 30px;
}

.section--debut .headline--01 {
  font-size: 20px;
  line-height: 2;
  text-align: left;
}

.section--debut .headline--01 + .caption {
  margin-top: 15px;
  letter-spacing: .02em;
}

.section--debut .debut--cmt {
  position: absolute;
  top: 240px;
  right: 0;
  z-index: 1;
}

.section--debut .imageCap {
  width: calc(466/1000*100%);
  padding-top: 50px;
}

.section--debut .caption--out-right {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 736px) {
  .section--debut {
    position: relative;
    padding-bottom: 140px;
  }

  .section--debut .wrap {
    padding: 0;
  }

  .section--debut::before {
    display: none;
  }

  .section--debut .wrap {
    position: relative;
  }

  .section--debut .nav--ttl {
    position: static;
    margin-bottom: 30px;
  }

  .section--debut .headline--01 {
    font-size: 16px;
    text-align: left;
  }

  .section--debut .headline--01 + .caption {
    display: none;
  }

  .section--debut .debut--cmt {
    position: static;
    padding: 0 20px;
  }

  .section--debut .imageCap {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
  }

  .section--debut .imageCap img {
    position: relative;
    z-index: 2;
  }

  .section--debut .imageCap::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    right: 0;
    bottom: -80px;
    width: auto;
    height: auto;
    background: #eefdfe;
    z-index: 0;
  }

  .section--debut .caption--out-right {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
  }
}
.section--concept {
  position: relative;
  background: url(../imgs/img-concept.jpg) no-repeat center center;
  background-size: cover;
}

.section--concept .wrap {
  position: relative;
  padding-top: 240px;
  padding-bottom: 105px;
}

.section--concept .wrap + .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.section--concept .headline--01 {
  font-size: 24px;
  text-align: left;
}

.section--concept .headline--01 + .text-01 {
  margin-top: 40px;
}

.section--concept .text-01 {
  font-size: 14px !important;
  line-height: 2.2857;
}

.section--concept .p-clmn > div {
  margin-left: calc(614/1000*100%);
}

@media only screen and (max-width: 736px) {
  .section--concept {
    background: url(../imgs/sp/img-concept.jpg) no-repeat center center;
    background-size: cover;
  }

  .section--concept .wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section--concept .text-01 {
    font-size: 12px !important;
  }

  .section--concept .p-clmn > div {
    margin-left: 0;
  }

  .section--concept .view a {
    margin-left: 0;
    margin-right: auto;
  }
}
.section--navlist {
  position: relative;
  margin-top: 200px;
  padding-bottom: 180px;
}

.section--navlist ul.navlist li {
  position: relative;
}

.section--navlist ul.navlist li.btn--leisure::after {
  content: "";
  position: absolute;
  left: 0;
  right: calc(50% - 40px);
  top: -320px;
  bottom: -100px;
  width: auto;
  height: auto;
  background: #eefdfe;
}

.section--navlist ul.navlist li.btn--location::after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  right: 0;
  top: 110px;
  bottom: 0;
  width: auto;
  height: auto;
  background: #eefdfe;
}

.section--navlist ul.navlist li.btn--plan::after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  right: 0;
  top: -220px;
  bottom: 120px;
  width: auto;
  height: auto;
  background: #eefdfe;
}

.section--navlist ul.navlist li.btn--residential::after {
  content: "";
  position: absolute;
  left: 0;
  right: calc(50% - 40px);
  top: -120px;
  bottom: -100px;
  width: auto;
  height: auto;
  background: #eefdfe;
}

.section--navlist ul.navlist li .inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.section--navlist ul.navlist li:nth-child(n+2) {
  margin-top: 220px;
}

.section--navlist ul.navlist li.btn--plan,
.section--navlist ul.navlist li.btn--residential {
  margin-top: 200px;
}

/*
	.section--navlist ul.navlist li a {
		display: block;
	}
*/
.section--navlist ul li .imageCap,
.section--navlist ul li .slide--image {
  position: relative;
  width: calc(830/1000*100%);
  margin-left: auto;
  margin-right: 0;
  z-index: 10;
}

.nav--ttl {
  position: absolute;
  top: -40px;
  left: 0;
  font-family: 'Cormorant', serif;
  font-size: 80px;
  letter-spacing: .04em;
  line-height: 1;
  z-index: 999;
}

.nav--ttl:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -23px;
  width: 108px;
  height: 34px;
}

.btn--position .nav--ttl:before {
  background: url(../imgs/text-point1.png) no-repeat 0 0;
}

.btn--leisure .nav--ttl:before {
  background: url(../imgs/text-point2.png) no-repeat 0 0;
}

.btn--location .nav--ttl:before {
  background: url(../imgs/text-point3.png) no-repeat 0 0;
}

.btn--plan .nav--ttl:before {
  background: url(../imgs/text-point4.png) no-repeat 0 0;
}

.btn--residential .nav--ttl:before {
  background: url(../imgs/text-point5.png) no-repeat 0 0;
}

.nav--cmt {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 998;
}

.nav--cmt .headline--01 {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: left;
}

.nav--text {
  font-size: 14px;
  line-height: 2.2857;
}

.nav--text span {
  display: inline;
  padding: 0 5px 0 0;
  background: #fff;
}

.view {
  margin-top: 40px;
}

.view a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 138px;
  height: 38px;
  font-family: 'Cormorant', serif;
  font-size: 14px;
  border: solid 1px #000;
  color: #000;
  text-align: center;
}

.view span {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 138px;
  height: 38px;
  font-family: 'Cormorant', serif;
  font-size: 14px;
  line-height: 1.2;
  border: solid 1px #000;
  color: #000;
  text-align: center;
}

.view span small {
  width: 100%;
  line-height: 1;
}

.section--navlist ul li .caption--out-left,
.section--navlist ul li .caption--out-right {
  padding: 10px 0 0;
  color: #999;
}

.section--navlist ul li .caption--out-right {
  text-align: right;
}

.revese .nav--ttl {
  left: auto;
  right: 0;
}

.section--navlist ul li.revese .imageCap,
.section--navlist ul li.revese .slide--image {
  margin-left: 0;
  margin-right: auto;
}

.revese .nav--cmt {
  left: auto;
  right: 0;
  text-align: right;
}

.revese .nav--cmt .headline--01 {
  text-align: right;
}

.revese .view a,
.revese .view span {
  margin-left: auto;
  margin-right: 0;
}

.bxslider > div,
.bxslider2 > div {
  position: relative;
}

.bxslider > div .caption,
.bxslider2 > div .caption {
  margin-top: 10px;
  padding-bottom: 2px;
  text-align: left;
  color: #999;
}

#bx-pager,
#bx-pager2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  z-index: 990;
}

#bx-pager > div,
#bx-pager2 > div {
  cursor: pointer;
  display: inline-block;
  margin-left: 6px;
}

#bx-pager > div a,
#bx-pager2 > div a {
  display: block;
  width: 40px;
  height: 2px;
  background: #ccc;
}

#bx-pager > div a.active,
#bx-pager > div a:hover,
#bx-pager2 > div a.active,
#bx-pager2 > div a:hover {
  background: #59c4d1;
}

@media only screen and (max-width: 736px) {
  .section--navlist {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .section--navlist .wrap {
    padding: 0;
  }

  .section--navlist ul.navlist li:nth-child(n+2) {
    margin-top: 120px;
  }

  .section--navlist ul.navlist li.btn--plan,
  .section--navlist ul.navlist li.btn--residential {
    margin-top: 120px;
  }

  .section--navlist ul.navlist li.btn--position::after {
    content: "";
    position: absolute;
    left: 0;
    right: 33.33%;
    top: 60px;
    bottom: -40px;
    width: auto;
    height: auto;
    background: #eefdfe;
  }

  .section--navlist ul.navlist li.btn--leisure::after {
    left: 33.33%;
    right: 0;
    top: 60px;
    bottom: -40px;
  }

  .section--navlist ul.navlist li.btn--location::after {
    left: 0;
    right: 33.33%;
    top: 60px;
    bottom: -40px;
  }

  .section--navlist ul.navlist li.btn--plan::after {
    left: 33.33%;
    right: 0;
    top: 60px;
    bottom: -40px;
  }

  .section--navlist ul.navlist li.btn--residential::after {
    left: 0;
    right: 33.33%;
    top: 60px;
    bottom: -40px;
  }

  .section--navlist ul li .imageCap,
  .section--navlist ul li .slide--image {
    width: calc(640/750*100%);
  }

  .nav--ttl {
    position: absolute;
    top: -30px;
    left: 20px;
    font-size: 52px;
  }

  .nav--ttl:before {
    top: -25px;
    left: -13px;
    width: 78px;
  }

  .btn--position .nav--ttl:before {
    background-size: 100% auto;
  }

  .btn--leisure .nav--ttl:before {
    background-size: 100% auto;
  }

  .btn--location .nav--ttl:before {
    background-size: 100% auto;
  }

  .btn--plan .nav--ttl:before {
    background-size: 100% auto;
  }

  .btn--residential .nav--ttl:before {
    background-size: 100% auto;
  }

  .nav--cmt {
    position: static;
    margin-top: 50px;
    margin-left: calc(110/750*100%);
    margin-right: calc(110/750*100%);
  }

  .nav--cmt .headline--01 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }

  .nav--text {
    font-size: 12px;
  }

  .nav--text span {
    padding: 0;
    background: transparent;
  }

  .view {
    margin-top: 30px;
  }

  .view a,
  .view span {
    width: 128px;
    height: 32px;
    margin-left: auto;
    margin-right: 0;
    font-size: 12px;
  }

  .revese .nav--ttl {
    left: auto;
    right: 20px;
  }

  .section--navlist ul li.revese .imageCap,
  .section--navlist ul li.revese .slide--image {
    margin-left: 0;
    margin-right: auto;
  }

  .revese .nav--cmt {
    margin-left: 20px;
    margin-right: calc(110/750*100%);
  }

  .revese .nav--cmt .headline--01 {
    text-align: right;
  }

  .revese .view a,
  .revese .view span {
    margin-left: auto;
    margin-right: 0;
  }

  .bxslider > div,
  .bxslider2 > div {
    position: relative;
  }

  .bxslider > div .caption,
  .bxslider2 > div .caption {
    margin-top: 5px;
    padding: 0 5px 2px;
    text-align: right;
  }

  .bxslider > div .caption {
    padding: 0 0 2px;
  }

  #bx-pager {
    left: 20px;
    right: auto;
  }

  #bx-pager2 {
    left: 0;
    right: auto;
  }

  #bx-pager > div,
  #bx-pager2 > div {
    margin-left: 0;
    margin-right: 6px;
  }

  #bx-pager > div a,
  #bx-pager2 > div a {
    width: 32px;
  }

  .section--navlist ul li .caption--out-left,
  .section--navlist ul li .caption--out-right {
    position: absolute;
  }

  .section--navlist ul li .caption--out-left {
    left: auto;
    right: 0;
    padding: 5px 0 0;
  }

  .section--navlist ul li .caption--out-right {
    padding: 5px 5px 0;
  }
}
.information {
  margin-bottom: 80px;
  border-bottom: 2px solid #000;
  text-align: center;
  padding: 50px 0 100px;
}

@media only screen and (max-width: 736px) {
  .information {
    margin-bottom: 40px;
    padding: 30px 0 60px;
  }
}
.information__title {
  font-size: 16px;
  letter-spacing: 0.5em;
  padding-bottom: 30px;
}

.information__title:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.information__title:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.information__lead {
  font-size: 24px;
  letter-spacing: 0.075em;
  padding-bottom: 40px;
  color: #48C3D1;
  font-weight: 800;
}

.information__lead .information__event:not(:first-child) {
  display: block;
  margin-top: 20px;
}

.information__lead .information__event small {
  font-size: 75%;
}

.information__lead:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.information__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.information__lead--first {
  padding-bottom: 15px;
}

.information__lead--link {
  text-decoration: underline;
}

.information__lead--small {
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
}

.information__lead--smallB {
  color: #48C3D1;
}

.information__lead--smallTxt {
  font-size: 80%;
}

.information__lead-smallcap {
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #48C3D1;
  font-weight: 800;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  .information__lead-smallcap {
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 1.6em;
  }
}
.information__upper__btn {
  border: 1px solid transparent;
  padding: 30px 0;
  background: #49c3d1;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.information__upper__btn:hover {
  border-color: #49c3d1;
  color: #49c3d1;
  background: #fff;
}

.information__btn {
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.information__btn .info__tel {
  pointer-events: none;
}

@media only screen and (max-width: 736px) {
  .information__upper__btn {
    max-width: 340px;
    padding: 20ox 0;
  }

  .information__btn {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
  }

  .information__btn img {
    padding-bottom: 20px;
  }

  .information__btn .info__tel {
    pointer-events: auto;
  }
}
/* .informationBox .consultation__link {
	margin-bottom: 40px;
}
	 */
@media only screen and (max-width: 736px) {
  .information__lead {
    letter-spacing: 0.025em;
  }
}
.information__heading {
  font-size: 24px;
  letter-spacing: 0.5em;
}

.information__heading:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.information__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.information__text--holiday {
  margin-top: 30px;
  color: #ff0000;
}

.information__text--holiday br.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .information__text--holiday br.sp {
    display: block;
  }
}
.informationBox {
  box-sizing: border-box;
  border: solid 1px #48C3D1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .informationBox {
    width: 100%;
    padding: 20px 10px;
    margin-right: 0;
  }

  .center.informationBox {
    margin: 0 auto;
  }
}

.holidayInfo {
  color: #a5536e;
  text-align: center;
}

@media screen and (min-width: 737px) {
  .holidayInfo {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .holidayInfo:first-of-type {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 736px) {
  .holidayInfo {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .holidayInfo:first-of-type {
    margin-top: 40px;
  }
}

.consultation {
  background-color: #ededed;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 37px 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .consultation {
    margin: 20px 0px 50px;
    width: 100%;
    padding: 30px 10px 10px;
  }
}
.consultation__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .consultation__top {
    display: block;
  }
}
.consultation__ttl {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
}

.consultation__ttl .big {
  font-size: 150%;
}

.consultation__ttl br.sp {
  display: none;
}

.consultation__ttl_deco {
  max-width: 300px;
  width: 100%;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 0;
  letter-spacing: 0.06em;
  border-top: 2px solid #48C3D1;
  border-bottom: 2px solid #48C3D1;
}

.consultation__ttl_deco .num {
  color: #48C3D1;
  font-size: 150%;
  display: inline-block;
  line-height: 1;
  position: relative;
  bottom: -3px;
}

@media screen and (max-width: 736px) {
  .consultation__ttl {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }

  .consultation__ttl br.sp {
    display: block;
  }
}
.consultation__link {
  display: block;
  color: #fff;
  background-color: #48C3D1;
  width: 100%;
  max-width: 270px;
  text-align: center;
  padding: 10px 0;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.consultation__link:hover {
  opacity: .7;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .consultation__link {
    margin: auto;
    margin-top: 15px;
  }
}
.consultation__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .consultation__bottom {
    display: block;
  }
}
.flowItem {
  position: relative;
  background-color: #fff;
  width: 31%;
  padding: 0px 0px 31px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flowItem + .flowItem::after {
  content: '';
  position: absolute;
  top: 52%;
  left: -2.057143%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 21.7px;
  border-color: transparent transparent transparent #48C3D1;
}

@media screen and (max-width: 736px) {
  .flowItem + .flowItem::after {
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.6px 9px 0 9px;
    border-color: #48C3D1 transparent transparent transparent;
  }
}
.flowItem__nth {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #48C3D1;
  text-align: center;
  padding: 5px 50px;
}

.flowItem__ttl {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.flowItem__ttl .mid {
  font-size: 15px;
}

.flowItem__ttl .mid2 {
  font-size: 13px;
}

.flowItem__ttl2 {
  font-size: 17px;
  padding: 35px 0px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.flowItem__txt {
  font-size: 14px;
  margin-top: 12px;
  padding: 0 20px;
  text-align: left;
}

.flowItem__txt span {
  color: #48C3D1;
}

.flowItem__txt--caption {
  font-size: 10px;
  color: #000;
}

.flowItemLong {
  background-color: #48C3D1;
  padding: 15px;
  margin-top: 25px;
}

.flowItemLong__ttl {
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.flowItemLong-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
  .flowItemLong-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flowItemLong-box {
  width: 250px;
  padding: 20px 30px 30px;
}

.flowItemLong__txt {
  font-size: 20px;
  border-bottom: 1px solid #b2afa3;
  text-align: left;
  padding-bottom: 20px;
}

.flowItemLong__txt2 {
  font-size: 14px;
  text-align: left;
  padding-top: 30px;
}

@media screen and (max-width: 736px) {
  .flowItem {
    width: 100%;
    height: auto;
    padding: 0px 0px 40px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.movieArea {
  max-width: 1440px;
  margin: 70px auto 0;
}
@media screen and (max-width: 736px) {
  .movieArea {
    margin: 30px auto 0;
  }
}
.movieArea__inner {
  display: block;
  width: 100%;
  position: relative;
}
.movieArea__inner > div {
  top: 0;
}
@media screen and (max-width: 736px) {
  .movieArea__inner {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.movieArea__txtWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 30px;
}

.movieArea__head {
  font-size: 38px;
  line-height: 1;
}

.movieArea__txt {
  font-size: 22px;
  letter-spacing: 0.19em;
  line-height: 1;
}

.movieArea__txt::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #474747;
  vertical-align: middle;
  margin-right: 2em;
}

@media screen and (max-width: 736px) {
  .movieArea__txtWrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .movieArea__head {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .movieArea__head::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #474747;
    background-size: 100%;
  }

  .movieArea__txt {
    font-size: 16px;
    letter-spacing: 0.19em;
    line-height: 1.4;
  }

  .movieArea__txt::before {
    display: none;
  }
}
.movieArea__inner::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.movieArea__inner iframe {
  top: 0;
  left: 0;
}

.movieCol {
  max-width: 1000px;
  margin: 80px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .movieCol {
    display: block;
    margin: calc(75/750*100vw) auto 0;
    padding: 0 20px;
  }
}
.movieColItem {
  position: relative;
  width: calc(484/1000*100%);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .movieColItem {
    width: 100%;
  }
  .movieColItem:nth-child(n+2) {
    margin-top: calc(75/750*100vw);
  }
}
.movieColItemBtn {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  margin-top: auto;
}
.movieColItemBtn:hover {
  opacity: 0.8;
}
.movieColItemCap {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 0 3px #000, 2px 2px 3px #000, -2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000;
}

.playerBox {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 10%;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .playerBox {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.playerBoxInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
  height: calc(680 / 960 * 100%);
  z-index: 10;
}

@media screen and (max-width: 736px) {
  .playerBoxInner {
    width: 90%;
    height: calc(380/750*100vw);
  }
}
.playerBox .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

.playerBox .btn-close:before {
  position: absolute;
  top: 50%;
  right: 10%;
  content: "";
  background: #fff;
  display: inline-block;
  height: 1px;
  width: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 736px) {
  .playerBox .btn-close:before {
    top: 10%;
  }
}

.playerBox .btn-close:after {
  position: absolute;
  top: 50%;
  right: 10%;
  content: "";
  background: #fff;
  display: inline-block;
  height: 1px;
  width: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 736px) {
  .playerBox .btn-close:after {
    top: 10%;
  }
}

.playerBox iframe {
  position: relative !important;
}

.playerBox.hidden iframe {
  display: none;
}

.uspArea {
  background: #49c3d1;
  padding: 30px 15px;
}
@media only screen and (max-width: 736px) {
  .uspArea {
    padding:  25px 5px;
    margin: 0 20px;
  }
}

.infoArea {
  padding: 50px 15px 0;
}

@media only screen and (max-width: 736px) {
  .infoArea {
    padding: 50px 20px 0;
  }
  .infoArea .wrap {
    padding: 0;
  }
}
.infoArea__holiday{
  text-align: center;
  font-size: 30PX;
  margin-bottom: 50PX;
}
@media only screen and (max-width: 736px){
  .infoArea__holiday{
    font-size:21px ;
  }
}
.infoArea__item {
  display: flex;
  margin: 35px auto 0;
  width: 800px;
}
.infoArea__item:nth-child(n+2) {
  margin-top: 20px;
}
.infoArea__item .date {
  color: #49c3d1;
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1.636;
  position: relative;
  width: 125px;
}

.infoArea__item--noDate{
 
}

@media only screen and (max-width: 736px){
  .infoArea__item--noDate{
    
    padding-left: 0px;
  }
  .infoArea__item .info {
    white-space: nowrap;
  }
}

.infoArea__item .new::before {
  background-color: #49c3d1;
  color: #fff;
  content: "NEW";
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1;
  padding: 5px 13px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -80px;
}
.infoArea__item .info {
  font-size: 22px;
  letter-spacing: .12em;
  line-height: 1.636;
  padding-left: 100px;
  text-align: left;
}
@media only screen and (max-width: 736px){
  .infoArea__item {
    display: block;
    width: 100%;
  }
  .infoArea__item .date {
    color: #49c3d1;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.636;
    position: relative;
    width: auto;
  }
  .infoArea__item .new {
    margin-bottom: 30px;
  }
  .infoArea__item .new::before {
    background-color: #49c3d1;
    color: #fff;
    content: "NEW";
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1;
    padding: 5px 13px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .infoArea__item .info {
    font-size: calc(29/740*100vw);
    margin-top: 8px;
    padding-left: 0;
    text-align: center;
  }
}
.infoArea__cont {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.infoArea__cont .linkBtn a {
  font-size: 16px;
  max-width: 413px;
  width: 100%;
  line-height: 46px;
  background: #949494;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  color: #fff;
  display: block;
  letter-spacing: 0.15em;
  transition: .3s;
}
.infoArea__cont .linkBtn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 736px) {
  .infoArea__cont .linkBtn a {
    font-size: 12px;
    line-height: 35px;
  }
}
.infoArea__cont.frame {
  border: 1px solid #dfdfdf;
  padding: 50px 15px;
}
.infoArea__cont .image {
  margin-top: 30px;
  display: block;
}
.infoArea__cont .small {
  font-size: 22px;
  display: block;
  margin-top: 30px;
}
.infoArea__cont .small a {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 736px) {
  .infoArea__cont {
    font-size: 21px;
  }
  .infoArea__cont.frame {
    padding: 30px 15px;
    font-size: 16px;
  }
  .infoArea__cont .small {
    font-size: 14px;
  }
}
.infoArea__new {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.infoArea__new__icon {
  font-size: 12px;
  background: #49c3d1;
  color: #fff;
  line-height: 21px;
  padding: 0 15px;
  margin-right: 9px;
  font-family: 'Cinzel', serif;
}
.infoArea__new__txt {
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #474747;
  text-align: center;
}

.infoArea__new__txt small{
  font-size: 17px;
}

@media only screen and (max-width: 736px) {
  .infoArea__new {
    margin-top: 20px;
    line-height: 1.6;
    flex-direction: column;
  }
  .infoArea__new__icon {
    font-size: 11px;
    line-height: 18px;
    padding: 0 10px;
  }
  .infoArea__new__txt {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }

  .infoArea__new__txt small{
    font-size: 12px;
  }

}
.infoArea__lead__top {
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
  letter-spacing: 0.12em;
  color: #474747;
}
.infoArea__lead {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.5;

}
.infoArea__lead__txt {
  font-size: 15px;
    margin-top: 10px;
    text-align: center;
    color: #474747;
}
.infoArea__clm__txtBox__btn a{
  border: 1px solid #49c3d1;
    display: block;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
    color: #fff;
    background: #49c3d1;
    transition: .3s ease-in-out;
    max-width: 415px;
    margin: 25px auto 0;
}
.infoArea__clm__txtBox__btn a:hover{
  background:#fff;
  color: #49c3d1;
}

.btn__flex{
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;

}

.btn__flex a{
  width: 350px;
  margin: 20px;
}

.c-reserve-btn__text {
  font-size: 20px;
    color: #fff;
    letter-spacing: .3em;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.infoArea__gallery {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  .infoArea__gallery {
    display: block;
    margin-top: 50px;
  }
}
.infoArea__gallery__wrap {
  position: relative;
}
.infoArea__gallery__wrap::before {
  content: '';
  width: 48.4%;
  height: calc(100% - 20px);
  position: absolute;
  bottom: -40px;
  right: 0;
  background: #eefdfe;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  .infoArea__gallery__wrap::before {
    width: 88.0597%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.infoArea__gallery__img {
  position: relative;
  width: 62.7%;
}
.infoArea__gallery__img .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
}
@media only screen and (max-width: 736px) {
  .infoArea__gallery__img {
    width: 100%;
  }

  .btn__flex{
    display: flex;
    flex-direction: column;
    max-width: 350px;

  }

  .btn__flex a{
  width: 300px;
  }

}
.infoArea__gallery__txt {
  width: 32.3%;
  margin-bottom: 60px;
  padding-top: 30px;
}
.infoArea__gallery__txt--cont {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.infoArea__gallery__txt--btn {
  font-family: 'Cormorant', serif;
  margin-top: 80px;
}
.infoArea__gallery__txt--btn a {
  display: inline-block;
  width: 138px;
  text-align: center;
  border: 1px solid #000;
  color: #231815;
  line-height: 41px;
  transition: .5s ease;
}
.infoArea__gallery__txt--btn a:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .infoArea__gallery__txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .infoArea__gallery__txt--cont {
    font-size: 17px;
  }
  .infoArea__gallery__txt--btn {
    margin-top: 20px;
  }
  .infoArea__gallery__txt--btn a {
    width: 126px;
    line-height: 30px;
    font-size: 11px;
  }
}

.infoArea__cont + .infoArea__cont {
  margin-top: 45px;
}
@media only screen and (max-width: 736px) {
  .infoArea__cont + .infoArea__cont {
    margin-top: 25px;
  }
}

.bgArea01 {
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .bgArea01 {
    padding-bottom: 36px;
  }
}
.bgArea01::before {
  content: '';
  width: calc(1320/1440*100vw);
  height: 647px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eefdfe;
}
@media only screen and (max-width: 736px) {
  .bgArea01::before {
    height: 850px;
    width: 100%;
  }
}
.bgArea01 .movieArea {
  margin-top: 230px;
}
@media only screen and (max-width: 736px) {
  .bgArea01 .movieArea {
    margin-top: 100px;
  }
}
.bgArea02 {
  padding: 74px 0 180px;
  background: url(../imgs/bg-area02.jpg) no-repeat center bottom;
  background-size: cover;
}
@media only screen and (max-width: 736px) {
  .bgArea02 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../imgs/bg-area02_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.bgArea02__wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.bgArea02__slider {
  margin-top: 35px;
}
@media only screen and (max-width: 736px) {
  .bgArea02__slider {
    margin-top: 120px;
  }
}
.bgArea02 .okinawa-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.bgArea02 .okinawa-container .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
}
.bgArea02__btn {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 736px) {
  .bgArea02__btn {
    margin-top: 40px;
  }
}
.bgArea02__btn a {
  display: inline-block;
  width: 396px;
  line-height: 62px;
  border: 1px solid #000;
  color: #231815;
  font-size: 20px;
  transition: .5s ease;
  font-family: 'Cormorant', serif;
}
.bgArea02__btn a:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .bgArea02__btn a {
    width: 225px;
    line-height: 30px;
    font-size: 11px;
  }
}

.heading01 {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-bottom: 33px;
}
@media only screen and (max-width: 736px) {
  .heading01 {
    margin-bottom: calc(40/750*100vw);
  }
}
.heading01__txt--en {
  font-size: 38px;
  line-height: 33px;
  letter-spacing: 0.05em;
  font-family: 'Cormorant', serif;
  width: auto;
  text-align: center;
  margin-left: 10px;
}
@media only screen and (max-width: 736px) {
  .heading01__txt--en {
    font-size: 24px;
    line-height: 1;
  }
}
.heading01__txt--ja {
  font-size: 22px;
  letter-spacing: 0.12em;
  border-left: 1px solid #7f7f7f;
  margin-left: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 736px) {
  .heading01__txt--ja {
    font-size: 16px;
    margin-left: calc(30/750*100vw);
    padding-left: calc(30/750*100vw);
  }
}
.heading02 {
  padding-left: 80px;
}
@media only screen and (max-width: 736px) {
  .heading02 {
    padding-left: 30px;
  }
}
.heading02--txt--en {
  position: relative;
  font-size: 80px;
  font-family: 'Cormorant', serif;
  letter-spacing: 0;
  line-height: 0.65;
  margin-bottom: 40px;
  color: #231815;
}
@media only screen and (max-width: 736px) {
  .heading02--txt--en {
    font-size: 47px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.heading02--txt--en span {
  position: relative;
  z-index: 1;
}
.heading02--kazari01 {
  width: 0px;
  height: 26px;
  position: absolute;
  top: -16px;
  left: -24px;
  z-index: 0;
  transition: 1s .5s ease;
  transform-origin: left;
  overflow: hidden;
}
.heading02--kazari01.aos-animate {
  width: 68px;
}
.heading02--kazari01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  max-width: none;
}
.heading02--cont {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2;
  color: #231815;
}
@media only screen and (max-width: 736px) {
  .heading02--cont {
    font-size: 12px;
  }
}
.heading03--txt--ja {
  position: relative;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
  color: #231815;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.heading03--txt--ja span {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.heading03--txt--ja .small {
  font-size: 22px;
}
@media only screen and (max-width: 736px) {
  .heading03--txt--ja {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .heading03--txt--ja .small {
    font-size: 68.75%;
  }
}
.heading03--kazari01 {
  width: 0px;
  height: 24px;
  position: absolute;
  top: -13px;
  left: -37px;
  z-index: 0;
  transition: 1s .5s ease;
  transform-origin: left;
  overflow: hidden;
}
.heading03--kazari01.aos-animate {
  width: 86px;
}
.heading03--kazari01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  max-width: none;
}
@media only screen and (max-width: 736px) {
  .heading03--kazari01 {
    height: 18.5px;
    top: -10px;
    left: -25px;
  }
  .heading03--kazari01.aos-animate {
    width: 66px;
  }
  .heading03--kazari01 img {
    width: 66px;
  }
}
.heading03--kazari02 {
  width: 0px;
  height: 35px;
  position: absolute;
  top: -24px;
  left: -37px;
  z-index: 0;
  transition: 1s .5s ease;
  transform-origin: left;
  overflow: hidden;
}
.heading03--kazari02.aos-animate {
  width: 97px;
}
.heading03--kazari02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  max-width: none;
}
@media only screen and (max-width: 736px) {
  .heading03--kazari02 {
    height: 26px;
    left: -25px;
  }
  .heading03--kazari02.aos-animate {
    width: 74.5px;
  }
  .heading03--kazari02 img {
    width: 74.5px;
  }
}
.heading03--cont {
  font-size: 12px;
  line-height: 2;
  color: #999999;
  margin-top: 19px;
}
@media only screen and (max-width: 736px) {
  .heading03--cont {
    font-size: 10px;
  }
}
.heading04--txt--ja {
  position: relative;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.4286;
  margin-bottom: 19px;
  color: #231815;
}
.heading04--txt--ja span {
  position: relative;
  z-index: 1;
}
.heading04--txt--ja .small {
  font-size: 22px;
}
@media only screen and (max-width: 736px) {
  .heading04--txt--ja {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .heading04--txt--ja .small {
    font-size: 68.75%;
  }
}
.heading04--kazari01 {
  width: 0px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: -37px;
  z-index: 0;
  transition: 1s .5s ease;
  transform-origin: left;
  overflow: hidden;
}
.heading04--kazari01.aos-animate {
  width: 67px;
}
.heading04--kazari01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  max-width: none;
}
@media only screen and (max-width: 736px) {
  .heading04--kazari01 {
    height: 20px;
    top: -6px;
    left: -25px;
  }
  .heading04--kazari01.aos-animate {
    width: 51px;
  }
  .heading04--kazari01 img {
    width: 51px;
  }
}
.heading04--cont {
  font-size: 12px;
  line-height: 2;
  color: #999999;
}
@media only screen and (max-width: 736px) {
  .heading04--cont {
    font-size: 10px;
  }
}
.heading05--txt--ja {
  position: relative;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.4286;
  margin-bottom: 19px;
  color: #231815;
}
.heading05--txt--ja span {
  position: relative;
  z-index: 1;
}
.heading05--txt--ja .small {
  font-size: 22px;
}
@media only screen and (max-width: 736px) {
  .heading05--txt--ja {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .heading05--txt--ja .small {
    font-size: 68.75%;
  }
}
.heading05--kazari01 {
  width: 0px;
  height: 23px;
  position: absolute;
  top: -13px;
  left: -37px;
  z-index: 0;
  transition: 1s .5s ease;
  transform-origin: left;
  overflow: hidden;
}
.heading05--kazari01.aos-animate {
  width: 76px;
}
.heading05--kazari01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  max-width: none;
}
@media only screen and (max-width: 736px) {
  .heading05--kazari01 {
    height: 17.5px;
    top: -6px;
    left: -25px;
  }
  .heading05--kazari01.aos-animate {
    width: 58px;
  }
  .heading05--kazari01 img {
    width: 58px;
  }
}
.heading05--cont {
  font-size: 12px;
  line-height: 2;
  color: #999999;
}
@media only screen and (max-width: 736px) {
  .heading05--cont {
    font-size: 10px;
  }
}

.notesArea {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .notesArea {
    margin-top: calc(75/750*100vw);
  }
}
.notesArea__clm {
  width: 82.7%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 736px) {
  .notesArea__clm {
    width: 84%;
    position: relative;
    padding-left: 65px;
    display: block;
  }
}
.notesArea__clm + .notesArea__clm {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #a8b1b2;
}
@media screen and (max-width: 736px) {
  .notesArea__clm + .notesArea__clm .notesArea__clm__num {
    top: 30px;
  }
}
.notesArea__clm__num {
  width: 13.1802%;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}
@media screen and (max-width: 736px) {
  .notesArea__clm__num {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.notesArea__clm__txt {
  font-size: 16px;
  line-height: 1.6875;
}
.notesArea__clm__txt .date {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .notesArea__clm__txt {
    font-size: 12px;
  }
  .notesArea__clm__txt .date {
    font-size: 10px;
  }
}
.notesArea__clm__btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  .notesArea__clm__btn {
    margin-top: 25px;
    margin-left: 10px;
  }
}
.notesArea__clm__btn a {
  display: inline-block;
  width: 138px;
  line-height: 41px;
  text-align: center;
  border: 1px solid #000;
  color: #231815;
  font-family: 'Cormorant', serif;
  position: relative;
  transition: .5s ease;
}
@media screen and (max-width: 736px) {
  .notesArea__clm__btn a {
    width: 126px;
    font-size: 11px;
    line-height: 31px;
  }
}
.notesArea__clm__btn a::after {
  content: '';
  width: 100px;
  height: 1px;
  background: #777e7f;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateX(-100%);
}
@media screen and (max-width: 736px) {
  .notesArea__clm__btn a::after {
    width: 37px;
  }
}
.notesArea__clm__btn a .icon {
  position: relative;
  display: inline-block;
  height: auto;
  line-height: 1;
  margin-left: 8px;
}
.notesArea__clm__btn a .icon img {
  transition: .5s ease;
}
.notesArea__clm__btn a .icon .ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.notesArea__clm__btn a:hover {
  background: #000;
  color: #fff;
}
.notesArea__clm__btn a:hover .icon .ov {
  opacity: 1;
}

.okinawagramBlock {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 736px) {
  .okinawagramBlock {
  }
}

.okinawagramBlock .bgArea02__wrap {
  position: absolute;
  top: 80px;
  left: auto;
  right: auto;
}

@media only screen and (max-width: 736px) {
  .okinawagramBlock .bgArea02__wrap {
    top: 0;
  }
}

.okinawagramBlock__clm {
  position: relative;
  z-index: 5;
}
.okinawagramBlock__clm__map {
  position: relative;
/*
  position: absolute;
  top: -153px;
  right: 38px;
*/
  width: 44.7917%;
  max-width: 645px;
  margin-left: auto;
  margin-right: 38px;
}
.okinawagramBlock__clm__map .txt {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-30px, 0, 0);
}
@media only screen and (max-width: 736px) {
  .okinawagramBlock__clm__map {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
/*
    top: -333px;
    right: 20px;
*/
  }
}

.okinawagramBlock__clm__img {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  max-width: 436px;
/*
  padding-top: 34.25%;
*/
}
@media only screen and (max-width: 736px) {
  .okinawagramBlock__clm__img {
    top: calc(100% + 130px);
    bottom: auto;
  }
}

.okinawagramBlock__clm__img > div {
  top: 0;
}
.txt__inner > div {
  top: 0;
}
/*
@media only screen and (max-width: 736px) {
  .okinawagramBlock__clm__img {
    width: 100%;
    padding-top: 56.25%;
  }
}
*/
.okinawagramBlock__clm__img .txt__cont {
  width: 0;
  height: 165px;
/*
  position: absolute;
  bottom: 0;
  left: 0;
*/
/*
  top: 58%;
  height: 29.4643%;
  position: absolute;
  bottom: 13.2143%;
  right: 10.6164%;
  transform: translate(100%, 100%);
*/
  overflow: hidden;
}
.okinawagramBlock__clm__img .txt__cont.aos-animate {
  width: 436px;
}
.okinawagramBlock__clm__img .txt__cont img {
/*
  position: absolute;
  top: 0;
  left: 0;
*/
  height: 100%;
  width: auto;
  max-width: none;
}

@media only screen and (max-width: 736px) {
  .okinawagramBlock__clm__img .txt__cont {
    width: 0%;
    bottom: 0;
    top: 40px;
    right: auto;
    left: 32.6667%;
    height: 40.3643%;
    transform: translate(0%, -100%);
  }
  .okinawagramBlock__clm__img .txt__cont.aos-animate {
    width: 65.3333%;
  }
}
.okinawagramBlock__clm__img iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.kvArea {
  position: relative;
  overflow: hidden;
}
.kvArea img {
  width: 100%;
}

.kvBg {
  position: absolute;
  top: 0;
  left: 0;
}

.kvTxt {
  position: relative;
  z-index: 3;
}

.cvArea {
  margin-top: 200px;
}
@media only screen and (max-width: 736px) {
  .cvArea {
    margin-top: 75px;
  }
}
.cvArea__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 60px;
}
.cvArea__inner::before {
  content: '';
  width: 91.6667%;
  height: 353px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  .cvArea__inner::before {
    width: 100%;
  }
}
.cvArea__clm {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm {
    display: block;
  }
}
.cvArea__clm__img {
  height: 767px;
  width: 41.5%;
  position: relative;
  overflow: hidden;
}
.cvArea__clm__img__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cvArea__clm__img__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1382px;
  height: 767px;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__img {
    width: 70.6667%;
    height: calc(100vw * 730 / 750);
    margin-left: auto;
    margin-right: auto;
  }
  .cvArea__clm__img__inner img {
    height: calc(100vw * 730 / 750);
  }
}
.cvArea__clm__txtBox {
  width: 50%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__txtBox {
    width: 70.6667%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
.cvArea__clm__txtBox__block + .cvArea__clm__txtBox__block {
  margin-top: 80px;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__txtBox__block + .cvArea__clm__txtBox__block {
    margin-top: 50px;
  }
}
.cvArea__clm__txtBox__block.home {
  margin-top: 140px;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__txtBox__block.home {
    margin-top: 90px;
  }
}
.cvArea__clm__txtBox__btn {
  width: 415px;
  margin-top: 25px;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__txtBox__btn {
    width: 100%;
  }
}
.cvArea__clm__txtBox__btn a {
  border: 1px solid #49c3d1;
  display: block;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
  color: #fff;
  background: #49c3d1;
  transition: .3s ease-in-out;
}
.cvArea__clm__txtBox__btn a:hover {
  background: #fff;
  color: #49c3d1;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__txtBox__btn a {
    font-size: 15px;
    line-height: 43px;
  }
}
.cvArea__clm__txtBox__btn.clm {
  display: flex;
  justify-content: space-between;
}
.cvArea__clm__txtBox__btn.clm a {
  width: 47.4699%;
  font-size: 16px;
  line-height: 44px;
}
@media only screen and (max-width: 736px) {
  .cvArea__clm__txtBox__btn.clm a {
    font-size: 11px;
    line-height: 35px;
  }
}
.cvArea__clm__txtBox__btn.glay a {
  border: 1px solid #949494;
  background: #949494;
  line-height: 44px;
  font-size: 16px;
}
.cvArea__clm__txtBox__btn.glay a:hover {
  background: #fff;
  color: #949494;
}

.requestArea {
  margin-top: 120px;
}
@media only screen and (max-width: 736px) {
  .requestArea {
    margin-top: 50px;
  }
}
.requestArea__clm {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .requestArea__clm {
    display: block;
    width: 70.6667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.requestArea__clm__ttlBlock {
  padding-right: 50px;
}
@media only screen and (max-width: 736px) {
  .requestArea__clm__ttlBlock {
    padding-right: 0;
  }
}
.requestArea__clm__txtBlock {
  padding-left: 50px;
  border-left: 1px solid #b2b2b2;
}
@media only screen and (max-width: 736px) {
  .requestArea__clm__txtBlock {
    padding-left: 0;
    border-left: none;
  }
}
.requestArea__clm__txtBlock__txt {
  font-size: 12px;
  line-height: 1.8333;
  letter-spacing: 0.12em;
  color: #999999;
}
@media only screen and (max-width: 736px) {
  .requestArea__clm__txtBlock__txt {
    font-size: 10px;
    margin-top: 19px;
  }
}
.requestArea__clm__txtBlock__btn {
  width: 315px;
  margin-top: 30px;
}
.requestArea__clm__txtBlock__btn a {
  border: 2px solid #49c3d1;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #49c3d1;
  background: #fff;
  transition: .3s ease-in-out;
}
.requestArea__clm__txtBlock__btn a:hover {
  background: #49c3d1;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .requestArea__clm__txtBlock__btn {
    width: 100%;
  }
}

.panelmenu {
  position: relative;
  margin-top: 240px;
  margin-bottom: 200px;
}
@media screen and (max-width: 736px) {
  .panelmenu {
    display: none;
  }
}
.panelmenu .swiper-slide a {
  display: block;
  position: relative;
}
.panelmenu .swiper-slide a .panel__txt {
  font-size: 56px;
  font-family: 'Cormorant', serif;
  line-height: 0.65;
  position: absolute;
  top: 18px;
  left: 20px;
  transform: translateY(-100%);
}
.panelmenu .swiper-slide a .panel__txt .small {
  font-size: 60%;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
}
.panelmenu .swiper-slide a .panel__bg {
  position: relative;
  overflow: hidden;
}
.panelmenu .swiper-slide a .panel__bg img {
  transition: .5s ease;
}
.panelmenu .swiper-slide a .panel__bg .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
}
.panelmenu .swiper-slide a .panel__bg .cap.bk {
  color: #666;
}
.panelmenu .swiper-slide a .panel__bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s ease;
}
.panelmenu .swiper-slide a:hover .panel__bg::after {
  background: rgba(255, 255, 255, 0.3);
}
.panelmenu .swiper-slide a:hover .panel__bg img {
  transform: scale(1.1);
}
.panelmenu .swiper-button-next, .panelmenu .swiper-button-prev {
  width: 80px;
  height: 80px;
}
.panelmenu .swiper-button-prev, .panelmenu .swiper-container-rtl .swiper-button-next {
  left: 100px;
  background: url(../imgs/btn-back.png);
  background-size: cover;
}
.panelmenu .swiper-button-next, .panelmenu .swiper-container-rtl .swiper-button-prev {
  right: 100px;
  background: url(../imgs/btn-next.png);
  background-size: cover;
}

.sp-panelmenu {
  width: 84%;
  margin: 110px auto 100px;
}
@media screen and (max-width: 736px) {
  .sp-panelmenu {
    display: block;
  }
}
.sp-panelmenu__clm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.sp-panelmenu__clm__block {
  width: 46.9841%;
  margin-bottom: 60px;
}
.sp-panelmenu__clm a {
  display: block;
  position: relative;
}
.sp-panelmenu__clm a .panel__txt {
  font-size: 32px;
  font-family: 'Cormorant', serif;
  line-height: 0.65;
  position: absolute;
  top: 9px;
  left: 2px;
  transform: translateY(-100%);
}
.sp-panelmenu__clm a .panel__txt .small {
  font-size: 60%;
  font-family: 'Cinzel', serif;
  margin-bottom: 5px;
}
.sp-panelmenu__clm a .panel__bg {
  position: relative;
  overflow: hidden;
}
.sp-panelmenu__clm a .panel__bg img {
  transition: .5s ease;
}
.sp-panelmenu__clm a .panel__bg .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 8px;
  color: #fff;
  text-align: right;
  line-height: 1.2;
}
.sp-panelmenu__clm a .panel__bg .cap.bk {
  color: #333;
}
.sp-panelmenu__clm a .panel__bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s ease;
}
.sp-panelmenu__clm a:hover .panel__bg::after {
  background: rgba(255, 255, 255, 0.3);
}
.sp-panelmenu__clm a:hover .panel__bg img {
  transform: scale(1.1);
}