@charset "UTF-8";
/* ==========================================================================
   共通設定・変数・ベース
   ========================================================================== */
@media screen and (min-width: 1261px) {
  #header {
    height: 96px;
  }
  #header header h1 {
    padding: 16px 2.5%;
  }
}

.inner,
.inner_m,
.inner_s {
  width: 90%;
  margin: auto;
}

.inner {
  max-width: 1400px;
}

.inner_m {
  max-width: 1240px;
}

.inner_s {
  max-width: 1080px;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .inner_s {
    margin-top: 15px;
  }
}

.c-pad {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .c-pad {
    padding: 60px 0;
  }
}

#h1_area {
  background: #f2f1f9;
  padding: 2% 1%;
}

.bold {
  font-weight: bold;
}

.br_pc {
  display: inline !important;
}
@media (max-width: 640px) {
  .br_pc {
    display: none !important;
  }
}

.br_sp {
  display: none !important;
}
@media (max-width: 640px) {
  .br_sp {
    display: inline !important;
  }
}

/* ==========================================================================
   共通コンポーネント（タイトル・フレーム・ボタン）
   ========================================================================== */
@media (max-width: 640px) {
  .title_style01 {
    font-size: 2.4rem;
    letter-spacing: 0.075em;
  }
}
.title_style01.sub {
  line-height: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .title_style01.sub {
    margin-bottom: 10px;
  }
}
.title_style01.sub span::before {
  background-image: url(../images/tit_left.png);
}
.title_style01.sub span::after {
  background-image: url(../images/tit_right.png);
}
@media (max-width: 640px) {
  .title_style01.sub span::before, .title_style01.sub span::after {
    bottom: -20px;
  }
}
.title_style01.sub strong {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 300 !important;
  color: #39505f;
}
@media (max-width: 640px) {
  .title_style01.sub strong {
    font-size: 13px;
  }
}
.title_style01.sub.white span {
  color: #ffec4a;
}
.title_style01.sub.white span::before {
  background-image: url(../images/tit_left_white.png);
}
.title_style01.sub.white span::after {
  background-image: url(../images/tit_right_white.png);
}
.title_style01.sub.white strong {
  color: #fff;
}

.c-frame {
  background: #fff;
  border-radius: 18px;
  padding: 50px 3%;
  position: relative;
}
@media (max-width: 640px) {
  .c-frame {
    margin-top: 40px;
    padding: 28px 3%;
  }
}
.c-frame.spec {
  height: 200px;
}
.c-frame.spec::before {
  height: 250px;
}

/* 汎用リンクボタン */
.link_button_style01 a {
  font-size: 1.6rem;
  display: inline-block;
}
.link_button_style01 a::before {
  background-image: none;
}
@media (max-width: 640px) {
  .link_button_style01 a {
    font-size: 1.4rem;
  }
}
.link_button_style01.link_button_style02 a {
  background-color: #ed8b00;
}
.link_button_style01.link_button_style02 a:hover {
  background-color: #09c7aa;
  color: #fff;
}
.link_button_style01[class*=link_button_style03] .modal-span {
  color: #21ade5;
  background-color: #fff;
  border: solid 1px #21ade5;
}
.link_button_style01[class*=link_button_style03] .modal-span.green {
  position: relative;
  background: #02c1a6;
  color: #fff;
  border: none;
}
.link_button_style01[class*=link_button_style03] .modal-span.green::after, .link_button_style01[class*=link_button_style03] .modal-span.green::before {
  position: absolute;
  content: url(../images/star_01.png);
}
.link_button_style01[class*=link_button_style03] .modal-span.green::after {
  top: 30%;
  left: 40px;
}
@media (max-width: 640px) {
  .link_button_style01[class*=link_button_style03] .modal-span.green::after {
    left: 30px;
  }
}
.link_button_style01[class*=link_button_style03] .modal-span.green::before {
  top: 40%;
  right: 60px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 640px) {
  .link_button_style01[class*=link_button_style03] .modal-span.green::before {
    right: 30px;
  }
}
.link_button_style01[class*=link_button_style03] a:hover {
  background-color: #09c7aa;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .link_button_style01[class*=link_button_style03] a:hover::before {
    right: 5%;
  }
}

