@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■共通
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  --c_w: #fff;
  --c_black: #141414;
  --gray: #707070;
  --c_b: #045AB7;
  --c_b2: #004B9C;
  --c_b3: #0291DB;
  --c_b4: #004EA3;
  --c_g: #3BAA72;
  --c_g02: #E9F7E3;
  --c_p: #EA2E81;
  --c_p2: #EA2D81;
  --c_r: #E50211;
  --c_o: #FF8A26;
  --c_y: #FFFF40;
  --c_y02: #FFEB00;
  --c_y03: #FFEA04;
  --c_y04: #FFF9E6;
  --c_y05: #FFFAEB;
  --default_font: "Noto Sans JP", sans-serif;
  --roboto: "Roboto", sans-serif;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	■共通項目
	■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#usj #omo7 {
  font-family: var(--default_font);
  color: #141414;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(26/16);
  min-width: 1280px;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  #usj #omo7 {
    min-width: 320px;
    overflow-x: hidden;
  }
}

#usj #omo7::before, #usj #omo7::after {
  content: "";
  display: block;
  width: 309px;
  height: 100%;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #usj #omo7::before, #usj #omo7::after {
    width: 140px;
  }
}

#usj #omo7::before {
  background: url(../images/bg_l.png) repeat-y;
  background-size: 100% auto;
  left: calc(50% - 960px);
  top: 0;
}

@media screen and (max-width: 767px) {
  #usj #omo7::before {
    left: -70px;
    background-position: center top 6px;
  }
}

#usj #omo7::after {
  background: url(../images/bg_r.png) repeat-y;
  background-size: 100% auto;
  right: calc(50% - 960px);
  top: 0;
}

@media screen and (max-width: 767px) {
  #usj #omo7::after {
    right: -80px;
  }
}

#usj #omo7 .innerWrap1280 {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #usj #omo7 .innerWrap1280 {
    padding: 0 20px;
  }
}

#usj #omo7 .innerWrap1200 {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #usj #omo7 .innerWrap1200 {
    padding: 0 20px;
  }
}

#usj #omo7 .link {
  text-decoration: underline !important;
}

#usj #omo7 img {
  width: 100%;
  height: auto;
  display: block;
}

#usj #omo7 .marker_yellow {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, var(--c_y02)));
  background: linear-gradient(transparent 50%, var(--c_y02) 0%);
}

#omo7 {
  background-color: #fff;
}

#omo7 main {
  position: relative;
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
			■Mv
			━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
			■plan
			━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
			■hotel
			━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
			■info_btn_area
			━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
			■bottom_sec
			━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}

#omo7 main .mv {
  padding-top: 18px;
  min-width: 1280px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#eded8d), color-stop(50.74%, #f0f8a9), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#eded8d 0%, #f0f8a9 50.74%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #omo7 main .mv {
    padding-top: 10px;
    min-width: auto;
    width: 100%;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background: -webkit-gradient(linear, left top, left bottom, from(#eded8d), color-stop(50.74%, #f0f8a9), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(#eded8d 0%, #f0f8a9 50.74%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

#omo7 main .mv .mv_title_area {
  max-width: 1200px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #omo7 main .mv .mv_title_area {
    min-width: auto;
    width: 100%;
    margin: 0 0 9px;
  }
}

#omo7 main .mv .mv_title_area img {
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
  #omo7 main .mv .mv_title_area img {
    margin-left: 0;
  }
}

#omo7 main .mv .mv_img_area {
  width: 1066px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #omo7 main .mv .mv_img_area {
    width: 100%;
    padding: 0 20px;
  }
}

#omo7 main .plan {
  margin-top: 66px;
  margin-bottom: 107px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan {
    margin-top: 18px;
    margin-bottom: 57px;
  }
}

#omo7 main .plan .plan_title {
  text-align: center;
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_title {
    margin-bottom: 5px;
  }
}

#omo7 main .plan .plan_title h2 {
  min-width: 1258px;
  min-height: 94px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 4px 10px;
  background-color: var(--c_g);
  -webkit-clip-path: polygon(0% 0%, 24px 50%, 0% 100%, 100% 100%, calc(100% - 24px) 50%, 100% 0%);
  clip-path: polygon(0% 0%, 24px 50%, 0% 100%, 100% 100%, calc(100% - 24px) 50%, 100% 0%);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_title h2 {
    min-width: auto;
    width: 100%;
    min-height: 77px;
    -webkit-clip-path: polygon(0% 0%, 16px 50%, 0% 100%, 100% 100%, calc(100% - 16px) 50%, 100% 0%);
    clip-path: polygon(0% 0%, 16px 50%, 0% 100%, 100% 100%, calc(100% - 16px) 50%, 100% 0%);
  }
}

#omo7 main .plan .plan_title h2 span {
  font-size: 4rem;
  font-weight: 900;
  color: var(--c_w);
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_title h2 span {
    font-size: 1.9rem;
    line-height: calc(27 / 19);
  }
}

@media screen and (max-width: 380px) {
  #omo7 main .plan .plan_title h2 span {
    font-size: 1.7rem;
    line-height: calc(25 / 17);
  }
}

#omo7 main .plan .plan_title h2 span::before, #omo7 main .plan .plan_title h2 span::after {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74 / 24;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_title h2 span::before, #omo7 main .plan .plan_title h2 span::after {
    width: 32px;
    aspect-ratio: 65 / 69;
  }
}

@media screen and (max-width: 380px) {
  #omo7 main .plan .plan_title h2 span::before, #omo7 main .plan .plan_title h2 span::after {
    width: 30px;
  }
}

#omo7 main .plan .plan_title h2 span::before {
  background: url(../images/plan_title_icon_l_pc.png) no-repeat center/cover;
  left: 0;
  translate: -90px -50%;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_title h2 span::before {
    background: url(../images/sp/plan_title_icon_l_sp.png) no-repeat center/cover;
    translate: -40px -50%;
  }
}

#omo7 main .plan .plan_title h2 span::after {
  background: url(../images/plan_title_icon_r_pc.png) no-repeat center/cover;
  right: 0;
  translate: 90px -50%;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_title h2 span::after {
    background: url(../images/sp/plan_title_icon_r_sp.png) no-repeat center/cover;
    translate: 40px -50%;
  }
}

#omo7 main .plan .plan_wp .plan_blok {
  background-color: var(--c_y04);
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .plan_blok {
    border-radius: 10px;
  }
}

