@charset "UTF-8";
/* CSS Document */

#main {
  background-color: #F5F5F5;
}

/* keyvisual
========================================== */
.keyvisual {
  position: relative;
  /*
  overflow: hidden;
  height: 500px;
  */
}
.keyvisual-text {
  background: rgba(255,255,255,0.5);
  padding: 15px 25px 25px 50px;
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 506px;
  z-index: 1;
}
.keyvisual-text h1 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.keyvisual-text h1 .subtext {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 6px;
  padding: 0 30px;
  position: relative;
}
.keyvisual-text h1 .subtext:before,
.keyvisual-text h1 .subtext:after {
  background-color: #000;
  content: "";
  position: absolute;
  bottom: 0.1em;
  height: 0.9em;
  width: 2px;
}
.keyvisual-text h1 .subtext:before {
  left: 10px;
  transform: rotate(-30deg);
}
.keyvisual-text h1 .subtext:after {
  right: 10px;
  transform: rotate(30deg);
}
.keyvisual-text h1 .logo {
  display: inline-block;
  margin-right: 10px;
  width: 378px;
}
/*
.keyvisual-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
*/
.keyvisual-image-item img {
  width: 100% !important;
}
/* PC */
@media only screen and (min-width: 1024px) {
}
/* SP */
@media only screen and (max-width: 1023px) {
  .keyvisual-text {
    display: table;
    padding: 3vw 3.84vw 3.84vw 5.12vw;
    top: 4.1vw;
    min-width: inherit;
    width: auto;
  }
  .keyvisual-text h1 {
    font-size: 5.12vw;
    line-height: 1.4;
  }
  .keyvisual-text h1 .logo {
    margin-right: 5px;
    width: 60.25vw;
  }
  .keyvisual-text h1 .subtext {
    font-size: 4.1vw;
    margin-bottom: 5px;
    padding: 0 5.12vw;
  }
}