.link_button_style04 a {
  position: relative;
  margin: 10px 0;
  padding: 18px 5em;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.115em;
  display: inline-block;
  background-color: #ed8b00;
  font-weight: 500;
  line-height: 1.4;
  max-width: 420px;
  text-align: center;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link_button_style04 a:hover {
  background-color: #09c7aa;
  color: #fff;
}
@media (min-width: 641px) and (max-width: 820px) {
  .link_button_style04 a {
    padding: 14px 2em;
  }
}
@media screen and (max-width: 640px) {
  .link_button_style04 a {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 14px 1.2em;
    width: 100%;
    margin: 5px auto;
  }
  .link_button_style04 a::before {
    width: 7px;
    height: 14px;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

/* もっと見るボタン */
button.readmore_button {
  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;
  cursor: pointer;
  margin: 40px auto 0;
  padding: 1%;
  height: 50px;
  width: 420px;
  background: #21ade5;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 640px) {
  button.readmore_button {
    width: 90%;
  }
}
button.readmore_button::before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
button.readmore_button.on-click::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
button.readmore_button.on-click .open {
  display: none;
}
button.readmore_button.on-click .close {
  display: block;
}
button.readmore_button .open {
  display: block;
}
button.readmore_button .close {
  display: none;
}

/* ==========================================================================
   キービジュアル・ヒーロー
   ========================================================================== */
.l-hero {
  overflow: hidden;
  background: #c6ecff;
  position: relative;
  background-size: cover;
}
@media (max-width: 640px) {
  .l-hero {
    background: #fff;
  }
}
.l-hero .hero {
  padding: 50px 0 0;
  text-align: center;
  background: #c6ecff;
}
@media screen and (min-width: 375px) and (max-width: 1260px) {
  .l-hero .hero {
    padding: 30px 0 0;
  }
}
@media (max-width: 640px) {
  .l-hero .hero.incontents > .hero {
    padding: 0;
  }
}
.l-hero .contents {
  display: inline-block;
  padding-left: 9%;
  padding-bottom: 80px;
  text-shadow: 2px 2px 10px #fff, 0px 2px 10px #fff, 2px 0px 10px #fff, 0px -2px 10px #fff, -2px 0px 10px #fff;
  line-height: 2;
  color: #231815;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .l-hero .contents {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 15.8vw;
  }
}
.l-hero .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 160px;
}
@media (max-width: 1200px) {
  .l-hero .items {
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .l-hero .items {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-hero .items .item {
  width: 27.14%;
  margin: 0 1.2%;
}
@media (max-width: 1200px) {
  .l-hero .items .item {
    width: 40%;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .l-hero .items .item {
    width: 85%;
    margin-inline: 0;
  }
}
.l-hero .items .item .img {
  width: 85%;
  margin: 0 auto 35px;
}
@media (max-width: 640px) {
  .l-hero .items .item .img {
    width: 75%;
  }
}
.l-hero .items .item .img img {
  width: 100%;
}

/* ==========================================================================
   エリア・店舗選択セクション
   ========================================================================== */
.area_titlebox {
  position: relative;
  background: url(/event/images/visual_second.jpg) no-repeat center/cover;
  width: 100%;
  max-width: 1080px;
}
.area_titlebox p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 30px 40px;
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
  background: rgba(0, 119, 194, 0.4);
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  width: 60%;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .area_titlebox p {
    padding: 15px 20px;
    font-size: 1.6rem;
    width: 80%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1280px) {
  .area_titlebox p {
    width: 77%;
  }
}
.area_titlebox small {
  display: block;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .area_titlebox small {
    font-size: 1.2rem;
  }
}

.area_container {
  background: url(../images/cm_bk.png);
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.area_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1050px;
  margin: -75px auto 0;
}
@media (max-width: 819px) {
  .area_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .area_inner {
    margin: -30px auto 0;
  }
}

[class*=area_btn] {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0077c2;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0 0 rgb(255, 246, 94);
          box-shadow: 4px 4px 0 0 rgb(255, 246, 94);
  background: #fff;
}
@media (max-width: 819px) {
  [class*=area_btn] {
    width: 90%;
    margin: 10px auto;
  }
}

[class*=area_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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
[class*=area_box] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
[class*=area_box] a:hover dt {
  color: #fff;
  background: #0077c2;
}
[class*=area_box] dl {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
[class*=area_box] dt {
  text-align: center;
  font-size: 2.2rem;
  color: #0077c2;
  background: #c5ecff;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 819px) {
  [class*=area_box] dt {
    font-size: 1.8rem;
  }
}
[class*=area_box] dd {
  color: #0077c2;
  border-radius: 0 0 10px 10px;
  padding: 1rem 2rem 0;
}
@media (max-width: 819px) {
  [class*=area_box] dd {
    letter-spacing: -0.1em;
  }
}
[class*=area_box] dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px;
  font-size: 1.5rem;
}
@media (max-width: 819px) {
  [class*=area_box] dd ul {
    padding: 3px;
    font-size: 1.35rem;
  }
}

[class*=shop_list] {
  text-indent: -1em;
  padding-left: 2em;
}
[class*=shop_list]::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #0077c2;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/* 列設定 */
[class*=area_btn_one] {
  width: 90%;
}
[class*=area_btn_one] .shop_list {
  width: calc(32% - 2rem);
}
@media (max-width: 640px) {
  [class*=area_btn_one] .shop_list {
    width: 100%;
  }
}

[class*=area_btn_tow] {
  width: 45%;
}
@media (max-width: 819px) {
  [class*=area_btn_tow] {
    width: 90%;
    margin: 10px auto;
  }
}
[class*=area_btn_tow] .shop_list {
  width: calc(45% - 2rem);
}
@media (max-width: 640px) {
  [class*=area_btn_tow] .shop_list {
    width: 100%;
  }
}

[class*=area_btn_three] {
  width: 30%;
}
@media (max-width: 819px) {
  [class*=area_btn_three] {
    width: 90%;
    margin: 10px auto;
  }
}
[class*=area_btn_three] .shop_list {
  width: 100%;
}
[class*=area_btn_three] .reservation_wrapper {
  padding: 1em 2rem;
}
[class*=area_btn_three] .reservation_btn_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
[class*=area_btn_three] .reservation_btn_box li a {
  padding: 10px 40px;
}

.area_box01 ul.shop_inner li.shop_list.national {
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .area_box01 ul.shop_inner li.shop_list.national {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* ==========================================================================
   料金プラン (PLAN)
   ========================================================================== */
.l-plan {
  background: linear-gradient(145deg, #0077c2 0%, #21ade5 100%);
  color: #39505f;
}
.l-plan .contents {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 0 3% 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .l-plan .contents {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.l-plan .contents .h3 {
  text-align: center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #d0d3c3;
}
@media (max-width: 640px) {
  .l-plan .contents .h3 {
    padding: 18px 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.l-plan .contents .h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  border-bottom: 2px solid #21ade5;
}
.l-plan .contents.contents1 .row-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-plan .contents.contents1 .row-items .left {
  width: 49.9%;
}
.l-plan .contents.contents1 .row-items .left img {
  width: 100%;
}
@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.l-plan .contents.contents1 .row-items .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.l-plan .contents.contents1 .row-items .right img {
  width: 75%;
}
.l-plan .contents.contents1 .l-list .items .item {
  padding: 15px;
  text-align: center;
}
@media (max-width: 640px) {
  .l-plan .contents.contents1 .l-list .items .item {
    text-align: left;
  }
}
.l-plan .contents.contents1 .l-list .items .item:not(:last-child) {
  border-bottom: 2px dotted #39505f;
}
.l-plan .contents.contents2 {
  letter-spacing: 0.05em;
}
.l-plan .contents.contents2 .row-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-plan .contents.contents2 .row-items .left {
  width: 27.9%;
  margin: 0 4.5%;
}
.l-plan .contents.contents2 .row-items .left img {
  width: 100%;
}
@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 320px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 640px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 80%;
  }
}
.l-plan .contents.contents2 .row-items .right {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-plan .contents .h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

.textcolor {
  color: #0077c2;
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .textcolor {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   店舗情報・CM・ロケーション
   ========================================================================== */
.shop_info {
  text-align: center;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #ebeaf3;
  padding: 120px 5% 80px;
}
.shop_info h3 {
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.045em;
  line-height: 1.4;
  color: #0077c2;
  margin-bottom: 60px;
}
.shop_info h3 > i {
  color: #21ade5;
}

.l-tvcm {
  color: #39505f;
}
@media (max-width: 640px) {
  .l-tvcm {
    margin-bottom: 20px;
  }
  .l-tvcm.c-pad {
    padding-bottom: 20px;
  }
}
.l-tvcm .inner_m {
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .l-tvcm .inner_m {
    margin-bottom: 40px;
  }
}

.l-locations {
  background: #f3f2f2;
  color: #39505f;
}
.l-locations .contents {
  border-radius: 10px;
  padding: 0 16px 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  row-gap: 24px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .l-locations .contents {
    margin-bottom: 20px;
    padding: 0 8px 8px;
  }
}
.l-locations .contents .h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 2.4rem;
  border-bottom: 1px solid #d0d3c3;
}
@media (max-width: 640px) {
  .l-locations .contents .h3 {
    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;
    padding: 8px 4px;
    font-size: 1.4rem;
  }
}
.l-locations .contents .h3::before {
  content: none;
}
.l-locations .contents.contents3 .row-text {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  .l-locations .contents.contents3 .row-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-locations .c-frame {
  background: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(528px, 48%), 1fr));
  gap: 24px;
  padding: 0 !important;
}
@media (max-width: 640px) {
  .l-locations .c-frame {
    padding: 28px 3% !important;
    gap: 10px;
    margin: 0 10px;
  }
}
.l-locations.add .c-frame {
  background: #fff;
  padding: 50px 3% !important;
}

/* ==========================================================================
   お客様の声 (Voice)
   ========================================================================== */
.voice {
  margin-bottom: 100px;
  overflow: hidden;
  padding-top: 30px !important;
  margin-top: 30px !important;
}
@media (max-width: 468px) {
  .voice {
    margin-bottom: 50px;
  }
}
.voice .voice-contents01,
.voice .voice-contents02,
.voice .voice-contents03 {
  zoom: 90%;
}
@media (max-width: 768px) {
  .voice .voice-contents01,
  .voice .voice-contents02,
  .voice .voice-contents03 {
    zoom: inherit;
    padding: 0 4%;
  }
}
.voice .voice-contents01 {
  margin-top: 150px;
  margin-bottom: 250px;
}
@media (max-width: 768px) {
  .voice .voice-contents01 {
    margin-bottom: 160px;
  }
}
.voice .voice-contents02 {
  margin-bottom: 250px;
}
@media (max-width: 768px) {
  .voice .voice-contents02 {
    margin-bottom: 160px;
  }
}
.voice .voice_inner {
  position: relative;
  background: #50c7ff;
  max-width: 1158px;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .voice .voice_inner {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .voice .voice_inner {
    max-width: 350px;
  }
}
.voice .voice01,
.voice .voice02,
.voice .voice03 {
  padding: 70px 30px;
}
@media (max-width: 768px) {
  .voice .voice01,
  .voice .voice02,
  .voice .voice03 {
    padding: 50px 4%;
  }
}
.voice .voice01 img,
.voice .voice02 img,
.voice .voice03 img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .voice .voice01 img,
  .voice .voice02 img,
  .voice .voice03 img {
    width: 40%;
  }
}
.voice .voice01 p.font-m,
.voice .voice02 p.font-m,
.voice .voice03 p.font-m {
  text-align: center;
  color: #fff;
  margin: 20px 0 30px;
  font-size: 1.8rem;
}
.voice .voice01 p.font-m span,
.voice .voice02 p.font-m span,
.voice .voice03 p.font-m span {
  font-size: 34px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .voice .voice01 p.font-m span,
  .voice .voice02 p.font-m span,
  .voice .voice03 p.font-m span {
    font-size: 16px;
  }
}
.voice .voice01 p:last-of-type,
.voice .voice02 p:last-of-type,
.voice .voice03 p:last-of-type {
  margin: 0 auto;
  padding: 0 30px;
  line-height: 1.6;
  font-size: 1.8rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media (max-width: 768px) {
  .voice .voice01 p:last-of-type,
  .voice .voice02 p:last-of-type,
  .voice .voice03 p:last-of-type {
    font-size: 14px;
    padding: 0 10px;
  }
}
.voice .voice-contents02 .voice_inner {
  background: #f7bf6d;
}
.voice .voice-contents03 .voice_inner {
  background: #ffffa7;
}
.voice .voice-contents03 .voice_inner .voice03 p.font-m {
  color: #707070;
}
.voice {
  /* ロボホン画像配置 */
}
.voice .robohon04 {
  position: absolute;
  top: -18%;
  left: -10%;
}
@media (max-width: 1200px) {
  .voice .robohon04 {
    top: -13%;
    left: -13%;
  }
  .voice .robohon04 img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .voice .robohon04 {
    top: -5%;
  }
  .voice .robohon04 img {
    width: 50%;
  }
}
.voice .robohon04-02 {
  position: absolute;
  top: -30%;
  right: -23%;
}
@media (max-width: 1200px) {
  .voice .robohon04-02 {
    right: -50%;
  }
  .voice .robohon04-02 img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .voice .robohon04-02 {
    right: -130%;
    top: -27%;
  }
  .voice .robohon04-02 img {
    width: 50%;
  }
}

/* ==========================================================================
   コンシェルジュ・体験イベント詳細
   ========================================================================== */
.concierge_wrapper .staff_inner {
  margin-top: 3%;
  width: 100%;
}
.concierge_wrapper .staff_inner dt.staff_pic {
  width: 35%;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dt.staff_pic {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.concierge_wrapper .staff_inner dd.text_outer {
  width: 64%;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dd.text_outer {
    width: 100%;
  }
}
.concierge_wrapper .staff_inner dt.product_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002b60;
  font-size: 1.6rem;
  border-bottom: dashed 2px #ed8b00;
  font-weight: bold;
}
.concierge_wrapper .staff_inner dt.product_ttl::before {
  content: url(../images/q.png);
  padding-right: 5px;
}
.concierge_wrapper .staff_inner .sentence {
  margin: 2em 0;
  padding: 0.3em 1em;
  font-weight: bold;
  color: #002b60;
  background: #fff5e8;
  border-radius: 10px;
}
.concierge_wrapper .staff_inner .sentence .sen {
  line-height: 2em;
  padding: 0 1em 1em;
}
.concierge_wrapper .staff_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}
.concierge_wrapper .staff_box.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_box.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.experience_wrapper {
  margin-top: 80px;
}
@media (max-width: 640px) {
  .experience_wrapper {
    margin-top: 10px;
  }
}
.experience_wrapper .experience_inner {
  max-width: 754px;
  margin: 40px auto 0;
  padding: 280px 0 10px;
  background: url(../images/shop_bk.jpg) no-repeat center top;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_inner {
    padding-top: 260px;
  }
}
.experience_wrapper .experience_inner .experience_arealinkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 266px;
  margin: -20px auto 0;
  padding: 30px;
  background: #fff;
}
.experience_wrapper .experience_inner .experience_arealinkbtn li {
  width: 49%;
}
.experience_wrapper .experience_inner .experience_arealinkbtn li a {
  color: #0077c2;
  font-size: 2rem;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_inner .experience_arealinkbtn li a {
    font-size: 1.6rem;
  }
}
.experience_wrapper .experience_inner .experience_areabox .experience_title_sub {
  background: #0077c2;
  color: #fff65e;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/* ==========================================================================
   フッター
   ========================================================================== */
footer#event-footer_wap {
  background: #05a2eb;
}
footer#event-footer_wap .return {
  display: none;
}
@media (max-width: 768px) {
  footer#event-footer_wap .return {
    display: block;
    background: #0079d1;
    text-align: center;
    padding: 20px 10px;
  }
}
footer#event-footer_wap .return .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
footer#event-footer_wap .footer-img-wrap {
  padding: 60px 0;
}
footer#event-footer_wap .footer-img-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer#event-footer_wap .footer-img-wrap ul li {
  margin: 0 10px;
}
footer#event-footer_wap .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer#event-footer_wap .footer-link ul li {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  footer#event-footer_wap .footer-link ul li {
    border: none;
    border-bottom: 1px solid #fff;
    padding: 20px 10px;
  }
}
footer#event-footer_wap .copy small {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #0077c2;
  padding: 30px 5%;
}

/* ==========================================================================
   ナビゲーション・メニュー
   ========================================================================== */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 768px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
  }
}
.menu > li {
  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;
  position: relative;
}
@media (max-width: 768px) {
  .menu > li {
    width: 48%;
    border: 1px solid #0077c2;
    margin: 2px;
  }
}
.menu > li a {
  display: block;
  padding: 20px 10px;
  color: #0892c9;
  font-weight: 500;
}
.menu > li:not(:last-of-type)::after {
  content: "|";
  margin: 0 6px;
  color: #9b9696;
}
@media (max-width: 1200px) {
  .menu > li:not(:last-of-type)::after {
    content: "";
  }
}
.menu > li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}
.menu > li ul.menu__second-level {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  background: rgba(0, 119, 194, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu > li ul.menu__second-level li a {
  color: #fff;
}
.menu > li ul.menu__second-level li a:hover {
  background: #0866e9;
}

/* ==========================================================================
   アニメーション
   ========================================================================== */
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* スマホ電話リンク制御 */
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 640px) {
  .modal_tel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
  }
  .modal_tel .modal_tel__overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
  }
  .modal_tel .modal_tel__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 37px 20px;
    border-radius: 4%;
    width: 100%;
    max-width: 300px;
  }
  .modal_tel .modal_tel__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0178c2;
    color: #fff;
    border-radius: 50px;
    padding: 18px;
  }
}
@media (min-width: 641px) {
  .modal_tel {
    display: none;
  }
}