@charset "UTF-8";
/*-----/ 共通設定 /-----*/
body {
  background-color: #000;
}

/*強調文字色*/
.white, .white a {
  color: #fff;
}

.section {
  width: 100%;
  overflow: hidden;
}

.section.bg_white {
  background-color: #fff !important;
}

.section .sectionInner {
  max-width: 1000px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 599px) {
  .section .sectionInner {
    margin: 0 auto 65px;
  }
}

/*赤ボタンリンク*/
.btn_red {
  margin: 30px auto 0;
  transition-duration: 0.3s;
}
.btn_red a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 430px;
  height: 55px;
  color: #fff;
  background: #e1192c;
  border-radius: 60px;
  font-size: 18px;
  margin: 0 auto;
}
.btn_red a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg) translateY(-65%);
  top: 50%;
  right: 40px;
}
.btn_red a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}

.btn_red.large {
  margin: 120px auto 0;
}
.btn_red.large a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 550px;
  height: 55px;
  color: #fff;
  background: #e1192c;
  border-radius: 60px;
  font-size: 18px;
  margin: 0 auto;
}
.btn_red.large a:after {
  right: 30px;
}

@media screen and (max-width: 599px) {
  .btn_red a {
    font-size: 16px;
    width: 100%;
    max-width: 340px;
    height: 43px;
  }
  .btn_red a:after {
    width: 10px;
    height: 10px;
    right: 25px;
  }
  .btn_red.large {
    padding-top: 30px;
    margin: 0 auto;
  }
  .btn_red.large a {
    font-size: 14px;
    width: 380px;
    height: 48px;
  }
  .btn_red.large a span {
    display: none;
  }
  .btn_red.large a:after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
}
/*-----/ MV /-----*/
header .mv {
  position: relative;
}

header .mv .mv_logo {
  display: block;
  width: 40vw;
  max-width: 385px;
  height: 40vw;
  max-height: 385px;
  position: absolute;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%,-50%);*/
  z-index: 9999;
}

header .mv .mv_logo img {
  width: 100%;
  height: 100%;
}

/*-----/ リード /-----*/
.section .sectionInner .readTxt {
  margin: 0 auto 45px;
  padding: 100px 0 0;
}
.section .sectionInner .readTxt .txt {
  text-align: center;
}
.section .sectionInner .readTxt h3 {
  font-size: 28px;
  line-height: 1.45;
  margin-bottom: 45px;
}
.section .sectionInner .readTxt p {
  font-size: 18px;
  line-height: 1.9;
}
.section .sectionInner .readImgs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.section .sectionInner .readImgs .readImg {
  width: calc((100% - 40px) / 3);
}
.section .sectionInner .readBtm {
  text-align: center;
  margin: 125px auto 0;
}
.section .sectionInner .readBtm p {
  font-size: 15.5px;
}
.section .sectionInner .readBtm p a {
  border-bottom: 2px solid #00a477;
  transition-duration: 0.3s;
}
.section .sectionInner .readBtm p a:hover {
  border-bottom: none;
  transition-duration: 0.3s;
}

/*-----/ プラン /-----*/
#plan.section .sectionInner {
  padding-bottom: 80px;
  margin-bottom: 60px;
}

.section .planMv {
  position: relative;
  margin-bottom: 20px;
}
.section .planMv img.title {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-44%, 0);
  width: 800px;
}
.section .planMv .sp_view {
  display: none;
}

.section .sectionInner .planWrap {
  display: flex;
  justify-content: space-between;
}

/*まんぷく*/
.section .sectionInner .planWrap.plan1 {
  margin-bottom: 115px;
}

.section .sectionInner .planWrap.plan1 .planImg {
  width: 755px;
  margin: 40px 0 0 -240px;
}

.section .sectionInner .planWrap.plan1 .planTxt {
  width: 430px;
  margin-right: 30px;
}
.section .sectionInner .planWrap.plan1 .planTxt .title {
  margin-bottom: 25px;
}
.section .sectionInner .planWrap.plan1 .planTxt .title a {
  display: block;
}

/*グルメ*/
.section .sectionInner .planWrap.plan2 {
  margin-bottom: 90px;
}

.section .sectionInner .planWrap.plan2 .planTxt {
  width: 430px;
  margin-left: 10px;
  order: 1;
}
.section .sectionInner .planWrap.plan2 .planTxt .title {
  margin-bottom: 25px;
}