/* section
========================================== */
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1066px;
}
.section-title {
  display: table;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title .border {
  position: relative;
  z-index: 0;
}
.section-title .border:before {
  background-color: #87CEEB;
  content: "";
  height: 8px;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-title b {
  font-size: 4rem;
  line-height: 1;
}
.section-title .illust {
  position: absolute;
}
.section-content {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
/* PC */
@media only screen and (min-width: 1024px) {
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .section-title b {
    font-size: 2.9rem;
  }
  .section-title .border:before {
    height: 7px;
    bottom: 3px;
  }
  .section-content {
    margin-top: 20px;
  }
}


/* point
========================================== */
.section-point {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
.section-point .section-inner {
  background-color: #fff;
  padding: 28px 33px;
}
.section-point .section-title .illust {
  position: absolute;
  right: -130px;
  bottom: -20px;
  width: 120px;
}
.section-point .section-content {
  margin-top: 20px;
}
.section-point .list-point-item {
  background-color: #87CEEB;
  letter-spacing: 0.06em;
  padding: 20px;
}
.section-point .list-point-item .item-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.section-point .list-point-item .item-title .num {
  font-family: 'Roboto', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.section-point .list-point-item .item-title b {
  color: #E60012;
}
.section-point .list-point-item .item-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 15px;
}
/* PC */
@media only screen and (max-width: 1279px) {
  .section-point {
    margin-top: -40px;
  }
}
/* PC */
@media only screen and (min-width: 1024px) {
  .section-point .list-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-point .list-point-item {
    width: 32%;
  }
  .section-point .list-point-item .item-title {
    padding-left: 50px;
    position: relative;
  }
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-point {
    margin-top: -25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-point .section-title {
    padding-right: 30px;
  }
  .section-point .section-inner {
    padding: 15px;
  }
  .section-point .section-title .illust {
    right: -40px;
    bottom: -15px;
    width: 64px;
  }
  .section-point .section-content {
    margin-top: 15px;
  }
  .section-point .list-point-item {
    padding: 10px 18px 10px 50px;
    position: relative;
  }
  .section-point .list-point-item:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .section-point .list-point-item .item-title {
    font-size: 1.5rem;
  }
  .section-point .list-point-item .item-title .num {
    font-size: 3.8rem;
    left: 15px;
  }
  .section-point .list-point-item .item-text {
    line-height: 1.66;
    margin-top: 8px;
  }
}


/* price
========================================== */
.section-price {
  margin-top: 30px;
  padding-bottom: 60px;
}
.section-price .section-inner {
  background-color: #fff;
  padding: 28px 33px;
}
.section-price .section-content {
  margin-top: 20px;
}
.section-price .price-detail {
  background-color: #87CEEB;
  font-weight: 700;
  padding: 20px;
}
.section-price .price-detail .logo {
  width: 235px;
}
.section-price .price-detail .text-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-left: 40px;
  margin-right: 20px;
}
.section-price .price-detail .text-price b {
  color: #E60012;
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  margin-right: 5px;
}
.section-price .price-detail .text-price .tax {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 8px;
}
.section-price .price-detail .text-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
}
.section-price .price-detail .text-time .note {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1em;
}
/* PC */
@media only screen and (min-width: 1024px) {
  .section-price .price-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-price {
    margin-top: 15px;
    padding: 0 20px 40px;
  }
  .section-price .section-inner {
    padding: 15px;
  }
  .section-price .section-content {
    margin-top: 15px;
  }
  .section-price .price-detail {
    padding: 12px 18px;
    text-align: center;
  }
  .section-price .price-detail .logo {
    display: block;
    margin: 0 auto;
    width: 125px;
  }
  .section-price .price-detail .text-price {
    justify-content: center;
    font-size: 1.5rem;
    margin: 0;
  }
  .section-price .price-detail .text-price b {
    font-size: 2.8rem;
    line-height: 1;
  }
  .section-price .price-detail .text-price .tax {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .section-price .price-detail .text-time {
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-top: 3px;
  }
  .section-price .price-detail .text-time .note {
    margin-left: 0;
  }
}


/* place
========================================== */
.section-place {
  background-color: #fff;
  padding: 40px 33px 80px;
}
.section-place .section-title .illust {
  left: -140px;
  bottom: -40px;
  width: 117px;
}
/* PC */
@media only screen and (min-width: 1024px) {
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-place {
    padding: 25px 20px 40px;
  }
  .section-place .section-title {
    padding-left: 25px;
  }
  .section-place .section-title .illust {
    left: -54px;
    bottom: -20px;
    width: 67px;
  }
}


/* hospitality
========================================== */
.section-hospitality {
  padding: 40px 33px 80px;
}
.section-hospitality .section-title .illust {
  right: -140px;
  bottom: -40px;
  width: 109px;
}
.section-hospitality .list-hospitality-item {
  margin-top: 40px;
}
.section-hospitality .list-hospitality-item .item-title {
  color: #87CEEB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
}
.section-hospitality .list-hospitality-item .item-text {
  letter-spacing: 0.06em;
  margin-top: 8px;
}
/* PC */
@media only screen and (min-width: 1024px) {
  .section-hospitality .list-hospitality {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-hospitality .list-hospitality-item {
    width: 47.85%;
  }
  .section-hospitality .list-hospitality-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-hospitality {
    padding: 25px 20px 40px;
  }
  .section-hospitality .section-title {
    padding-right: 18px;
  }
  .section-hospitality .section-title .illust {
    right: -38px;
    bottom: -20px;
    width: 53px;
  }
  .section-hospitality .list-hospitality {
    margin-left: 18px;
    margin-right: 18px;
  }
  .section-hospitality .list-hospitality-item {
    margin-top: 20px;
  }
  .section-hospitality .list-hospitality-item:nth-of-type(1) {
    margin-top: 0;
  }
  .section-hospitality .list-hospitality-item .item-title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .section-hospitality .list-hospitality-item .item-text {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}


/* environment
========================================== */
.section-environment {
  background-color: #fff;
  padding: 40px 33px 80px;
}
.section-environment .section-title .illust {
  left: -100px;
  bottom: -40px;
  width: 91px;
}
.section-environment .list-environment-item {
  margin-top: 40px;
}
.section-environment .list-environment-item .item-title {
  color: #87CEEB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
}
.section-environment .list-environment-item .item-text {
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.section-environment .list-environment-item:nth-of-type(1) {
  margin-top: 0 !important;
}
/* PC */
@media only screen and (min-width: 1024px) {
  .section-environment .list-environment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-environment .list-environment-item {
    width: 47.85%;
  }
  .section-environment .list-environment-item:nth-of-type(1) {
    width: 100%;
  }
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-environment {
    padding: 25px 20px 40px;
  }
  .section-environment .section-title {
    padding-left: 40px;
  }
  .section-environment .section-title .illust {
    left: 0px;
    bottom: -20px;
    width: 42px;
  }
  .section-environment .list-environment {
    margin-left: 18px;
    margin-right: 18px;
  }
  .section-environment .list-environment-item {
    margin-top: 20px;
  }
  .section-environment .list-environment-item .item-title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .section-environment .list-environment-item .item-text {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  
}


/* reservation
========================================== */
.section-reservation {
  padding: 40px 33px 80px;
}
.section-reservation .section-title {
  display: block;
}
.section-reservation .section-title .illust {
  right: -15px;
  bottom: -75px;
  width: 101px;
}
.section-reservation .list-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-reservation .list-step-item {
  width: 21.57%;
}
.section-reservation .list-step-item .item-num {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #87CEEB;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  text-align: center;
}
.section-reservation .list-step-item .item-num span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  margin-left: 5px;
}
.section-reservation .list-step-item .item-title {
  background-color: #87CEEB;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
  margin-top: 5px;
  text-align: center;
}
.section-reservation .list-step-item .item-image {
  position: relative;
}
.section-reservation .list-step-item .item-image:after {
  border-width: 12px 0 12px 19px;
  border-style: solid;
  border-color: transparent transparent transparent #87CEEB;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14%;
  width: 0;
}
.section-reservation .list-step-item:nth-last-of-type(1) .item-image:after {
  display: none;
}
.section-reservation .list-step-item .item-text {
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.section-reservation .back-top {
  margin: 50px auto 0;
  max-width: 100%;
  width: 340px;
}
.section-reservation .back-top a {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 58px;
  position: relative;
  text-align: center;
}
.section-reservation .back-top a:after {
	border-width: 6px 0 6px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	content: "";
	height: 0;
	position: absolute;
	top: 50%;
  right: 22px;
	transform: translateY(-50%);
	width: 0;
}
/* PC */
@media only screen and (min-width: 1024px) {
  .section-reservation .section-content {
    margin-top: 30px;
  }
  .section-reservation .back-top a:hover {
    opacity: 0.8;
  }
}
/* SP */
@media only screen and (max-width: 1023px) {
  .section-reservation {
    padding: 25px 20px 60px;
  }
  .section-reservation .section-title {
    padding-right: 25px;
  }
  .section-reservation .section-title .illust {
    right: 7px;
    bottom: -46px;
    width: 50px;
  }
  .section-reservation .section-content {
    margin-top: 15px;
  }
  .section-reservation .list-step {
    padding-right: 2.666vw;
  }
  .section-reservation .list-step-item {
    margin-top: 10px;
    width: 46%;
  }
  .section-reservation .list-step-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .section-reservation .list-step-item .item-num {
    font-size: 1.2rem;
    text-align: center;
  }
  .section-reservation .list-step-item .item-num span {
    font-size: 2.6rem;
  }
  .section-reservation .list-step-item .item-title {
    font-size: 1.3rem;
    line-height: 24px;
  }
  .section-reservation .list-step-item .item-image:after {
    border-width: 2.133vw 0 2.133vw 3.2vw;
    right: -5vw;
  }
  .section-reservation .list-step-item .item-text {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .section-reservation .back-top a {
    font-size: 1.4rem;
  }
  
}
