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

.innner {
  overflow-x: hidden;
}

/*強調文字色*/
.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: 17px;
  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: 17px;
  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_bnr {
  position: absolute;
  width: 100%;
  height: 90px;
  background: #00a477;
  bottom: -90px;
}
header .mv .mv_bnr_wrapper {
  position: relative;
  width: 1130px;
  height: 90px;
  margin: 0 auto;
}
header .mv .mv_bnr_wrapper .left-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 619px;
}
header .mv .mv_bnr_wrapper .right-txt {
  position: absolute;
  right: 5px;
  top: -45px;
  width: 488px;
  opacity: 1;
  animation: mv-poyo 0.8s ease-out forwards;
}
@media screen and (max-width: 1130px) {
  header .mv .mv_bnr_wrapper {
    width: 100%;
  }
  header .mv .mv_bnr_wrapper .left-txt {
    width: 55%;
  }
  header .mv .mv_bnr_wrapper .right-txt {
    right: 0;
    width: 43%;
  }
}
@keyframes mv-poyo {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 599px) {
  header .mv .mv_bnr {
    height: 63px;
    bottom: -63px;
  }
  header .mv .mv_bnr_wrapper {
    width: 375px;
    height: 63px;
  }
  header .mv .mv_bnr_wrapper .left-txt {
    top: -60px;
    transform: translateY(0);
    width: 375px;
  }
  header .mv .mv_bnr_wrapper .right-txt {
    position: absolute;
    right: auto;
    left: 20px;
    top: -40px;
    width: 338px;
    transform: translateX(50%);
  }
  header .mv .mv_bnr_txt {
    width: 338px;
    height: 132px;
    bottom: -65px;
  }
  header .mv .mv_bnr_txt img {
    width: 100%;
    margin: 0 auto;
  }
}