.section .sectionInner .planWrap.plan2 .planImg {
  width: 842px;
  margin: -30px -310px 0 20px;
  order: 2;
}

/*お手頃*/
.section .sectionInner .planWrap.plan3 .planImg {
  width: 740px;
  margin: 15px 0 0 -220px;
}

.section .sectionInner .planWrap.plan3 .planTxt {
  width: 430px;
  margin-right: 30px;
}
.section .sectionInner .planWrap.plan3 .planTxt .title {
  margin-bottom: 25px;
}
.section .sectionInner .planWrap.plan3 .planTxt .title a {
  display: block;
}

/*フリードリンク*/
.section .sectionInner .planOtherWrap .title {
  width: 356px;
  padding-top: 120px;
  margin: 0 auto 45px;
}

.section .sectionInner .planOtherWrap .planOther {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.section .sectionInner .planOtherWrap .planOther img:first-child {
  width: 440px;
  padding: 40px 0 0 75px;
}

.section .sectionInner .planOtherWrap .planOther img:last-child {
  width: 625px;
  margin-left: 50px;
}

/*レイアウト修正部分*/
.section .sectionInner .planOtherWrap .planOtherPc {
  display: flex;
  justify-content: space-between;
}

.section .sectionInner .planOtherWrap .planOtherPc .left,
.section .sectionInner .planOtherWrap .planOtherPc .right {
  width: 48%;
}

/*-----/ 個室一覧 /-----*/
.section .sectionInner .sectionTitle {
  text-align: center;
  padding: 100px 0 85px;
}

.section .sectionInner .sectionTitle h4 {
  font-size: 28px;
  line-height: 1;
}

.section .sectionInner .sectionTitle .txt {
  font-size: 18px;
  line-height: 1.88;
  margin: 75px 0 40px;
}

.section .sectionInner .roomWrap {
  display: flex;
  height: 370px;
  margin-bottom: 95px;
  padding: 0 30px 0 10px;
}

.section .sectionInner .roomWrap .roomImg.left,
.section .sectionInner .roomWrap .roomTxt.left {
  order: 1;
}

.section .sectionInner .roomWrap .roomImg.right,
.section .sectionInner .roomWrap .roomTxt.right {
  order: 2;
}

.section .sectionInner .roomWrap .roomImg {
  width: 57%;
}

.section .sectionInner .roomWrap .roomImg img {
  width: 100%;
}

.section .sectionInner .roomWrap .roomTxt {
  background: #fff;
  width: 43%;
  padding: 125px 35px 0 45px;
}

.section .sectionInner .roomWrap .roomTxt .name {
  font-size: 22px;
  text-indent: -3px;
  line-height: 1;
  margin-bottom: 23px;
}

.section .sectionInner .roomWrap .roomTxt .name .size {
  font-size: 16px;
  color: #fff;
  background: #00a477;
  margin-left: 10px;
  padding: 0 3px 2px 5px;
}

.section .sectionInner .roomWrap .roomTxt .txt {
  font-size: 16.5px;
  letter-spacing: -0.35px;
}

/*-----/ よくあるご質問 /-----*/
#qanda.section .sectionInner {
  padding: 65px 0 150px;
  margin-bottom: 0;
}
#qanda.section .sectionInner .sectionTitle {
  padding: 50px 0 60px;
}

.section .sectionInner .line {
  position: relative;
  width: 73%;
  padding: 0 0 10px;
  margin: 0 auto;
  border-bottom: 1px solid #666;
}

.section .sectionInner .line .qst {
  display: block;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 20px 0 10px;
}

/*開閉*/
.section .sectionInner .line .qst:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 18px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 4px solid #e1192c;
  transform: rotate(90deg);
}

.section .sectionInner .line .qst:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-bottom: 4px solid #e1192c;
}

.section .sectionInner .line .qst.open:before {
  display: none;
}

.section .sectionInner .line .ans {
  display: none;
  font-size: 17px;
  color: #777;
  line-height: 1.9;
  padding: 0 0 10px;
}

/*-----/ フッター /-----*/
footer {
  position: relative;
  width: 100%;
  height: 315px;
}

footer .footerInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 216px;
}