#omo7 main .plan .plan_wp .plan_blok .hd_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .plan_blok .hd_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#omo7 main .plan .plan_wp .plan_blok .hd_title .num {
  color: var(--c_w);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/icon_star_red.png) no-repeat center/cover;
  font-size: 3.8rem;
  font-weight: 900;
  width: 81px;
  height: 78px;
  margin-right: 14px;
  font-family: var(--roboto);
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .plan_blok .hd_title .num {
    width: 52px;
    height: 50px;
    font-size: 2.4rem;
    margin-right: 0;
    margin: auto;
    padding-top: 5px;
    margin-bottom: 5px;
  }
}

#omo7 main .plan .plan_wp .plan_blok .hd_title .txt_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .plan_blok .hd_title .txt_box {
    width: 100%;
  }
}

#omo7 main .plan .plan_wp .plan_blok .hd_title .txt_box h3 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: calc(46 / 32);
  color: var(--c_r);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .plan_blok .hd_title .txt_box h3 {
    font-size: 1.8rem;
    line-height: calc(29 / 18);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .plan_blok .hd_title .txt_box h3 {
    font-size: 1.6rem;
  }
}

#omo7 main .plan .plan_wp .plan_blok .label {
  font-size: 1.5rem;
  font-weight: 900;
  border: 1px solid var(--gray);
  min-width: 100px;
  min-height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 5px;
  margin-bottom: 5px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .plan_blok .label {
    padding: 2px 5px 3px;
  }
}