/*-----/ リード /-----*/
.section .read_wrapper {
  padding-bottom: 140px;
}
.section .read_wrapper .readTxt {
  text-align: center;
  margin: 0 auto 65px;
  padding: 190px 0 0;
}
.section .read_wrapper .readTxt .sub-txt {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.section .read_wrapper .readTxt .main-txt {
  font-size: 5rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}
.section .read_wrapper .readTxt .main-txt span {
  color: #00a477;
}
.section .read_wrapper .tag_slider {
  width: 100%;
  overflow: hidden;
}
.section .read_wrapper .tag_slider_track {
  display: flex;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.section .read_wrapper .tag_slider .tag_loop_slider {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}
.section .read_wrapper .tag_slider .tag_loop_slider li {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: #00a477;
  border-bottom: 1.5px solid #00a477;
  line-height: 1.2;
}
@keyframes tagLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--move-width) * -1));
  }
}
.section .read_wrapper .group_under20 {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0 230px;
}
.section .read_wrapper .group_under20 .position_base {
  position: relative;
  width: 698px;
}
.section .read_wrapper .group_under20 .position_base .point_box {
  position: absolute;
  width: 289px;
  bottom: -37px;
  right: -170px;
}
.section .read_wrapper .group_under20 .position_base .mark_box {
  position: absolute;
  width: 119px;
  bottom: -83px;
  right: 85px;
}
.section .read_wrapper .group_under20 .p_pizza, .section .read_wrapper .group_under20 .p_panipuri, .section .read_wrapper .group_under20 .p_letsparty {
  position: absolute;
}
.section .read_wrapper .group_under20 .p_pizza {
  width: 360px;
  right: -78px;
  top: 70px;
}
.section .read_wrapper .group_under20 .p_panipuri {
  width: 432px;
  right: -20px;
  top: 370px;
}
.section .read_wrapper .group_under20 .p_letsparty {
  width: 256px;
  bottom: 7px;
  left: 200px;
}
.section .read_wrapper .group_under50 {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 340px;
}
.section .read_wrapper .group_under50 .position_base {
  position: relative;
  width: 698px;
  margin: 0 0 0 auto;
}
.section .read_wrapper .group_under50 .position_base .point_box {
  position: absolute;
  width: 268px;
  bottom: -26px;
  left: -150px;
}
.section .read_wrapper .group_under50 .position_base .mark_box {
  position: absolute;
  width: 122px;
  top: 88px;
  left: -240px;
}
.section .read_wrapper .group_under50 .p_parfait, .section .read_wrapper .group_under50 .p_katsusand, .section .read_wrapper .group_under50 .p_icecream, .section .read_wrapper .group_under50 .p_fry {
  position: absolute;
}
.section .read_wrapper .group_under50 .p_parfait {
  width: 134px;
  left: 62px;
  top: 0;
}
.section .read_wrapper .group_under50 .p_katsusand {
  width: 546px;
  left: -123px;
  top: 305px;
}
.section .read_wrapper .group_under50 .p_icecream {
  width: 177px;
  left: 405px;
  bottom: 25px;
}
.section .read_wrapper .group_under50 .p_fry {
  width: 533px;
  right: -90px;
  bottom: -160px;
}
.section .read_wrapper .group_private {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 180px;
}
.section .read_wrapper .group_private .position_base {
  position: relative;
  width: 791px;
}
.section .read_wrapper .group_private .position_base .point_box {
  position: absolute;
  width: 283px;
  bottom: -53px;
  right: -90px;
}
.section .read_wrapper .group_private .position_base .mark_box {
  position: absolute;
  width: 122px;
  top: 127px;
  right: -140px;
}
.section .read_wrapper .group_private .p_ramen {
  position: absolute;
  width: 269px;
  bottom: 65px;
  left: 850px;
}
.section .read_wrapper .readImgs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.section .read_wrapper .readImgs .readImg {
  width: calc((100% - 40px) / 3);
}
.section .read_wrapper .readBtm {
  text-align: center;
  margin: 125px auto 0;
}
.section .read_wrapper .readBtm p {
  font-size: 15.5px;
}
.section .read_wrapper .readBtm p a {
  border-bottom: 2px solid #00a477;
  transition-duration: 0.3s;
}
.section .read_wrapper .readBtm p a:hover {
  border-bottom: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 999px) {
  .section .read_wrapper {
    padding-bottom: 80px;
  }
  .section .read_wrapper .readTxt {
    margin: 0 auto 45px;
    padding: 130px 0 0;
  }
  .section .read_wrapper .readTxt .sub-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .section .read_wrapper .readTxt .main-txt {
    font-size: 3rem;
    margin-bottom: 13px;
  }
  .section .read_wrapper .tag_slider_track {
    gap: 7px;
  }
  .section .read_wrapper .tag_slider .tag_loop_slider {
    gap: 7px;
  }
  .section .read_wrapper .tag_slider .tag_loop_slider li {
    font-size: 1rem;
  }
  .section .read_wrapper .group_under20 {
    padding: 50px 0 320px;
    max-width: 430px;
  }
  .section .read_wrapper .group_under20 .position_base {
    width: 340px;
  }
  .section .read_wrapper .group_under20 .position_base .point_box {
    position: absolute;
    width: 202px;
    bottom: -130px;
    right: 0;
  }
  .section .read_wrapper .group_under20 .position_base .mark_box {
    width: 82px;
    top: 280px;
    bottom: auto;
    right: auto;
    left: 75px;
    z-index: 100;
  }
  .section .read_wrapper .group_under20 .p_pizza, .section .read_wrapper .group_under20 .p_panipuri, .section .read_wrapper .group_under20 .p_letsparty {
    position: absolute;
  }
  .section .read_wrapper .group_under20 .p_pizza {
    width: 162px;
    right: auto;
    left: -45px;
    top: 280px;
    z-index: 0;
  }
  .section .read_wrapper .group_under20 .p_panipuri {
    width: 170px;
    right: -20px;
    top: 370px;
  }
  .section .read_wrapper .group_under20 .p_letsparty {
    width: 130px;
    bottom: 10px;
    left: 145px;
  }
  .section .read_wrapper .group_under50 {
    padding-bottom: 230px;
    max-width: 430px;
  }
  .section .read_wrapper .group_under50 .position_base {
    width: 340px;
  }
  .section .read_wrapper .group_under50 .position_base .point_box {
    width: 187px;
    bottom: auto;
    top: 150px;
    left: 0;
  }
  .section .read_wrapper .group_under50 .position_base .mark_box {
    width: 85px;
    top: 275px;
    left: 160px;
  }
  .section .read_wrapper .group_under50 .p_parfait, .section .read_wrapper .group_under50 .p_katsusand, .section .read_wrapper .group_under50 .p_icecream, .section .read_wrapper .group_under50 .p_fry {
    position: absolute;
  }
  .section .read_wrapper .group_under50 .p_parfait {
    width: 60px;
    left: 40px;
    top: -135px;
  }
  .section .read_wrapper .group_under50 .p_katsusand {
    width: 176px;
    left: auto;
    right: -28px;
    top: 325px;
  }
  .section .read_wrapper .group_under50 .p_icecream {
    width: 70px;
    left: 6.5%;
    bottom: 40px;
    z-index: 999;
  }
  .section .read_wrapper .group_under50 .p_fry {
    display: none;
  }
  .section .read_wrapper .group_private {
    padding-bottom: 300px;
    max-width: 430px;
  }
  .section .read_wrapper .group_private .position_base {
    width: 337px;
  }
  .section .read_wrapper .group_private .position_base .point_box {
    width: 198px;
    bottom: -155px;
    right: 0;
  }
  .section .read_wrapper .group_private .position_base .mark_box {
    width: 85px;
    top: 318px;
    right: auto;
    left: 73px;
  }
  .section .read_wrapper .group_private .p_ramen {
    width: 90px;
    bottom: 200px;
    left: 18px;
  }
  .section .read_wrapper .group_private .p_fry {
    position: absolute;
    width: 146px;
    right: -18px;
    bottom: 47px;
  }
  .section .read_wrapper .group_private .p_enjoy {
    position: absolute;
    width: 84px;
    bottom: 40px;
    left: 20px;
  }
  .section .read_wrapper .readBtm {
    margin: 60px auto 0;
  }
}