@media screen and (max-width: 599px) {
  /*-----/ リード /-----*/
  .section .sectionInner .readTxt {
    padding: 60px 0 0;
  }
  .section .sectionInner .readTxt h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .section .sectionInner .readTxt p {
    font-size: 16px;
  }
  .section .sectionInner .readBtm {
    margin: 30px auto 0;
  }
  .section .sectionInner .readImgs {
    gap: 0;
  }
  .section .sectionInner .readImgs .readImg {
    width: 33.3333333333%;
  }
  /*-----/ プラン /-----*/
  .section .planMv .pc_view {
    display: none;
  }
  .section .planMv .sp_view {
    display: block;
  }
  .section .planMv img.title {
    bottom: -8px;
    transform: translate(-49%, 0);
    width: 360px;
  }
  .section .sectionInner .planWrap {
    display: block;
  }
  .section .sectionInner .planWrap.plan1,
  .section .sectionInner .planWrap.plan2 {
    margin-bottom: 80px;
  }
  .section .sectionInner .planWrap.plan3 {
    margin-bottom: 0;
  }
  .section .sectionInner .planWrap.plan1 .planImg,
  .section .sectionInner .planWrap.plan2 .planImg,
  .section .sectionInner .planWrap.plan3 .planImg {
    width: 90%;
    margin: 0 auto;
  }
  .section .sectionInner .planWrap.plan1 .planTxt,
  .section .sectionInner .planWrap.plan2 .planTxt {
    width: 85%;
    margin: 30px auto 50px;
  }
  .section .sectionInner .planWrap.plan3 .planTxt {
    width: 85%;
    margin: 30px auto 0;
  }
  .section .sectionInner .planOtherWrap .title {
    width: 70%;
    padding-top: 80px;
    margin: 0 auto 25px;
  }
  .section .sectionInner .planOtherWrap .planOther {
    flex-direction: column;
    margin-bottom: 0;
  }
  .section .sectionInner .planOtherWrap .planOther img:first-child {
    width: 85%;
    padding: 20px 0 0;
    margin: 0 auto;
    order: 2;
  }
  .section .sectionInner .planOtherWrap .planOther img:last-child {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    order: 1;
  }
  #plan.section .sectionInner {
    padding-bottom: 0;
  }
  /*-----/ 個室一覧 /-----*/
  .section .sectionInner .sectionTitle {
    padding: 40px 0 60px;
  }
  #qanda.section .sectionInner .sectionTitle {
    padding: 30px 0 20px;
  }
  .section .sectionInner .sectionTitle h4 {
    font-size: 24px;
  }
  .section .sectionInner .sectionTitle .txt {
    font-size: 14px;
    margin: 30px 0 40px;
  }
  #room.section .sectionInner .btn_red a {
    font-size: 14px;
  }
  .section .sectionInner .roomWrap {
    flex-direction: column;
    height: auto;
    width: 85%;
    margin: 0 auto 40px;
    padding: 0;
  }
  .section .sectionInner .roomWrap .roomImg.left,
  .section .sectionInner .roomWrap .roomImg.right {
    order: 1;
    width: 100%;
  }
  .section .sectionInner .roomWrap .roomTxt.left,
  .section .sectionInner .roomWrap .roomTxt.right {
    order: 2;
    width: 100%;
    padding: 20px;
  }
  .section .sectionInner .roomWrap .roomTxt .name {
    display: flex;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .section .sectionInner .roomWrap .roomTxt .name .size {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .section .sectionInner .roomWrap .roomTxt .txt {
    font-size: 14px;
  }
  /*-----/ よくあるご質問 /-----*/
  #qanda.section .sectionInner {
    padding: 10px 0 50px;
  }
  .section .sectionInner .line {
    width: 90%;
  }
  .section .sectionInner .line .qst {
    font-size: 14px;
  }
  .section .sectionInner .line .qst:before {
    top: 22px;
    right: 14px;
    width: 15px;
    height: 18px;
  }
  .section .sectionInner .line .qst:after {
    top: 15px;
    right: 7px;
    width: 15px;
    height: 18px;
  }
  .section .sectionInner .line .ans {
    font-size: 14px;
    line-height: 1.5;
  }
  /*-----/ フッター /-----*/
  footer {
    height: 160px;
  }
  footer .footerInner {
    width: 120px;
  }
}/*# sourceMappingURL=style.css.map */