#omo7 main .plan .plan_wp .blok01 {
  margin-bottom: 24px;
  padding: 39px 40px 28px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 {
    margin-bottom: 18px;
    padding: 16px 12px 16px 13px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--c_w);
  border-radius: 0 10px 10px 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01::after {
  content: "＆";
  display: block;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--c_w);
  background-color: var(--c_black);
  font-size: 4.9rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50px;
  border: 4px solid var(--c_w);
  line-height: 1;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01::after {
    min-width: 50px;
    min-height: 50px;
    font-size: 3.4rem;
    translate: -50% 64px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 .img_area {
  width: 435px;
  padding: 21px 35px 15px 34px;
  background-color: var(--c_b);
  border-radius: 10px 0 0 10px;
  margin-right: 37px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 .img_area {
    width: 100%;
    margin-right: 0;
    border-radius: 10px 10px 0 0;
    padding: 14px 13px 12px 12px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 .img_area img {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 .img_area img {
    margin-bottom: 3px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 .img_area figcaption {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--c_w);
  line-height: calc(26 / 18);
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 .img_area figcaption {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 .txt_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 .txt_area {
    width: 100%;
    margin-top: 0;
    padding: 9px 10px 22px 12px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 .txt_area .txt {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 .txt_area .txt {
    font-size: 1.4rem;
    margin-top: -2px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_01 .txt_area .txt .marker_yellow {
  font-size: 2.2rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_01 .txt_area .txt .marker_yellow {
    font-size: 1.6rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 {
  width: 1200px;
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 {
    margin-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02::after {
  content: "又は";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 62px;
  min-height: 62px;
  background-color: var(--c_black);
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--c_w);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 64px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02::after {
    translate: -50% 465px;
    min-width: 50px;
    min-height: 50px;
    font-size: 1.7rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group {
  width: 580px;
  background-color: var(--c_w);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group {
    width: 100%;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header {
  padding: 13px 12px 14px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header {
    padding: 8px 7px 9px 8px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .top_note {
  background-color: var(--c_w);
  border-radius: 6px;
  padding: 14px 10px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .top_note {
    padding: 9px 10px 7px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .top_note {
    padding: 9px 6px 7px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .top_note span {
  color: var(--c_b);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: calc(26 / 18);
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .top_note span {
    font-size: 1.5rem;
    line-height: calc(20 / 15);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .top_note span {
    font-size: 1.4rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .group_hd {
  font-size: 2.4rem;
  color: var(--c_w);
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .group_hd {
    font-size: 2rem;
    line-height: calc(26 / 20);
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .group_hd span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .gruup_header .group_hd span {
    font-size: 1.5rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .group_main {
  padding: 20px 30px 23px 29px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .group_main {
    padding: 12px 8px 12px 7px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .group_main .intro {
  font-size: 2rem;
  line-height: calc(32 / 20);
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .group_main .intro {
    font-size: 1.7rem;
    line-height: calc(25 / 17);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .group_main .intro {
    font-size: 1.6rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group .group_main .visual_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure {
    margin-right: 0px;
    margin-bottom: 74px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .gruup_header {
  background-color: var(--c_o);
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .intro {
  color: var(--c_o);
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area {
    margin-top: 22px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area .overlay_label {
  min-width: 156px;
  min-height: 156px;
  border-radius: 50%;
  background-color: var(--c_o);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area .overlay_label {
    min-width: 136px;
    min-height: 136px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area .overlay_label span {
  color: var(--c_w);
  font-size: 1.5rem;
  line-height: calc(26 / 15);
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area .overlay_label span {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area .img {
  width: 265px;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .visual_area .img {
    width: 148px;
    margin-left: -6px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .note {
  font-weight: 500;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .note {
    font-size: 1.3rem;
    margin-top: 4px;
    line-height: calc(32 / 13);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.yoshi_adventure .group_main .note {
    font-size: 1.2rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .gruup_header {
  background-color: var(--c_p);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main {
    padding: 10px 13px 16px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main {
    padding: 10px 10px 16px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .intro {
  color: var(--c_p);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area {
    margin-top: 12px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area .img_area {
  width: 255px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area .img_area {
    width: 50%;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area .img_area figcaption {
  font-size: 1.2rem;
  color: var(--c_w);
  line-height: calc(16 / 12);
  background-color: var(--c_p2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 43px;
  border-radius: 0 0 4px 4px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area .img_area figcaption {
    font-size: 1.1rem;
    min-height: 54px;
    padding: 0 6px 3px 6px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area .img_area:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .visual_area .img_area:first-child {
    margin-right: 8px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag {
  margin-top: 6px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag {
    padding-right: 38px;
    margin-top: 9px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag li {
  display: inline-block;
  background-color: var(--c_p2);
  border-radius: 4px;
  padding: 3px 10px 4px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag li {
    text-align: center;
    padding: 4px 4px 3px;
    margin-bottom: 5px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag li:nth-child(2), #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag li:nth-child(4) {
  margin-right: 3px;
}

#omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag li span {
  color: var(--c_w);
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_02 .group.outside_area .group_main .tag li span {
    font-size: 1.1rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 {
    margin-top: 15px;
    padding: 0 8px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 ul li {
  padding-left: 17px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 ul li {
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    margin-bottom: 7px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--c_black);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 ul li::before {
    width: 7px;
    height: 7px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 ul li span {
  font-weight: 900;
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .information .note {
  font-size: 1.2rem;
  line-height: calc(20 / 12);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .information .note {
    line-height: calc(18 / 12);
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .information li a {
  color: initial;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .use {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .use {
    margin-top: 7px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .use .txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(21 / 15);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .use .txt {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution {
    margin-top: 5px;
    padding-top: 10px;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution p {
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution p {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 390px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution p {
    font-size: 1.2rem;
  }
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution p span {
  color: var(--c_r);
}

#omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok01 .plan_box_03 .caution li {
    font-size: 1.2rem;
    line-height: calc(17 / 14);
  }
}

#omo7 main .plan .plan_wp .blok_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#omo7 main .plan .plan_wp .blok_container .plan_blok {
  width: 620px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .plan_blok {
    width: 100%;
  }
}

#omo7 main .plan .plan_wp .blok_container .plan_blok .use {
  margin-top: 12px;
  margin-left: 17px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .plan_blok .use {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .plan_blok .hd_title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .plan_blok .hd_title h3 {
    font-size: 2.2rem;
    line-height: calc(32 / 22);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok_container .plan_blok .hd_title h3 {
    font-size: 2rem;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok02 {
  margin-right: 40px;
  padding: 23px 31px 31px 25px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok02 {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 16px 17px;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok02 .hd_title .info {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok02 .hd_title .info {
    margin-top: 6px;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok02 .hd_title .info span {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok02 .hd_title .info span {
    font-size: 1.4rem;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok02 .hd_title .info p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(20 / 14);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok02 .hd_title .info p {
    font-size: 1.2rem;
    line-height: calc(17 / 12);
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok02 .use {
    padding: 0 4px;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok02 .use .txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(21 / 15);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok02 .use .txt {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
}

#omo7 main .plan .plan_wp .blok_container .blok03 {
  padding: 23px 40px 27px 25px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 {
    padding: 10px 10px 15px;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok03 .hd_title .info {
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 .hd_title .info {
    margin-top: 8px;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok03 .hd_title .info p {
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 .hd_title .info p {
    font-size: 1.2rem;
    line-height: calc(17 / 12);
  }
}

#omo7 main .plan .plan_wp .blok_container .blok03 .use .label_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 .use .label_box {
    padding: 0 10px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 .use .label_box {
    padding: 0 8px;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok03 .use .label_box .label {
  margin-bottom: 0;
}

#omo7 main .plan .plan_wp .blok_container .blok03 .use .label_box .time {
  display: inline-block;
  margin-left: 11px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 .use .label_box .time {
    font-size: 1.6rem;
  }
}

#omo7 main .plan .plan_wp .blok_container .blok03 .use .note {
  font-size: 1.2rem;
  line-height: calc(17 / 12);
}

@media screen and (max-width: 767px) {
  #omo7 main .plan .plan_wp .blok_container .blok03 .use .note {
    padding: 0 10px;
    margin-top: 3px;
    display: inline-block;
  }
}

#omo7 main .hotel {
  background-color: var(--c_y04);
  padding-top: 102px;
  padding-bottom: 123px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel {
    padding-top: 62px;
    padding-bottom: 45px;
  }
}

#omo7 main .hotel .title_block {
  position: relative;
  z-index: 4;
}

#omo7 main .hotel .title_block .icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -5px;
  position: relative;
}

#omo7 main .hotel .title_block .icon_box::before, #omo7 main .hotel .title_block .icon_box::after {
  content: "";
  display: block;
  position: absolute;
}

#omo7 main .hotel .title_block .icon_box::before {
  background: url(../images/icon_star01_pc.png) no-repeat center/cover;
  width: 144px;
  aspect-ratio: 144 / 140;
  top: 0;
  left: 0;
  translate: 238px -44px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box::before {
    background: url(../images/sp/icon_star01_sp.png) no-repeat center/cover;
    aspect-ratio: 90 / 88;
    width: 90px;
    translate: 0px -26px;
  }
}

#omo7 main .hotel .title_block .icon_box::after {
  background: url(../images/icon_star02_pc.png) no-repeat center/cover;
  width: 132px;
  aspect-ratio: 132 / 129;
  bottom: 0;
  right: 0;
  translate: -215px 0px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box::after {
    background: url(../images/sp/icon_star02_sp.png) no-repeat center/cover;
    aspect-ratio: 98 / 97;
    width: 98px;
    translate: 8px 14px;
  }
}

#omo7 main .hotel .title_block .icon_box .icon_txt {
  font-size: 3rem;
  font-weight: 900;
  color: var(--c_b3);
  display: inline-block;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box .icon_txt {
    font-size: 1.8rem;
  }
}

#omo7 main .hotel .title_block .icon_box .icon_txt::before, #omo7 main .hotel .title_block .icon_box .icon_txt::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21 / 32;
  position: absolute;
  bottom: -4px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box .icon_txt::before, #omo7 main .hotel .title_block .icon_box .icon_txt::after {
    width: 12px;
    aspect-ratio: 25 / 37;
  }
}

#omo7 main .hotel .title_block .icon_box .icon_txt::before {
  background: url(../images/hotel_title_icon_l_pc.png) no-repeat center/cover;
  left: 0;
  translate: -33px 2px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box .icon_txt::before {
    background: url(../images/sp/hotel_title_icon_l_sp.png) no-repeat center/cover;
    translate: -16px -2px;
  }
}

#omo7 main .hotel .title_block .icon_box .icon_txt::after {
  background: url(../images/hotel_title_icon_r_pc.png) no-repeat center/cover;
  right: 0;
  translate: 34px 2px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box .icon_txt::after {
    background: url(../images/sp/hotel_title_icon_r_sp.png) no-repeat center/cover;
    translate: 16px -2px;
  }
}

#omo7 main .hotel .title_block .icon_box .icon_img {
  width: 100px;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .icon_box .icon_img {
    margin-top: 11px;
    width: 62px;
  }
}

#omo7 main .hotel .title_block .title_box {
  display: grid;
  background-color: var(--c_b3);
  border-radius: 20px;
  padding: 22px 52px 8px 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 134px 1fr;
  grid-template-areas: "img sub_txt" "img main_txt";
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .title_box {
    padding: 12px 28px 8px;
    border-radius: 10px;
    grid-template-columns: 49px 1fr;
    grid-template-areas: "img sub_txt" "main_txt main_txt";
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .title_block .title_box {
    padding: 12px 15px 10px;
  }
}

#omo7 main .hotel .title_block .title_box .img_area {
  grid-area: img;
  width: 134px;
  margin-top: -14px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .title_box .img_area {
    width: 49px;
    margin-top: 0;
    margin-left: 5px;
  }
}

#omo7 main .hotel .title_block .title_box .img_area img {
  display: block;
  width: 100%;
  height: auto;
}

#omo7 main .hotel .title_block .title_box .sub_title {
  grid-area: sub_txt;
  font-size: 3rem;
  font-weight: 900;
  color: var(--c_w);
  margin: 0;
  margin-left: 62px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .title_box .sub_title {
    font-size: 1.4rem;
    line-height: calc(22 / 14);
    margin-left: 14px;
  }
}

#omo7 main .hotel .title_block .title_box .main_title {
  grid-area: main_txt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 43px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .title_box .main_title {
    margin-left: 0;
    margin-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#omo7 main .hotel .title_block .title_box .main_title span {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--c_w);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .title_box .main_title span {
    font-size: 1.4rem;
  }
}

#omo7 main .hotel .title_block .title_box .main_title .hd {
  font-size: 6rem;
  font-weight: 900;
  color: var(--c_w);
  margin-left: -6px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .title_block .title_box .main_title .hd {
    font-size: 2.3rem;
    margin-left: 0;
    margin-top: -6px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .title_block .title_box .main_title .hd {
    font-size: 2rem;
  }
}

#omo7 main .hotel .introduction {
  margin-top: 67px;
  border: 4px solid var(--c_b3);
  background-color: var(--c_w);
  padding: 47px 12px 18px 22px;
  border-radius: 10px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction {
    margin-top: 58px;
    padding: 43px 16px 10px;
  }
}

#omo7 main .hotel .introduction .introduction_title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--c_r);
  padding: 8px 12px 7px;
  min-width: 1092px;
  -webkit-clip-path: polygon(0% 0%, 15px 50%, 0% 100%, 100% 100%, calc(100% - 15px) 50%, 100% 0%);
  clip-path: polygon(0% 0%, 15px 50%, 0% 100%, 100% 100%, calc(100% - 15px) 50%, 100% 0%);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_title {
    width: 84%;
    min-width: 290px;
    translate: -50% -40px;
    padding: 8px 20px 7px;
  }
}

#omo7 main .hotel .introduction .introduction_title h3 {
  font-size: 2.4rem;
  color: var(--c_w);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_title h3 {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3;
  }
}

#omo7 main .hotel .introduction .introduction_title span {
  font-size: 3rem;
  color: var(--c_y02);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_title span {
    font-size: 1.6rem;
  }
}

#omo7 main .hotel .introduction .note {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .note {
    text-align: left;
    font-size: 1.1rem;
    line-height: calc(16 / 11);
  }
}

#omo7 main .hotel .introduction .introduction_block {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block {
    margin-top: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header {
  background-color: var(--c_b3);
  border-radius: 10px;
  padding: 9px 2px 8px 9px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header {
    padding: 11px 11px 11px 8px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header {
    padding: 11px 6px 11px 6px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .circle {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 7px;
  background-color: var(--c_w);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .circle {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .circle {
    width: 42px;
    height: 42px;
    margin-right: 8px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .circle span {
  color: var(--c_r);
  font-size: 1.4rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .circle span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .circle span {
    font-size: 1rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt {
  font-size: 1.8rem;
  color: var(--c_w);
  font-weight: 900;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt {
    font-size: 1.4rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .top_txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .top_txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .top_txt {
    font-size: 1.2rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .big {
  font-size: 2.4rem;
  color: var(--c_y02);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .big {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .big {
    font-size: 1.6rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .small {
  font-size: 2rem;
  color: var(--c_y02);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area .txt .small {
    font-size: 1.4rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area small {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--c_w);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board_header .txt_area small {
    font-size: 1.3rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board a {
  color: var(--c_black);
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board a::after {
  content: "";
  display: block;
  background: url(../images/icon_bottom_blue01.png) no-repeat center/cover;
  width: 26px;
  aspect-ratio: 26 / 26;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board a::after {
    width: 15px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--c_w);
  font-family: var(--roboto);
  background-color: var(--c_r);
  margin-right: 9px;
  font-weight: 900;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .num {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    font-size: 1.2rem;
    margin-top: 3px;
    padding-top: 2px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .ttl {
  font-size: 2.6rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .ttl {
    font-size: 1.6rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .annotation {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .annotation {
    font-size: 1.1rem;
    margin-top: 2px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .annotation.small {
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .annotation.small {
    font-size: 1rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .time {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box .board .tile .txt_area .time {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 {
  width: 348px;
  padding-right: 19px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 11px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: var(--c_b3);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01::after {
    display: none;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board a::after {
  translate: -6px -20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board a::after {
    translate: 0px -16px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.first_board a {
  padding-top: 57px;
  padding-bottom: 54px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.first_board a {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.first_board a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--c_b3);
  position: absolute;
  left: 0;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.first_board a::before {
  top: 0;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.first_board a .tile .txt_area {
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.first_board a .tile .txt_area {
    margin-top: 0;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board {
  padding-top: 53px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board {
    padding-top: 12px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--c_b3);
  position: absolute;
  left: 0;
  top: 0;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board .ttl .top_txt {
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board .ttl .top_txt {
    font-size: 1.3rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board .ttl .bottom_txt {
  margin-top: -5px;
  margin-left: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box01 .board.second_board .ttl .bottom_txt {
    margin-left: 0;
    margin-top: -5px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 {
  width: 406px;
  padding: 0 16px 0 17px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: var(--c_b3);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02::after {
    display: none;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .first_board {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .first_board {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .first_board::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, var(--c_b3) 2px, transparent 2px);
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 8px 100%;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile .num {
  background-color: var(--c_b3);
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile .txt_area .ttl {
  font-size: 2.4rem;
  line-height: calc(30 / 24);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile .txt_area .ttl {
    font-size: 1.6rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile .txt_area .ttl span {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile .txt_area .ttl span {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: -5px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board .tile .txt_area .ttl span {
    margin-top: 0;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 14px;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block {
  padding: 0 19px 0 8px;
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-template-areas: "ttl ttl" "info img";
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block {
    padding: 0;
    grid-template-areas: "ttl img" "info img";
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block {
    grid-template-columns: 1fr 130px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .tile {
  grid-area: ttl;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .tile {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .tile .txt_area .ttl {
    line-height: 1.6;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .tile .txt_area .ttl {
    line-height: 1.3;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .info_area {
  grid-area: info;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .info_area p {
  font-size: 1.5rem;
  line-height: calc(21 / 15);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .info_area p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .info_area p {
    font-size: 1.2rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.first_board .tile_block .img_area {
  grid-area: img;
  margin-top: 5px;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.second_board {
  padding: 0 19px 23px 8px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.second_board {
    padding: 0;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.second_board .time {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box02 .board.second_board .time {
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 3px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 {
  width: 403px;
  padding: 0 16px 0 17px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 {
    width: 100%;
    padding: 0;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board_header {
  background-color: var(--c_b4);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board_header {
    margin-bottom: 10px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board {
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board {
    padding-left: 0;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .num {
  background-color: var(--c_b4);
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .ttl {
  font-size: 2.2rem;
  line-height: calc(30 / 22);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .ttl {
    font-size: 1.6rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .ttl span {
  font-size: 1.6rem;
  margin-bottom: -2px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .ttl span {
    font-size: 1.3rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .ttl small {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .ttl small {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .time {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .board .tile .txt_area .time {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .first_board a {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .first_board a {
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 4px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .first_board a::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, var(--c_b3) 2px, transparent 2px);
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 8px 100%;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .first_board a::after {
  translate: -8px -26px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .first_board a::after {
    translate: 0px -18px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a {
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a {
    padding-bottom: 15px;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a::after {
  translate: 0px -5px;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a .tile .txt_area {
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a .tile .txt_area {
    margin-top: 0;
  }
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a .tile .txt_area .ttl span {
  font-size: 2.2rem;
  display: inline-block;
}

#omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a .tile .txt_area .ttl span br {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .introduction .introduction_block .introduction_box.box03 .second_board a .tile .txt_area .ttl span {
    font-size: 1.3rem;
  }
}

#omo7 main .hotel .point {
  position: relative;
  z-index: 4;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point {
    margin-top: 30px;
  }
}

#omo7 main .hotel .point > ul > li {
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li {
    margin-bottom: 30px;
  }
}

#omo7 main .hotel .point > ul > li::before, #omo7 main .hotel .point > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

#omo7 main .hotel .point > ul > li::before {
  left: 0;
  width: 144px;
  aspect-ratio: 144 / 140;
  background: url(../images/icon_star01_pc.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li::before {
    background: url(../images/sp/icon_star03_sp.png) no-repeat center/cover;
    aspect-ratio: 88 / 86;
    width: 88;
  }
}

#omo7 main .hotel .point > ul > li::after {
  right: 0;
  width: 132px;
  aspect-ratio: 132 / 129;
  background: url(../images/icon_star02_pc.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li::after {
    background: url(../images/sp/icon_star01_sp.png) no-repeat center/cover;
    aspect-ratio: 90 / 88;
    width: 90px;
    top: 0;
    right: 0;
  }
}

#omo7 main .hotel .point > ul > li .ourer_wp {
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .ourer_wp {
    padding-bottom: 30px;
  }
}

#omo7 main .hotel .point > ul > li .ourer_wp::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--c_b3);
  position: absolute;
  bottom: 0;
  left: 0;
}

#omo7 main .hotel .point > ul > li .point_title_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#omo7 main .hotel .point > ul > li .point_title_group .badge_area {
  width: 94px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--c_b3);
  border-radius: 50%;
  color: var(--c_y02);
  margin-right: 21px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group .badge_area {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
  }
}

#omo7 main .hotel .point > ul > li .point_title_group .badge_area .label {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 900;
  line-height: calc(15 / 12);
  margin-top: 8px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group .badge_area .label {
    margin-top: 0;
    margin-left: 6px;
  }
}

#omo7 main .hotel .point > ul > li .point_title_group .badge_area .num {
  font-size: 4rem;
  font-weight: 900;
  font-family: var(--roboto);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group .badge_area .num {
    font-size: 3.6rem;
  }
}

#omo7 main .hotel .point > ul > li .point_title_group .title_area {
  margin-top: -12px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group .title_area {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#omo7 main .hotel .point > ul > li .point_title_group .title_area h3 {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--c_b4);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group .title_area h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}

#omo7 main .hotel .point > ul > li .point_title_group .title_area h3 span {
  font-size: 4.2rem;
  font-weight: 900;
  color: var(--c_b3);
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, var(--c_y03)));
  background: linear-gradient(transparent 75%, var(--c_y03) 0%);
  line-height: calc(61 / 42);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_title_group .title_area h3 span {
    font-size: 2.4rem;
    line-height: calc(35 / 24);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, var(--c_y03)));
    background: linear-gradient(transparent 75%, var(--c_y03) 0%);
  }
}

#omo7 main .hotel .point > ul > li .point_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li .point_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#omo7 main .hotel .point > ul > li .point_content .panel {
  background-color: var(--c_w);
  border-radius: 10px;
}

#omo7 main .hotel .point > ul > li .point_content .panel .panel_title {
  font-size: 2rem;
  color: var(--c_r);
  font-weight: 900;
  position: relative;
  padding-left: 18px;
}

#omo7 main .hotel .point > ul > li .point_content .panel .panel_title::before {
  content: "";
  display: block;
  background-color: var(--c_r);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 6px;
}

#omo7 main .hotel .point > ul > li .point_content .panel .panel_title small {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li .point_content .panel .panel_title small {
    font-size: 1.3rem;
    margin-top: -4px;
  }
}

#omo7 main .hotel .point > ul > li .point_content .panel .panel_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(24 / 14);
}

#omo7 main .hotel .point > ul > li:last-child {
  margin-bottom: 0;
}

#omo7 main .hotel .point > ul > li.point01::before {
  top: 0;
  translate: -140px -84px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point01::before {
    display: none;
  }
}

#omo7 main .hotel .point > ul > li.point01::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point01::after {
    display: block;
    translate: 36px -15px;
  }
}

#omo7 main .hotel .point > ul > li.point01 .point_title_group .title_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#omo7 main .hotel .point > ul > li.point01 .point_title_group .title_area span {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
  margin-left: 19px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point01 .point_title_group .title_area span {
    margin-left: 0;
  }
}

#omo7 main .hotel .point > ul > li.point01 .txt_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 29px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point01 .txt_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 0 20px;
  }
}

#omo7 main .hotel .point > ul > li.point01 .txt_area .txt {
  font-size: 1.8rem;
  line-height: calc(28 / 18);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point01 .txt_area .txt {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}

#omo7 main .hotel .point > ul > li.point01 .img_area {
  width: 440px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point01 .img_area {
    width: 100%;
    padding: 0 20px;
  }
}

#omo7 main .hotel .point > ul > li.point02 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 {
    margin-bottom: 28px;
  }
}

#omo7 main .hotel .point > ul > li.point02::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02::before {
    display: block;
    translate: -32px -16px;
  }
}

#omo7 main .hotel .point > ul > li.point02::after {
  display: none;
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp {
    padding-bottom: 32px;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_green {
  width: 399px;
  padding: 22px 30px;
  margin-right: 25px;
  background-color: var(--c_g02);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_green {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 19px 19px 22px 23px;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_green .ttl {
  color: var(--c_g);
  font-size: 2rem;
  font-weight: 900;
  line-height: calc(28 / 20);
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_green .ttl {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_green .ttl {
    font-size: 1.7rem;
    line-height: calc(29 / 17);
    margin-bottom: 4px;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--c_w);
    padding: 15px 20px 15px;
    border-radius: 10px;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .panel {
  width: 399px;
  margin-right: 24px;
  padding: 21px 30px 16px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .panel {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .panel .panel_title {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .panel .panel_title {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .panel .panel_title {
    margin-bottom: 6px;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .panel .panel_title::before {
  height: 44px;
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .img {
  width: 353px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .img {
    width: 100%;
    margin-top: 24px;
  }
}

#omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .img figcaption {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point02 .ourer_wp .panel_block .img figcaption {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .point > ul > li.point03 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 {
    margin-bottom: 33px;
  }
}

#omo7 main .hotel .point > ul > li.point03::before {
  display: none;
}

#omo7 main .hotel .point > ul > li.point03::after {
  top: 0;
  translate: 115px -97px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03::after {
    translate: 35px 4px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel {
  padding: 15px 21px 14px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel {
    padding: 18px 21px 14px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel_block .panel_title {
    margin-bottom: 5px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel_block .panel_title::before {
  height: 20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel_block .panel_title::before {
    height: 21px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel_block figcaption {
  font-size: 1rem;
  margin-top: 3px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel_block figcaption {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel01 {
  width: 666px;
  margin-right: 27px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel01 .panel_txt_area {
  width: 207px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel01 .panel_txt_area {
    width: 100%;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel01 .panel_txt_area .panel_title {
  margin-bottom: 6px;
}

#omo7 main .hotel .point > ul > li.point03 .panel01 .panel_img_area {
  width: 385px;
  margin-left: 15px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel01 .panel_img_area {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel01 .panel_img_area figure:last-child {
  margin-left: 9px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel01 .panel_img_area figure:last-child {
    margin-left: 8px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel01 .note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: calc(20 / 12);
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel01 .note {
    margin-top: 7px;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel02 {
    width: 100%;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel02 .panel_txt_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel02 .panel_txt_area {
    width: 100%;
  }
}

#omo7 main .hotel .point > ul > li.point03 .panel02 .panel_img_area {
  width: 191px;
  margin-left: 21px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point03 .panel02 .panel_img_area {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}

#omo7 main .hotel .point > ul > li.point04 {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 {
    margin-bottom: 30px;
  }
}

#omo7 main .hotel .point > ul > li.point04::before {
  top: 0;
  translate: -108px 50px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04::before {
    translate: -31px -20px;
  }
}

#omo7 main .hotel .point > ul > li.point04::after {
  top: 0;
  translate: -10px -31px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04::after {
    display: none;
  }
}

#omo7 main .hotel .point > ul > li.point04 .ourer_wp {
  padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp {
    padding-bottom: 29px;
  }
}

#omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list {
    padding: 0;
  }
}

#omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li {
  width: 292px;
  margin-right: 11px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li {
    width: calc(50% - 4px);
    margin-right: 0;
  }
}

#omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(odd) {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(1), #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(2) {
    margin-bottom: 20px;
  }
}

#omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li p {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li p {
    font-size: 1.5rem;
    line-height: calc(20 / 15);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(3) p, #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(4) p {
    font-size: 1.3rem;
    line-height: calc(20 / 13);
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(3) p, #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li:nth-child(4) p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li span {
    display: block;
  }
}

#omo7 main .hotel .point > ul > li.point04 .ourer_wp .room_list > li figcaption {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}

#omo7 main .hotel .point > ul > li.point05 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 {
    margin-bottom: 33px;
  }
}

#omo7 main .hotel .point > ul > li.point05::before {
  display: none;
}

#omo7 main .hotel .point > ul > li.point05::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05::after {
    display: block;
    translate: 28px 34px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp {
    padding-bottom: 31px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 {
  width: 842px;
  margin-right: 17px;
  padding: 20px 33px 10px 31px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 {
    width: 100%;
    padding: 11px 20px 20px;
    margin-right: 0;
    margin-top: 0;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_title {
  margin-bottom: 4px;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_title::before {
  height: 20px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_title::before {
    height: 21px;
    top: 0;
    translate: 0 10px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_title span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_title span {
    margin-left: -20px;
    margin-top: 6px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block {
    margin-top: 13px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item figcaption {
  font-size: 1rem;
  margin-top: 4px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item figcaption {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 {
  width: 437px;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 {
    width: 100%;
    margin-right: 0;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .img_area figure:last-child {
  margin-left: 5px;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .middle_area {
  display: none;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .middle_area {
    display: block;
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .middle_area figure figcaption {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .middle_area .txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information {
  margin-top: 23px;
  border-radius: 6px;
  background-color: var(--c_y05);
  padding: 12px 10px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information {
    margin-top: 20px;
    padding: 14px 12px 9px 16px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information {
    padding: 10px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information ul li {
  font-size: 1.4rem;
  font-weight: 900;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information .note {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 2px;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information div:last-child {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information div:last-child {
    margin-top: 8px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item01 .information div:last-child .note {
  margin-top: 0;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item02 {
    display: none;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel01 .panel_block .panel_item02 .txt {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  margin-top: 6px;
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 22px 30px 14px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 {
    margin-top: 20px;
    padding: 21px 20px 16px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_title {
  line-height: calc(26 / 20);
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_title {
    line-height: calc(24 / 20);
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_title::before {
  height: 45px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_title::before {
    height: 42px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_txt {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_txt {
    margin-top: 16px;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_img_area {
  margin-top: 4px;
  padding: 0 3px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_img_area {
    margin-top: 16px;
    padding: 0;
  }
}

#omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_img_area figcaption {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point05 .ourer_wp .point_content .panel02 .panel_img_area figcaption {
    font-size: 1.1rem;
  }
}

#omo7 main .hotel .point > ul > li.point06::before {
  background: url(../images/icon_star02_pc.png) no-repeat center/cover;
  top: 0;
  width: 132px;
  aspect-ratio: 132 / 129;
  translate: -108px -116px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06::before {
    background: url(../images/sp/icon_star03_sp.png) no-repeat center/cover;
    translate: -23px -13px;
    width: 88px;
    aspect-ratio: 88 / 86;
  }
}

#omo7 main .hotel .point > ul > li.point06::after {
  background: url(../images/icon_star01_pc.png) no-repeat center/cover;
  top: 0;
  width: 144px;
  aspect-ratio: 144 / 140;
  translate: 4px -26px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06::after {
    display: none;
  }
}

#omo7 main .hotel .point > ul > li.point06 .point_title_group {
  margin-top: 2px;
  margin-bottom: 6px;
}

#omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area h3 {
  font-size: 2rem;
  width: 100%;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area h3 {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    margin-top: 0;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area h3 {
    font-size: 1.6rem;
  }
}

#omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, var(--c_y03)));
  background: linear-gradient(transparent 75%, var(--c_y03) 0%);
  font-size: 4.2rem;
  color: var(--c_b3);
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp span {
    font-size: 2.4rem;
  }
}

#omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp .note {
  margin-left: 29px;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp .note {
    margin-left: 0;
    margin-top: 20px;
    width: 95.15%;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp .note {
    width: 100%;
  }
}

#omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp .note p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 360px;
  min-height: 40px;
  padding: 4px 10px;
  border: 1px solid var(--c_black);
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp .note p {
    width: 100%;
    min-width: auto;
    min-height: 40px;
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .hotel .point > ul > li.point06 .point_title_group .title_area .title_inner_wp .note p {
    padding: 4px 6px;
  }
}

#omo7 main .info_btn_area {
  background: -webkit-gradient(linear, left top, right top, from(#89c3ed), to(#73ce92));
  background: linear-gradient(90deg, #89c3ed 0%, #73ce92 100%);
  padding: 88px 0 57px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area {
    padding: 40px 21px 34px 20px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .info_btn_area {
    padding: 40px 12px 20px;
  }
}

#omo7 main .info_btn_area .title_area {
  text-align: center;
  position: absolute;
  top: -32px;
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .title_area {
    top: -20px;
  }
}

#omo7 main .info_btn_area .title_area .ttl {
  min-width: 506px;
  min-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--c_b3);
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .title_area .ttl {
    min-width: 250px;
    min-height: 40px;
  }
}

#omo7 main .info_btn_area .title_area .ttl span {
  color: var(--c_w);
  font-size: 3.2rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .title_area .ttl span {
    font-size: 1.7rem;
  }
}

#omo7 main .info_btn_area .info_btn {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li:last-child {
    margin-bottom: 0;
  }
}

#omo7 main .info_btn_area .info_btn > li .inner {
  position: relative;
  border-width: 4px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li .inner {
    border-width: 2px;
    border-radius: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li .inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li .inner::after {
    width: 18px;
    height: 18px;
  }
}

#omo7 main .info_btn_area .info_btn > li .inner .txt_area {
  text-align: center;
}

#omo7 main .info_btn_area .info_btn > li .inner:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ebfbea;
}

#omo7 main .info_btn_area .info_btn > li.web {
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.web {
    margin-bottom: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li.web .inner {
  border-color: var(--c_b3);
  max-width: 816px;
  min-height: 85px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.web .inner {
    min-width: auto;
    min-height: 56px;
  }
}

#omo7 main .info_btn_area .info_btn > li.web .inner:hover {
  background: #e0eeff;
}

#omo7 main .info_btn_area .info_btn > li.web .inner::after {
  background: url(../images/icon_right_blue.png) no-repeat center/cover;
  right: 28px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.web .inner::after {
    right: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li.web .inner .txt_area p {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--c_b3);
  margin-left: -38px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.web .inner .txt_area p {
    font-size: 1.4rem;
    margin-left: 0;
  }
}

#omo7 main .info_btn_area .info_btn > li.web .kome {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 7px;
  color: var(--c_w);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.web .kome {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}

#omo7 main .info_btn_area .info_btn > li.web .kome .color_y {
  font-weight: 900;
  color: var(--c_y);
}

#omo7 main .info_btn_area .info_btn > li.store {
  width: 380px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.store {
    width: 100%;
  }
}

#omo7 main .info_btn_area .info_btn > li.store .inner {
  border-color: var(--c_g);
  padding: 12px 10px 13px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.store .inner {
    padding: 9px 0;
  }
}

#omo7 main .info_btn_area .info_btn > li.store .inner::after {
  background: url(../images/icon_right_green.png) no-repeat center/cover;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.store .inner::after {
    right: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li.store .inner .txt_area p {
  font-size: 2rem;
  font-weight: 900;
  color: var(--c_g);
  line-height: calc(29 / 20);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.store .inner .txt_area p {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
}

#omo7 main .info_btn_area .info_btn > li.store .inner .txt_area p .small {
  color: var(--c_black);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  margin-top: 5px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.store .inner .txt_area p .small {
    font-size: 1.1rem;
    line-height: calc(16 / 11);
    margin-top: 2px;
  }
}

#omo7 main .info_btn_area .info_btn > li.tel {
  width: 380px;
  margin: 0 28px 0 32px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.tel {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li.tel .inner {
  padding: 14px 10px;
  border-color: var(--c_g);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.tel .inner {
    padding: 8px 0;
  }
}

#omo7 main .info_btn_area .info_btn > li.tel .inner .txt_area .hd {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--c_black);
  line-height: calc(26 /18);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.tel .inner .txt_area .hd {
    font-size: 1.3rem;
    line-height: calc(19 / 13);
  }
}

#omo7 main .info_btn_area .info_btn > li.tel .inner .txt_area .num {
  font-size: 3.2rem;
  font-weight: 900;
  font-family: var(--roboto);
  color: var(--c_g);
  line-height: calc(38 / 32);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.tel .inner .txt_area .num {
    font-size: 2.2rem;
    line-height: calc(27 / 22);
    margin-top: -3px;
  }
}

#omo7 main .info_btn_area .info_btn > li.tel .inner .txt_area .time {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--c_black);
  line-height: calc(20 / 14);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.tel .inner .txt_area .time {
    font-size: 1.1rem;
    line-height: calc(16 / 11);
    display: inline-block;
    margin-top: -4px;
  }
}

#omo7 main .info_btn_area .info_btn > li.tel .inner .img_area {
  width: 46px;
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.tel .inner .img_area {
    width: 36px;
    margin-left: 12px;
  }
}

#omo7 main .info_btn_area .info_btn > li.contact {
  width: 380px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.contact {
    width: 100%;
  }
}

#omo7 main .info_btn_area .info_btn > li.contact .inner {
  padding: 14px 10px;
  border-color: var(--c_g);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.contact .inner {
    padding: 8px 0;
  }
}

#omo7 main .info_btn_area .info_btn > li.contact .inner::after {
  background: url(../images/icon_right_green.png) no-repeat center/cover;
  right: 17px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.contact .inner::after {
    right: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li.contact .inner .txt_area {
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.contact .inner .txt_area {
    margin-left: 7px;
  }
}

#omo7 main .info_btn_area .info_btn > li.contact .inner .txt_area .txt {
  font-size: 2rem;
  font-weight: 900;
  line-height: calc(29 / 20);
  color: var(--c_g);
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.contact .inner .txt_area .txt {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
}

#omo7 main .info_btn_area .info_btn > li.contact .inner .txt_area .time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(24 / 16);
  color: var(--c_black);
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.contact .inner .txt_area .time {
    font-size: 1.1rem;
    line-height: calc(16 /11);
  }
}

#omo7 main .info_btn_area .info_btn > li.pamphlet {
  width: 100%;
  margin-top: 29px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet {
    margin-top: 0;
  }
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner {
  border-color: var(--c_p);
  max-width: 818px;
  min-height: 85px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner {
    min-width: auto;
    min-height: 56px;
  }
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner::after {
  background: url(../images/icon_right_pink.png) no-repeat center/cover;
  right: 26px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner::after {
    right: 10px;
  }
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner:hover {
  background: #ffeff7;
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--c_p);
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span {
  font-size: 2.6rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 28px;
  margin-right: 8px;
  margin-left: -68px;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span {
    font-size: 1.2rem;
    padding: 0 5px 0 8px;
    margin-left: -27px;
    margin-right: 3px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span::before, #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 23px;
  aspect-ratio: 23 / 38;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span::before, #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span::after {
    width: 9px;
  }
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span::before {
  background: url(../images/infol_txt_icon_l_pc.png) no-repeat center/cover;
  left: 0;
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area span::after {
  background: url(../images/infol_txt_icon_r_pc.png) no-repeat center/cover;
  right: 0;
}

#omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area p {
  font-size: 2.5rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 389px) {
  #omo7 main .info_btn_area .info_btn > li.pamphlet .inner .txt_area p {
    font-size: 1.3rem;
  }
}

#omo7 main .bottom_sec {
  padding: 51px 0 48px;
  background-color: #fff;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #omo7 main .bottom_sec {
    padding: 30px 0 42px;
  }
}

#omo7 main .bottom_sec .innerWrap1200 .info_area ul li {
  color: #000;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: calc(20 / 14);
}

@media screen and (max-width: 767px) {
  #omo7 main .bottom_sec .innerWrap1200 .info_area ul li {
    font-size: 1.2rem;
    line-height: calc(20/12);
  }
}

#omo7 main .bottom_sec .innerWrap1200 .info_area .regal_txt {
  color: #000;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  #omo7 main .bottom_sec .innerWrap1200 .info_area .regal_txt {
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: calc(20 / 12);
  }
}

#omo7 main .bottom_sec .innerWrap1200 .info_area .regal_txt span {
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■パンクくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kkrs-breadcrumb {
  padding: 1rem 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.kkrs-breadcrumb__fix {
  display: none;
}

.kkrs-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #656972;
}

.kkrs-breadcrumb__list > li {
  margin-right: 2rem;
  position: relative;
}

.kkrs-breadcrumb__list > li a {
  color: #125687;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li a:hover {
  text-decoration: underline;
}

.kkrs-breadcrumb__list > li a.kkrs-breadcrumb__current-link {
  color: #656972;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li:not(:last-child):before {
  display: inline-block;
  font-family: "Material Icons Round";
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  font-size: 1rem;
  color: #989ba1;
  margin-top: -0.5em;
}

.kkrs-breadcrumb__list > li:last-child {
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .sp_breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc_breadcrumb {
    display: none;
  }
  .kkrs-breadcrumb {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d7d7d7;
    line-height: 3rem;
    padding: 0;
    background: #fff;
  }
  .kkrs-breadcrumb__fix {
    display: block;
    -webkit-box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
  }
  .kkrs-breadcrumb__fix a {
    padding: 0 .5rem 0 1rem;
    font-size: 1.2rem;
    color: #125687;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
  }
  .kkrs-breadcrumb.kkrs-top .kkrs-breadcrumb__fix {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kkrs-breadcrumb__scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .kkrs-breadcrumb__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 3rem;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .kkrs-breadcrumb__list > li {
    margin: 0;
    padding: 0 .5rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:nth-child(1) {
    display: none;
  }
  .kkrs-breadcrumb__list > li:not(:last-child):before {
    content: "";
    margin: 0;
    top: -0.5rem;
    right: -0.9rem;
  }
  .kkrs-breadcrumb__list > li:last-child {
    padding: 0 1rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:last-child:after, .kkrs-breadcrumb__list > li:last-child:before {
    display: none;
  }
  .kkrs-breadcrumb__fix a, .kkrs-breadcrumb__list > li {
    display: block;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .kkrs-breadcrumb__fix a:after, .kkrs-breadcrumb__fix a:before, .kkrs-breadcrumb__list > li:after, .kkrs-breadcrumb__list > li:before {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -0.5rem;
  }
  .kkrs-breadcrumb__fix a:before, .kkrs-breadcrumb__list > li:before {
    right: -0.9rem;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
  }
  .kkrs-breadcrumb__fix a:after, .kkrs-breadcrumb__list > li:after {
    right: -1rem;
    border-color: transparent transparent transparent #d7d7d7;
    z-index: 1;
  }
}