/*-----/ プラン /-----*/
#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 .sectionPlanInner {
  padding-top: 70px;
}
.section .sectionPlanInner h1 {
  width: 335px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 599px) {
  .section .sectionPlanInner h1 {
    width: 250px;
    margin: 0 auto 40px;
  }
}

.section .sectionPlanInner .planWrap {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 85px;
}
.section .sectionPlanInner .planWrap .planImg {
  width: 590px;
}
.section .sectionPlanInner .planWrap .planImg p {
  font-size: 1rem;
  margin-top: 5px;
}
.section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box table tr th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 1em;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box table tr td {
  text-align: left;
  font-size: 1.6rem;
  color: #00a477;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 999px) {
  .section .sectionPlanInner .planWrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 430px;
  }
}
@media screen and (max-width: 599px) {
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box table tr th {
    font-size: 1.3rem;
    padding-right: 0;
    width: 140px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box table tr td {
    font-size: 1.4rem;
    width: calc(100% - 140px);
  }
}

/*まんぷく*/
.section .sectionPlanInner .planWrap.plan1 .planImg {
  position: relative;
}
.section .sectionPlanInner .planWrap.plan1 .planImg .mark_manpuku {
  position: absolute;
  width: 122px;
  top: -40px;
  right: -36px;
}
@media screen and (max-width: 599px) {
  .section .sectionPlanInner .planWrap.plan1 .planImg .mark_manpuku {
    width: 85px;
    right: -10px;
  }
}

.section .sectionPlanInner .planWrap.plan1 .planTxt .title {
  position: relative;
  margin-bottom: 15px;
}
.section .sectionPlanInner .planWrap.plan1 .planTxt .title .icon-no {
  position: absolute;
  width: 55px;
  top: 8px;
  left: -28px;
}
.section .sectionPlanInner .planWrap.plan1 .planTxt .title a {
  position: absolute;
  display: block;
  width: 127px;
  height: 20px;
  bottom: 12px;
  right: 97px;
}

/*グルメ*/
.section .sectionPlanInner .planWrap.plan2 .planImg {
  position: relative;
}
.section .sectionPlanInner .planWrap.plan2 .planImg .mark_gourmet {
  position: absolute;
  width: 133px;
  left: -43px;
  top: -57px;
}
@media screen and (max-width: 599px) {
  .section .sectionPlanInner .planWrap.plan2 .planImg .mark_gourmet {
    width: 98px;
    left: -10px;
    top: -55px;
  }
}

.section .sectionPlanInner .planWrap.plan2 .planTxt {
  width: 430px;
  margin-left: 10px;
  order: 1;
}
.section .sectionPlanInner .planWrap.plan2 .planTxt .title {
  position: relative;
  margin-bottom: 25px;
}
.section .sectionPlanInner .planWrap.plan2 .planTxt .title a {
  position: absolute;
  display: block;
  width: 127px;
  height: 20px;
  bottom: 12px;
  right: 125px;
}

.section .sectionPlanInner .planWrap.plan2 {
  flex-direction: row-reverse;
  justify-content: space-between;
}

/*お手頃*/
.section .sectionPlanInner .planWrap.plan3 {
  margin-bottom: 0;
}

.section .sectionPlanInner .planWrap.plan3 .planTxt {
  width: 430px;
  margin-right: 30px;
}
.section .sectionPlanInner .planWrap.plan3 .planTxt .title {
  position: relative;
  margin-bottom: 25px;
}
.section .sectionPlanInner .planWrap.plan3 .planTxt .title a {
  position: absolute;
  display: block;
  width: 127px;
  height: 34px;
  bottom: 10px;
  right: 125px;
}
@media screen and (max-width: 999px) {
  .section .sectionPlanInner .planWrap.plan3 .planTxt {
    margin-right: 0;
  }
}

/*フリードリンク*/
.section .sectionPlanInner .planOtherWrap .title {
  width: 378px;
  padding-top: 100px;
  margin: 0 auto 55px;
}
.section .sectionPlanInner .planOtherWrap .planOther {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 950px;
  margin: 0 auto 120px;
}
.section .sectionPlanInner .planOtherWrap .planOther .left {
  width: 430px;
}
.section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .read {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
  max-width: 385px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .read span {
  display: inline-block;
  font-size: 2.3rem;
  color: #c7292a;
  padding: 0 8px;
}
.section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box img {
  width: 368px;
  margin-bottom: 20px;
}
.section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box p {
  font-size: 16px;
}
.section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .drink_detail {
  line-height: 1.75;
}
.section .sectionPlanInner .planOtherWrap .planOther .right {
  width: 356px;
  margin-left: 50px;
}
.section .sectionPlanInner .planOtherWrap .planOther .right p {
  font-size: 1rem;
  text-align: right;
  margin-top: 5px;
}
.section .sectionPlanInner .planOtherWrap .planOther .right .sp-freedrink {
  display: none;
}
@media screen and (max-width: 999px) {
  .section .sectionPlanInner .planOtherWrap .planOther {
    flex-direction: column-reverse;
    margin-bottom: 0;
    width: 90%;
    max-width: 430px;
    margin: 0 auto 120px;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left {
    width: 100%;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .read {
    width: 100%;
    margin: 25px 0 40px;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box img {
    width: 100%;
    max-width: 368px;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box p {
    font-size: 14px;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .drink_detail {
    line-height: 1.6;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .right {
    width: 100%;
    margin-left: 0;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .right .sp-freedrink {
    display: block;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .right .pc-freedrink {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .section .sectionPlanInner .planOtherWrap .planOther {
    margin: 0 auto;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .read {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .left .text_detail_box .read span {
    font-size: 1.8rem;
    padding: 0 5px;
  }
  .section .sectionPlanInner .planOtherWrap .planOther .right p {
    text-align: left;
  }
}

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

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

/*-----/ タイムアウトマーケット大阪とは /-----*/
.section .about_inner {
  padding: 90px 0 180px;
}
.section .about_inner h2 {
  font-size: 5rem;
  text-align: center;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}
.section .about_inner p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
}
.section .about_inner .read_top span {
  display: inline-block;
  font-size: 2.3rem;
  color: #c7292a;
  padding: 0 5px;
}
.section .about_inner .world_timeout {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 645px;
  justify-content: center;
  margin: 65px auto 55px;
}
.section .about_inner .world_timeout li {
  width: 150px;
}
.section .about_inner .read_bottom span {
  display: inline-block;
  font-size: 2.3rem;
  color: #00a477;
  padding: 0 5px;
}
.section .about_inner .about_visual {
  max-width: 910px;
  margin: 60px auto;
}
.section .about_inner .readBtm p {
  font-size: 1.6rem;
  font-weight: 500;
}
.section .about_inner .readBtm p a {
  border-bottom: 2px solid #00a477;
}
@media screen and (max-width: 999px) {
  .section .about_inner h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .section .about_inner {
    padding: 50px 0 100px;
  }
  .section .about_inner h2 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .section .about_inner p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .section .about_inner .read_top span {
    font-size: 1.8rem;
    padding: 0 3px;
  }
  .section .about_inner .world_timeout {
    margin: 50px auto;
  }
  .section .about_inner .read_bottom span {
    font-size: 1.8rem;
    padding: 0 3px;
  }
  .section .about_inner .readBtm p {
    font-size: 1.4rem;
  }
}

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

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

.room .sectionInner h4 {
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.room .sectionInner .read_txt {
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  margin: 70px 0 40px;
}

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

.section .sectionInner .room_wrapper {
  margin-bottom: 100px;
}

.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;
}

@media screen and (max-width: 999px) {
  .section .sectionInner .roomWrap {
    flex-direction: column;
    height: auto;
    width: 85%;
    max-width: 430px;
    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;
  }
}
@media screen and (max-width: 599px) {
  .room .sectionInner .read_txt {
    font-size: 14px;
    line-height: 1.6;
    margin: 35px 0 40px;
  }
  .section .sectionInner .room_wrapper {
    margin-bottom: 50px;
  }
}
/*-----/ よくあるご質問 /-----*/
#qanda.section .sectionInner {
  padding: 30px 0 50px;
  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: 20px;
  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;
}
.section .sectionInner .line .ans a {
  color: #777;
  font-weight: 600;
  text-decoration: underline;
}

/*-----/ アクセス /-----*/
#access .sectionInner .sectionTitle {
  padding: 50px 0 60px;
}
#access .sectionInner .flex_box {
  display: flex;
  align-items: center;
  height: 340px;
}
#access .sectionInner .flex_box .g-map {
  width: 60%;
  height: 100%;
}
#access .sectionInner .flex_box .g-map iframe {
  width: 100%;
  height: 100%;
}
#access .sectionInner .flex_box .adress {
  width: 40%;
  padding-left: 2em;
}
#access .sectionInner .flex_box .adress p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  #access .sectionInner {
    padding: 10px 0 0;
  }
  #access .sectionInner .sectionTitle {
    padding: 30px 0;
  }
  #access .sectionInner .flex_box {
    flex-wrap: wrap;
    height: auto;
  }
  #access .sectionInner .flex_box .g-map {
    width: 100%;
    min-height: 19.3rem;
    height: auto;
  }
  #access .sectionInner .flex_box .g-map iframe {
    aspect-ratio: 375/193;
  }
  #access .sectionInner .flex_box .adress {
    width: 73%;
    padding: 0;
    margin: 10px auto 0;
  }
  #access .sectionInner .flex_box .adress p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 599px) {
  #access .sectionInner .flex_box .adress {
    width: 100%;
    padding: 0 5%;
  }
}

/*-----/ フッター /-----*/
footer {
  position: relative;
  width: 100%;
  padding: 10px 0 80px;
}
footer .footerInner {
  width: 216px;
  margin: 40px auto;
}
footer .link_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .link_list .sns_insta {
  width: 28px;
}
footer .link_list .sns_x {
  width: 25px;
}
footer .link_list .contact_mail {
  width: 35px;
}

@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 .sectionPlanInner .planWrap {
    display: block;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box .course_name {
    display: block;
    margin-bottom: 5px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box .course_name .course_icon {
    font-size: 16px;
    display: inline-block;
    padding: 1px 4px 3px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box .course_name .course_icon span {
    font-size: 14px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box .course_name h5 {
    font-size: 16px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box p {
    font-size: 14px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box.first-box {
    margin-bottom: 20px;
  }
  .section .sectionPlanInner .planWrap .planTxt .detail .course_deetail_box ul li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .section .sectionPlanInner .planWrap.plan1,
  .section .sectionPlanInner .planWrap.plan2 {
    margin-bottom: 60px;
  }
  .section .sectionPlanInner .planWrap.plan3 {
    margin-bottom: 0;
  }
  .section .sectionPlanInner .planWrap.plan1 .planImg,
  .section .sectionPlanInner .planWrap.plan2 .planImg,
  .section .sectionPlanInner .planWrap.plan3 .planImg {
    width: 90%;
    margin: 0 auto;
  }
  .section .sectionPlanInner .planWrap.plan1 .planTxt,
  .section .sectionPlanInner .planWrap.plan2 .planTxt {
    width: 90%;
    margin: 30px auto 80px;
  }
  .section .sectionPlanInner .planWrap.plan1 .planTxt .title, .section .sectionPlanInner .planWrap.plan2 .planTxt .title, .section .sectionPlanInner .planWrap.plan3 .planTxt .title {
    margin-bottom: 15px;
  }
  .section .sectionPlanInner .planWrap.plan1 .planTxt .title .icon-no {
    width: 45px;
    top: -2px;
    left: -15px;
  }
  .section .sectionPlanInner .planWrap.plan1 .planTxt .title a {
    width: 107px;
    height: 16px;
    bottom: 12px;
    right: 81px;
  }
  .section .sectionPlanInner .planWrap.plan2 .planTxt .title a {
    width: 107px;
    height: 16px;
    bottom: 11px;
    right: 104px;
  }
  .section .sectionPlanInner .planWrap.plan3 .planTxt .title a {
    width: 107px;
    height: 29px;
    bottom: 9px;
    right: 104px;
  }
  .icon-no {
    position: absolute;
    width: 55px;
    top: 8px;
    left: -28px;
  }
  .section .sectionPlanInner .planWrap.plan3 .planTxt {
    width: 85%;
    margin: 30px auto 0;
  }
  .section .sectionPlanInner .planOtherWrap .title {
    width: 90%;
    padding-top: 60px;
    margin: 0 auto 20px;
  }
  #plan.section .sectionPlanInner {
    padding: 40px 0 60px;
  }
  /*-----/ 個室一覧 /-----*/
  .section .sectionInner .sectionTitle {
    padding: 40px 0 0;
  }
  #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;
  }
  /*-----/ よくあるご質問 /-----*/
  #qanda.section .sectionInner {
    padding: 10px 0 20px;
  }
  .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 {
    padding: 0px 0 60px;
  }
  footer .footerInner {
    width: 120px;
    margin: 30px auto;
  }
  footer .link_list {
    gap: 15px;
  }
  footer .link_list .sns_insta {
    width: 22px;
  }
  footer .link_list .sns_x {
    width: 20px;
  }
  footer .link_list .contact_mail {
    width: 27px;
  }
}
/*-----/ アニメーション /-----*/
.poyoTrigger {
  opacity: 0;
}

.poyoTrigger.is-show {
  opacity: 1;
  animation: poyopoyo 0.8s ease-out forwards;
}

@keyframes poyopoyo {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */